@font-face {
font-family: 'Bliss Pro Black';
src: url('../fonts/BlissPro/BlissPro-Heavy.eot');
src: url('../fonts/BlissPro/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
url('../fonts/BlissPro/BlissPro-Heavy.woff') format('woff'),
url('../fonts/BlissPro/BlissPro-Heavy.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Bliss Pro Light';
src: url('../fonts/BlissPro/BlissPro-Light.eot');
src: url('../fonts/BlissPro/BlissPro-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/BlissPro/BlissPro-Light.woff') format('woff'),
url('../fonts/BlissPro/BlissPro-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/Bebas/BebasNeueRegular.eot');
	src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
		url('../fonts/Bebas/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas/BebasNeueRegular.woff') format('woff'),
		url('../fonts/Bebas/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/Bebas/BebasNeueBold.eot');
	src: local('Bebas Neue Bold'), local('BebasNeueBold'),
		url('../fonts/Bebas/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas/BebasNeueBold.woff') format('woff'),
		url('../fonts/Bebas/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/Bebas/BebasNeueLight.eot');
	src: local('Bebas Neue Light'), local('BebasNeueLight'),
		url('../fonts/Bebas/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas/BebasNeueLight.woff') format('woff'),
		url('../fonts/Bebas/BebasNeueLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/Bebas/BebasNeue-Thin.eot');
	src: local('Bebas Neue Thin'), local('BebasNeue-Thin'),
		url('../fonts/Bebas/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas/BebasNeue-Thin.woff') format('woff'),
		url('../fonts/Bebas/BebasNeue-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue Book';
	src: url('../fonts/Bebas/BebasNeueBook.eot');
	src: local('Bebas Neue Book'), local('BebasNeueBook'),
		url('../fonts/Bebas/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas/BebasNeueBook.woff') format('woff'),
		url('../fonts/Bebas/BebasNeueBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

input, button, textarea, a, select:focus, a:focus{
	outline: none !important;
}

.overlay_green{
	display: none;
}

.overlay_green.active{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
}

.popup_bonused{
	position: absolute;
	background-color: #fff;
	width: 640px;
	min-height: 480px;
	left: calc(50% - 320px);
	top: calc(50% - 240px);
	-webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.35);
	padding: 17px !important;
}

.inner-section_popup{
	display: inline-block;
	float: left;
	min-height: 446px;
	width: 100%;
	background-color: #d0edb3;
	padding: 20px;
}


.inner-section_popup h5{
	font-size: 39px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #7dc13b;
	text-transform: uppercase;
	font-family: 'Bliss Pro Black';
}

.inner-section_popup p{
	font-size: 21px;
	line-height: 25px;
	margin-top: 0px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Bliss Pro Light';
}

.form_inner-registration{
	display: inline-block;
	margin-top: 20px;
	min-height: 260px;
	width: 305px;
	border-radius: 10px;
	background-color: #f4fbed;
	padding: 20px; 
}

.form_inner-registration input[type="text"],
.form_inner-registration input[type="email"]{
	display: inline-block;
	float: left;
	width: 100%;
	height: 35px;
	background-color: #fcfefb;
	font-size: 14px;
	border: solid 1px #7dc13b;
	color: #6b7362;
	margin-bottom: 12px;
	padding: 0px 10px;
	line-height: 35px;
}

.form_inner-registration label{
	font-size:10px;
	line-height: 12px;
	padding-left: 28px;
	color: #676767;
	cursor: pointer;
}

.form_inner-registration input[type="checkbox"] {
    width: 0px !important;
    height: 0px !important;
    display: inline-block !important;
    position: relative !important;
    float: left;
    margin: 0px !important;
}

.form_inner-registration input[type="checkbox"]:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 1px #7dc13b;
    content: '';
    top: 1px;
    left: -28px;
    position: absolute;
    cursor: pointer !important;
}

.form_inner-registration input[type="submit"]{
	display: inline-block;
    width: 100px;
    background-color: #ff7e00;
    border-radius: 10px !important;
    height: 25px;
    line-height: 25px;
    border: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Bliss Pro Black';
    margin-top: 10px;
    margin-left: 28px;
}

.inner-section_popup img.gift_img_green{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.form_inner-registration input[type="submit"]:hover,
.form_inner-registration input[type="submit"]:focus{
	background-color: #b25801;
}

.form_inner-registration input[type="checkbox"]:checked:after {
    background-color: #7dc13b;
    border-color: #7dc13b;
}

.close_popup-green{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 35px;
	height: 35px;
	background-color: #fff;
	z-index: 2;
	background-image: url(../img/close-popup-green.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.gift-text{
	color: #94d60a !important;
	font-weight: 600 !important;
}

.inner-gift-section{
	transition: 0.75s;
	overflow: hidden;
	height: auto !important;
	margin-bottom: 20px;
	opacity: 1;
}

.inner-gift-section.remove {
   opacity: 0 !important;
}


.map-link-href{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #94d60a !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.map-link-href:hover{
	text-decoration: none;
}

#nt1, #nt2{
	display: none !important;
}

.close-modal{
background: transparent;
border: 0px !Important;
color: #000;
font-size: 18px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
position: absolute;
top: 5px;
right: 5px;
}

.smart-filter-sidebar{
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

.noLink{
	pointer-events: none !important;
	cursor: default !important;
}

#delivModal{
	right: 103px !important;
}

body{
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 18px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lv651h');
  src:  url('../fonts/icomoon.eot?lv651h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lv651h') format('truetype'),
    url('../fonts/icomoon.woff?lv651h') format('woff'),
    url('../fonts/icomoon.svg?lv651h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_favorite_active:before {
  content: "\e924";
}
.icon-icon_alert:before {
  content: "\e900";
}
.icon-icon_arrow_bascket:before {
  content: "\e901";
}
.icon-icon_bascket:before {
  content: "\e902";
}
.icon-icon_bonus_gold:before {
  content: "\e903";
}
.icon-icon_bonus_in_bag:before {
  content: "\e904";
}
.icon-icon_bonus_order:before {
  content: "\e905";
}
.icon-icon_bonus_reg:before {
  content: "\e906";
}
.icon-icon_bonus_reviews:before {
  content: "\e907";
}
.icon-icon_bonus_subscription:before {
  content: "\e908";
}
.icon-icon_bonus_to_order:before {
  content: "\e909";
}
.icon-icon_close:before {
  content: "\e90a";
}
.icon-icon_desktop:before {
  content: "\e90b";
}
.icon-icon_favorite:before {
  content: "\e90c";
}
.icon-icon_fb:before {
  content: "\e90d";
}
.icon-icon_hand_cart:before {
  content: "\e90e";
}
.icon-icon_history:before {
  content: "\e90f";
}
.icon-icon_insta:before {
  content: "\e910";
}
.icon-icon_language:before {
  content: "\e911";
}
.icon-icon_left_arrow:before {
  content: "\e912";
}
.icon-icon_list_doc:before {
  content: "\e913";
}
.icon-icon_location:before {
  content: "\e914";
}
.icon-icon_ok:before {
  content: "\e915";
}
.icon-icon_opt_delivery:before {
  content: "\e916";
}
.icon-icon_opt_pay:before {
  content: "\e917";
}
.icon-icon_pdf_doc:before {
  content: "\e918";
}
.icon-icon_question_in_round:before {
  content: "\e919";
}
.icon-icon_right_arrow:before {
  content: "\e91a";
}
.icon-icon_rub:before {
  content: "\e91b";
}
.icon-icon_search:before {
  content: "\e91c";
}
.icon-icon_setting:before {
  content: "\e91d";
}
.icon-icon_twit:before {
  content: "\e91e";
}
.icon-icon_user_cabinet:before {
  content: "\e91f";
}
.icon-icon_vk:before {
  content: "\e920";
}
.icon-icon_your_question:before {
  content: "\e921";
}
.icon-icon_your_reviews:before {
  content: "\e922";
}
.icon-icon_ytube:before {
  content: "\e923";
}

.top-header{
	padding-top: 12px;
	padding-bottom: 11px;
	
}

.logo-top{
	text-align: center;
}

.logo-top img{
	max-height: 50px;
    margin-left: 8px;
    margin-top: -4px;
}

.left-align{
	text-align: left;
}

.right-align{
	text-align: right;
}

.top-header_link{
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	display: block;
}

.top-header_link a{
	color: #999999;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
}

.top-header_link.left-align a{
	float: left;
	margin-right: 26px;
}

.top-header_link.right-align a, .search_top{
	float: right;
	margin-left: 26px;
}

.top-header_link a i{
	font-size: 23px;
	color: #000;
	display: inline-block;
	float: right;
	height: 25px;
	line-height: 25px;
}

.top-header_link a span{
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-right: 8px;
}

.top-header_link a:hover, .top-header_link a:hover i{
	color: #94d60a;
	text-decoration: none;
}

.search_top input[type="text"]{
	text-align: right;
	height: 25px;
	line-height: 25px;
	color: #999999;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	float: left; 
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(148,214,10,1);
	width: 200px;
	margin-right: 10px;
	padding-right: 10px;
}

@keyframes inputAnimation{
	from{
		border-bottom: 1px solid rgba(255,255,255,1);
		width: 41px;
	}
	to{
		border-bottom: 1px solid rgba(148,214,10,1);
		width: 200px;
	}
}

.search_top button{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 25px;
	padding: 0px !important;
	border: 0px;
	background: transparent;
}

.search_top button i{
	height: 25px;
	line-height: 25px;
	font-size: 23px;
	color: #000;
}

.search_top:hover i{
	color: #94d60a;
}

.top-menu {
	text-align: center;
	height: 39px;
	border-top: solid 1px #e5e5e5;
}

.top-menu .navbar{
	border-radius: 0px !important;
	border: 0px !important;
	margin-bottom: 0px;
	min-height: 40px;
	width: auto !important;
	display: inline-block !important;
	float: none !important;
}

.top-menu .nav li{
	padding-left: 39px !important;
	padding-right: 37px !important;
	height: 40px;
	line-height: 40px;
}

.top-menu .nav li:first-child{
	padding-left: 0px !important;
}

.top-menu .nav li:last-child{
	padding-right: 0px !important;
}

.top-menu .navbar-nav>li>a,
.top-menu .navbar-nav>li>span{
	padding: 0px !important;
	display: inline-block !important;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.top-menu .navbar-nav>li>a:hover,
.top-menu .navbar-nav>li>a:focus,
.top-menu .navbar-nav>li>a:active,
.top-menu .navbar-nav>li.active>a,
.top-menu .navbar-nav>li.active>span{
	background-color: transparent !important;
	color: #94d60a;
}

.top_banners_info p{
	margin-bottom: 0px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.top_banners_info p i{
	font-size: 10px;
}

.top_banners_info p a, .top_banners_info p a:hover{
	text-transform: none;
	text-decoration: underline;
	margin-left: 15px;
	color: #fff; 
}

.slider-base{
	position: relative;
}

.slider-base .owl-carousel .item{
	background-position: center center !important;
	background-size: cover !important;
	height: 600px;
}

.slider-base .owl-carousel .owl-dots.disabled, 
.slider-base .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.sliders .owl-nav{
	position: absolute;
	width: 100%;
	height: 1px;
	top: calc(50% - 20px);
}

.sliders .owl-nav div{
	position: absolute;
	top: 1px;
	width: 35px !important;
	height: 35px !important;
	border-radius: 40px !important;
	background-color: rgba(255,255,255,0.65) !important;
	margin: 0px !important;
}

.sliders .owl-nav div:hover{
	background-color: rgba(255,255,255,1) !important;
}

.sliders .owl-prev{
	left: 30px !important;
	font-size: 0px !important;
}

.sliders .owl-prev:after{
	display: inline-block;
	width: 34px;
	height: 40px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 37px;
	content: '\e912';
	font-size: 20px !important;
	font-family: 'icomoon' !important;
	color: #999999;
	position: absolute;
}

.sliderInner a.with_line:before{
	bottom: -16px;
}

.sliders .owl-next{
	right: 30px !important;
	font-size: 0px !important;
}

.sliders .owl-next:after{
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 37px;
	content: '\e91a';
	font-size: 20px !important;
	font-family: 'icomoon' !important;
	color: #999999;
	position: absolute;
}

.sliders .owl-dots{
	position: absolute !important;
	bottom: 20px !important;
	width: 100%;
	text-align: center;
	height: 10px;
}

.sliders .owl-dot span{
	display: inline-block;
	margin: 0px !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 10px !important;
	background-color: transparent !important;
	border: solid 1px #fff !important;
	margin-left: 7.5px !important;
	margin-right: 7.5px !important;
}

.sliders .owl-dot.active span, .sliders .owl-dot span:hover{
	background-color: #fff !important;
}

.inner-text_slider{
	display: inline-block;
	position: absolute;
	top: 27%;
	right: 29.5%;
}

.inner-text_slider h4{
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 72px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 14px;
}

.inner-text_slider p{
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}

.slider-base {
	margin-bottom: 10px;
}

.categs-line{
	text-align: center;
	margin-bottom: 66px;
}

.categ-box{
	min-height: 10px !important;
	padding: 0px 5px 0px 5px !important;
	margin-top: 30px !important;
}

.categ-box:first-child{
	padding: 0px 5px 0px 0px !important;
}

.categ-box:last-child{
	padding: 0px 0px 0px 5px !important;
}

.categ-box_visual{
	min-height: 10px !important;
	padding: 0px 5px 0px 5px !important;
	margin-top: 30px !important;
}

.categ-box_visual:first-child{
	padding: 0px 5px 0px 0px !important;
}

.categ-box_visual:last-child{
	padding: 0px 0px 0px 5px !important;
}


.box{
	height: 10px;
	background-color: #000;
	width: 100%;
	display: block;
}

.inner-banner_categs{
	height: 314px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.inner-banner_categs img{
	display: inline-block;
	height: 100%;
}

.categ-box a, .categ-box a:hover{
	display: inline-block;
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.categ-box_visual a, .categ-box_visual a:hover{
	display: inline-block;
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

a.with_line:before{
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
	bottom: -8px;
	content: '';
	left: calc(50% - 50px);
	transition: 0.3s;
}

.categ-box a:hover, .categ-box_visual a:hover{
	color: #94d60a;
}

a.with_line:hover:before{
	width: 150px;
	left: calc(50% - 75px);
	background-color: #94d60a;
	transition: 0.3s;
}

.box-slider h5,
.box-slider h1{
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 23px;
}

.sliderInner .item{
	height: 400px;
}

.sliderInner{
	text-align: center;
}

.sliderInner a.with_line{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #1b1464;
	padding: 0px 25px !important;
}

.sliderInner a.with_line:hover{
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}

.owl-theme .owl-nav{
	margin-top: 0px !important;
}

.footer{
	margin-top: 107px;
	margin-bottom: 41px;
}

.menu-footer,
.contact-footer{
	border-right: solid 2px #dfdfdf;
}

.menu-footer{
	width: calc(50% + 17px) !important;
}

.menu-col ul{
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0px;
}

.footer p{
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
}

.menu-col{
	width: auto !important;
	padding-right: 46px !important;
}

.menu-col li p{
	margin-bottom: 0px;
}

.menu-col li{
	line-height: 31px;
	color: #000;
	text-transform: none;
	font-weight: 400;
}

.menu-col li a{
	color: #999999;
}

.contact-footer{
	padding-left: 57px !important;
	min-height: 245px !important;
	width: calc(33.33% - 22px) !important;
}

.footer>p{
	line-height: 28px;
}

.pay-footer{
	padding-top: 7px;
}

.contact-footer a{
	display: inline-block;
	float: left;
	color: #999999;
	font-size: 22px;
	margin-right: 14px;
	margin-bottom: 28px;
	margin-top: -3px;
}

.contact-footer a:last-child{
	margin-right: 0px;
}

.tel{
	margin-top: -11px !important;
}

.contact-footer a:hover{
	text-decoration: none;
	color: #94d60a;
}

.contact-footer a span{
	line-height: 24px;
	font-size: 24px;
	color: #999999;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.pay-footer{
	text-align: right;
}

.pay-footer img{
	margin-bottom: 19px;
}

.visa{
	height: 27px;
}

.master{
	height: 40px;
}

.paypal{
	height: 40px;
}

.bebeatiful{
	height: 100px;
	width:  100px;
}

.copyright{
	margin-bottom: 35px;
}

.copyright p{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.modal_menu{
	position: absolute;
	top: 51px;
	right: -30px;
	width: 300px;
	height: auto;
	z-index: 50;
	background: #fff;
	border: solid 1px #cccccc;
	padding: 15px 30px !important;
	display: none;
}

.modal_menu.active{
	display: block;
}

.top-header .container{
	position: relative;
}

.banner-category{
	margin-bottom: 50px;
}

.banner-category-box{
	position: absolute;
}

.banner-category-box .inner-text_slider{
	text-align: center;
}

.banner-category-box .inner-text_slider{
	right: 112px;
    top: 29%;
}

.banner-category-box .inner-text_slider h4{
	font-size: 48px;
	line-height: 48px;
}

.banner-category-box .inner-text_slider p{
	font-size: 18px;
	line-height: 18px;
}

.banner-category-box .inner-text_slider a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px 22px;
	border-radius: 5px;
	border: solid 1px #000;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	margin-top: 20px;
}

.banner-category-box .inner-text_slider a:hover{
	border-color: #94d60a;
	background-color: #94d60a;
}

.boxer-slider .owl-nav,
.boxer-slider .owl-dots{
	display: block !important;
}

.boxer-slider .owl-dots{
	bottom: -25px !important;
}

.boxer-slider .owl-dot.active span, .boxer-slider .owl-dot span:hover{
	background-color: #000 !important;
	border-color: #000 !important;
}

.boxer-slider .owl-dot span{
	border: solid 1px #000 !important;
}

.inner-title-category{
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	text-align: center;
}

.inner-title-category span{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
}

.inner-title-category span:hover{
	color: #000;
}

.inner-title-category>span.with_line:before{
	background-color: transparent !important;
}

.inner-title-category>span.with_line:hover:before{
	background-color: rgba(0,0,0,0.5) !important;
}

.treanBG{
	position: absolute;
	top: -11px;
	z-index: 1;
}

#user-basket .treanBG{
	right: 30px;
}

#user-cab .treanBG{
	right: 79px;
}

.active-link i{
	color: #94d60a !important;
}

.modal_menu ul{
	margin-bottom: 0px;
	list-style: none;
	width: 100%;
	padding-left: 0px !important;
}

.modal_menu li{
	width: 100%;
}

.modal_menu li a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #e5e5e5;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #29abe2;
}

.modal_menu li:last-child a{
	border-bottom: 0px;
}

.modal_menu{
	padding-top: 2px !important;
	padding-bottom: 0px !important;
}

.modal_menu li a i{
	margin-right: 15px;
	font-size: 19px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
}

.img-item{
	text-align: left;
}

.img-item img{
	max-width: 100%;
	max-height: 64px;
}

.discription-item p{
	font-size: 13px;
	color: #1a1b1f;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 0px;
	padding-left: 10px;
}

.discription-item p a{
	color: #1a1b1f !important; 
}

.discription-item p span{
	color: #999999;
}

#user-basket{
	padding: 15px 23px 0px 23px !important;
}

.item-bascket{
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.last-item{
	border-bottom: 0px;
}

.linkOrder, input[type="submit"].linkOrder{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	background-color: #94d60a;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 17px;
	margin-top: 12px;
	margin-bottom: 10px;
	border: 0px;
}

.linkOrder:hover, input[type="submit"].linkOrder:hover{
	background-color: #77ab09;
	color: #fff;
	text-decoration: none;
}

.banner-page img{
	display: block;
}

.banner-page-box{
	overflow: hidden;
	height: 300px;
}

@media only screen and (min-width: 1000px) {
	.banner-page-box{
		height: auto;
	}
}

.banner-page-box img{
	height: 100%;
}

.banner-page{
	margin-bottom: 20px;
}

.filter-catalog-top{
	border-top: solid 1px #e5e5e5;
	padding-top: 17px;
}

.grayLink, .grayLink:hover{
	display: inline-block;
	float: left;
	height: 31px;
	line-height: 31px;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-right: 30px;
	text-decoration: none;
}

.filter-catalog-top select{
	height: 31px;
	line-height: 31px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	width: 200px;
	padding: 0px 9px !important;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.filter-box-right{
	text-align: right;
}

.filter-box-right ul{
	margin-bottom: 0px;
	padding-left: 0px !important;
	list-style: none;
	display: inline-block;
	float: right;
}

.filter-box-right .grayLink{
	float: right;
}

.filter-box-right li{
	display: inline-block;
	float: left;
	margin-left: 5px;
}

.filter-box-right li:first-child{
	margin-left: 0px;
}

.filter-box-right li.numList a{
	padding: 0px 15px !important;
}

.filter-box-right li a{
	display: inline-block;
	height: 31px;
	line-height: 31px;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	padding: 0px 7px;
}

@media only screen and (min-width: 1000px) {
	.filter-box-right li a i{
		display: inline-block;
		float: none;
		height: 100%;
	    line-height: 200%;
	}
}

.filter-box-right li a.disabled-page, .filter-box-right li a.disabled-page:hover{
	pointer-event: none !important;
	cursor: default;
	color: #e5e5e5 !important;
}

.filter-box-right li a.disabled-page:hover i{
	color: #e5e5e5 !important;
}

.filter-box-right li a:hover, .filter-box-right li a:active, .filter-box-right li a:focus{
	text-decoration: none !important;
}

.filter-box-right li a:hover i{
	color: #94d60a;
}

.filter-box-center{
	text-align: center;
}

.filter-box-center h3,
.filter-box-center h1{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	color: #000;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding-right: 34px !important;
}

.filter-catalog-top{
	margin-bottom: 42px;
}

.right-sidebar{
	width: calc(25% - 35px) !important;
}

.inner-right-sidebar{
	border: solid 1px #e5e5e5;
	padding: 15px !important;
	border-radius: 3px;
}

.inner-right-sidebar p{
	text-align: left;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #1a1b1f;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
}

.inner-right-sidebar p:before{
	display: inline-block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;
	top: 0;
	right: 4px;
	font-family: 'icomoon' !important; 
	content: "\e912";
	font-size: 12px;
	transform: rotate(-90deg);
}

.inner-right-sidebar p.active:before{
	transform: rotate(90deg);
}

.inner-right-sidebar ul{
	display: block;
	width: 100%;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 8px;
	padding-bottom: 0px;
	border-bottom: solid 1px #e5e5e5;
	height: 1px;
	overflow: hidden;
}

.inner-right-sidebar ul.active{
	padding-bottom: 18px !important;
	height: auto !important;
}

.inner-right-sidebar ul:last-of-type{
	padding-bottom: 0px !important;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.inner-right-sidebar li{
	//height: 24px;
    line-height: 22px;
}

.inner-right-sidebar li input[type="checkbox"]{
	display: none;
}

.inner-right-sidebar label{
	color: #1a1b1f;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
}

.inner-right-sidebar label:before{
	display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 1px;
    border: solid 1px #808080;
    position: absolute;
    top: 6px;
    left: 14px;
    cursor: pointer;
    background-color: transparent;
}

.inner-right-sidebar li input[type="checkbox"]:checked + label:before{
	background-color: #000;
	border-color: #000;
}

.image-item img{
	max-width: 245px;
	max-height: 245px;
}

.image-item{
	text-align: center;
	margin-bottom: 16px;
}

.center-container{
	margin-left: 50px;
    width: calc(75% - 15px) !important;
}

.name-item{
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.name-item p{
	margin-bottom: 0px;
}

.name-item a, .name-item a:hover{
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 0px 17px;
}

.name-item a h2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.name-item a h2:hover {
	text-decoration: underline;
}

.price-item{
	height: 34px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 18px;
	
}

.price-item i{
	font-size: 15px;
}



.price-item span u{
	text-decoration: none !important;
	color: #000 !important;
}

.addToCart{
	text-align: center;
}

.addToCart a:first-child, .addToCart input[type="submit"]{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #94d60a;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0px 30px;
	margin-right: 15px;
	margin-left: -22px;
	border: 0px;
}



.addToCart a:hover{
	text-decoration: none !important;
}

.addToCart a[href="javascript:void(0)"]{
	color: #c9c9c9;
	font-size: 25px;
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 25px;
}

.addToCart a[href="javascript:void(0)"] i{
	position: absolute;
	top: 5px;
	left: 0;
}

.item-catalog{
	margin-bottom: 50px;
	position: relative;
}

.sale-round{
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 48%;
    right: 8%;
	z-index: 5;
}

.price-name-item{
	min-height: 125px !important;
}

.bottom-num-list{
	border-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: -18px;
}

.breadcrumbs ul{
	margin-bottom: 22px;
	padding-left: 0px !important;
	display: inline-block;
	float: left;
	list-style: none;
	margin-top: 11px;
}

.breadcrumbs li{
	display: inline-block;
	float: left;
}

.breadcrumbs li a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.breadcrumbs li a:before{
	display: inline-block;
	float: right;
	content: '/';
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0px 7px;
}

.breadcrumbs li:last-child a:before{
	display: none;
}

.breadcrumbs li:last-child a{
	color: #999999;
	pointer-events: none;
}

.title{
	margin-top: 0px;
	margin-bottom: 18px;
	color: #333333;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.tags-list{
	padding-top: 11px;
	margin-bottom: 24px;
}

.tags-list a{
	display: inline-block;
	float: left;
	margin-right: 10px;
	border: solid 1px #e5e5e5;
	height: 25px;
	line-height: 24px;
	border-radius: 3px;
	color: #bfbfbf;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0px 12px;
    margin-bottom: 7px;
}

.tags-list a:hover{
	color: #202020;
	border-color: #202020;
}

.slider-product .owl-carousel{
	width: 500px;
	height: 500px;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
	display: block;
}

.slider-product .item{
	height: 500px;
	line-height: 500px;
	text-align: center;
}

.slider-product .item img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.gallery-thumb{
	text-align: center;
}

.gallery-thumb a{
	display: inline-block;
	float: none;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	border: solid 1px #e5e5e5;
	overflow: hidden;
	line-height: 100px;
	text-align: center;
	margin: 0px 10px !important;
}

.gallery-thumb a img{
	max-height: 100%;
	max-width: 100%;
}

.col-md-6.discription-product{
	    padding-top: 20px;
	padding-left: 36px !important;
}

.span-gray-price{
	font-size: 21px !important;
}

.span-gray-price i{
	font-size: 16px;
}

.span-gray{
	font-size: 18px;
	color: #999999;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: inline-block;
	height: 20px;
	line-height: 26px;
	margin-bottom: 29px;
}

/*.price-big-black{
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 55px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.price-big-black i{
	font-size: 44px;
	margin-left: -10px;
}*/

.price-big-black{
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.price-big-black i{
	font-size: 28px;
	margin-left: -10px;
}

.add-to-cart{
	margin-bottom: 30px;
}

.add-to-cart a, .add-to-cart span, .add-to-cart input{
	float: right;
}

.add-to-cart a, .add-to-cart a:focus,
.add-to-cart button, .add-to-cart button:focus{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #94d60a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 37px;
    margin-left: 5px;
    font-size: 17px;
	border: solid 0px gray !important;
	float: right;
}

.add-to-cart input{
	height: 40px;
	width: 40px;
	border: solid 1px #e5e5e5;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.add-to-cart span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 28px;
	text-align: center;
	color: #333333;
	font-size: 13px;
	cursor: pointer;
}

.bonus-to-cart{
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
}

.bonus-to-cart i{
	font-size: 29px;
}

.bonus-to-cart i.name-cart{
	display: inline-block;
	float: left;
	text-align: center;
	border: solid 1px #666666;
	padding: 5px 9px 4px 9px !important;
	color: #000;
	font-size: 10px;
	line-height: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 11px;
    margin-left: 0px;
}

.round-question{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: solid 1px #999999;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 5px;
}

.bonus-to-buy{
	color: #fbcb0e;
	font-size: 41px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin-bottom: 33px;
}

.bonus-to-buy span{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	float: left;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 16px;
    padding-top: 2px;
}

.bonus-to-buy b{
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
}

.bonus-to-buy i{
	font-size: 36px;
}

.options-prods{
	padding-top: 0px;
	margin-bottom: 30px;
}

.options-prods>a{
	pointer-events: none;
}

.options-prods a.icon-icon_favorite,
.options-prods a.icon-icon_favorite_active{
	border: 0px;
	font-size: 22px;
	pointer-events: painted;
}

.options-prods a.icon-icon_favorite_active{
	color: #94d60a !important;
}

.text-discription {
	margin-bottom: 20px;
}

.text-discription p{
	font-size: 14px;
	color: #1a1b1f;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 12px;
}

.tabses-product{
	margin-top: 23px;
	padding-bottom: 50px;
}

.tabses-product .nav-tabs{
	border-color: #e5e5e5 !important
}

.tabses-product .nav>li>a{
	padding: 0px 20px !important;
	height: 36px !important;
	line-height: 36px !important;
	border-radius: 2px 2px 0 0 !important;
	margin-right: 0px !important;
	cursor: pointer;
	color: #999999 !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px;
}

.tabses-product .nav-tabs>li.active>a{
	color: #333333 !important;
	font-size: 17px !important;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    border-color: #e5e5e5 !important;
    border-bottom: 0px !important;
}

.tab-content{
	margin-top: -1px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-radius: 2px !important;
	padding: 25px 33px !important;
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.similar-product{
	border-top: solid 1px #e5e5e5;
	padding-top: 30px;
}

.title-boxes{
	color: #1a1b1f;
	font-size: 17px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    line-height: 17px;
    margin-bottom: 33px;
}

.link-visited-product{
	text-align: left;
	margin-top: 0px;
}

.link-visited-product a{
	margin-left: 0px !important;
	margin-right: 16px !important;
}

.way-basket{
	text-align: right;
	margin-bottom: 18px;
}

.way-basket ul{
	display: inline-block;
	width: auto;
	padding-left: 0px !important;
	list-style: none;
	margin-bottom: 0px;
}

.way-basket li{
	display: inline-block;
	float: left;
}

.way-basket li a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #999999;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    pointer-events: none;
}

.way-basket li a:before{
	display: inline-block;
	float: right;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #94d60a;
	font-family: 'icomoon';
	content: "\e901";
	margin: 0 6px;
}

.way-basket li:last-child a:before{
	display: none;
}

.visited-link a, .active-link a{
	pointer-events: painted !important;
}

.active-link a{
	color: #333333 !important;
}

.title-table-backet{
	color: #999999;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 20px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 3px;
}

.name-col{
	width: calc(41.66% - 36px) !important;
}

.price-col{
	width: calc(8.33% + 26px) !important; 
}

.sale-col{
	width: calc(8.33% + 42px) !important;
}

.count-col{
	width: calc(16.66% - 18px) !important;
}

.sale-price-col{
	width: calc(16.66% + 71px) !important;
}

.image-item-bascket img{
	max-width: 83%;
}

.bascket-item{
	padding-top: 18px;
}

.bascket-item{
	padding-left: 5px;
	margin-bottom: 0px;
	color: #1a1b1f;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 6px;
}

.bascket-item a{
	color: #1a1b1f;
	font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}

.bascket-item a.buy-gift{
	color: #fff !important;
}

.bascket-item a:hover{
	color: #1a1b1f;
	text-decoration: underline;
}

.bascket-item i{
	font-size: 11px;
}

.image-item-bascket{
	width: calc(25% - 8px) !important;
}

.dell-item{
	position: absolute;
    display: block;
    font-size: 23px;
    line-height: 12px;
    color: #a1a1a1;
    top: calc(50% - 3px);
    right: 7px;
    font-family: 'icomoon' !important;
}

.dell-item:hover{
	text-decoration: none !important;
}

.sale-price-col{
	position: relative;
}

.count-col.add-to-cart{
	margin-bottom: 0px !important;
	margin-top: -6px;
}

.count-col.add-to-cart span, 
.count-col.add-to-cart input{
	float: left;
}

.count-col.add-to-cart span.left-arrow{
	margin-left: -9px;
}

.bascket-item:last-of-type{
	margin-bottom: 31px;
}

.num-cart-black span,
.num-coupon span{
	font-size: 17px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

.num-cart-black input,
.num-coupon input{
	height: 25px;
    line-height: 25px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    width: 240px;
    margin: 0px 29px 0px 19px;
    float: right;
    border-radius: 3px;
    padding: 0px 15px !important;
}

.num-cart-black button,
.num-coupon button{
	margin-right: 13px;
    float: right;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background-color: transparent;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    height: 25px;
    line-height: 23px;
    padding: 0px 17px;
}

.num-cart-black,
.num-coupon{
	margin-bottom: 30px;
}

.order-sum{
	background-color: #f4f5f5;
	padding: 25px 0px;
	position: relative;
	margin-bottom: 10px;
}

.order-sum p{
	text-align: center;
    margin-bottom: 0px;
    color: #1a1b1f;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    padding-left: 71px;
}

.order-sum p span{
	display: inline-block;
	margin-left: 18px;
}

.order-sum p span i{
	font-size: 19px;
}

.order-sum input, .order-sum a{
	height: 40px;
    line-height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 13px;
    background-color: #94d60a;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 23px !important;
    border: 0px;
}

.order-sum a:hover, .order-sum a:focus, .order-sum a:active{
	background-color: #77ab09;
	color: #fff;
	text-decoration: none;
}

.order-treatment{
	text-align: center;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 21px;
}

.color-green{
	color: #95d600;
}

.icon-delivery-in-region span{
	display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 61px;
    color: #95d600;
    border: solid 1px #95d600;
    line-height: 65px;
    text-align: center;
    font-size: 34px;
    margin-top: 4px;
}

.text-delivery-in-region p{
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding-right: 150px;
    margin-left: -4px;
}

.text-delivery-in-region p a,.text-delivery-in-region p a:hover{
	text-decoration: underline;
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
}

.data-order-accordeon{
	width: calc(75% + 13px) !important;
}

.data-mini-order{
	width: calc(25% - 13px) !important;
	padding-left: 13px !important;
}

.panel {
	padding: 5px !important;
	border-radius: 3px !important;
}

.panel-heading{
	padding: 0px !important;
	border-bottom: 0px !important;
	border-radius: 0px !important;
}

.panel-title{
	height: 38px;
	line-height: 34px;
	border-bottom: 0px !important;
	background-color: #f2f2f2 !important;
	padding-left: 15px !important;
	color: #333333 !important;
	font-size: 17px !important;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.panel-body{
	border-top: 0px !important;
}

.panel-title span{
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	border-radius: 20px;
	border: solid 1px #333333;
	color: #333333;
	font-size: 12px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-top: 8px;
    margin-right: 11px;
}

.panel-body{
	padding-top: 20px !important;
	position: relative;
}

.title-input, .panel-body span.text-discription-info-order{
	color: #333333;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 7px;
}

.panel-body span.text-discription-info-order{
	display: inline-block;
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 18px;
}

.title-input.be_sure:before{
	content: '*';
	color: #ff0000;
	font-size: 14px;
	display: inline-block;
	float: left;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.panel-body input[type="text"]{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: solid 1px #e5e5e5;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 15px !important;
    margin-bottom: 14px;
}

.panel-body textarea{
	width: 100%;
	height: 50px;
	line-height: 14px;
	border: solid 1px #e5e5e5;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    margin-bottom: 56px;
    resize: none;
}

.panel-body input[type="text"].search-icon-input{
	padding-left: 46px !important;
	position: relative;
	background-image: url(../img/search-bg.svg);
	background-repeat: no-repeat;
	background-position: 11px 4px;
    background-size: 3%;
}

.next-stage{
	right: 15px;
}

.prev-stage{
	left: 15px;
}

.green-button{
	display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border: 0px;
    background-color: #94d60a;
    padding: 0px 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    position: absolute;
    bottom: 17px;
}

.panel-group .panel+.panel {
    margin-top: 5px !important;
}

.check-box{
	height: 60px;
	padding: 0px 6.66px 0px 6.66px !important;
	margin-bottom: 15px;
    margin-top: 5px;
}

.check-box:first-child, .check-box:nth-child(4n){
	padding: 0px 13.32px 0px 0px !important;
}

.check-box:nth-child(3n){
	padding: 0px 0px 0px 13.32px !important;
}

.check-box input[type="radio"]{
	display: none;
}

.check-box label{
	text-align: center;
	font-size: 10px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    display: table;
    width: 100%;
    margin-bottom: 0px;
    height: 100%;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

.check-box label span{
	display: table-cell;
	vertical-align: middle;
}

.check-box input[type="radio"]:checked + label{
	border: solid 1px #94d60a;
}

.no-full-check{
	width: calc(66.66% + 27px) !important;
}

.box-green-boxes{
	margin-left: 20px;
    width: calc(25% + 14px) !important;
}

.box-green{
	padding: 15px 12px 15px 15px !important;
	background-color: #d8eea9;
	color: #333333;
	font-size: 12px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 15px;
}

.box-green i{
	font-size: 10px;
}

.box-green a, .box-green a:hover{
	text-decoration: underline;
	color: #29abe2;
}

.no-full-check{
	margin-bottom: 48px;
}

.bonus-pay{
	margin-bottom: 18px;
}

.bonus-pay input[type="checkbox"],
.bonus-pay input[type="radio"]{
	display: none;
}

.bonus-pay input[type="checkbox"]{
	display: block;
	float: left;
	/*width: 5px;
	height: 5px;*/
	position: relative;
	margin-right: 21px !important;
}

/*.bonus-pay input[type="checkbox"]:before{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: solid 1px #989898;
	content: '';
	top: 1px;
	left: 0;
	position: absolute;
}

.bonus-pay input[type="checkbox"]:checked:before{
	background-color: #95d600;
	border-color: #95d600;
}

.bonus-pay label{
	display: inline-block;
	width: calc(100% - 25px);
	float: left;
	color: #333333;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
	margin-right: 0px !important;
}

/*.bonus-pay label:before{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: solid 1px #989898;
	content: '';
	top: 1px;
	left: 0;
	position: absolute;
}

.bonus-pay input[type="checkbox"]:checked + label:before{
	background-color: #95d600;
	border-color: #95d600;
}*/

.bonus-pay input[type="radio"]:checked + label:before{
	background-color: #95d600;
	border-color: #95d600;
}

.panel-body .bascket-item{
	padding-top: 0px;
	margin-bottom: 20px;
}

.panel-body .bascket-item.last{
	border-bottom: 0px;
	margin-bottom: 50px;
}

.panel-body .image-item-bascket {
    width: calc(15% + 14px) !important;
}

.panel-body .name-col {
    width: calc(70% - 17px) !important;
}

.panel-body .name-item-bascket{
	width: 72% !important;
}

.panel-body .sale-col{
	text-align: center;
}

.inner-mini-data-order{
	padding: 17px 23px !important;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
}

.inner-mini-data-order p{
	color: #333333;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
    border-bottom: solid 1px #cccccc;
}

.inner-mini-data-order p.green-line{
	border-color: #95d600;
}

.inner-mini-data-order p span{
	float: right;
}

.inner-mini-data-order p span i{
	font-size: 14px;
}

.no-line, .end-price{
	border-bottom: 0px !important;
}

.end-price{
	font-size: 24px !important;
	padding-top: 7px;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.end-price i{
	font-size: 19px !important;
}

.succsess-stage .panel-title{
	background-color: #d8eea9 !important;
}

.warning-stage .panel-title{
	background-color: #f8a4a7 !important;
}

.warning-input{
	border-color: #f8a4a7 !important;
}

.warning-text{
	display: inline-block;
	float: left;
	background-color: #f8a4a7 !important;
	color: #ed1c24;
	height: 25px;
	line-height: 25px;
	padding:0px 22px;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
}

.warning-text-big{
	display: inline-block;
	float: left;
	background-color: #f8a4a7 !important;
	color: #ed1c24;
	line-height: 18px;
	font-size: 14px;
	padding:10px 22px;
	margin-bottom: 10px;
}

.warning-text img{
	position: absolute;
    bottom: -7px;
    left: 24px;
}

.panel-title a{
	display: none;
}

.succsess-stage .panel-title a{
	display: inline-block;
	font-size: 14px;
	color: #29abe2;
	float: right;
	margin-right: 15px;
}

.collapse.full {
    display: block !important;
}

.confirm-order{
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a;
}

.text-success-order form input[type="submit"],
.text-success-order form input[type="image"]{
	height: 40px;
	line-height: 40px;
	float: none !important;
    padding: 0px 40px !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a !important;
	background-image: none !important;
}

.text-success-order{
	text-align: center;
}

.text-success-order .confirm-order{
	float: none !important;
	padding: 0px 40px !important;
}

.text-success-order p{
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	padding-top: 7px;
	margin-bottom: 31px;
}

.text-success-order p b{
	font-size: 18px;
}

.right-sidebar-cabinet ul{
	margin-bottom: 0px;
	list-style: none;
	width: 100%;
	padding-left: 0px !important;
}

.right-sidebar-cabinet li{
	width: 100%;
}

.right-sidebar-cabinet li>a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #c4c5c5;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #29abe2;
}

.right-sidebar-cabinet li:last-child>a{
	border-bottom: 0px;
}
.right-sidebar-cabinet li>a i{
	margin-right: 15px;
	font-size: 19px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
}

.right-sidebar-cabinet{
	background-color: #f4f5f5;
	margin-top: 14px;
    padding: 13px 33px !important;
}

.content-page-center{
	padding-left: 108px !important;
	margin-top: 14px;
}

.line-input span{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #999999;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	width: 122px;
}

.line-input input, .line-input select{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	padding: 0px 10px;
	width: 350px;
	border: solid 1px #e5e5e5;
}

.line-input{
	margin-bottom: 15px;
}

.full-line{
	margin-bottom: 0px !important;
}

.full-line span{
	width: auto !important;
}

.cab-check label{
	margin-right: 36px;
}

.confirm-data{
	float: left !important;
	padding: 0px 34px !important;
    margin-top: 14px;
}

.date-inner{
	width: calc(25% + 27px) !important;
}

.count-bonus{
	width: calc(16.66% + 14px) !important;
}

.all-count-bonus{
    width: calc(33.33% - 15px) !important;
}

.date-active-bonus{
    width: calc(25% - 26px) !important;
}

.head-table{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 4px;
    border-bottom: solid 1px #e5e5e5;
}

.content-table{
	font-size: 24px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 20px;
}

.content-table b{
	color: #95d600;
	font-weight: 400;
}

.content-table i, .info-text-gray{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px !important;
    font-style: normal;
    display: inline-block;
    float: right;
    margin-top: 18px;
    padding-right: 20px;
}

.info-text-gray{
	margin-bottom: 0px;
	padding-right: 0px !important;
	margin-top: 81px;
}

.favs-prod {
    padding-left: 9px !important;
}

.content-page-center p{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px !important;
    font-style: normal;
}

.question-md6 input {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	padding: 0px 10px;
	width: 100%;
	border: solid 1px #e5e5e5;
}

.question-md6 {
	margin-top: 25px;
}

.question-md6{
	padding-right: 28px !important;
	margin-bottom: 25px;
}

.question-md6.pull-right{
	padding-left: 28px !important;
	padding-right: 0px !important;
}

.question-md12 textarea,
.question-md6 textarea{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 18px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	padding: 5px 10px;
	width: 100%;
	border: solid 1px #e5e5e5;
	height: 200px;
	resize: none;
	margin-bottom: 25px;
}

.capcha img{
	margin-right: 25px;
	float: left;
}

.capcha input{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	padding: 0px 10px;
	width: 150px;
	border: solid 1px #e5e5e5;
	margin-bottom: 25px;
}

.reviews-tabs{
	padding-left: 80px !important;
}

.accord-name{
	width: 77px !important;
}

.accord-date{
	width: 97px !important;
}

.accord-sum{
	width: 84px !important;
}

.accord-sum i{
	font-size: 11px;
}

.accord-status{
	width: 83px !important;
}

.accord-addres{
	width: 96px !important;
}

.accord-deliv{
	width: 122px !important;
}

.accord-pay{
	width: 129px !important;
}

.reviews-tabs .head-table{
	margin-bottom: 13px;
}

.accord-date.title-line{
	margin-left: -12px;
	width: 109px !important;
	padding-left: 14px !important;
}

.title-line{
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 40px;
	border-bottom: solid 1px transparent;
	cursor: pointer;
}

.title-line.active{
	border-bottom: solid 1px #cdcdcd;
}

.title-line.accord-name.active{
	border-bottom: solid 1px transparent !important;
}

.title-line.accord-name span{
	border-top: solid 1px transparent;
	border-right: solid 1px transparent;
	border-left: solid 1px transparent;
	border-bottom: solid 1px #fff;
	display: inline-block;
	float: left;
	line-height: 39px;
	width: 85%;
	padding-left: 13px !important;
	cursor: pointer;
	-webkit-user-select: none;
}

.title-line.accord-name span.active{
	border-top: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
}

.title-line.accord-sum,
.title-line.accord-date{
	line-height: 39px !important;
}

.information-order{
	height: 0px !important;
	border-top: solid 0px #fff !important;
	margin-top: -2px;
	padding: 0px !important;
	overflow:hidden;
}

.information-order.active{
	border: solid 1px #cdcdcd !important;
	border-top: solid 0px #fff !important;
	padding: 25px !important;
	height: auto !important;
}

.option-order{
	line-height: 24px !important;
}

.option-order.col-md-1{
	text-align: center;
}

.option-order.col-md-1 i{
	font-size: 11px;
}

.accord-pay.title-line,
.accord-deliv.title-line,
.accord-addres.title-line,
.accord-status.title-line{
	display: table !important;
}

.accord-pay.title-line span,
.accord-deliv.title-line span,
.accord-addres.title-line span,
.accord-status.title-line span{
	display: table-cell !important;
	vertical-align: middle !important;
	line-height: 16px;
}

.accord-status.title-line span,
.accord-deliv.title-line span{
	font-size: 12px !important;
	line-height: 12px !important;
}

.accord-pay button{
	position: relative;
    bottom: auto;
}

.head-table.accord-name{
	width: 65px !important;
    margin-left: 12px !important;
}

.line-accordeon{
	margin-bottom: 5px;
}

.photo-person{

}

.photo-person img{
	max-width: 100%;
	max-height: 80px;
}

.text-reviews h6{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #1a1b1f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	height: 23px;
	line-height: 23px;
	position: relative;
}

.text-reviews h6 span{
	margin-left: 10px;
	display: inline-block;
	height: 23px;
	line-height: 22px;
	border-radius: 2px;
	border: solid 1px #cccccc;
	color: #cccccc;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0px 10px !important;
}

.text-reviews h6 i{
	display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    border: solid 1px #cccccc;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-right: 1px;
    font-style: normal;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 0;
    right: 0;
}

.text-reviews p{
	color: #1a1b1f;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px !important;
    margin-bottom: 0px;
}

.negative{
	border: solid 1px #cccccc;
    color: #cccccc;
    font-size: 40px !important;
}

.positive{
	border: solid 1px #95d600 !important;
    color: #95d600 !important;
}

.reviews-box{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}

.reviews-box:last-child{
	border-bottom: 0px;
}

.sidebar-no-bg{
	background-color: transparent !important;
}

.sidebar-no-bg{
	padding: 0px !important;
}

.right-sidebar-cabinet p{
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.right-sidebar-cabinet p a{
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

a.blue-link{
	color: #29abe2;
	text-decoration: underline;
}

.right-sidebar-cabinet h5{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 30px;
}

.open-text p{
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.map-box{
	height: 220px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.map-box.first{
	margin-top: 30px !important;
}

.box-warning{
	padding: 15px 0px 15px 0px !important;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 12px;
   	margin-bottom: 10px;
}

.box-warning p{
	margin-bottom: 0px;
	position: relative;
	padding-left: 66px !important;
}

.box-warning p:before{
	display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    left: 7px;
    height: 38px;
    width: auto;
    font-family: 'icomoon' !important;
    color: #95d600;
    content: "\e900";
    font-size: 44px;
}

.button-big {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a;
    display: inline-block;
}

.li-list-mini{
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	padding-left: 0px !important;
	border-top: solid 1px #cccccc;
	margin-top: 35px;
}

.li-list-mini li{
	display: table;
	float: left;
	height: 50px;
	line-height: 50px;
}

.li-list-mini li a{
	display: inline-block;
	vertical-align: middle;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #999999;
	border-bottom: dashed 1px #999999;
	margin-right: 20px !important;
}

.li-list-mini li a.active{
	color: #95d600;
	border-bottom: 0px;
}

.form-reviews{
	height: 0px;
	min-height: 0px !important;
	overflow: hidden;
}

.form-reviews.active{
	height: auto !important;
}

.form-reviews .bonus-pay{
	margin-bottom: 0px !important;
}

.action-box{
	margin-bottom: 13px;
	margin-top: 12px;
}

.action-box:nth-child(4n){
	padding-right: 0px !important;
	padding-left: 43.33px !important;
}

.action-box:first-child,
.action-box:nth-child(4n+1){
	padding-left: 0px !important;
	padding-right: 43.33px !important;
}

.action-box:nth-child(4n-1){
	padding-left: 27.5px !important;
	padding-right: 18.5px !important;
}

.action-box:nth-child(4n+2){
	padding-right: 27.5px !important;
	padding-left: 18.5px !important;
}

.inner-box-action{
	border: solid 1px #dcdddd;
	height: 412px;
	overflow: hidden;
}

.inner-box-action:hover{
	height: auto;
	min-height: 412px;
	z-index: 10;
	background-color: #fff;
}

.inner-box-action:before{
	position:absolute; 
	bottom: 0px;
	height: 15%;
	left: 0;
	width: 100%;
	z-index: 2;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.inner-box-action:hover:before{
	display: none;
}

.img-actions{
	background-color: #cccccc;
}

.img-actions img{
	width: 100%;
}

.time-actions{
	background-color: #f4f5f5;
	border-bottom: solid 1px #dcdddd;
	padding: 0px 14px !important;
}

.time-actions p{
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.time-actions h5{
	font-size: 15px;
	color: #999999;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 17px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.active-action h5{
	color: #fff !important;
}

.active-action{
	background-color: #94d60a !important;
}

.text-actions{
	padding: 0px 14px !important;
}

.text-actions p{
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: 15px;
	display: inline-block;
    overflow: hidden;
}

.title-actions{
	margin-bottom: 0px !important;
	margin-top: 13px !important;
	margin-bottom: 5px !important;
}

.title-actions a{
	font-size: 17px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.full-content{
	padding-left: 0px !important;
	width: calc(75% + 20px) !important;
}

.right-sidebar-cabinet.sidebar-no-bg.pull-right{
	width: calc(25% - 20px) !important;
    padding-left: 28px !important;
}

.banner-img-action img{
	max-width: 100%;
}

.banner-img-action{
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 30px;
}

.time-action-line p{
	margin-bottom: 22px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center;
}

.time-action-line p span{
	color: #94d60a;
	font-size: 17px;
}

.time-action-line h5{
	margin-top: 0px;
	margin-bottom: 22px;
	color: #333333;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}

.full-text-action{
	border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 19px !important;
}

.full-text-action p{
	margin-bottom: 21px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}

.title-sidebar{
	text-align: center;
	border-top: solid 1px #333333;
    border-bottom: solid 4px #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333;
	font-size: 24px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 50px !important;
}

.right-sidebar-cabinet .action-box{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 24px !important;
}

.to-direction{
	margin-top: 10px;
	padding-right: 46px !important;
	line-height: 21px !important;
}

.to-direction p{
	margin-bottom: 0px !important;
}

.to-direction img{
	width: 50%;
}

.to-direction.pull-right{
	padding-right: 0px !important;
	padding-left: 12px !important;
}

.to-direction .question-md6{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.to-direction .question-md12 textarea{
	margin-bottom: 5px !important;
	height: 150px !important;
}

.to-direction button{
	margin-right: 40px;
}

.to-direction .bonus-pay{
	margin-top: 14px !important;
}

.nav-partners{
	margin-top: 13px;
	height: 55px;
}

.nav-partners a{
	font-size: 14px !important;
}

.nav-partners.top-menu .nav li:first-child, .nav-partners.top-menu .nav li{
	padding-right: 20px !important;
	padding-left: 20px !important;
	height: 55px;
    line-height: 55px;
}

.box-green{
	background-color: #ecf7d2;
}

.box-inner-text-page{
	padding: 30px 30px 24px 30px !important;
	margin-bottom: 3px;
}

.box-inner-text-page h5{
	color: #333333;
	font-size: 36px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
    text-align: center;
   	margin-top: 0px;
   	margin-bottom: 35px;
   	text-transform: uppercase;
}

.box-inner-text-page h4{
	color: #333333;
	font-size: 36px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 3px;
    text-align: center;
   	margin-top: 0px;
   	margin-bottom: 35px;
   	text-transform: uppercase;
}

.box-inner-text-page p{
	text-align: center;
	color: #333333;
	font-size: 21px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 26px;
    margin-bottom: 13px;
}

.box-inner-text-page p i {
	color: #94d60a;
	font-size: 46px;
	margin-bottom: 11px;
    display: inline-block;
    margin-top: 7px;
}

.box-inner-text-page p i.icon-icon_rub{
	font-size: 17px;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333;
}

.box-inner-text-page .blue-link{
	text-decoration: none;
}

.big-text{
	font-size: 24px !important;
	margin-bottom: 30px;
}

.big-text b{
	font-weight: 500;
}

.box-inner-text-page h6{
	font-size: 24px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.green-text-h6{
	color: #94d60a !important;
}

.icon-plus-text p.green-text-h6{
	font-size: 17px;
	margin-bottom: 17px;
}

.icon-plus-text p{
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.icon-plus-text p i{
	display: inline-block;
    width: 83px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    border-radius: 83px;
    border: solid 1px #404040;
    font-size: 44px;
    color: #404040;
    margin-bottom: -1px;
}

.no-title-box-inner{
	text-align: center !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

.banner-img-box-inner{
	text-align: center;
}

.inner-gray-box .box-iiner-bray-title{
	padding-left: 11px !important;
	padding-right: 11px !important;
}

.inner-gray-box .box-iiner-bray-title:first-child{
	padding-left: 0px !important;
    padding-right: 21px !important;
}

.inner-gray-box .box-iiner-bray-title:nth-child(3n){
	padding-left: 21px !important;
    padding-right: 0px !important;
}

.box-iiner-bray-title h5{
    background-color: #f4f5f5;
    color: #333333;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 15px;
    margin-bottom: 26px;
}

.box-iiner-bray-title p{
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #333333;
	font-size: 14px;
}

.box-iiner-bray-title p i{
	font-size: 11px;
}

a.icon-icon_favorite:hover,
a .icon-icon_favorite:hover{
	color: #202020 !important;
}

.center-warning{
	text-align: center !important;
}

.green-warning-text{
	color: #a9d42d !important;
	padding-top: 10px !important;
}

.center-warning p{
	padding-left: 0px !important;
	line-height: 21px !important;
}

.center-warning p:before{
	display: none !important;
}

.box-link-philosofy{
	text-align: center;
	padding: 0px /*80px*/ !important;
	margin-top: 4px;
}

.box-link-philosofy a{
	display: inline-block;
	width: 120px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	border: solid 1px #cccccc;
	border-radius: 25px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #333333;
	font-size: 14px;
	margin: 8px /*15px*/ 10px !important;
	-webkit-user-select: none;
}

.box-link-philosofy a:hover, .box-link-philosofy a.active{
	color: #a9d42d;
	border-color: #a9d42d;
}

.box-link-philosofy a.deactive{
	pointer-events: none;
	color: #cccccc;
}

.philosofy-slider{
	margin-top: 13px !important;
	margin-bottom: 7px;
}

.philosofy-slider .item{
	height: 683px;
}

.philosofy-slider .owl-nav{
	display: block !important;
}

.video-philosofy{
	margin-top: 20px;
}

.box-video{
	text-align: left;
	margin-bottom: 10px;
}

.video-default{
	background-image: url(../img/video-default.jpg);
	width: 560px;
	height: 315px;
	display: inline-block;
}

.photo-box-philosofy{
	text-align: center;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
}

.photo-philosofy{
	margin-top: 12.5px;
}

.photo-philosofy a img{
	display: inline-block;
	max-width: 200px;
}

.sliderInner .owl-nav{
	display: block !important;
}

.boxer-slider .item{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	min-height: 400px !important;
}

.right-sidebar a.show-result{
	display: inline-block;
	width: 100%;
	border: 0px;
	border-radius: 3px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	margin-top: 15px;
	background-color: #94d60a;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.right-sidebar a.show-result:hover{
	text-decoration: none;
	background: #83bb0d;
}

.bx-filter-container-modef{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #1a1b1f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.bx-filter-popup-result{
	width: 100%;
	display: inline-block;
}

.bx-filter-parameters-box-container{
padding: 0px !important;
}



a.disabled-bascket{
	background-color: #bdbdbd !important;
	pointer-events: none !important;
}

a.disabled-bascket, input.disabled-bascket{
	background-color: #bdbdbd !important;
	pointer-events: none !important;
}

.addToCartForm{
	display: inline-block;
	width: auto;
}

.addToCart .icon-icon_favorite_active{
	color: #94d60a !important;
}

.error-message{
	margin-bottom: 20px;
	padding: 20px !important;
	background-color: #f7a2a6 !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
	color: #ed1c24;
}

.name-option-order a{
	color: #333 !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
}

.name-option-order a:hover{
	text-decoration: underline;
}

.accord-pay .green-button{
	bottom: 6px;
}

.tags-list.options-prods span{
	display: inline-block;
    float: left;
    margin-right: 10px;
    border: solid 1px #e5e5e5;
    height: 25px;
    line-height: 24px;
    border-radius: 3px;
    color: #bfbfbf;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 12px;
}

.tab-content>.active{
	overflow: hidden !important;
}

button.disabled-bascket{
	background-color: #bdbdbd !important;
	pointer-events: none !important;
}

.delFavsItem{
	display: inline-block !important;
	width: 0px !important;
}

.box-registration{
	padding-right: 15px !important;
}

.box-auth{
	padding-left: 15px !important;
}

.line-title{
	height: 50px;
	line-height: 50px;
	background-color: #f4f5f5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.line-title p{
	margin-bottom: 0px;
	color: #333333;
	font-size: 17px;
	line-height: 17px;
	display: inline-block;
	width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.icon-inner{
	width: 62px;
	height: 62px;
	border-radius: 62px;
	background-color: transparent;
	border: solid 1px #93d50a;
	margin-right: 15px;
	text-align: center;
	line-height: 55px;
	display: inline-block;
}

.icon-box{
	display: inline-block;
	float: left;
	width: 77px;
	margin-top: 5px;
}

.text-box-block{
	display: inline-block;
	float: left;
	width: calc(100% - 77px);
}

.text-box-block p{
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
	font-size: 14px;
	line-height: 17px;
}

.icon-width-text-box{
	margin-bottom: 45px;
}

.button-auth{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 50px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	background-color: #93d50a;
	border: 0px;
}

.box-inner-form .button-auth{
	padding: 0px 30px !important;
}

.box-inner-form p{
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 14px;
    color: #333333;
	font-size: 14px;
}

.container-box input[type="text"], .container-box input[type="password"]{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 15px;
	border: solid 1px #c0c0c0; 
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
	font-size: 14px;
	margin-bottom: 14px;
}

form .button-auth{
	margin-top: 16px;
	padding: 0px 30px !important;
}

.container-box input[type="checkbox"]{
	display: none;
}

.container-box label{
	margin-top: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    padding-left: 21px;
    position: relative;
    cursor: pointer;
    float: right;
    display: inline-block;
    width: auto;
}

.container-box label:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 1px #989898;
    content: '';
    top: 1px;
    left: 0;
    position: absolute;
}

.container-box input[type="checkbox"]:checked + label:before {
    background-color: #95d600;
    border-color: #95d600;
}

.repas {
	display: block;
	width: 100%;
	margin-top: 15px;
	color: #29abe2;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.repas:hover{
	text-decoration: underline;
}

.col-md-12 .icon-box,
.col-md-12 .text-box-block{
	text-align: center;
	width: 100% !important;
}

.col-md-12 .icon-box{
	margin-bottom: 10px;
}

.col-md-12 .icon-width-text-box{
	margin-bottom: 20px;
}

.box-inner-form:first-of-type{
	padding-right: 15px !important;
}

.box-inner-form:last-of-type{
	padding-left: 15px !important;
}

.box-inner-form img{
	margin-right: 20px;
}

.capText{
	width: 120px !important;
	float: right;
}

.map-box>ymaps{
	width: 100% !important;
	height: 100% !important;
}

.reviews-box.deactive{
	display: none !important;
}

.cab-check label {
    padding-left: 21px !important;
}
.cab-check label {
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 7px !important;
    padding-bottom: 0px !important;
	float: left;
	display: inline-block;
}

.cab-check input[type="radio"],
.cab-check input[type="checkbox"] {
    width: 1px !important;
    height: 0px !important;
	display: inline-block !important;
	position: relative !important;
	float: left;
	margin: 0px !important;
}

.cab-check input[type="radio"]:after,
.cab-check input[type="checkbox"]:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 1px #989898;
    content: '';
    top: 1px;
    left: 0px;
    position: absolute;
    cursor: pointer !important;
}

.cab-check input[type="radio"]:checked:after,
.cab-check input[type="checkbox"]:checked:after {
    background-color: #95d600;
    border-color: #95d600;
}

.label-sogl input[type="radio"]:after,
.label-sogl input[type="checkbox"]:after{
	left: -20px !important;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
-webkit-appearance: none !important;
border-radius: 0 !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(3) .bx-authform-social,
#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(3) .bxe-light,
#bx-soa-auth .bx-soa-section-content.container-fluid .row,
#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform .bx-authform-formgroup-container:nth-child(4)
{
	display: none !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform-formgroup-container,
#bx-soa-auth .bx-soa-section-content.container-fluid.reg .bx-authform-formgroup-container{
	margin-bottom: 10px !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform-label-container,
#bx-soa-auth .bx-soa-section-content.container-fluid.reg .col-md-12 .bx-authform-label-container{
    width: 100%;
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important !important;
    margin-bottom: 7px !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform-input-container input[type="text"],
#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform-input-container input[type="password"],
#bx-soa-auth .bx-soa-section-content.container-fluid.reg .col-md-12 input[type="text"]{
    width: 100% !important;
    height: 35px !important;
    line-height: 35px !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 15px !important;
    margin-bottom: 14px !important;
    border-radius: 0px !important;
    border: solid 1px #e5e5e5 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	background: transparent !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform-formgroup-container input[type="submit"],
#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(3) .bx-soa-reg-block>a,
#bx-soa-auth .bx-soa-section-content.container-fluid.reg .col-md-12 input[type="submit"]
 {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 15px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    border: 0px !important;
    background-color: #94d60a !important;
    border-radius: 0px !important;
}


#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(2) .bx-authform>a,
{
    display: block;
    width: 100%;
    margin-top: 15px;
    color: #29abe2;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

#bx-soa-auth .bx-soa-section-content.container-fluid .col-md-6:nth-child(3) .bx-soa-reg-block{
	background: #f6ffe1 !important
}


.options-prod-links{
	position: relative;
}

.options-prod-links .modal-actions{
	width: auto;
}

.options-prod-links>a{
	display: inline-block;
	float: left;
	height: 80px;
	padding: 0px 18px;
	line-height: 80px;
	border: solid 1px #e5e5e5;
	color: #333333;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 20px;
    border-radius: 2px;
}

.options-prod-links>a.with_icon span, .options-prod-links>a.with_icon i{
	display: inline-block;
	float: left;
}

.options-prod-links>a.with_icon span{
	line-height: 18px;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 6px;
}

.options-prod-links>a.with_icon i{
	font-size: 48px;
    color: #94d60a;
    margin-right: 20px;
    height: 78px;
    line-height: 76px;
}

.options-prod-links>a:last-of-type{
	margin-right: 0px;
}

#payModal:before{
	right: calc(50% - 12px);
}



.modal-actions{
	display: inline-block;
	background-color: #fff;
	padding: 15px 20px !important;
	position: absolute !important;
	top: 0;
	left: 10px;
	z-index: 900;
	border: solid 1px #c2c5c6;
	border-radius: 3px;
	color: #999999;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    display: none;
}

.modal-actions a{
	color: #29abe2;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    text-decoration: underline;
}

.modal-actions:before{
	position: absolute;
	z-index: 901;
	width: 25px;
	height: 10px;
	content: '';
	top: -10px;
	right: 25px;
	background-image: url(../img/modalAct.png);
}

#user-cab input[type="text"],
#user-cab input[type="password"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: solid 1px #e5e5e5;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 15px !important;
    margin-bottom: 14px;
}

#user-cab form{
	margin-top: 20px;
}

#user-cab form>a{
	display: inline-block;
    font-size: 14px;
    color: #29abe2;
    width: 100%;
}

#user-cab input[type="submit"],
#user-cab form>p>a{
	display: inline-block;
	text-align: center;
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a;
    margin-bottom: 17px;
}

#user-cab form>p:nth-child(1){
	margin-bottom: 17px;
}



.top-header_link{
	position: relative;
}

.modal-actions span{
	display: inline-block;
}

.modal-actions ul{
	padding-left: 0px !important;
	list-style: none;
	margin-bottom: 0px;
}

.modal-actions li a{
	font-size: 14px;
	margin-bottom: 10px;
	color: #29abe2;
	margin-right: 0px !important;
	float: none !important;
}

.modal-actions li:last-child a{
	margin-bottom: 0px;
}

.top-header_link .modal-actions{
	width: 90px;
	border-radius: 0px;
}

.top-header_link .modal-actions:before{
	right: 32px;
}


.top-menu{
	position: relative;
}

.menu-catalog-hover.active{
	display: block !important;
}

.menu-catalog-hover{
	position: absolute !important;
	z-index: 49;
	background-color: #ffffff;
	top: 38px;
	padding-top: 40px !important;
	padding-bottom: 30px !important;
	border-top: solid 1px #e5e5e5;
	display: none !important;
	z-index: 200;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

.activeCatMenu{
	border-bottom: solid 2px #333333;
}

.top-menu .navbar-nav>li>a{
	height: 28px;
	margin-top: 9px;
}

@media only screen and (min-width: 1000px) {
	.top-menu .navbar-nav>li>a{
		margin-top: 9px;
	}
}

.box-menu-catalog{
	min-height: 230px !important;
	border-right: solid 2px #e5e5e5;
	padding-left: 20px !important;
}

.menu-catalog-hover .row:nth-of-type(2) .box-menu-catalog{
	min-height: 180px !important; 
}

.box-menu-catalog:nth-child(4n){
	border-right: 0px;
}

.box-menu-catalog:nth-child(1), .box-menu-catalog:nth-child(5n){
	padding-left: 0px !important;
}

.box-menu-catalog>p{
	text-align: left;
}

.box-menu-catalog>p>a{
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

.menu-catalog-hover .row{
	margin-bottom: 20px;
}

.box-menu-catalog>p>a:after{
	background-image: url(../img/arrLinkMenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	content: '';
	width: 6px;
	height: 12px;
	padding-top: 3px;
	margin-left: 10px;
}

.box-menu-catalog ul{
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0px;
}

.box-menu-catalog li{
	text-align: left;
}

.box-menu-catalog li a{
	font-size: 14px;
	color: #29abe2;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
	padding-right: 10px;
}

#location{
	width: 560px;
}

#location.modal-actions:before{
	left: 27px;
	right: auto;
}

#location span{
	width: 100%;
}

#location input[type="text"]{
	width: 100%;
    height: 35px;
    line-height: 35px;
    border: solid 1px #e5e5e5;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    padding: 0px 15px !important;
    margin-bottom: 14px;
}

.list-city{
	display: block;
	float: left;
	width: 100%;
	height: 220px;
	overflow-y: scroll;
}

.list-city ul{
	margin-bottom: 0px;
	width: 100%;
	display: block;
	float: left;
}

.list-city li a{
	font-size: 12px;
	line-height: 18px;
	color: #29abe2;
	margin-bottom: 0px;
	height: auto;
}

.list-city li{
	height: auto;
	line-height: 18px;
	width: 25%;
	display: inline-block;
	float: left;
}

.sale-col{
	position: relative;
}

#sale-quest:before{
	right: 48px !important;
}

.green-mes{
	color: #93d50a !important;
}

.red-mes{
	color: #c00000 !important;
}

.messageBE .green-mes {
    color: #93d50a !important;
    font-size: 14px !important;
    padding: 11px !important;
}

.messageBE .red-mes{
	color: #c00000 !important;
    font-size: 14px !important;
    padding: 11px !important;
}

.num-cart-black b,
.num-coupon b{
	display: inline-block;
    margin-right: 13px;
    float: right;
    border: solid 1px red;
    border-radius: 3px;
    background-color: transparent;
    text-align: center;
    color: red;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    height: 25px;
    line-height: 23px;
    padding: 0px 17px;
	cursor: pointer;
}

.inner-right-sidebar{
	position: relative;
}

.modal-filter-see{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 90%;
	width: 200px;
	height: auto;
	padding: 10px !important;
	background-color: #fff;
	border: solid 1px #94d60a;
	display: none;
	border-radius: 3px;
	text-align: center;
}

.modal-filter-see.active{
	display: block;
}

.modal-filter-see span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.modal-filter-see span i{
	font-style: normal;
}

.modal-filter-see a{
	display: inline-block;
	width: 100%;
    border: 0px;
    border-radius: 3px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    background-color: #94d60a;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.modal-filter-see a:hover{
	text-decoration: none;
	background-color: #83bb0d;
}

.scrollUpButton{
	position:fixed !important;
	right: -50px;
	bottom: 50px;
	z-index: 100;
	width: 50px;
	height: 50px;
	opacity: 0;
	display: block;
	background: rgba(0,0,0,0.5);
	transition: 0.5s;
	transition-timing-function: ease-in-out;
}

.scrollUpButton a{
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	background-color: #94d60a;
	text-align: center;
	line-height: 70px;
    transform: rotate(-90deg);
}

.scrollUpButton a i{
	color: #fff;
	font-size: 35px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.scrollUpButton a:hover i,
.scrollUpButton a:hover,
.scrollUpButton a:focus i,
.scrollUpButton a:focus,
.scrollButtonCart a:hover i,
.scrollButtonCart a:hover,
.scrollButtonCart a:focus i,
.scrollButtonCart a:focus{
	text-decoration: none !important;
}

.scrollUpButton.active{
	right: 50px;
	opacity: 1;
}

.basket-count{
	position: relative;
}

.basket-count span{
	position: absolute;
    top: -8px;
    left: 10px;
    width: 20px;
    height: 20px !important;
    border-radius: 20px;
    background-color: #94d60a;
    text-align: center;
    line-height: 20px !important;
    display: block !important;
    z-index: 1;
	color: #fff !important;
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.scrollButtonCart{
	position:fixed !important;
	right: -50px;
	top: 50px;
	z-index: 210;
	width: 80px;
	height: 80px;
	text-align: center;
	opacity: 0;
	display: block;
	background: #94d60a;
	transition: 0.5s;
	padding-top: 13px;
	transition-timing-function: ease-in-out;
}

.scrollButtonCart.active{
	right: 50px;
	opacity: 1;
}

.scrollButtonCart a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
	position: relative;
}

.scrollButtonCart a i {
    font-size: 23px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

.scrollButtonCart a:hover,
.scrollButtonCart a:hover i,
.scrollButtonCart a:focus,
.scrollButtonCart a:focus i{
	color: #fff;
}

.scrollButtonCart a span {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 20px;
    height: 20px !important;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 20px !important;
    display: block !important;
    z-index: 1;
    color: #94d60a !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.aboutTeana .boxes .boxed .image {
    position: relative;
    overflow: hidden;
    display: block;
}

.aboutTeana .boxes .boxed img {
    max-width: 100%;
    float: left;
    width: 100%;
}

.aboutTeana .boxes .boxed .desc {
    padding: 15px 0;
}

.aboutTeana .boxes .boxed .desc p:first-child {
    font-size: 17px;
	line-height: 17px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    color: #202124;
	margin-bottom: 0px !important;
}

.aboutTeana .boxes .boxed .desc p {
    font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: #777679;
    padding-bottom: 9px;
}

.aboutTeana .boxes .boxed:hover .image:after {
    content: '';
    background: url(/img/hover.png) center center no-repeat rgba(32, 33, 36, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.aboutTeana .boxes .boxed a:hover .desc p:last-child {
    text-decoration: underline;
}

.actions .leftB .frame {
    padding: 0 14px 14px;
    border: 1px solid #e1e3db;
    border-top: none;
    border-right: none;
    border-left: none;
}

.actions .leftB .frame img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.actions .leftB {
    border: 1px solid #e1e3db;
    border-top: none;
    border-bottom: none;
}

.actions .leftB .text1 {
    text-align: center;
    padding: 34px 0;
    border: 1px solid #e1e3db;
    border-top: none;
    border-right: none;
    border-left: none;
}

.actions .leftB .text1 p:first-child {
    color: #202124;
    font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none;
    padding-bottom: 27px;
}

.actions .leftB .text1 p {
    font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto', sans-serif !important;
    color: #202124;
    text-transform: uppercase;
    padding-bottom: 34px;
}

.actions .leftB .text1 p span {
    color: #a9d42d;
    font-size: 17px;
}

.actions .leftB .text2 {
    padding: 32px;
    border: 1px solid #e1e3db;
    border-top: none;
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
}

.text2 {
    font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
    color: #202124;
    padding-bottom: 25px;
}

.imgr4 {
    width: 24%;
    display: inline-block;
}

.imgr3 {
    width: 30%;
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 21px;
}

.imgr3 img,
.imgr4 img {
    width: 100%;
}

.aboutTeana .groups {
    text-align: justify;
}

.aboutTeana .groups .group {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eeeeee;
	margin: 0px 1% !important;
}

.aboutTeana .groups .group .image {
    position: relative;
}

.aboutTeana .groups .group img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.aboutTeana .groups .group .grey {
    background-color: #f5f6f6;
    border-bottom: 1px solid #eeeeee;
}

.aboutTeana .groups .group .grey p:first-child {
    font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
    color: #202124;
    padding-bottom: 0;
}

.aboutTeana .groups .group .grey p {
    font-size: 17px;
	line-height: 17px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
    color: #777679;
    padding: 12px 14px;
	margin-bottom: 0px !important;
}

.aboutTeana .groups .group .white p {
    font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
    color: #777679;
    padding: 15px 13px;
	margin-bottom: 0px !important;
}

.aboutTeana .groups .group .white p:first-child {
    font-size: 17px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
    color: #202124;
}


.right-sidebar a.show-result{
	margin-bottom: 20px !important;
}

.noNavs .owl-carousel .owl-nav{
	display: none !important;
}

.clearFilter,
.clearFilter:hover,
.clearFilter:focus{
	text-transform: normal !important;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: underline !important;
	color: #83bb0d;
}

.slider-product .owl-carousel{
	float: right !important;
}

.link-p-drop{
	line-height: 17px !important;
	height: 30px !important;
}

.link-p-drop:before{
	display: none !important;
}

a:hover .link-p-drop{
	text-decoration: none !important;
	color: #94d60a !important;
}

.tags-filter-container{
	margin-bottom: 20px !important;
}

.tags-filter-container span{
	display: inline-block;
	position: relative;
	float: left;
	padding: 0px 20px 0px 10px;
	border-radius: 3px;
	height: 25px;
	line-height: 22px;
	color: #fff;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	background-color: #94d338;
	margin-right: 10px !important;
	cursor: pointer;
}

.tags-filter-container span:hover{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.tags-filter-container span:before{
	position: absolute;
    top: 0px;
    right: 4px;
    content: "\e90a";
    color: #fff;
    font-size: 14px;
    font-family: 'icomoon' !important;
    width: 13px;
    height: 25px;
    line-height: 25px;
}

.bx_unsubscribe_btn_container input[type="submit"]{
float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a;
	background-image: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.bx_unsubscribe_temp input[type="checkbox"]{
	-webkit-appearance: checkbox !important;
	width: 0px !important;
    height: 0px !important;
    display: inline-block !important;
    position: relative !important;
    float: left;
    margin: 0px !important;
}

.bx_unsubscribe_temp input[type="checkbox"]:after{
	display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 1px #989898;
    content: '';
    top: 3px;
    left: -45px;
    position: absolute;
    cursor: pointer !important;
}

.bx_unsubscribe_temp input[type="checkbox"]:checked:after{
	background-color: #95d600;
    border-color: #95d600;
}

.bx_unsubscribe_temp label{
	color: #333333 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    padding-bottom: 0px !important;
    float: left;
    display: inline-block;
	width: 100%;
}


.slider-base .owl-carousel .item a{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.box-registration .main-user-consent-request.label-sogl:before{
	display: none !Important;
}


.inner-text-banner-women{
    position: absolute;
    right: 100px;
    top: 100px;
    display: inline-block;
}


.banner-category-box img{
	max-width: 100%;
}

.boxer-slider .item a{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.work-notes-form{ 
	display: inline-block !important; 
	width:1px !important; 
	height:1px !important; 
	opacity: 0 !important;
	padding: 0px !important;
	margin: 0px !important;
}



.addToCart a:first-child,
.add-to-cart a.addedIteminCart{
	border: solid 1px #94d60a !important;
	background-color: #fff !important;
	color: #94d60a !important;
}

.addToCart a.buyed {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #94d60a !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 30px;
    margin-right: 15px;
    margin-left: -22px;
}

.addCartItem{
	display: inline-block;
}

.price-item b,
.price-item span{
	font-weight: 400;
	color: #333333 !important;
}

.price-item span b{
	text-decoration: line-through !important;
	font-style: normal !important;
}

.price-item b.rd{
	color: #ff0000 !important;
}

span.title-price-span{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    height: 12px;
    line-height: 12px;
    margin-top: 12px;
    float: left;
	color: #6f6f6f !important;
}



.line-link-map a{
	color: #000;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.line-link-map a:hover, .line-link-map a:focus{
	color: #94d338 !important;
}

.name-item{
	height: 54px;
    overflow: hidden;
	position: relative;
}
.name-item a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.name-item:before{
	position:absolute; 
	bottom: 0px;
	height: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.name-item:hover:before{
	display: none;
}

.name-item:hover{
	overflow: unset !important;
}

.name-item:hover a{
	background: #fff;
	padding-bottom: 10px;
}

.link-Prod-rew{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.link-Prod-rew a{
	display: inline-block;
	float: right;
	color: #94d60a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.sale-price-col .fa-sync{
	color: #94d60a;
	margin-left: 10px;
	opacity: 0;
}

.order-sum .fa-sync{
	color: #94d60a;
	margin-left: 10px;
	opacity: 0;
}

.sale-price-col .fa-sync.fa-spin,
.order-sum .fa-sync.fa-spin{
	opacity: 1 !important;
}


.bascket-table-items{
	overflow: hidden;
}


.bascket-item{
	margin-left: 0px;
	transition: 1.5s;
}

.bascket-item.remove{
	margin-left: 150%;
}

@keyframes delItem{
	from{
		height: auto;
		padding-bottom: 6px;
		padding-top: 18px;
	}
	to{
		height: 0px;
		padding: 0px;
	}
}

.bascket-item.remove.removeEnd{
	animation: delItem;
	animation-delay: 1.5s;
	height: 0px;
	padding: 0px;
	animation-fill-mode: backwards;
}

.radio-labels{
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	color: #333333 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
	cursor: pointer;
	margin-bottom: 15px;
}

.radio-labels input[type="radio"]{
	width: 1px;
	height: 1px;
	position: relative
}

.radio-labels input[type="radio"]:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: solid 1px #989898;
    content: '';
    top: -5px;
    left: -20px;
    position: absolute;
    cursor: pointer !important;
}

.radio-labels input[type="radio"]:checked:after{
	border: solid 1px #94d60a;
	background-color: #94d60a;
}

input[type="file"].btn-file{
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	opacity: 0;
}

input[type="file"].btn-file + span{
	display: inline-block;
	float: left;
	height: 35px;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    border: solid 1px #e5e5e5;
	cursor: pointer;
	margin-bottom: 15px;
}

input.hd-input{
	width: 0px;
	height: 0px;
	opacity: 0;
	padding: 0px;
	border: 0px;
}

.red-line-categs{
	color: red !important;
}

.box-menu-catalog>p>a.red-line-categs:after {
    background-image: url(../img/arrLinkMenu-red.png) !important;
}

.bascket-item a.buy-gift:hover, .bascket-item a.buy-gift:focus{
	background-color: #77ab09;
	color: #fff;
	text-decoration: none;
}

.active-card{
	margin-top: 40px;
}

.active-card p{
	color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	text-align: center;
}

.active-card input[type="text"] {
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    border: solid 1px #e5e5e5;
}

.active-card input[type="submit"]{
	margin-top: 15px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0px;
    border: 0px;
    background-color: #94d60a;
	width: 100%;
	text-align: center;
}

.active-card input[type="submit"].disabled{
	pointer-events: none;
    background-color: #bdbdbd;
}

span.red{
	color: #d60a0a !important;
}

.usllink:before{
	position: absolute;
    top: 12px;
    left: -50px;
}

.shares-page .pagerNavShares{
	margin-top: 20px;
	margin-bottom: 20px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #94d60a !important; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #94d60a !important; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #94d60a !important; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #94d60a !important; /* цвет стрелочки (по умолчанию #000) */
}

.tooltip-arrow{
	display: none !important;
}

.tooltip-inner{
	background: #94d60a !important;
	color: #000 !important;
}

.all-siries-link a{
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0px 30px;
	height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #94d60a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    border: 0px;
}

.all-siries-link a:hover,
.all-siries-link a:focus{
	background-color: #77ab09;
    color: #fff;
    text-decoration: none;
}

.box-inner-text-page p i.icon-icon_rub{
	font-size: 11px;
}

.desc-sections, .box-inner-text-page p{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.selection-cosmetics{
	text-align: center;
	margin-top: 25px;
}

.selection-cosmetics a{
	font-size: 14px;
    color: #29abe2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.selection-cosmetics-block .li-dropdown{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}

.selection-cosmetics-block label {
    color: #1a1b1f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}

.selection-cosmetics-block .checkbox label:before {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 1px;
    border: solid 1px #808080;
    position: absolute;
    top: 5px;
    left: 1px;
    cursor: pointer;
    background-color: transparent;
}

.selection-cosmetics-block .checkbox label.disabled,
.inner-right-sidebar label.disabled{
	opacity: 0.35 !important;
	pointer-events: none !important;
}

.selection-cosmetics-block .checkbox input[type="checkbox"]:checked + label:before {
    background-color: #000;
    border-color: #000;
}

.selection-cosmetics-block ul{
	list-style: none;
	padding-left: 0px;
}

.selection-cosmetics-block li{
	display: inline-block;
	float: left;
	width: 25%;
}

.selection-cosmetics-block .row>.col-md-12{
	margin-bottom: 45px;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(1) li{
	text-align: center;
	width: 16.66% !important;
}

.checkses-list .checkbox{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
	width: 16.66% !important;
	float: left;
	display: block;
}

.checkses-list:nth-of-type(2) .checkbox,
.checkses-list:nth-of-type(3) .checkbox{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: left !important;
	width: 50% !important;
	float: left;
	display: block;
}

.checkses-list:nth-of-type(3){
	padding-left: 50px !important;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(1):after{
	display: block;
	float: left;
	content: 'Выберите нужный раздел';
	text-align: center;
	color: #94d60a;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	width: 100%;
	margin-top: 20px;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(1).active:after{
	display: none;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(2),
.selection-cosmetics-block .row .col-md-12:nth-of-type(3){
	width: 50% !important;
	display: none !important;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(2).active,
.selection-cosmetics-block .row .col-md-12:nth-of-type(3).active{
	width: 50% !important;
	display: block !important;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(2) li,
.selection-cosmetics-block .row .col-md-12:nth-of-type(3) li{
	width: 50% !important;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(3) ul{
	padding-left: 50px !important;
}

.selection-cosmetics-block .row .col-md-12:nth-of-type(3){
	border-left: solid 1px #dadada;
}

.selection-cosmetics-block .bx-filter-popup-result {
	text-align: center;
}

.selection-cosmetics-block .bx-filter-popup-result span, 
.selection-cosmetics-block .bx-filter-popup-result span i{
	color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-style: normal !important;
}

.selection-cosmetics-block .bx-filter-popup-result a{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #94d60a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
	padding: 0px 25px !important;
	margin-top: 20px;
}

.selection-cosmetics-block .bx-filter-popup-result a:hover,
.selection-cosmetics-block .bx-filter-popup-result a:focus{
	background-color: #77ab09;
    color: #fff;
    text-decoration: none;
}

.selection-cosmetics-block input[type="checkbox"]{
	width: 0px;
	height: 0px;
	opacity: 0;
}

.desctop-options-product{
	display: block !important;
}

.mobile-options-product{
	margin-top: -30px;
	display: none !important;
}

.how-slider .item a{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.input-value-required{
	opacity: 0; 
	overflow: hidden; 
	height: 1px !important; 
	margin-bottom: 0px !important;
}

.to-direction .question-md6.input-value-required{
	margin-bottom: 0px !important;
}

.box-action-in-basket{
	border: solid 3px #96d42c;
	padding-top: 33px;
	padding-bottom: 33px;
	margin: 55px 0px;
	position: relative;
}

.box-action-in-basket p{
	text-align: center;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	margin-bottom: 12.5px;
	padding: 0px 27%;
}

.box-action-in-basket p a{
	color: #af2020;
	text-decoration: underline;
}

.box-action-in-basket p a:hover,
.box-action-in-basket p a:focus{
	color: #750a0a;
}

.box-action-in-basket h5{
	    text-align: center;
    font-size: 27px;
    line-height: 32px;
    color: #97d429;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0px 23%;
    letter-spacing: 0px;
    margin-top: 0px;
}

.box-action-in-basket img:first-of-type{
	position: absolute;
	left: 15px;
    top: 21px;
	max-height: 137.5px;
}

.box-action-in-basket img:last-of-type{
	position: absolute;
	right: 32.5px;
    top: -12px;
	max-height: 209.5px;
}

#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	height: 24px !important;
  	width: 25px !important;
  	position: relative;
}

#reviewStars-input label.percent i.icon-icon_favorite_active{
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
	margin-top: 8px !important;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  height: 24px;
  width: 25px;
  
  position: absolute;
  top: 0;
	left: 0;
  z-index: -1;
}

#reviewStars-input input:checked ~ label i:last-of-type{
  display: inline-block !important;
}

#reviewStars-input input:checked ~ label i:first-of-type{
    display: none !important;
}

#reviewStars-input label i:last-of-type{
	display: none;
	color: #94d60a !important;
}

.rating_end span{
	color: #94d60a !important;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 24px;
  width: 25px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  z-index: 1;
}

#reviewStars-input label i{
	font-size: 24px;
}

#reviewStars-input:hover .rating-default,
#reviewStars-input.active .rating-default{
	display: none;
}

#reviewStars-input.disabled .rating-default{
	display: block !important;
}

.rating-default{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 29px;
	display: block;
	z-index: 2;
}

.star-rating{
	margin-bottom: 20px;
}

#reviewStars-input label:hover i:last-of-type, 
#reviewStars-input label:hover ~ label i:last-of-type,
#reviewStars-input label.shw-rating i:last-of-type, 
#reviewStars-input label.shw-rating ~ label i:last-of-type{
  display: inline-block;
}

#reviewStars-input label.shw-rating i:last-of-type, 
#reviewStars-input label.shw-rating ~ label i:last-of-type{
	position: absolute;
	top: 0;
	left: 0;
}


#reviewStars-input label:hover i:first-of-type, #reviewStars-input label:hover ~ label i:first-of-type{
  display: none;
}

.addRating{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #94d60a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 37px;
    font-size: 17px;
	border: solid 0px gray !important;
	float: left;
	margin-left: 20px;
}

.title-recomended{
	margin-top: 0px;
    margin-bottom: 18px;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.text-recomended{
	margin-top: 0px;
    margin-bottom: 18px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.link-recomended{
	margin-top: 0px;
    margin-bottom: 18px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-style: italic;
}

.link-recomended a{
	color: #94d60a;
	text-decoration: underline;
}

.link-recomended a:hover,
.link-recomended a:focus{
	color: #77ab09;
}

.recomended-line{
	border-bottom: solid 1px #e5e5e5 !important;
	margin-bottom: 20px;
}

.mobile-col,
.sum-mobile{
	display: none;
}

.list-cupons{
	margin-top: 20px
}

.list-cupons p{
	text-align: right;
    padding-right: 40px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
	font-size: 14px;
	color: #94d60a;
	position: relative;
}

.list-cupons p i{
	color: #c00000;
    position: absolute;
    top: -3px;
    right: 11px;
    font-size: 22px;
	cursor: pointer;
}

.first-info-order{
	margin-top: 20px;
}

.data-inform-order .col-md-2{
	font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
}

.data-inform-order .col-md-2 i{
	font-size: 11px;
}

.ended-order-info{
	font-size: 18px;
}

p.loading{
	display: inline-block;
	width: 1px;
	height: 35px;
	float: left;
	position: relative;
}

p.loading:after{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(/bitrix/panel/main/images_old/wait.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.error_num_be{
	margin-bottom: 20px;
	color: red;
	text-align: right;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
	font-size: 14px;
width: 100%;
	display: inline-block;
}

.error_num_be a{
	text-decoration: underline;
}

.overlay-disabled{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#reviewStars-input{
	position: relative;
}

.info-rating-message{
	font-size: 14px !important;
	color: red !important;
}

#bx-soa-delivery.regionses{
	position: relative;
}

#bx-soa-delivery.regionses.bx-selected .info-regions_mess:nth-child(1){
	position: absolute;
    z-index: 10;
    bottom: 3%;
    font-size: 14px;
    color: red;
    width: 45%;
    font-weight: 500;
    left: 25%;
    font-family: "Roboto";
	display: inline-block !important;
}

@media only screen and (min-width: 851px) {
	.product-wrap-schema {
		float: left;
	}
}

.num-cart-black span, .num-coupon span{
	font-size: 15px;
}

.num-coupon input,
.num-cart-black input{
	width: 180px;
    margin: 0px 19px 0px 19px;
}

.mobile:before{
	display: none;
}

a.with_line h2 {
	font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 2px;
}



.slider_more-items .owl-nav{
	position: absolute;
    top: 113px;
	width: 100%;
}
.slider_more-items .owl-nav > div[class*=owl-]{
	font-size: 0;
    background: none;
    width: 25px;
    height: 25px;
    border: 2px solid #e3e3e4;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    border-radius: 0;
    transform: rotate(-135deg);
	display: block;
    position: absolute;
}
.slider_more-items .owl-theme .owl-nav [class*=owl-]:hover{background: none;}
.slider_more-items .owl-nav div.owl-prev{left: -15px;}
.slider_more-items .owl-nav div.owl-next{
	right: -15px;
    transform: rotate(45deg);
}
.slider_more-items .image-item img{
	max-width: 220px;
    max-height: 220px;
	margin: auto;
}
.slider_more-items .item-catalog{overflow: hidden;}

.col-border-4:last-of-type{
	border-right: solid 0px #e5e5e5 !important;
}

.last-full-col{
	border-left: solid 2px #e5e5e5 !important;
	min-height: 455px !important;
}

.last-full-col .box-menu-catalog{
	padding-left: 20px !important;
}

.waiting_process{
	text-align: center;
	margin: 20px 0px;
}

.waiting_process span{
	display: inline-block;
	width: 50px;
	height: 50px;
	animation-name: waiting_process;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
	position: relative;
}

.waiting_process span:before{
	width: 50px;
	height: 25px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top: solid 8px #93d50a;
	border-left: solid 8px #93d50a;
	border-right: solid 8px #93d50a;
}

@keyframes waiting_process{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.tabses-product .tab-content{
	display: inline-block !important;
	width: 100%;
}

.sdek_pvzLair a{
	margin-top: 15px;
}

.popup_right{
	display: inline-block;
    width: 290.5px;
    height: 272.5px;
    background-color: #e85b9c;
    position: fixed;
    top: calc(50% - 146px);
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 100;
    overflow: hidden;
    transition: .5s;
    transform: translateX(255px);
}

.popup_right.active{
	transform: translateX(0px);
}

.popup_right>span{
	display: inline-block;
	color: #fff;
	width: 257.5px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto";
	height: 16px;
	line-height: 16px;
	transform: rotate(-90deg);
	transform-origin: 0px 0px;
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 10px;
}

.popup_right>span b{
	cursor: pointer;
}

.popup_right.active>span b{
	cursor: default;
}

.popup_right>span i{
	display: inline-block;
    font-size: 18px;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 10px;
    color: rgba(255,255,255,0);
    cursor: pointer;
    margin-top: -1px;
}

.popup_right.active>span i{
	color: rgba(255,255,255,.5);
}

.inner_form-popup{
	display: inline-block;
	float: right;
	width: 220px;
	height: 100%;
	margin-right: 20px;
	padding: 30px 0px;
	text-align: center;
}

.inner_form-popup p{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
	font-family: "Roboto";
}

.inner_form-popup input[type="email"]{
	height: 30px;
	line-height: 30px;
	background: #fff;
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-family: "Roboto";
	border: 0px;
}

.inner_form-popup ul,
.inner_form-popup li{
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0px;
}

.inner_form-popup li{
	float: left;
	text-align: center;
}

.inner_form-popup li a{
	font-size: 14px;
	color: #fff;
	font-family: "Roboto";
	text-decoration: underline;
}

.inner_form-popup li a:focus,
.inner_form-popup li a:hover{
	text-decoration: none;
}

.inner_form-popup img{
	width: 114px;
	height: 99px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 30px;
}

.success50,
.inner_form-popup img{
	display: none;
}

.popup_right.success .success50,
.popup_right.success .inner_form-popup img{
	display: inline-block;
}

.popup_right.success .success50{
	width: 100%;
}

.popup_right.success .content-send{
	display: none;
}

.waiting_process{
	text-align: center;
	margin: 20px 0px;
}

.waiting_process span{
	display: inline-block;
	width: 50px;
	height: 50px;
	animation-name: waiting_process;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
	position: relative;
}

.waiting_process span:before{
	width: 50px;
	height: 25px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top: solid 8px #fff;
	border-left: solid 8px #fff;
	border-right: solid 8px #fff;
}

@keyframes waiting_process{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

form[name="regform"]{
	position: relative;
}

.city_list_reg{
	position: absolute;
	top: 140px;
    left: 0%;
	display: none;
	width: 400px;
	height: 220px;
	background-color: #fff;
    padding: 15px 20px !important;
	    border: solid 1px #c2c5c6;
	z-index: 100;
}

.city_list_reg .inner_city_ajax {
    display: block;
    float: left;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}

.city_list_reg ul {
    margin-bottom: 0px;
    width: 100%;
    display: block;
    float: left;
	padding-left: 0px;
}

.city_list_reg li a:hover{
    color: #94d60a;
    text-decoration: none;
}

.city_list_reg li a {
    font-size: 12px;
    line-height: 18px;
    color: #29abe2;
    margin-bottom: 0px;
    height: auto;
}

.city_list_reg li {
    height: auto;
    line-height: 18px;
    width: 33%;
    display: inline-block;
    float: left;
}

.href_women{
	margin-top: 22px;
	margin-bottom: 22px;
}

.href_women a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	color: #000;
	padding: 0px 20px;
	border: solid 1px #cbcbcb;
	transition: .3s;
	margin-right: 20px;
}

.href_women a.active{
	background-color: #a2d244 !important;
	border: solid 1px #a2d244 !important;
	color: #fff !important;
}

.href_women a:hover, 
.href_women a:focus{
	border: solid 1px #a2d244;
	color: #a2d244;
}

.text_library{
	padding-right: 60px !important;
}

.text_library p{
	font-size: 22px;
	line-height: 34px;
	color: #363636;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-top: 30%;
}

.image_library img{
	width: 100%;
	height: auto;
}

.list_library{
	margin-top: 40px;
	margin-bottom; 40px;
}

.list_col_library{
	padding-right: 40px;
}

.word_container_library{
	margin-bottom: 30px;
}

.word_library{
	color: #a2d244;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.list_element_library ul{
	margin: 0px;
	padding: 0px;
}

.list_element_library ul li{
	list-style: none;
	display: inline-block;
	float: left;
	width: 100%;
}

.list_element_library ul li a{
	display: inline-block;
	float: left;
	text-decoration: underline;
	font-size: 16px;
	color: #1e1e1c;
	line-height: 16px;
	margin-bottom: 10px;
}

.list_element_library ul li a:hover,
.list_element_library ul li a:focus{
	text-decoration: none;
	color: #a2d244;
}

.br_n label {
margin-bottom: 0px !important;
}


.popup_green_tapes{
  background-color: #a2d244;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  height: 276px;
  top: calc(50% - 138px);
  right: -321px;
  width: 613px;
}

.popup_green_tapes.active{
  right: 0;
}

.popup_green_tapes.active > span > b{
  display: none;
}

.popup_green_tapes.active > span > i{
  display: inline-block;
      margin-right: 44px;
      margin-top: 7px;
  margin-left: auto;
  position: relative;
    color: rgba(255,255,255,1);
}

.popup_green_tapes.active > span > i:after{
  display: inline-block;
  width: auto;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  text-transform: uppercase;
font-family: 'Bebas Neue';
  font-weight: normal;
  content: 'Закрыть';
      position: absolute;
    top: 0;
    left: -41px;
    z-index: 1;
    cursor: pointer;
}


.popup_green_tapes > span{
  color: #fff;
 display: inline-block;
 width: 292px;
  text-align: center;
  text-transform: uppercase;
font-family: 'Bebas Neue';
  font-weight: normal;
      left: 11px;
  bottom: -23px;
}

.popup_green_tapes > span > b{
    font-size: 26px;
    font-weight: 500;
  display: inline-block;
  width: 100%;
}

.popup_green_tapes > span > i{
  display: none;
}

.inner_form-popup p{
text-align: left;
    color: #000;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Bebas Neue';
    font-weight: normal;
}

.inner_form-popup p span {
    display: inline-block;
    width: auto;
    color: #fff;
    background-color: #e94be3;
  margin-top: 2px;
}

.inner_form-popup{
    background-image: url(../img/tapes_popup.png);
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: 101% 93%;
    margin-right: 12px;
    width: calc(100% - 86px);
}

.inner_form-popup .batton_OK{
      display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 31px;
    float: left;
    position: absolute;
    bottom: 17px;
    left: 73px;
}

.inner_form-popup .batton_OK:hover{
  text-decoration: none;
}

.popup_modal_29_gift{
	display: none;
	z-index: 1000;
	position: fixed;
	height: 400px;
	top: calc(50% - 200px);
	width: 1200px;
	left: calc(50% - 600px);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/banner_29.jpg');
	background-size: cover;
}

.popup_modal_29_gift + .back_modal{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.25);
}

.popup_modal_29_gift.show_popup{
	display: block;
}

.popup_modal_29_gift.show_popup + .back_modal{
	display: block;
}

.popup_modal_29_gift a.close_modal{
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: solid 2px #FFFFFF;
	cursor: pointer;
	z-index: 10;
}

.popup_modal_29_gift a.close_modal:before{
	content: 'X';
	display: inline-block;
	float: left;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.popup_modal_29_gift .text_popup{
	padding-top: 63px;
    padding-left: 118px;
    width: 40%;
    float: left;
    display: block;
}

.popup_modal_29_gift .text_popup span{
	display: inline;
    font-family: 'Bliss Pro Black';
    font-size: 64px;
    line-height: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center bottom 0px;
    background-size: 100% 91%;
    background-image: linear-gradient(to right, rgba(230,32,108, 1), rgba(230,32,108, 1));
    padding-left: 9px;
    padding-right: 14px;
    margin-bottom: 7px;
    padding-top: 3px;
    float: left;
}

.popup_modal_29_gift .text_popup i{
	font-size: 39px;
	line-height: 39px;
	color: #FFF;
	display: inline-block;
	float: left;
	width: 100%;
	font-family: 'Bebas Neue';
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-style: normal;
    margin-top: 13px;
    margin-left: 13px;
    white-space: nowrap;
}

.popup_modal_29_gift .image_popup{
	display: block;
	float: right;
	width: 60%;
}

.popup_modal_29_gift .image_popup img{
	max-width: 100%;
	float: right;
    margin-right: 112px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px){
	.popup_modal_29_gift{
		top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		padding-top: 19%;
	}

	.popup_modal_29_gift .text_popup{
		padding: 20px 10px 20px 10px;
		width: 100%;
		text-align: center;
	}

	.popup_modal_29_gift .text_popup span{
		font-size: 36px;
	    line-height: 40px;
	    height: 40px;
	    float: none;
	    margin-bottom: 4px;
	}

	.popup_modal_29_gift .text_popup i{
		font-size: 29px;
		line-height: 29px;
		margin-left: 0px;
		text-align: center;
		white-space: normal;
	}

	.popup_modal_29_gift .image_popup{
		width: 100%;
		text-align: center;
	}

	.popup_modal_29_gift .image_popup img{
		margin: 0px;
		width: 95%;
		margin-left: 0;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
	.popup_modal_29_gift{
	    padding-top: 6%;
		display: none;
		z-index: 1000;
		position: fixed;
		height: 400px;
		top: calc(50% - 200px);
		width: 100%;
		left: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('../img/banner_29.jpg');
		background-size: cover;
	}

	.popup_modal_29_gift + .back_modal{
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background-color: rgba(0,0,0,0.25);
	}

	.popup_modal_29_gift.show_popup{
		display: block;
	}

	.popup_modal_29_gift.show_popup + .back_modal{
		display: block;
	}

	.popup_modal_29_gift a.close_modal{
		position: absolute;
		top: 10px;
		right: 10px;
		display: inline-block;
		width: 25px;
		height: 25px;
		border-radius: 25px;
		border: solid 2px #FFFFFF;
		cursor: pointer;
	}

	.popup_modal_29_gift a.close_modal:before{
		content: 'X';
		display: inline-block;
		float: left;
		width: 21px;
		height: 21px;
		line-height: 21px;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
		font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    cursor: pointer;
	}

	.popup_modal_29_gift .text_popup{
	    width: 40%;
	    float: left;
	    display: block;
	}

	.popup_modal_29_gift .text_popup span{
		display: inline;
	    font-family: 'Bliss Pro Black';
	    font-size: 51px;
	    height: auto;
    	line-height: 56px;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    background-repeat: no-repeat;
	    background-position: center bottom 0px;
	    background-size: 100% 91%;
	    background-image: linear-gradient(to right, rgba(230,32,108, 1), rgba(230,32,108, 1));
	    padding-left: 9px;
	    padding-right: 14px;
	    margin-bottom: 7px;
	    padding-top: 3px;
	    float: left;
	}

	.popup_modal_29_gift .text_popup i{
		font-size: 33px;
		line-height: 33px;
		color: #FFF;
		display: inline-block;
		float: left;
		width: 100%;
		font-family: 'Bebas Neue';
	    font-weight: normal;
	    text-transform: uppercase;
	    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	    font-style: normal;
	    margin-top: 13px;
	    margin-left: 0px;
	    white-space: nowrap;
	}

	.popup_modal_29_gift .image_popup{
		display: block;
		float: right;
		width: 60%;
	}

	.popup_modal_29_gift .image_popup img{
		max-width: 90%;
		float: right;
	    margin-right: 0px;
	    margin-top: 10px;
	}
}

.menu_line_about{
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
	padding-top: 10px;
	border-top: solid 1px #e4e4e4;
}

.menu_line_about ul{
	display: inline-block;
	float: none;
	width: auto;
}

.menu_line_about ul li{
	display: inline-block;
	float: left;
	width: auto;
}

.menu_line_about li a{
	display: inline-block;
	float: left;
	text-transform: uppercase;
	color: #363636;
	font-size: 14px;
	margin: 0px 30px;
	font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.menu_line_about li a:hover{
	color: #a2d244;
}

.about_section_container{
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	border-bottom: solid 1px #a2d244;
}

.about_section_container__text p{
	margin-bottom: 15px;
	color: #363636;
}

.about_section_container:last-of-type{
	border-bottom: 0px;
}

.about_section_container .title_section-about{
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.about_section_container .title_section-about.title_green{
	color: #a2d244;
	margin-bottom: 4px;
}

.about_section_container .title_section-about.title_green + .discription_title_about_section{
	font-size: 14px;
	color: #363636;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.image_about_section{
	margin-top: 15px;
	margin-left: 15px;
	width: 300px;
	height: 300px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	display: inline-block;
	position: relative;
	background-color: #a2d244;
}

.left_about_section .image_about_section{
	float: right;
}

.right_about_section .image_about_section{
	float: left;
}

.image_about_section span{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 300px;
	height: 300px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: -15px;
	left: -15px;
	background-color: #a2d244;
	content: '';
}

.left_about_section .about_section_container__text{
	padding-right: 30px;
}

.right_about_section .about_section_container__text{
	padding-left: 30px;
}

.container_about_company{
	margin-bottom: 40px;
}

.title_paragraph_about_section{
	font-weight: bold;
	color: #a2d244;
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}

.title_paragraph_about_section.head_section_title{
	text-transform: uppercase;
	font-weight: normal;
}

.about_section_container__text ul{
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.about_section_container__text ul li{
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
}

.about_section_container__text ul li:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #a2d244;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0;
}

.image_inner_selection{
	min-height: 631px;
	float: right;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.selections_container .selections_container_inner_text{
	padding-right: 40px;
}

.selections_container .selections_container_inner_text > p{
	font-size: 14px;
	color: #363636;
	line-height: 19px;
	margin-top: 25px;
	font-family: 'Roboto', sans-serif;
}

.selections_container_inner_form {
	margin-top: 50px;
}

.selections_container_inner_form .title_selection_checkbox{
	font-size: 18px;
	margin-bottom: 15px;
	color: #a2d244;
	font-family: 'Roboto', sans-serif;
}

.selections_container_inner_form .title_selection_checkbox span{
	color: #363636;
	font-size: 12px;
}

.selections_container_inner_form .box_selection_checkbox{
	background-color: #f6faec;
	padding: 15px 15px 3px 15px;
	margin-bottom: 25px;
}

.box_selection_checkbox label{
	display: inline-block;
	float: left;
	width: 50%;
	font-weight: normal;
	padding-left: 20px;
	position: relative;
	height: auto;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.box_selection_checkbox__checkbox_auto label{
	width: 25%;
}

.box_selection_checkbox__checkbox_full label{
	width: 100%;
}

.box_selection_checkbox label input:before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: solid 1px #3c3c3c;
	background-color: #fff;
	cursor: pointer;
}

.box_selection_checkbox label input[type="radio"]:before{
	border-radius: 12px;
}

.box_selection_checkbox label input[type="radio"]:checked:before{
	content: '\2022';
	line-height: 10px;
	font-size: 24px;
	color: #a2d244;
	text-align: center;
}

.box_selection_checkbox label input[type="checkbox"]:checked:before{
	content: '\2714';
	line-height: 11px;
    font-size: 9px;
    color: #648a19;
	text-align: center;
}

.result_selection{
	margin-top: 15px;
}

.result_selection button.disabled{
	background-color: #dadada;
	pointer-events: none;
	cursor: default;
}

.result_selection button{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #94d60a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    padding: 0px 25px !important;
    border: 0px;
	float: left;
}

.result_selection button:hover{
	background-color: #77ab09;
}

.result_selection span{
	display: inline-block;
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color:  #3c3c3c;
}

.shares-page .inner-box-action{
	height: 354px;
}

.shares-page .inner-box-action:hover{
	height: auto;
	min-height: 354px;
	z-index: 10;
	background-color: #fff;
}

.selections_container_inner_text .modal-filter-see{
	position: relative;
    top: auto;
    left: auto;
    border: 0px;
    padding: 0px !important;
	width: auto;
	text-align: left;
}

.selections_container_inner_text .show-result,
.selections_container_inner_text  .clearFilter{
	opacity: 0;
}

.selections_container_inner_text .modal-filter-see span{
	width: auto;
	display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #3c3c3c;
	text-transform: none;
}

.selections_container_inner_text .modal-filter-see a{
	float: left;
	width: auto;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #94d60a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    padding: 0px 25px !important;
    border: 0px;
    float: left;
	border-radius: 0px;
	margin-top: 0px;
}

.menu-col.col-md-4{
width: 33% !important;
	padding-right: 23px;
/*	margin-right: 23px;*/
	border-right: solid 2px #dfdfdf;
}

.menu-col.col-md-8{
   width: 66% !important;
	padding-left: 46px;
    padding-right: 0px !important;
}

.menu-col.col-md-8 ul li{
	width: 50%;
	float: left;

}

.menu-col.col-md-8 ul li:first-of-type{
	width: 100% !important;
	text-align: center;
}

.menu-catalog_box {
    position: absolute !important;
    z-index: 49;
    background-color: #ffffff;
    top: 38px;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    border-top: solid 1px #e5e5e5;
    display: none !important;
    z-index: 200;
	min-height: 100px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

.menu-catalog_box.active{
	display: block !important;
}

.menu-catalog_col_child_inner{
	display: none;
}

.menu-catalog_col_child_inner.active{
	display: block;
}

.menu-catalog_description_inner{
	display: none;
}

.menu-catalog_description_inner.active{
	display: block;
}

.menu-catalog_col_base ul li a{
	color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative;
    width: 100%;
	margin-bottom: 17px;
}

.menu-catalog_col_base ul li a:hover,
.menu-catalog_col_base ul li a.active{
	color: #94d60a;
	text-decoration: none;
}

.menu-catalog_col_base ul,
.menu-catalog_col_base li{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.menu-catalog_col_child_inner ul,
.menu-catalog_col_child_inner li{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.menu-catalog_col_child_inner ul li a,
.menu-catalog_col_child_inner ul li span{
	color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 7px;
}

.menu-catalog_col_child_inner ul li a:hover,
.menu-catalog_col_child_inner ul li a.active,
.menu-catalog_col_child_inner ul li span{
	color: #94d60a !important;
	text-decoration: none;
}

.menu-catalog_col_child_inner ul li span{
	color: #000 !important;
	font-weight: bold;
}

.menu-catalog_col_child_inner{
	padding-left: 14px !important;
}

.menu-catalog_description{
    padding-left: 20px;
}

.menu-catalog_description_inner .catalog_description_image img{
	max-width: 100%;
	max-height: 155px;
}

.menu-catalog_description_inner .catalog_description_image{
    margin-bottom: 20px;
}

.menu-catalog_description_inner .catalog_description_text p{
	font-size: 14px;
	line-height: 18px;
}

.menu_bottom_support{
	margin-top: 36px;
    padding-top: 13px;
    padding-bottom: 11px;
	background-color: #a7d44e;
}

.menu_bottom_support .support_menu_block{
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.menu_bottom_support .support_menu_block a{
	display: inline-block;
	float: left;
}

.menu_bottom_support .support_menu_block a img{
	max-height: 30px;
	margin-right: 15px;
	max-width: 30px;
	display: inline-block;
	float: left;
}

.menu_bottom_support .support_menu_block a{
	display: inline-block;
	float: left;
	line-height: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.menu_bottom_support .support_menu_block a:hover{
	text-decoration: none;
}

.menu_bottom_support .support_menu_block:first-of-type a{
    width: 220px;
}

.menu_bottom_support .support_menu_block:nth-of-type(1) a{
    width: 157px;
}

.menu_bottom_support .support_menu_block:nth-of-type(2) a{
    width: 180px;
}

.menu_bottom_support .support_menu_block:nth-of-type(1) a img{
	margin-top: -2px;
}

.menu_bottom_support .support_menu_block:nth-of-type(3) a{
    width: 147px;
}

.menu_bottom_support .support_menu_block:last-of-type a{
    width: 295px;
}

.menu-catalog_box{
	text-align: left;
	z-index: 40;
}

.unsubscribe_page .cab-check input[type="checkbox"]:after{
	left: -21px;
}


.selections_container input[type="checkbox"],
.selections_container input[type="radio"]{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.selections_container input[type="checkbox"] + label:before{
	content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    width: 12px;
    display: inline-block;
    border: solid 1px #3c3c3c;
    background-color: #fff;
    cursor: pointer;
}

.selections_container input[type="checkbox"]:checked + label:before{
	content: '\2714';
    line-height: 11px;
    font-size: 9px;
    color: #648a19;
    text-align: center;
}

.selections_container input[type="radio"] + label:before{
	content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    display: inline-block;
    border: solid 1px #3c3c3c;
    background-color: #fff;
    cursor: pointer;
}

.selections_container input[type="radio"]:checked + label:before{
	content: '\2022';
    line-height: 10px;
    font-size: 24px;
    color: #a2d244;
    text-align: center;
}


@media only screen and (min-width: 1000px) {
	.line-title p{
		height: 100%;
    	line-height: 300%;
	}

	.icon-inner img{
		margin-top: 14px;
	}

	.li-list-mini li a{
	   margin-top: 13px;
	}

	.banner-page-box img {
	    height: auto;
	}

	.icon-delivery-in-region span i{
		margin-top: 12px;
    	display: inline-block;
	}
}

.cookie {
    overflow: visible !important;
}

.cookie .modal-backdrop.in {
    display: none;
}

#modal_cookie.modal.in {
    pointer-events: none;
}

#modal_cookie .modal-dialog {
    margin-top: calc(100vh - 160px);
	max-width: 450px;
	pointer-events: painted;
}

#modal_cookie .modal-content {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border: 0px;
}

#modal_cookie .modal-body {
    padding: 10px 0px 0px 0px;
	text-align: center;
}

#modal_cookie .modal-dialog p {
    font-size: 13px;
}

#modal_cookie .modal-dialog .button_fill {
	display: inline-block;
    height: 41px;
    line-height: 41px;
    background-color: #94d607;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 0px !important;
    padding: 0px 19px;
    border: 0px;
    transition: background-color 0.3s ease 0s;


    margin-top: 10px;
    height: 31px;
    line-height: 34px;
    font-size: 12px;
    padding: 0px 27px;
    margin-bottom: 13px;
}


#modal_cookie .modal-dialog .button_fill:hover{
	background-color: #77ab09;
}

.promo-blogers{
	margin-top: 30px;
}

.promo-blogers .promo-blogers__title{
	height: 35px;
    line-height: 35px;
}

.promo-blogers .promo-blogers__code input[type="text"]{
	display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    border: solid 1px #e5e5e5;
	background-color: #f5f5f5;
}

.table-orders-bloger .content-table{
	font-size: 17px;
	padding: 10px 0px;

}

.table-orders-bloger .head-table{
	border-bottom: 0px;
	padding-bottom: 20px;
}

.table-orders-bloger > .row{
	border-bottom: solid 1px #e5e5e5;
}

.item-catalog .addToCart form{
	margin-bottom: 0px;
}

.tiktok_icon svg{
	width: 19px;
	height: 22px;
}

.tiktok_icon svg path{
	fill: #9A9999;
}

.tiktok_icon:hover svg path{
	fill: #94d60a;
}

.button__video{
	display: inline-block;
	position: fixed;
	bottom: 28px;
	z-index: 100;
	left: 33px;
}

.button__video img{
	width: 240px;
}

a.team-web + a{
    font-weight: bold;
    color: #93d608; 
}

a.team-web:hover + a{
    font-weight: bold;
    color: #93d608; 
}

.send_message_social__icon{
	text-align: center;
    margin-top: 20px;
}

.send_message_social__icon > .ya-share2{
	width: auto;
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.send_message_social__icon > .ya-share2 .ya-share2__badge{
	background-color: #999999;
    width: 22px;
    height: 22px;
	margin: 0px 10px 0 0;
}

.send_message_social__icon > .ya-share2 .ya-share2__item{
	margin: 0px 10px 0 0;
}

.send_message_social__icon > .ya-share2 .ya-share2__badge:hover{
	background-color: #94d60a;
}	

.send_message_social__icon > .ya-share2 .ya-share2__badge .ya-share2__icon{
	height: 22px;
    width: 22px;
    background-size: 22px 22px;
}

.title__social-sharing{
    text-align: center;
    padding: 0 20% !important;
    margin-top: 40px;
    margin-bottom: 0px;
    display: inline-block;
}

@media only screen and (max-width: 850px){
	.title__social-sharing{
		text-align: center;
		padding: 0 5% !important;
		margin-top: 40px;
		margin-bottom: 0px;
		display: inline-block;
	}
}

.footer{
	margin-top: 50px;
}

#kosServBox{
padding: 0 10px;
}

.container__subscribe{
	background-color: rgba(162,210,68,0.15);
	border-radius: 12px;
	padding: 10px 10px 8px 10px;
	margin: 0px 0;
}

.container__subscribe .subscribe_text{
	display: block;
	float: left;
	width: 53%;
    padding-left: 133px;
	background-image: url(../img/bg_subscribe.svg);
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: 9% -3px;
}

.container__subscribe .subscribe_text.subscribe_text__error{
	width: 100%;
	padding-left: 0px;
	background-image: none;
}

.container__subscribe .subscribe_text.subscribe_text__success{
	width: 100%;
	padding-left: 0px;
	background-image: url('../img/bg_subscribe__success.svg');
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: 9% -3px;
}

.container__subscribe .subscribe_text.subscribe_text__success p{
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.container__subscribe .subscribe_text.subscribe_text__error p,
.container__subscribe .subscribe_text.subscribe_text__error span{
	text-align: center;
}

.container__subscribe .subscribe_text.subscribe_text__error span a{
color: #000;
text-decoration: underline;}

.container__subscribe .subscribe_text.subscribe_text__error span a:hover{
	color: #A2D244;
	text-decoration: none;
}

.container__subscribe .subscribe_text p {
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 21px;
	width: 100%;
	margin-bottom: 1px;
	color: #A2D244;
}

.container__subscribe .subscribe_text span {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	margin-bottom: 5px;
	color: #000000;
}

.container__subscribe form{
	display: block;
	float: left;
	width: 47%;
	margin-bottom: 0px;
    padding-top: 4px;
    padding-left: 6px;
}

.container__subscribe form [type="email"]{
	background: #FFFFFF;
	border: 1px solid rgba(162, 210, 68, 0.38);
	border-radius: 5px;
	width: 256px;
	display: inline-block;
	float: left;
	height: 31px;
    line-height: 31px;
	color: #000;
	margin-right: 20px;
	padding: 0 13px;
}

.container__subscribe form [type="submit"]{
	background: #A2D244;
	border-radius: 5px !important;
    padding: 0 29px;
	border: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
}

.container__subscribe form [type="submit"]:hover{
	background: #77ab09;
}

.container__subscribe form [type="submit"].disabled{
	background: #cccccc;
	pointer-events: none;
}

@media only screen and (max-width: 850px){
	.center_full_sidebar__right {
		width: 100% !important;
	}

	.container__subscribe{
		margin: 0px 0;
	}

	.container__subscribe .subscribe_text{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 7px;
		padding-right: 50px;
	}

	.container__subscribe .subscribe_text p {
		margin-bottom: 10px;
	}

	.container__subscribe form{
		width: 100%;
		margin-top: 20px;
		padding-left: 19px;
	    padding-right: 20px;
		margin-bottom: 20px;
	}

	.container__subscribe form [type="email"]{
		width: 60%;
		margin-right: 10px;
	}

	.container__subscribe form [type="submit"]{
		width: calc(40% - 10px);
		padding: 0px;
		text-align: center;
	}

	.container__subscribe .subscribe_text{
		background-position: calc(100% - 20px) -3px;
	}

	.container__subscribe .subscribe_text.subscribe_text__error{
		padding-right: 20px;
	}

	.container__subscribe .subscribe_text.subscribe_text__error p,
	.container__subscribe .subscribe_text.subscribe_text__error span{
		text-align: left;
		padding: 0 20px;
	}

	.container__subscribe .subscribe_text.subscribe_text__success p,
	.container__subscribe .subscribe_text.subscribe_text__success span{
		text-align: left;
		padding-left: 20px;
	}

	.container__subscribe .subscribe_text.subscribe_text__success{
		background-position: calc(100% - 20px) -3px;
	}

	.container__subscribe .subscribe_text.subscribe_text__success p {
		line-height: 21px;
		margin-bottom: 10px;
	}
}

.header-site{
	position: fixed !important;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #FFF;
}

@media only screen and (min-width: 992px){
	body{
		padding-top: 172px;
	}

	.header-site .logo-top img{
		max-height: 75px;
		height: 75px;
		transition: 0.3s;
	}

	.header-site.lang{
		top: 38px;
	}
	
	.header-site.scroll .logo-top img{
		height: 60px;
	}

	.top-header_link{
		margin-top: 20px;
		transition: 0.3s;
	}

	.header-site.scroll .top-header_link{
		margin-top: 10px;
	}

	.right-sidebar{
		position: sticky !important;
    	top: 160px;
		background-color: #fff;
   		z-index: 20;
	}

	.content-page>.container{
		position: relative;
	}

	#bid{
		max-height: 50vh;
    	overflow: scroll;
	}
}

.language_menu{
	padding-left: 0px;
    border: solid 1px #000;
	position: absolute;
    z-index: 10;
    top: 40px;
    left: -20px;
    width: 200px;
    height: auto;
	background-color: #FFF;
	padding: 10px 0;
	display: none;
}

.language_menu.show_menu_language{
	display: block;
}

.language_menu li{
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 5px;
}

.language_menu li:last-of-type{
	margin-bottom: 0px;
}

.language_menu li span{
	font-size: 14px;
	padding: 0 5px;
	display: inline-block;
	width: 100%;
	color: #333333;
    font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

.language_menu li span:hover{
	color: #94d60a;
}

.top-header_link span{
	color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
	cursor: pointer;
	margin-right: 25px;
}

.top-header_link span i{
	font-size: 23px;
    color: #000;
    display: inline-block;
    float: right;
    height: 25px;
    line-height: 25px;
}

.top-header_link span:hover, .top-header_link span:hover i {
    color: #94d60a;
    text-decoration: none;
}

.right-sidebar {
    width: 100% !important;
}

.center_full_sidebar__right{
	width: calc(25% - 35px) !important;
}

.bannars-catalog .bannars-catalog__element a{
	display: inline-block;
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

@media only screen and (max-width: 850px){
	.center_full_sidebar__right {
		width: 100% !important;
		padding: 0 20px !important;
	}

	.center_full_sidebar__right .bx-filter-parameters-box > .row{
		border-bottom: 0px;
	}

	.center_full_sidebar__right .bx-filter-parameters-box > .row > .col-xs-6{
		width: 100%;
	}

	.pagerNavShares{
		margin: 20px 0;
	}

	.pagerNavShares .icon-icon_right_arrow,
	.pagerNavShares .icon-icon_left_arrow{
		margin-top: 7px;
    	float: left;
	}

	.right-sidebar{
		position: absolute !important;
		z-index: 100;
		background-color: #FFF;
		width: calc(100% - 40px) !important;
		top: -90px;
		display: none;
	}

	.right-sidebar.active{
		display: block;
	}
}

.button-play__slider{
	display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url('../img/play_slider.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    z-index: 10;
    bottom: 17px;
    left: 0%;
	cursor: pointer;
}

.button-play__slider.pause{
	background-image: url('../img/plause_slider.svg');
}

@media only screen and (max-width: 850px){
	.button-play__slider{
		bottom: -27px;
	}

	.bannars-catalog{
		display: none;
	}
}

.logo-top img{
	margin-top: 0px;
	margin-left: -22px;
}

@media only screen and (min-width: 992px){
	.header-site.scroll .logo-top img{
		margin-top: -7px;
	}

	.bannars-catalog{
		position: sticky !important;
		top: 350px;
		background-color: #fff;
		z-index: 19;
	}

	.center_full_sidebar__right{
		height: 100%;
	}
}

.phone-footer-title{
	display: inline-block;
    width: 100%;
    float: left;
}

.title-certificates p{
	margin-top: 0px;
    margin-bottom: 25px;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.no-cert{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
}

.certificates-list_title{
    margin-bottom: 15px;
}

.certificates-list_element{
    margin-bottom: 10px;
}

.certificates-list_title .certificates-list_element-number,
.certificates-list_title .certificates-list_element-sums,
.certificates-list_title .certificates-list_element-send{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
}

.certificates-list_element .certificates-list_element-number{
	font-size: 14px;
    color: #93d608;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 25px;
	height: 25px;
}

.certificates-list_element .certificates-list_element-sums{
	font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 25px;
	height: 25px;
}

.certificates-list_element .certificates-list_element-send .green-button,
.certificates-list_element .certificates-list_element-send .green-button:active{
	position: relative;
    top: 0;
    left: 0;
	color: #fff;
}

.certificates-list_element .certificates-list_element-send .green-button:hover{
	color: #000;
}

.certificates-list_element .certificates-list_element-send span{
	font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    float: left;
	width: 100%;
}

.certificates-list_element .certificates-list_element-send .close-send{
	font-size: 14px;
    color: #94d60a;
	text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    float: left;
}

.certificates-list_element .certificates-list_element-send .close-send:hover{
	font-size: 14px;
    color: #000;
	text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
}

#sendCertificates .close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

#sendCertificates .title-send-cert{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.send-cert-form{
	display: block;
	width: 100%;
	float: left;
}

.send-cert-form input[type="text"]{
	background: #FFFFFF;
    border: 1px solid #94d60a;
    border-radius: 0px !important;
    width: calc(40% - 20px);
    display: inline-block;
    float: left;
    height: 31px;
    line-height: 31px;
    color: #000;
    margin-right: 20px;
	padding: 0 20px;
}

.send-cert-form input[type="text"][name="emailuser"]{

}

.send-cert-form input[type="text"][name="nameuser"]{

}

.send-cert-form input[type="submit"]{
	background: #94d60a;
    border-radius: 0px !important;
	width: 20%;
	text-align: center;
    padding: 0px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    height: 31px;
	display: inline-block;
    float: left;
}

.send-cert-form .error{
	display: inline-block;
    float: left;
	margin-bottom: 0px;
	width: 100%;
	color: red;
}

.send-cert-form input[type="submit"]:hover{
    color: #000;
}

.send-cert-form input[type="submit"]:disabled{
	background-color: #dedede;
}

.send-cert-form input[type="submit"]:disabled:hover{
	color: #fff;
}

.certificates-list_element-basket .certificates-list_element-number br{
	display: none;
}

.certificates-list_element-basket{
	margin: 10px 0;
    padding: 20px !important;
    background-color: #93d608;
    border-radius: 10px;
}

.certificates-list_element-basket .certificates-list_element-number,
.certificates-list_element-basket .certificates-list_element-sums{
	color: #fff;
    font-size: 16px;
}

.certificates-list_element-basket .certificates-list_element-sums{
	text-align: center;
}

.certificates-list_element-basket .certificates-list_element-send .green-button,
.certificates-list_element-basket .certificates-list_element-send .green-button:active{
	background-color: #fff;
    float: right;
    color: #94d60a;
	padding: 0px 10px;
}

.certificates-list_element-basket .certificates-list_element-send .green-button:hover{
	color: #000;
}

.certificate{
	margin: 40px 0;
}

.certificate .certificates-list_title .certificates-list_element-sums{
	text-align: center;
}

.certificate .certificates-list_title .certificates-list_element-send{
	text-align: right;
}

.certificates-list_element-end-sum span{
	display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 0px 0px;
    margin-bottom: -11px;
    color: #000;
    font-size: 14px;
}

.certificates-list_element-basket.certificates-list_element__active {
    margin: 10px 0;
    padding: 20px !important;
    background-color: #fff;/*#93d608;*/
	border: solid 1px #93d608;
    border-radius: 10px;
}

.certificates-list_element-basket.certificates-list_element__active .certificates-list_element-number, 
.certificates-list_element-basket.certificates-list_element__active .certificates-list_element-sums{
	color: #93d608;
}

.certificates-list_element-basket.certificates-list_element__active .certificates-list_element-send .green-button, 
.certificates-list_element-basket.certificates-list_element__active .certificates-list_element-send .green-button:active{
	background-color: #fff;
	border: solid 1px red;
    float: right;
    color: red;
    padding: 0px 10px;
}

.certificates-list_element-basket.certificates-list_element__active .certificates-list_element-send .green-button:hover{
	color: #000;
}

.menu_bottom_support .support_menu_block span{
	display: inline-block;
	float: left;
}

.certificate.certificate-added .certificates-list_element-basket{
	display: none;
}

.certificate.certificate-added .certificates-list_element-basket.certificates-list_element__active{
	display: block;
}

.bx-soa-cart-total-line{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.bx-soa-cart-total-line__certificate{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.bx-soa-cart-total-line__certificate .bx-soa-cart-t{
	width: 50% !important;
    line-height: 14px !important;
}

.bx-soa-cart-total-line__certificate .bx-soa-cart-d{
	width: 50% !important;
}

.bx-scu-container{
	display: none !important;
}






/*
стили для страницы: https://teana-labs.ru/spasibo-online/
*/

.succes {
  height: 100vh;
}

.succes > .row {
  height: 100%;
  display: table;
  width: 100%;
}

.succes_text {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.succes img {
  display: block;
  margin: 0 auto;
}

.succes p {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.succes p:first-of-type {
  margin-top: 19px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .succes_text {
    padding: 0 25px;
  }
  .succes p {
    max-width: 530px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .succes p {
    font-size: 22px;
    max-width: 270px;
    margin: 0 auto;
  }
  .succes_text {
    padding: 0 25px;
  }
}

.hits-round{
	width: 35px;
    height: 35px;
    border-radius: 35px;
    background-image: url('../img/hits.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 48%;
    right: 26%;
    z-index: 5;
}

@media only screen and (max-width: 850px){
	.hits-round {
		top: 150px!important;
    	right: 35%;
	}
}

@media only screen and (-webkit-device-pixel-ratio: 2) and (device-height: 667px) and (device-width: 375px){
	.hits-round {
		top: 150px!important;
    	right: 35%;
	}
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3){
	.hits-round {
		top: 150px!important;
    	right: 35%;
	}
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2){
	.hits-round {
		top: 150px!important;
    	right: 35%;
	}
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
	.hits-round {
		top: 150px!important;
    	right: 35%;
	}
}

.give-certificate{
	background-color: #A2D244;
    margin-top: 54px;
	padding: 121px 0 40px 0;
	position: relative;
	color: #FFF;
	margin-bottom: 67px;
}

.give-certificate p{
	font-weight: 900;
	font-size: 42px;
	line-height: 51px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	float: left;
}

.give-certificate:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: -38px;
    right: calc(50% - 486px);
	width: 336px;
	height: 188px;
	z-index: 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/sert_image.png');
}

.give-certificate__element{
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	padding-right: 10px !important;
	padding-top: 124px;
}

.give-certificate__element-icon{
	text-align: center;
}

.give-certificate__element-icon img{
	display: inline-block;
	float: none;
	max-width: 91px;
	max-height: 91px;
	margin-bottom: 53px;
}

.give-certificate__element-icon p{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	padding: 0 45px;
}

.give-certificate__element-icon-border{
	border-left: solid 1px #000;
}

.give-certificate__element-icon-border p{
	padding: 13px 67px 0 67px;
}

.give-certificate__green{
	margin-top: 44px;
	background-color: rgba(162, 210, 68, 0.15);
	padding: 42px 0 30px 0;
    margin-bottom: 30px;
}

.give-certificate__green-title{
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 32px;
}

.give-certificate__green-element{
	padding: 0 20px !important;
	text-align: center;
}

.give-certificate__green-element img{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 67px;
}

.give-certificate__green-element p{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	min-height: 94px;
}

.give-certificate__green-element .button-auth{
	float: none;
    height: 33px;
    line-height: 33px;
    padding: 0px 40px;
}

@media screen and (max-width: 767px){

	.give-certificate:before{
		right: calc(50% - 168px);
	}

	.give-certificate{
		margin-top: 47px;
		padding-top: 167px;
		margin-bottom: 0px;
	}

	.give-certificate p{
		font-weight: 900;
		font-size: 28px;
		line-height: 34px;
		text-align: center;
	}

	.give-certificate__element{
		padding-top: 65px;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		padding-right: 0!important;
	}

	.give-certificate__element p{
		max-width: 309px;
		margin: 0 auto;
		margin-bottom: 66px;
	}

	.give-certificate__element-icon img{
		margin-bottom: 35.5px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.give-certificate__element-icon p{
		margin-bottom: 92px;
		padding: 0;
		max-width: 225px;
	}

	.give-certificate__element-icon-border p{
		padding: 0 97px 0 100px;
		margin-bottom: 98px;
		max-width: 175px;
		padding: 0;
	}

	.give-certificate__element-icon-border img{
		margin-bottom: 38px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.give-certificate__element-icon-border{
		border: none;
	}

	.give-certificate__content{
		background: rgba(162, 210, 68, 0.15);
	}

	.give-certificate__green{
		background: transparent;
		margin-top: 0;
		padding-top: 58px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.give-certificate__green-title{
		text-align: center;
		margin-bottom: 0;
	}

	.give-certificate__green-element img{
		margin-bottom: 22px;
		margin-top: 48px;
		width: 272px;
		height: 273px;
		float: none;
		margin-left: auto;
    	margin-right: auto;
		display: block;
	}

	.give-certificate__green-element p{
		min-height: 50px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.give-certificate__green-element:nth-child(2) img{
		margin-bottom: 6px!important;
	}

	.give-certificate__green-element:nth-child(4) p{
		margin-bottom: 45px;
	}

	.give-certificate__green-element .button-auth{
		margin-top: 14px;
		padding: 0 28px;
	}

	.give-certificate__green-element:nth-child(4) p {
		margin-bottom: 34px;
	}

}


/* СТИЛИ ДЛЯ СТРАНИЦЫ С ПРОМОКОДОМ "ПОДАРОЧНЫЙ СЕРТИФИКАТ" */


@media screen and (min-width: 768px) and (max-width: 992px){

	.give-certificate:before{
		right: calc(50% - 168px);
	}

	.give-certificate{
		padding-top: 175px;
		margin-bottom: 0;
	}

	.give-certificate p{
		font-size: 40px;
		text-align: center;
	}

	.give-certificate__element{
		text-align: center;
		padding-left: 100px!important;
		padding-right: 100px!important;
		margin-bottom: 25px;
		padding-top: 70px;
	}

	.give-certificate__element-icon-border{
		margin-bottom: 45px;
		margin-top: 11px;
	}

	.give-certificate__element-icon-border p{
		margin-bottom: 13px;
		padding-top: 0;
	}

	.give-certificate__green-title{
		text-align: center;
	}

	.give-certificate__green-element img{
		margin-bottom: 15px;
		max-height: 400px;
	}

	.give-certificate__green-element p{
		min-height: 50px;
		font-weight: 600;
	}

	.give-certificate__green-element{
		height: 520px;
	}

}


#basketInner .certificates-list_element-basket .certificates-list_element-number br{
	display: inline;
}


#basketInner .certificates-list_element-basket .certificates-list_element-number{
	    margin-top: -12px;
}

@media only screen and (max-width: 1024px){
	.about_section_container__image{
		display: none;
	}

	.right_about_section .about_section_container__text,
	.left_about_section  .about_section_container__text{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px){
	p iframe{
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1024px){
	.title-teanawomen .title{
		font-size: 30px;
    	line-height: 30px;
	}
}

@media only screen and (max-width: 1024px){
	.full-text-action.full-text-teanawomen ol,
	.full-text-action.full-text-teanawomen ul{
		display: block;
		width: 100%;
		padding-left: 16px;
	}
}


.accordeon-container{
	margin: 50px 0;
}

.accordeon-container .accordeon-element{
	border-top: solid 2px #000;
	padding: 15px 0;
}

.accordeon-container .accordeon-element:last-of-type{
	border-bottom: solid 2px #000;
}

.accordeon-container .accordeon-element .accordeon-header{
	cursor: pointer;
}

.accordeon-container .accordeon-element .accordeon-header:hover p,
.accordeon-container .accordeon-element .accordeon-header:hover span i{
	color: #94d60a;
}

.accordeon-container .accordeon-element .accordeon-header p{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 60%;
	float: left;
	margin-bottom: 0px;
	transition: 0.3s;
}

.accordeon-container .accordeon-element .accordeon-header span{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	width: 40%;
	float: left;
	margin-bottom: 0px;
	transition: 0.3s;
}

.accordeon-container .accordeon-element .accordeon-header span i{
	margin-left: 30px;
	font-size: 14px;
	transition: 0.3s;
	color: #000;
}

.accordeon-container .accordeon-element.active .accordeon-header span i{
	transform: rotate(180deg);
}

.accordeon-container .accordeon-element .accordeon-body{
	display: none;
}

.accordeon-container .accordeon-element.active .accordeon-body{
	display: block;
}

.accordeon-container .accordeon-element .accordeon-body .title-section:first-of-type{
	margin-top: 20px;
}

.accordeon-container .accordeon-element .accordeon-body .title-section{
	font-weight: bold;
	margin-bottom: 15px;
}

.accordeon-container .accordeon-element .accordeon-body .description-section{
	margin-bottom: 30px;
}

.accordeon-container .accordeon-element .accordeon-body .description-section:last-of-type{
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px){
	.accordeon-container .accordeon-element {
		padding: 10px 10px;
	}

	.accordeon-container .accordeon-element .accordeon-header p,
	.accordeon-container .accordeon-element .accordeon-header span{
		width: 100%;
	}

	.accordeon-container .accordeon-element .accordeon-header span{
		font-weight: normal;
		text-align: left;
	}

	.accordeon-container .accordeon-element .accordeon-header span i{
		float: right;
		margin-top: -8px;
	}
}

.action-box.action-box__podcast{
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.action-box__podcast .time-actions{
	border-bottom: solid 0px #dcdddd;
    padding: 0 14px !important;
    background-color: transparent !important;
}

.action-box__podcast .color_link{
	color: #94d60a !important;
	margin-right: 15px;
	text-decoration: underline;
	display: inline-block;
    margin-bottom: 5px;
}

.action-box__podcast .color_link:hover{
	color: #000;
}

.action-box__podcast .img-actions{
    background-color: transparent !important;
}

.action-box__podcast .text-actions p{
	line-height: 17px;
}

.action-box__podcast .inner-box-action{
	height: auto;
	border: 0px;
}

.action-box__podcast .inner-box-action:before{
	display: none;
}

.action-box__podcast .inner-box-action:hover{
	min-height: 1px;
}

.hot-phone-head{
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
color: #333 !important; 
	font-weight: normal !important;
}

.hot-phone-head:hover{
color: #93d608 !important;
}

.top_banners_info{
	width: 100%;
	//z-index: 
}

.header-site{
	width: 100%;
}

@media only screen and (max-width: 768px){
	.top_banners_info{
		top: 71px;
	}

	.slider-base.sliders{
		margin-top: 28px;
	}
}

.podcast-banner{
	height: 400px;
	margin-bottom: 40px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.podcast-description{
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.copyright p{
	text-align: left;
	padding: 20px 0;
	border-top: solid 1px #dfdfdf;
}

.copyright p a{
	margin-left: 15px;
	text-transform: none;
	color: #999999;
	text-decoration: underline;
}

.copyright p a:hover{
	color: #94d60a;
}

.checkbox_confirm{
	display: inline-block;
	float: left;
	width: 100%;
}

.checkbox_confirm label{
	display: inline-block;
	float: left;
	width: 100%;
	font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    padding-left: 18px;
	position: relative;
	cursor: pointer;
}

.checkbox_confirm label:before{
	display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 1px #989898;
    content: '';
    top: 1px;
    left: 0px;
    position: absolute;
    cursor: pointer !important;
}

.checkbox_confirm [type="checkbox"]:checked + label:before{
	background-color: #95d600;
    border-color: #95d600;
}

[name="subscribe_email_user"] [type="submit"].disabled{
	opacity: 0.5;
	pointer-events: none;
}

@media only screen and (min-width: 1200px){
	.item-catalog .addToCart{
		max-height: 33px;
	}
}

@media only screen and (max-width: 768px){
	.certificate{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.certificates-list_title{
		display: none;
	}

	#basketInner .certificates-list_element-basket .certificates-list_element-number{
		height: auto;
	}

	.certificates-list_element-basket .certificates-list_element-sums{
		text-align: left;
	}

	.certificates-list_element-basket .certificates-list_element-send .green-button,
	.certificates-list_element-basket .certificates-list_element-send .green-button:active{
		float: left;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 767px){
	#basketInner .certificates-list_element-basket .certificates-list_element-number{
		width: 50%;
		float: left;
	}

	.certificates-list_element-basket .certificates-list_element-sums{
		width: 25%;
		float: left;
		text-align: right;
	}

	.certificates-list_element-basket .certificates-list_element-send .green-button,
	.certificates-list_element-basket .certificates-list_element-send .green-button:active{
		float: right;
		margin-top: 10px;
	}
}

.container__subscribe input[type=checkbox]{
	display: none;
}

.button__video{
	left: auto;
	right: 33px;
}
