.header_in {padding-top: 10px;}



.top-panel{
	background-color: #292929;
    line-height: 34px;
	font-size:14px;}
.dropdown-content-lang  {
  
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content-lang {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
 .dropbtn-lang {
  display: inline-block;
  color: #212121;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

 .dropdown-lang:hover .dropbtn-lang {
  /*background-color: red;*/
}

.dropdown-lang {
  display: inline-block;
}
.dropdown-content-lang a:hover {/*background-color: #f1f1f1;*/ color: #fa4616;}

.dropdown-lang:hover .dropdown-content-lang {
  display: block;
}
.container1 {     border-bottom: 1px solid #e7e2de;}
.container-top{
	align-items: center;
	justify-content: space-between;
	display:flex;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.card-item {
	width: 100%;
    /*margin-bottom: 15px;*/
    display: inline-block
}
.card-item_new {
	/*width: 100%;
	max-width: 50%;*/
/*	margin-right: 5px;*/
    margin-bottom: 15px;
    display: flex;
    flex: 50%;
    margin-top: 10px;
}
.card-icon{
    width: 25px;
    height: 28px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	 justify-content: center;}
.event-card__body {
	padding: 5px 10px 0px 10px;
	display: block;
}
.card-text {
	font-size: 10px;
	display: block;
   /* text-align: center;*/
	height: 30px;
	overflow:hidden;
    line-height: 14px;
}
.product-thumb:hover {
	-webkit-box-shadow: 0 3px 25px 0 hsla(0, 0%, 7%, .19);
	box-shadow: 0 3px 25px 0 hsla(0, 0%, 7%, .19);
	background-color: #fff
}


.flex-grow-1 {
	flex-grow: 1;
}
@media (min-width: 992px){
.container-top {
    width: 1100px;
}
}
@media (min-width: 768px){
.container-top {
    width: 950px;
}
}
.top-panel a {
font-size: 12px;
}


.top-panel a:active {
	    color: #f93604;}

.top-panel a:hover {
	    color: #f93604;}

.flex-grow-1
{flex-grow: 1;}

 .mr-5  a:active {

    color: #f93604;}
	 .mr-3 a:active {

    color: #f93604;}




.top-panel-container{
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 960px;
  align-items: center;
  justify-content: space-between;}

 .mr-5{margin-right: 3rem;}
 .mr-3{margin-right: 3rem;}


 .ml-1{margin-left: .25rem;}

.top-panel-info{ display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;}
.card-banner__content {

	position: relative;
	z-index: 2;
	/*padding-top: 65px;
	height: 700px;*/
}
.mobile-number-item__value {
    font-size: 19px;
    color: #2e353d;
    width: 200px;
    text-align: center;
}
.mobile-number-item__elem {
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
   /* background: #f3f3f3;*/
   font-size: 18px;
}

.address-item__value a {
	
	color: #fa4616;
    text-decoration: underline;
}


.contacts-list {
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	font-size: 18px;
/*padding-top: 45px;*/}


.shopping-cart {
	display: inline-block;
    width: 19px;
    height: 24px;
    background-image: url(/image/catalog/cart.svg);
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: -7px;
}
.basket-num{
min-width: 28px;
    height: 28px;
    background: #f93406;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    /*margin-right: 25px;*/
    margin-left: 5px;
padding: 5px;}
.icon-search {
	width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/image/catalog/search.svg);
    display: inline-block;
}
.fa-bars:before {
	content: "";
    position: relative;
    display: block;
    width: 23px;
    height: 22px;
    left: 0;
    background-image: url(/image/catalog/burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.hovering:before {
    content: '';
    display: none;
    height: 70px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: url(/catalog/view/theme/moneymaker2/image/shadow-prod.png)
}

.card-banner__content:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(/catalog/view/theme/moneymaker2/image/shadow1.png) no-repeat left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.card-banner__content:after {
	content: '';
	width: 9999px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .7)
}

.product-headline {
position: absolute;
top: 50px;
left: 50px;
z-index: 5;
}
.product-video__headline{
    color: #fff;
    max-width: 600px;
    width: 100%;
    /*position: absolute;
    top: 50px;
    left: 50px;*/
    padding-bottom: 20px;
    text-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
	font-size: 38px;
	z-index: 2;
    font-weight: 700;
}
.gifts-container-mobile{
	display: none;
}

.btn_new {
  /* по-умолчанию для <button>, но пригодится для <a> */
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: none;

  /* создаём маленькие отступы, если кнопки перенесутся на две строки */
  margin: 2px 0;

  /* невидимая граница (понадобится для цвета при наведении/фокусе) */
  border: solid 1px transparent;
  border-radius: 4px;

  /* размер строится из текста и отступов (без width/height) */
  padding: 0.5em 1em;

  /* убедитесь, что достаточно контраста! */
  color: #ffffff;
  background-color: #2796ff;
}

/* олдскульный эффект «нажатия» + цветовые правки */
.btn_new:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

/* инвертируем цвета при наведении */
.btn_new:hover {
  color: #2796ff;
  border-color: currentColor;
  background-color: white;
}

/* Firefox: сбрасываем внутреннюю границу при фокусе */
.btn_new::-moz-focus-inner {
  border: none;
}

/* убеждаемся, что есть видимые границы при фокусе */
.btn_new:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.5),
    0 0 0 1.5px rgba(255, 105, 180, 0.5);
}

/* скрываем фокусные стили, если используется не клавиатура */
.js-focus-visible .btn_new:focus:not(.focus-visible) {
  box-shadow: none;
}
.btn_wb {
  /* по-умолчанию для <button>, но пригодится для <a> */
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 16px;

  /* создаём маленькие отступы, если кнопки перенесутся на две строки */
  margin: 2px 0;

  /* невидимая граница (понадобится для цвета при наведении/фокусе) */
 /* border: solid 1px transparent;*/
  border-radius: 7px;

  /* размер строится из текста и отступов (без width/height) */
  padding:10px;

  /* убедитесь, что достаточно контраста! */
  color: #ffffff;
  background-color: #10b256;
  border-color: currentColor;
}

/* олдскульный эффект «нажатия» + цветовые правки */
.btn_wb:active {
  transform: translateY(1px);
  filter: saturate(150%);
  box-shadow: none;
}

/* инвертируем цвета при наведении */
.btn_wb:hover {

  background-color: #1be271;
  color: #ffffff;
}

/* Firefox: сбрасываем внутреннюю границу при фокусе */
.btn_wb::-moz-focus-inner {
  border: none;
}

/* убеждаемся, что есть видимые границы при фокусе */
.btn_wb:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.5),
    0 0 0 1.5px rgba(255, 105, 180, 0.5);
}

/* скрываем фокусные стили, если используется не клавиатура */
.js-focus-visible .btn_wb:focus:not(.focus-visible) {
  box-shadow: none;
}

.product-description
{   font-size: 12px;
    font-weight: 400;
    line-height: 1.57;
    color: #131313;
    background-color: #fff;
	height: 70px;
    overflow: hidden;
    text-align: justify;
    display: none;
}
	
.contacts-list__item-title {
	font-size: 18px;
	color: #333;
	
}

.newmenu nav li a:hover{
	color: rgba(214, 75, 103, 1);
	background: white;
	border-radius: 5px!important;
	padding: 5px 15px;
}
.related_attr {display: none;}
.related_attr_person {display: flex;}
.related_attr_time {display: flex;}
.gifts-container .already_in_set{
	border-radius: 5px;
	background: #10b256;
	font-weight: 600;
	animation: none;
	font-size: 18px;
	color: white;
	border: 0;
	/*box-shadow: 0 2px 8px 0 rgba(39,150,255,.6);*/
	height: 48px;
	cursor: pointer;
	width: 100%;
}

.gifts-container .id-button-cart{
	cursor: pointer;
	width: 100%;
}

/*.gifts-container .already_in_set:hover{
	opacity: 0.7;
}*/

.gifts-container .already_in_set:before{
	content: none;
}

.gifts-container .name{
	font-weight: 600;
	font-size: 18px;
	text-align: left;
}

.gifts-container .leftProdPrice{
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.gifts-container .reviews-rating{
	margin-bottom: 15px;
	letter-spacing: 3px;
	font-size: 16px;
	float: right;
	margin-top: 27px;
}

.gifts-container .contacts{
	margin-bottom: 15px;
	margin-top: 28px
}

.gifts-container .contacts a{
	font-size: 18px;
	margin-left: 2px;
    color: #585858;

}

.gifts-container .modification-button{
	border: 1px solid #fa4616;
	text-align: center;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	height: 48px;
	color: #fa4616;
}

.gifts-container .ui-selectmenu-icon.ui-icon {
	background:   url(/catalog/view/theme/moneymaker2/image/select_arrow.svg) no-repeat ;
	/*background: url(/catalog/view/theme/moneymaker2/image/select-img.png);*/
	width: 7px;
	height: 5px;
	margin-top: 5px !important;
	margin-left: 10px;
}

.ui-selectmenu-menu .ui-menu {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
}

.ui-menu .ui-menu-item {
	padding: 10px 10px;
/*	border-bottom: 1px solid rgba(204, 204, 204, 1);*/
}

.ui-menu .ui-menu-item:hover {
	
	color: #434b58;
	border-radius: 5px;
}

#column-left{
	position: sticky;
	/*top: 60px;*/
}

.ui-selectmenu-open {
	width: 100%;
	top: 35px;
}

.ui-selectmenu-menu a{
	color: #434b58;
	text-decoration: none!important;
	width: 100%;
	display: block;
	text-align: center;
}

.ui-selectmenu-menu li:hover a{
    color:#f93406;
    font-weight:200;

}

#modification-menu .ui-menu-item a span:first-child{
	float: left;
}

#modification-menu .ui-menu-item a span:last-child{
	float: right;
}

.gifts-container .gifts{
	position: relative;
	padding-bottom: 20px;
}

.ui-selectmenu-text span:first-child{
	float: left;
}

.ui-selectmenu-text span:last-child{
	float: right;
}

.gifts-container{
	-webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);
	box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.gifts-container hr {
	margin: 10px 0;
	border-color: #ece9e9;
	border-bottom: none;
}

.full-cart{
	display: none;
}

.mobile-filtr{
	display:none;
}

#close_filtr{
	display: none;
}

.reviews_right{
	width: 50%;
    margin-top: 20px;
    float: right;
}

.checkoutSitebar .checkoutButton{
    height: 40px;
    background-color: #3da35a;
    font-family: NSPBI;
    background: #3da35a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    box-shadow: 0 0 10px rgb(56,100,38);
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    text-align: center;
    padding-top: 9px;
    display: block;
}

.checkoutSitebar .checkoutButton:hover {
    background-color: #007ccf;
	text-decoration: none;
}

#domenu mark{
	padding: 0px;
    background: transparent;
    color: unset;
}

#content #tab-description{
	font-family: HelveticaNeueCyr;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #121212;

}
.attrs_block_new {
/*display: flex;*/
padding-top: 1px;
flex-wrap: wrap;
margin-left: 5px;
}
.gift-options-p{
	text-align: center;
	padding-top:20px;
	font-size: 16px;
	font-weight: 500;
}

.gifts-container-mobile .contacts p{
	text-align: center;
	font-size:26px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.header-top__dropdown .dropdown-menu {
    min-width: 105px;
    width: auto;
    border: none;
    border-radius: 3px;
    padding: 14px 20px 20px;
    box-shadow: 0 5px 10px 2px rgba(80, 80, 80, 0.25);
}

.header-top__dropdown .dropdown-item {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
}

/*.dropdown-menu .dropdown-menu-right .show
{
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-15px, 45px, 0px);
}
*/
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;

}
.section {
	display: block;


}
.product-button {
    position: absolute;
    right: 10px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 5px;
    padding: 10px;
}

.contacts-section__content {
    min-width: 310px;
   /* width: 1170px;*/
    margin: 0 auto;
    padding: 0;
}

.contacts-list__item{ margin-left: auto;}

.contacts-item__headline {color: #4e545c;
    font-size: 19px;
    padding-bottom: 15px;}
.contacts-item {
   /* width: 100%;
    height: 100%;
    /*background-color: #f8f7f7;*/
   /* border-radius: 30px;
    padding: 30px 40px 40px;
position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 45px
}
.contact-section {display:block;}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
margin-left: auto;}
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
margin-left: -15px}*/
@media (min-width:1200px){ #logo {/*position: absolute; left: 600px; bottom: 15px;*/ font-size: 40px!important;} .how-it-work-looks { display:none;} .how-it-work-title { display:none;} .delivery-looks_view { display:none;} 
    
    
}
.logo {
    width: 90px;
    display: block;
    float: left;
   /* margin-left: 15px;*/
    margin-right: 15px;
    margin-top: 5px;
  
}
@media (max-width:1200px){
.contacts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
flex-direction: column;
}
.colo-3 { display:none;} 


@media (min-width:767px){ 
.contacts-section__content 
{width: 1111px;     margin: 0 auto;    padding: 0; }
.how-it-work{ display:none;
margin: 50px; }
.how-it-work-looks { display:none;}
.how-it-work-title { display:none;}

 }

@media (max-width:767px){	
    
    .logo {  margin-top: 10px; }
    
	.page__headline .product-video__headline 
	#domenu{width: 90%!important;}
	#domenu .addition_block_2{display: block!important;}
	#domenu .addition_block_2 .block_wrapp{width: 49%!important;display: inline-flex;flex-direction: row-reverse;}
	#domenu .addition_block_2 .block_wrapp .cap span{color: #f93406!important;background: transparent!important;font-size: 30px;line-height: 33px;width: 100px;display: block;padding-top: 0!important;}
	#domenu .addition_block_2 .block_wrapp .cap span mark{padding: 0px;color: #f93406;font-size: 20px;}
	#domenu .addition_block_2 .block_wrapp > div .cap{text-align: left!important;}
	#domenu .addition_block_2 .block_wrapp:nth-child(3) .cap span, #domenu .addition_block_2 .block_wrapp:nth-child(4) .cap span{font-size: 15px;}
	#domenu h2{font-size: 25px;}
	#domenu.how_it_works_container .addition_block_2 .block_wrapp:nth-child(3) .cap span, #domenu.how_it_works_container .addition_block_2 .block_wrapp:nth-child(4) .cap span{font-size: 30px;}
	#domenu.how_it_works_container .addition_block_2 .block_wrapp .cap{text-align: left!important;padding-top: 5px;}



}

@media (max-width:600px){
	#domenu .addition_block_2 .block_wrapp {width: 100%!important;     width: 100%!important;      background-color: #f9f9f9;    border-radius: 22px;    padding: 15px;    height: 200px;}
	#domenu .addition_block_2 .block_wrapp .cap span{width: 115px; margin-top: 5px;}
	#domenu h2{font-size: 18px;margin: 10px 0 30px!important;}
	.how-it-work-looks {
	background-color: #fcf9f7;
    border-radius: 22px;
    padding: 15px;
    height: 444px;
	    margin-top: 5px;
	}
	.delivery-looks {
	background-color: #fcf9f7;
    border-radius: 22px;
    padding: 15px;
    height: 250px;
	margin-top: 30px;
	}
}






@media (max-width:450px){
	.gifts-container-mobile{display: block; margin-top: 20px; margin: auto;}
	.top-panel{display: none;}
	.button-activation {border-radius: 5px;
    background: #2796ff;
    font-weight: 700;
    animation: none;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 48px;
    width: 100% }
	.contacts-list__item{ margin-left: inherit;}
	.gifts-container{display: none;}
	.card-banner__content:before {display: none;}
	.product-video__headline { display:none; }
	.product-headline {top: 15px;
	    left: 15px;
	}
	 #logo {display: block;
    bottom: 3px;
    font-size: 30px!important;
    margin: auto;
    float: none;
    text-align: center;}
	.mobile-none{display: none!important;}
	.fa-stack-1x .cart-count {
    bottom: 5px;
    position: absolute;
    min-width: 28px;
    height: 28px;
    background: #f93406;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    margin-right: 15px;
    margin-left: 5px;
    padding: 5px;}
	.fa-bars:before {/*margin-left: 10px;*/top: 0px;}
	.gifts-container-mobile .already_in_set{border-radius: 5px/*;background: #2796ff;*/ animation: none;height: 48px; /*box-shadow: 0 2px 8px 0 rgba(39,150,255,.6);*/cursor: pointer;width: 100%;}
	.gifts-container-mobile .id-button-cart{cursor: pointer;width: 100%;  font-size: 18px;}
	.gifts-container-mobile .already_in_set:hover{opacity: 0.7;}
	.gifts-container-mobile .already_in_set:before{content: none;}
	.gifts-container-mobile .name{font-weight: 600;font-size: 26px; text-align:left; padding-bottom:5px; }
	.gifts-container-mobile .leftProdPrice{font-weight: bold;font-size: 24px;/*margin-top: 20px;margin-bottom: 15px;*/text-align: left; float:right;}
	.gifts-container-mobile .reviews-rating{    margin-bottom: 15px; font-size: 20px; float: right;}
	.gifts-container-mobile .contacts{margin-top: 15px;margin-bottom: 15px;}
	.gifts-container-mobile .contacts a{font-size: 26px;font-weight: bold;}
	.gifts-container-mobile .modification-button{border: 1px solid #fa4616;text-align: center;width: 100%;height: 48px; cursor: pointer; border-radius: 4px;padding:10px 20px 10px 20px;}
	.gifts-container-mobile .ui-selectmenu-icon.ui-icon {background: url(/catalog/view/theme/moneymaker2/image/select-img.png);width: 16px;height: 10px;margin-top: 5px !important;}
	.gifts-container-mobile .gifts{position: relative;}
	.gifts-container-mobile{-webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);padding: 1px 15px 0;}
	.gifts-container-mobile hr {margin: 10px 0;border-color: #ece9e9;border-bottom: none;margin-top: 50px;}
	.fixit-cart.fixed{position: fixed;bottom: 0; left:0; width: 100%;min-width: 320px;background: #fff; z-index: 999;border-top: 1px solid #dedede; padding-top: 1px; height: 70px;}
	.fixit-cart.fixed .leftProdPrice{width: 38%;font-size: 22px;text-align: left;color: #292525; float: left;margin-left: 15px;margin-top: 15px;}
	.fixit-cart.fixed .leftProdCart{/*width: 30%;*/float: right;padding-right: 10px;}
	.fixit-cart.fixed .reviews-rating{display:none;}
	.fixit-cart.fixed .leftProdCart .blimingButton{min-width: 100px;font-size: 18px;width: auto;float: left; height: 49px; margin-top: 5px;}
	.fixit-cart.fixed .full-cart{display: none; float: left; width: 15%;}
	/*.fixit-cart {padding-top: 25px;}*/
	.product-thumb {
	-webkit-box-shadow: 0 3px 38px 0 hsla(0,0%,7%,.19);
    box-shadow: 0 3px 38px 0 hsla(0,0%,7%,.19);
    background-color: #fff;}
	/*.hovering:before{display:none;}*/
	.hovering:before {
    content: '';
    height: 70px;
	/*top: 200px;
    width: 75%;*/
    position: absolute;
    z-index: 2;
    bottom: 0;
    /*left: 42px;
    background: url(/catalog/view/theme/moneymaker2/image/shadow-prod_mob.png);*/}
	/*.btn-group {margin-right: 30px; margin-left: 40px;}*/
	.product-thumb .caption {/*margin-left: 40px;*/ text-align: left;font-size: 16px;}
	.product-thumb:hover .annotation{opacity: 0;}
	.product-thumb:hover .image img{border-radius: 5%;}
	}
.card-icon{
    width:  35px;
    height: 38px;

    /*height: 38px;*/
    
}
.card-icon_new{
    width: 30px;
    margin-right: 10px;

    /*height: 38px;*/
    
}
.card-text{font-size:12px;line-height: 12px}
.card-text_new {     font-size: 14px;     line-height: 12px;}
	.mobile-filtr{display: block;}
	.mobile-filtr a{display: block; border-radius: 5px;background: linear-gradient(to right, #43cbff, #9708cc);font-weight: 800;animation: none;color: white;border: 0;box-shadow: 0 0 10px transparent;cursor: pointer;width: 200px;margin: auto;text-align: center;padding-top: 7px;padding-bottom: 7px;text-decoration: none!important;text-transform: uppercase;}
	#filterpro_arrow{display: none!important;}
	.mobile-filtr a + a{margin-top: 12px;}
	.mobile-filtr a:hover{opacity: 0.7}
	#close_filtr{display: block; width: 24px;height: 24px;background: url(/catalog/view/theme/default/stylesheet/ocdevwizard/smart_form_builder_pro_plus/close.png) no-repeat;right: 15px;top: 13px;position: absolute;opacity: 0.5;cursor: pointer !important;}
	#filterpro_box{padding: 15px;width: 300px!important;}
	#domenu .addition_block_2 .block_wrapp > div .cap.bold{font-size: 16px;}
	#domenu .addition_block_2 .block_wrapp > div .cap.thigth{padding-top: 0px;}
	.product-layout .product-thumb .caption {font-size: 18px;/* margin: 15px 0; */color: #333;min-height: auto; text-align: left; height: 35px; overflow: hidden;}
}

.btn-active {
  color: white !important;
  border-color: currentColor !important;
  background-color: #2796ff !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.delivery-info {
    border: none;
    width: 80%;
    margin: 0 auto;
}
.delivery-info-header
{
    margin: 10px 0 50px;
    font-weight: 800;
    text-align: center;
    color: #41464c;
    font-size: 30px;
    display: none;
}

.delivery-info-price {
    color: white;
    background: #ff5a5f;
    border-radius: 5px;
    padding: 5px;
    line-height: normal;
}
.delivery-free {
    font-size: 15px;
}
.delivery-info-item  {
    border-right: 1px solid #f1f1f1;
    width: 33%;
}

.row1 { display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin: 60px 0;*/
}
.how-work_topic {Font-size: 20px;
    font-weight: 600;
    padding-top: 35px;
}
.how-work_text {Font-size: 18px;}
.how-work_text_1 {padding: 0px 20px 10px 20px;}
.how-work_header{
    
    
    position: relative;
    overflow: hidden;

}
.how-work_text
{
    color: #212121;
    /*width: 50%;*/
}
.how-work-item {
    height: 500px;
    padding: 30px;
    width: 100%;
    border-radius: 20px;
   /* background-color: #fa4616;*/
         box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
        border-radius: 4px;
    }   
.delivery-item {
    height: 300px;
    padding: 30px;
    width: 100%;
       /* border: 1px solid;
        border-color: #d2d2d7;*/
    border-radius: 12px;
    transition: all 0.3s;
    background-color: #fcf9f7;    
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.2);
     
    
}   

.delivery_info_price {
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
        margin-top: 20px;
    /*color: #313538*/
    color:#333333
}
    
}
.how-work-item1 {
    height: 450px;
    padding: 30px;
    width: 100%;
    border-radius: 20px;
    background-color: #F6F7F7;
}   
.how-work-title {font-weight: bold;     font-size: 26px;     line-height: 28px; text-align: left; margin-bottom: 10px;color: #333333;}
.how-work-desc { margin-top: 20px; text-align: left;color:#333333;}
.how-work-but {    display: inline-block;   text-align: center; text-decoration: none;  box-shadow: none;    
    font-size: 16px;
    cursor: pointer;
    margin: 2px 0;
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 0.5em 1em;
    height: 48px;
    padding-top: 11px;
    color: #fff;
    background-color: #fa4616;
    border-color: currentColor;}
.delivery-title {color:#333333;font-weight:600;     font-size: 26px;     line-height: 28px; text-align: left; margin-bottom: 10px; height:50px;}
.delivery-desc { margin-top: 20px; text-align: left; height: 100px;color:#333}
.how-work-img {padding: 30px;  }
.colo-3 
{
    padding: 0 25px;
    flex: 0 0 33%;
    max-width: 33%;
    margin: 60px 0;
}
.nav-cat {
	width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 4px 0 2px;
border-bottom: 2px solid #282828;

}
.shipping-container {	
    -webkit-box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);
	box-shadow: 0 5px 15px rgba(204, 204, 204, 0.7);
	padding-top: 20px;
	border-radius: 5px;
	margin-bottom: 5px;}
.dostavka_text {text-align: left; font-weight: 600;}
.item-description {display: flex;}
.contacts-item {display:flex; justify-content: space-between; border-bottom: 1px solid #f2f2f2;padding: 8px 0 4px;}
.contact-description {display: flex;}
.item-description-label {text-align: left;}
.item-description_icon-wrapper {margin-right: 5px;}
.contact-description_icon-wrapper {margin-right: 10px;}
.shipping-methods-item {display:flex; justify-content: space-between; border-bottom: 1px solid #f2f2f2;padding: 8px 0 4px;}
.is-green {color: #27ae60;}
.is-icon {width: 16px; height: 16px;}
.is-icon-contact {width: 20px; height: 20px;}
@media (max-width:450px){
.nav-cat {display: block;}	
}
.record_columns {display: flex;
                 flex-wrap: wrap;}
.record_description {height: 55px; overflow:hidden;  }
@media (max-width: 768px){
.header_in {padding-top: 1px;
    margin-left: -15px;
    margin-right: -15px;
    
}