/**New header**/
.b-header-top {
	background:#393a3a;
}
.b-header-top .regular-container {
	padding:7px 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content:space-between;
	align-items:center;
	line-height:1.3;
}
.b-header-top .b-header__city {
	margin-top:0;
}
.b-header-top .b-header__city .header-city-label {
	color:#fff;
	font-size:14px;
}
.b-header-top .b-header__city .selected-city {
	border-bottom:1px solid;
	color:#ff0000;
	font-size:14px;
	line-height:1.1;
	margin-top:3px;
	
}
.b-header-top .b-header__city .selected-city:after {
	color:#ff0000;
	font-size:14px;
}
.b-header-top .b-header__address {
	padding-left:60px;
	font-size:14px;
	color:#fff;
	position:relative;
	margin-top:0;
	line-height:1.5;
}
.b-header__city {
	display: inline-block;
	margin-top: 12px;
	vertical-align: top;
}
.b-header__city .header-city-label {
	display: inline-block;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: top;
	font-size: 11px;
	color: #a0a0a0;
	line-height: 1.3em;
}
.b-header__city .header-city-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1.3em;
	padding-right:40px;
}
.b-header__city .selected-city {
	display: inline-block;
	cursor: pointer;
	line-height: 1.3em;
	color: #ff0000;
	border-bottom: 1px dotted;
}
.b-header__city .selected-city:after {
	content: "\f107";
	position: absolute;
	padding-left: 7px;
	font-family: "FontAwesome", sans-serif;
	color: #b1b1b1;
	font-size: 20px;
	font-weight: bold;
}
.b-header__city .selected-city.opened:after {
	content: "\f106";
}
.b-header__city .header-city-dropdown {
	display: none;
	position: absolute;
	width: 95px;
	top: 100%;
	left: -10px;
	list-style: none;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	z-index:2;
}
.b-header__city .header-city-dropdown.opened {
	display: block;
}
.b-header__city .header-city-dropdown>li {
	margin: 0;
}
.b-header__city .header-city-dropdown>li>a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #414042;
	background-color: #fafafa;
}
.b-header__city .header-city-dropdown>li>a:hover {
	background-color: #efefef;
}

.b-header-top	{
	padding:0px;
}

.b-header__soc {
	padding-right:15px;
}

.b-header__soc .social a {
	margin:0px;
}

.b-header-top .container .b-header_box	{
	display:flex;
	align-items:center;
	justify-content: space-between;
	width: 100%;
}

.b-header_left_box 	{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	width: 100%;
}

.b-header_right_box 	{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	width: 100%;
}


.b-header__adres	{
	padding-left:19px;
	color:#fff;
	background:url("html/images/geo.png") no-repeat center left;
}

.b-header__adres .adress	{
	color:#fff;
}
.header__whatsapp {
	font-weight:400 !important;
	margin-top:3px;
}
.header__whatsapp img {
	margin-right:5px;
	position:relative;
	top:-2px;
}
.header__whatsapp span {
	color:#e80643;
	border-bottom:1px dotted #e80643;
}
footer .flex-col {
	display:flex;
	justify-content:space-around;
}
.footer__whatsapp span {
	position:relative;
}
.footer__whatsapp img {
	margin-right:5px;
	position:relative;
	top:-2px;
}
.footer__whatsapp span {
	color:#656565;
}
.footer__whatsapp span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #656565;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
.footer__whatsapp:hover span:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
footer .confirm {
	white-space: unset;
	max-width: unset;
}
footer .confirm span {
	white-space:nowrap;
}
@media only screen and (max-width:1199px) {
	footer .flex-col {
		display: block;
	}
}
@media (min-width: 991px){
	.mobile-menu	{display:none;}
}

@media only screen and (max-width:991px) {
	footer .confirm {
		white-space: unset;
		text-align: center !important;
		max-width: unset;
	}
}

.b-header__basket .cart a {
    color: #000;
    font-size: 15px;
    min-height: -webkit-fill-available;
    height: 44px;
    background: #e0e0e0;
    display: flex;
	align-items: center;
    justify-content: center;
    padding: 15px;
}

.b-header__basket .cart .count {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 8px;
    left: 32px;
    background: #e80643;
    line-height: 15px;
}

.b-header__user .login {
    width: 143px;
    background: #525353;
    text-align: center;
    height: 43px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 0;
}

.login a:before	{
	left:25px;
}

@media (max-width: 1200px){
	.b-header_left_box {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}
}



.new_phone_box	{
	display:flex;
}

.new_phone	{
	margin-top:-3px;
	min-width:210px;
	padding-right:25px;
}

.new_phone a	{
	text-align:right;
	font-weight:bold;
	display:block;
	color:#000;
	font-size:16px;
}

.new_phone a:first-child	{
	color:#e80643;
	font-size:23px;
}

.new_callback	{
	min-width:145px;
}

.new_callback button	{
	padding:11px 15px;
	border-radius:5px;
	font-weight:bold;
	color:#fff;
	background:#e80643;
	font-size:15px;
	font-family:Myriad Pro;
	border:0px;
}



@media (max-width: 991px){
	.b-header-top .container .b-header_box .b-header__adres, .b-header-top .container .b-header_box .b-header__soc {
		display: none;
	}
}

@media (max-width: 768px){
	.new_phone_box {
		padding-top:15px;
	}
}



@media (max-width: 520px){
	.b-header__city .header-city-label {
		display: none;
	}
	
	    
	
	.b-header-top .container .b-header_box	{
		padding-left:60px;
		height: 44px;
	}
	
	.b-header_right_box {
		justify-content: flex-end;
		margin-right: -15px;
	}
	
	.b-header__user .login {
		width: 53px;
		position: relative;
		right: unset;
		top: unset;
	}
	
	.login a {
		font-size: 0;
	}
	
	.login a:before {
		left: 19px;
	}
	
	.b-header__basket .cart a	{
		padding: 15px 19px 15px 13px
	}
	.cart {
		position: relative;
		right: unset;
		top: unset;
	}
	
	.cart img {
		margin-right: 0px;
	}
	
	.new_phone_box {
		display: flex;
		justify-content: space-between;
	}
	
	.new_phone {
		min-width: unset;
		padding-right: 15px;
	}
	
	.new_phone a:first-child {
		font-size: 100%;
	}
	
	.new_callback {
		min-width: 135px;
	}
	
	.new_callback button {
		padding: 11px 10px;
	}
	
}

.b-header_center_box	{
	display:none;
}

.logo + .new_callback	{
	display:none;
}


@media (max-width: 767px){
	.header .search {
		margin: 15px 0;
		width: 100%;
	}
	
	.new_callback	{
		display:none;
	}
	
	.logo + .new_callback	{
		display: inline-block;
		width: 50%;
		text-align: right;
		float: right;
	}
	
	.b-header_center_box 	{
		display:flex;
		align-items:center;
		justify-content: flex-start;
		width: 100%;
		
	}
	
	.phone.new_phone	{
		display:none;
	}
	
	.b-header_center_box a 	{
		font-weight:bold;
		min-width: 130px;
		color:#fff;
		text-decoration:none;
		
	}
	
}


@media (max-width: 410px){

	.logo + .new_callback	{
		width: 30%;
	}
	
	.b-header_left_box {
		width: 70%;
	}
	
	.b-header_center_box 	{
		width: 90%;
	}
	
	.b-header_center_box a 	{
		min-width: unset;
		font-size: 12px;
		padding-right: 5px;
		font-weight:normal;
	}
	
}

div.bx-blue .btn.btn-default {
    padding: 11px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: #e80643;
    font-size: 15px;
    font-family: Myriad Pro;
    border: 0px;
}

div.bx-blue .btn.btn-default:hover {
    background: #d6003a;
}


.price {
	display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: red;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.hidden-card {
	display: none;

	position: absolute;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 0 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 11px 12px rgb(0 0 0 / 7%);
    background: #fcfbfb;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 0 20px;
}

.product-item:hover .hidden-card {
	display: block;
}

.height-imitator {
	height: 600px!important;
}

.constr-btns {
	display: flex;
	margin-top: 20px;
}

.constr-btns a {
	margin-right: 30px;
	color: white;
	font-weight: bold;
	background: #e20738;
	border-radius: 7px;
	border: 1px solid transparent;
	padding: 10px 20px;
	transition: 0.3s;
	text-align: center;
	display: flex;
}

.constr-btns-svg {
	width: 20px;
}

.constr-btns-svg path {
	fill: white;
}

.constr-btns a:hover {
	background: transparent;
	border-color: #e20738;
	color: #e20738;
}

.constr-btns-svg.gates-btn {
	width: 40px;
}

.constr-btns a:hover .constr-btns-svg path {
	fill: #e20738;
}

.constr-btns-text, .constr-btns-svg {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.constr-btns-svg {
	margin-right: 10px;
}

.wrapper-about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-left {
	width: calc(40% - 30px);
}

.about-right {
	width: calc(60% - 30px);
}

.about-right h2 {
	text-align: unset;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    border-bottom: 1px solid #ecebeb;
}

.about-right h2:after {
	left: 0;
	width: 34px;
}

.about-content b {
	color: black;
}

.about-content {
	margin-bottom: 20px;
}

.about-right blockquote {
	border-radius: 7px;
	border-left: 4px solid #e20738;
	margin-bottom: 0;
}

.about-left {
	border-radius: 30px;
	background: #f9f8f9;
	box-shadow: 0 4px #e20738;
}

.about-left img {
	border-radius: 7px;
	width: 100%;
}

.about-left-content {
	padding: 20px 25px;
	text-align: center;
	font-size: 18px; 
}

@media only screen and (max-width:800px) {
	.about-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.about-right {
		width: 100%;
	}

	.constr-btns a {
		padding: 10px 20px;
		text-align: center;
		justify-content: center;
		margin-right: unset;
		margin-bottom: 20px;
	}

	.constr-btns {
		flex-direction: column;
	}
}

span.short {
	height: 69px;
}

.full, .short {
	text-align: center!important;
}


.price-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
}

.price-wrapper .price {
	width: auto;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

.old-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	color: #999999;
	text-decoration: line-through;
}

.economy-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}

.economy-block-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 1px solid #ede9ea;
	border-radius: 10px;
	background: #faf9f9;
}

.economy-block-percent {
	font-weight: bold;
	color: white;
	background: red;
	border-radius: 10px;
	padding: 1px 4px;
	margin-right: 5px;
}

.economy-block-text {
	color: black;
	padding: 1px 5px 1px 0;
}

.detail-discount {
    z-index: 2;
}

.detail-discount .economy-block {
    margin-bottom: 5px;
    justify-content: flex-start;
}

.delivery-block-text {
    color: black;
    font-size: 13px;
    padding: 1px 5px 1px 0;
}

.delivery-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ede9ea;
    border-radius: 10px;
    background: #faf9f9;
}

.delivery-block-ico {
    background: #22b804;
    border-radius: 10px;
    padding: 3px 8px;
    margin-right: 5px;
}

.reviews {
    margin: 0 -10px;
}

.review-item {
	display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin: 0 10px 30px;
}

@media (max-width: 750px) {
	.review-item {
		width: 100%;
		margin: 0;
	}
}



	.warning-price {
		float:right;
		padding:5px 10px 5px 35px;
		background:#fbf8f8;
		border:#ebe9e7 1px solid;
		position:relative;
		display:inline-flex;
		align-items:center;
		font-size:16px;
		font-weight:normal;
	}

	.warning-price:before {
		position:absolute;
		width:18px;
		height:18px;
		top:calc(50% - 9px);
		left:11px;
		background:url('/images/ico_info.png');
		content:"";
	}

	.warning-price a {
		font-weight:bold;
		margin-left:5px;
	}

	.title-cat {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box .price {
		justify-content: unset;
	}

	.bottom-box {
		justify-content: unset;
		border-top:#e0e0e0 1px solid;
		border-bottom:#e0e0e0 1px solid;
		padding: 5px 0;
	}

	@media (max-width:768px){

		.title-cat {
			display: flex;
			flex-wrap:wrap;
		}

		.warning-price {
			float:none;
			display:block;
			margin-top:10px;
		}

		.warning-price a {
			margin-left:unset;
		}

	}

	.quantity {
		color:#000;
	}


	.quantity span {
		color:#666666;
		display:inline-block;
		padding-left:5px;
		font-weight:normal;
	}

	.quantity .instock {
		display:inline-block;
		padding-left:27px;
		position:relative;
	}

	.quantity .instock:before {
		display:block;
		width:18px;
		height:18px;
		left:0;
		position:absolute;
		background:url(/images/ico_instock.png) no-repeat;
		content:"";
	}


	.quantity .notavailable {
		display:inline-block;
		padding-left:27px;
		position:relative;
	}

	.quantity .notavailable:before {
		display:block;
		width:18px;
		height:18px;
		left:0;
		position:absolute;
		background:url(/images/ico_notavailable.png) no-repeat;
		content:"";
	}

	.short-desc h1 {
    font-size: 23px;
	}
