/* HEADER */
body{
	overflow-x:hidden;
}
.hidden{
	display:none;
}
.ru--only.hidden{
	display:none!important;
}
.cart-promo-wrapper > .ru--only.hidden/*,
.cart_label.not-empty.active + #cart_wrapper #promo_input_zone > .ru--only.hidden*/{
	display:block!important;
	visibility: visible!important;
}
a:link, a:visited, a:active, a:hover, a.active{
	color:#30cbf2;
	text-decoration:none;
}
.header{
	display:flex;
	height:100px;
	align-items:center;
}
#logo{
	width:150px;
}
.header__right-side{
	width:calc(100% - 150px);
}
ul.nav{
	justify-content:center;
}
ul.nav-2{
	list-style: none;
  padding-left: inherit;
}
ul.nav-2 .nav-link{
	/* color: #000 !important; */
	position: initial;
	border-bottom: none;
}
ul.nav-2 .nav-link:hover{
	color: #30cbf2 !important;
}
ul.nav-2 .dropdown-menu.bg-page{
	width: 190px;
	left: -175px;
	top: -15px!important;
}
ul.nav-2 .dropdown-menu.bg-page.bg-page-big{
	width: 195px;
	left: -180px;
}
ul.nav-2 .dropdown-menu.bg-page.bg-page-big2{
	width: 255px;
	left: -240px;
}

ul.nav-2 .dropdown-menu.bg-page.bg-page-small{
    width: 130px;
	min-width: 130px;
    left: -110px;
    top: -15px!important;
}

.dropdown-toggle {
    white-space: nowrap;
}

.bg-page.bg-shop-page{
	right:-260px;
	left:initial;
}

.user-activity{
	min-width:180px;
}
h3 > a, h3 > a:hover, h3 > a:active{
	color:#333 !important;
}
/* кнопка Где купить */
.show > .btn-secondary.dropdown-toggle{
	border-color:#003f4e;
}
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle{
	background:none;
}
#v_mobile{
	width:102%;
	margin-left:-1%;
}
#nav_desktop{
	margin:auto;
	padding-left: 10px;
}
.nav-link{
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#666 !important;
	font-size:19px;
	padding:5px 0 5px 0;
	margin-right:25px;
}
.link-green {
	color:#9c3 !important;
}
a.nav-link.blue-menu-btn {
  color: #fff !important;
  background: #30cbf2;
 	border: 1px solid #30cbf2;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-radius: 5px;
}
.dropdown:hover a.nav-link.blue-menu-btn, .show a.nav-link.blue-menu-btn {
	color: #666!important;
	background: transparent;
}
.last-li .nav-link{
	padding-right:0;
}
.predzakaz{
	color:#000 !important;
	text-decoration:none;
	border-bottom:1px dashed;
}
.btn-secondary:focus{
	-webkit-box-shadow:0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow:0 0 0 2px rgba(204, 204, 204, 0.15);
}

.dropdown-menu{
	top:99%;
	border-radius:0;
	opacity:0;
	margin-top:0;
	display:flex;
	visibility:hidden;
	-webkit-box-shadow:0 2px 5px 0 rgba(30, 30, 30, 0.1);
	-moz-box-shadow:0 2px 5px 0 rgba(30, 30, 30, 0.1);
	box-shadow:0 2px 5px 0 rgba(30, 30, 30, 0.1);
	-webkit-transition:visibility 0s 0.3s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition:visibility 0s 0.3s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-ms-transition:visibility 0s 0.3s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition:visibility 0s 0.3s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition:visibility 0s 0.3s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.show > .dropdown-menu,
.dropdown:hover > .dropdown-menu{
	display:flex;
	opacity:1;
	visibility:visible;
	-webkit-transition:visibility 0s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition:visibility 0s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-ms-transition:visibility 0s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition:visibility 0s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition:visibility 0s, opacity .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
a.nav-link{
	position:relative;
	border-bottom:1px solid transparent;
	z-index:2000;
}
a.nav-buy{
	border:1px solid #30cbf2;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:4px;
	border-radius:5px;
}
.dropdown:hover > a.nav-link,
.show > a.nav-link{
	border-color:#30cbf2;
}
.dropdown:hover > a.nav-buy,
.show > a.nav-buy{
	border:1px solid transparent;
	border-radius:0px;
	border-bottom:1px solid #30cbf2;
	/* border-color: #30cbf2; */
}
.where-buy-row{
	float:right;
}
.where-buy-row .dropdown-menu{
	margin-top:8px;
}
.dropdown-menu .dropdown-item{
	font-size:15px;
	line-height:24px;
	font-family:'Roboto Condensed', sans-serif;
	font-style:normal;
	text-align:left;
	display:block;
	font-weight:300;
	color:#000;
	padding:0 24px;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
}
.dropdown-menu span.dropdown-item {
	cursor: pointer;
}
.dropdown-item.indent-link{
	margin-bottom:20px;
}
.dropdown-item.active{
	color:#30cbf2 !important;
}

sup.action_number{
	font-family:'Roboto', sans-serif;
	font-size:11px;
	color:#f30;
	border:1px solid #f30;
	border-radius:50px;
	padding:3px 4px;
	top:-.8em;
	margin-right:-6px;
}
.call-text-num{
	text-align:right;
}
a svg #lk-img, a svg #lk-circle{
	fill:#003f4e;
}
a svg:hover #lk-img, a svg:hover #lk-circle{
	fill:#30cbf2;
}
.call-text-num > div{
	text-transform:uppercase;
	font-size:12px;
}
.tel-number{
	margin-right:-3px;
	line-height: 37px;
}
.tel-number > a{
	display:inline-block;
	font-size:18px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:400;
}
@media (min-width: 1200px){
	.tel-number > a{
		min-width: 119px;
	}
}

/* Watsup icon */
.btn-watsup {
	margin-right: 20px;
	background: none;
    border: none;
    width: 25px;
    cursor: pointer;
}
.wa-btn {
    width: 25px;
    position: relative;
    left: -7px;
}
.all-page-shadow {
    position: fixed;
	z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .5s;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}
.all-page-shadow.active{
    background: rgba(0, 0, 0, 0.5);
    pointer-events: unset;
}
#watsupModal {
	position: fixed;
    z-index: 102;
    right: 0;
	left: 0;
    top: -100%;
	display: block;
	max-width: 500px;
	margin: auto;
    transition: top 0.5s ease 0s;
}
#watsupModal.active {
    top: 5.75rem;
}
@media (min-width: 576px){
    .modal-dialog {
        margin: 5.75rem auto;
    }
}
#watsupModal .modal-header .close {
	margin-left: auto;
}
#watsupModal h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
	text-transform: uppercase;
}
#watsupModal .checkbox-confirm {
	width: 20px;
    height: 20px;
    margin-top: 13px;
}
#watsupModal .confirm {
	margin-bottom: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
    color: #333;
    font-weight: 300;
}
#watsupModal .note {
	margin-bottom: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
    color: #333;
    font-weight: 300;
}
#watsupModal #watsApp-btn-mob {
    display: block;
    height: 45px;
    width: 100%;
    max-width: 180px;
	margin: auto;
    margin-bottom: 30px;
	padding-top: 9px;
    background: #9c3;
    border: 1px solid #9c3;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
    font-weight: 300;
    color: #fff !important;
    transition: 0.2s linear;
}
#watsupModal #watsApp-btn-mob {
	opacity: 1;
	pointer-events: auto;
}
#watsupModal #watsApp-btn-mob.disabled-btn {
	opacity: 0.5;
  	pointer-events: none;
}
/* fix for WP */
#home .modal-dialog {
	position: relative;
    width: auto;
}
#home .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
#home .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#home .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#home .container {
	max-width: 100%;
}
/* Watsup icon END*/

.header__show-menu{
	height:40px;
	border:none;
}
.header__app-name{
	font-size:24px;
	font-weight:300;
	padding-left:32px;
	letter-spacing:.5px;
	color:#fff;
}
#nav_desktop .dropdown-menu{
	padding-bottom:1.2em;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:transparent;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:transparent;
	color:#00c9fc !important;
}
.dropdown-item.head-link, .dropdown-item.head-link,
.dropdown-item.head-link:focus, .dropdown-item.head-link:hover{
	font-weight:400;
	color:#000 !important;
	margin:5px 0 10px;
}
.dropdown-toggle::after{
	margin-left:15px;
	border-right:none;
	border-left:none;
	content:none;
}
.bg-page{
	background:rgba(255, 255, 255, 0.98);
}
.bg-page.bg-contacts-page{
	right:0;
	left:initial;
}
.where-buy-row .first{
	margin-right:5px;
}
a.hotels{
	display:none;
}

/* Fix for WP. */
.header__right-side .row{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.justify-content-end{
	-webkit-box-pack:end !important;
	-webkit-justify-content:flex-end !important;
	-ms-flex-pack:end !important;
	justify-content:flex-end !important;
}
.align-items-center{
	-webkit-box-align:center !important;
	-webkit-align-items:center !important;
	-ms-flex-align:center !important;
	align-items:center !important;
}
.no-gutters > .col, .no-gutters > [class*=col-]{
	padding-right:0;
	padding-left:0;
}
.header__right-side .no-gutters{
	margin-right:0;
	margin-left:0;
}
.header__right-side .nav{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}
.nav > li > a{
	padding:5px 0;
}
.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color:transparent;
}
.nav > li > a.nav-buy{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:4px;
}
.user-activity .col-12{
	-webkit-box-flex:0;
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
.user-activity .btn{
	border-radius:.25rem;
}
.user-activity .where-buy-div{
	margin-top:2px;
}
#wrapper #header{
	display:none !important;
}
#logo img.default{
	height:60px;
}
#logo img.action, #footer img.action, #logo img.action-2, #logo img.action-presents, #logo img.action-dark, #logo img.darkblue-dot, #logo img.cornflowerblue-dot, #logo img.cornflowerblue-dot2, #logo img.blue-2, #logo img.purple-2, #logo img.tion15{
	display:none;
	height:60px;
}
.header__show-menu .burger-white {
	display:none;
}
.flex-first{
	-webkit-box-ordinal-group:0;
	-webkit-order:-1;
	-ms-flex-order:-1;
	order:-1;
}
#home .user-activity{
	max-width:248px;
	position:relative;
}
/* TODO КОСТЫЛИ !!! */
#home .dropdown-menu{
	min-width:380px;
}
#home .dropdown-menu.bg-page{
	min-width:180px;
}
#home #nav_desktop > ul > li:nth-child(3) > div{
	min-width:220px;
}
#home #nav_desktop > ul > li:nth-child(4) > div{
	min-width:280px;
}
#home .nav-2 .dropdown-menu{
	min-width: 200px;
	left:-180px;
}
#home .nav-2 .dropdown-menu.bg-page.bg-page-small{
	width: 135px;
	min-width: 135px;
	left: -115px;
}
#home .nav-2 .dropdown-menu.bg-page.bg-page-big2.bg-page-filters
{
	min-width: 165px;
	left:-238px;
}
#home .dropdown-menu.bg-page.bg-page-big2.bg-page-filters
{
	min-width: 254px;
}

#home #nav_desktop > ul > li:nth-child(2) > div {
  min-width: 260px;
}
#home #nav_desktop > ul > li:nth-child(4) > div{
	min-width:245px;
}
#home #nav_desktop > ul > li:nth-child(5) > div{
	min-width:200px;
}
#home #nav_desktop > ul > li:nth-child(6) > div{
	min-width:220px;
}
#home #nav_desktop > ul > li.nav-item.dropdown.last-li > div{
	min-width:406px;
}
.dropdown-menu .dropdown-item{
	position:relative;
}
#home .dropdown-menu .img-fluid{
	max-width:100%;
	height:auto;
	position:absolute;
	display:inline;
	right:0;
	top:6px;
}
#home #nav_desktop > ul > li:nth-child(1) > div > div:nth-child(1) > a:nth-child(4) > img{
	right:-10px;
}
#home #nav_desktop > ul > li:nth-child(4) > div > div:nth-child(1) > a.dropdown-item.indent-link > img{
	right:30px;
}
#home #nav_desktop > ul > li:nth-child(4) > div > div:nth-child(1) > a:nth-child(9) > img{
	right:55px;
}
/*Шильдик NEW Купить>>ТИОН Бризер Lite*/
#home #nav_desktop > ul > li:nth-child(4) > div > div:nth-child(1) > a:nth-child(3) > img{
	left: 125px;
}
/*Шильдик NEW Купить>>Danfoss Eco*/
#home #nav_desktop > ul > li:nth-child(4) > div > div:nth-child(1) > a:nth-child(10) > img{
	left: 100px;
}
#home #nav_desktop > ul > li:nth-child(3) > div > div:nth-child(1) > a:nth-child(11) > img{
	left: 100px;
}
#home #nav_desktop > ul > li:nth-child(5) > div > div > a:nth-child(2) > img{
	right:17px;
}
/*Шильдик 0% Купить/Акции>>Бризер в рассрочку*/
#home #nav_desktop > ul > li:nth-child(4) > div > div:nth-child(2) > a:nth-child(8) > img, #home #nav_desktop > ul > li:nth-child(5) > div > div > a:nth-child(3) > img{
	left: 148px;
}
#home #mini-cart-background > span{
	position:relative;
	width:43px;
	height:16px;
	display:block;
	margin-left:-3px;
}
#home #mini-cart-background > span > span{
	color:#666;
	position:absolute;
	font-size:12px;
	font-weight:300;
	font-family:'Roboto', sans-serif;
	left:0;
	right:0;
	text-align:center;
}
#home .cart_label.not-empty #mini-cart-background > span > span{
	color:#fff;
}
#home .cart_label.not-empty.active #mini-cart-background > span > span,
#home .cart_label.not-empty.loading #mini-cart-background > span > span{
	color:#9c3;
}
#home #cart_wrapper{
	right:7px;
}
#home #cart_wrapper .product_list_widget li{
	font:300 14px / 22px 'Roboto';
	overflow:visible !important;
	margin-left:10px !important;
	padding:8px 0 4px !important;
	position:relative !important;
	margin-bottom:2px !important;
	min-width:65px !important;
	background:none;
	border-bottom:1px dashed #9c3 !important;
}
#home #cart_wrapper .product_list_widget li.empty{
	padding:20px 0 !important;
	border-color:transparent !important;
}
#home #cart_wrapper .widget_shopping_cart_content .mini-cart-item-info > a,
#home #cart_wrapper .widget_shopping_cart_content .mini-cart-item-info > .mini-cart-item-subtotal .subtotal{
	float:left;
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#383838;
	cursor:default;
}
#cart_wrapper .quantity{
	height:auto;
	overflow:visible;
}
#home .col-7{
	-webkit-box-flex:0;
	-webkit-flex:0 0 58.333333%;
	-ms-flex:0 0 58.333333%;
	flex:0 0 58.333333%;
	max-width:58.333333%;
}
#home .offset-5{
	margin-left:41.666667%;
}
#nav_mobile a.btn-secondary{
	background:#9c3;
	color:#fff;
	border:none;
	font-size:14px;
	margin:0 auto;
	cursor:pointer;
	border-radius:4px;
	    max-height: 35px;
}
@media (min-width: 1200px) {
	ul.nav {
	    margin-right: -90px;
	}
}
@media (max-width:767px){
	.hidden-sm-down{
		display:none !important;
	}
}

@media (max-width:575px){
	.hidden-xs-down{
		display:none !important;
	}
}

@media (min-width:576px){
	.user-activity .col-sm-6{
		-webkit-box-flex:0;
		-webkit-flex:0 0 50%;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}
	
	.hidden-sm-up{
		display:none !important;
	}
}

@media (min-width:768px){
	.user-activity .col-md-3{
		-webkit-box-flex:0;
		-webkit-flex:0 0 25%;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}
	
	.hidden-md-up{
		display:none !important;
	}
}


@media (min-width:1200px){
	.user-activity .col-xl-12{
		-webkit-box-flex:0;
		-webkit-flex:0 0 100%;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
	
	.header__right-side .col-xl-3{
		-webkit-box-flex:0;
		-webkit-flex:0 0 25%;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}
	
	.header__right-side .col-xl-9{
		-webkit-box-flex:0;
		-webkit-flex:0 0 75%;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%;
	}
	
	.call-text-num > div{
		font-size:12px;
		margin-right:3px;
	}
}
#home .where-buy-row .first .dropdown-menu{
	max-width:162px;
	min-width:162px;
}
.header__show-menu img.action{
	display:none;
}
.header__show-menu img.action-dark{
	display:none;
}
@media (max-width:1199px){
	#nav_desktop{
		margin:0;
	}
	
	#home .user-activity{
		width:100%;
		max-width:100%;
	}
}

/* media */
@media (max-width:1199px){
	ul.nav{
		float:right;
	}
	
	#nav_desktop > ul > li:nth-child(4) > a{
		padding-right:13px;
		margin-left:-1px;
	}
	
	.call-text-num > div:nth-child(1){
		margin-right:2px;
	}
	.wa-btn {
		top: -4px;
		left: 10px;
	}
	
	/* где купить row-reverse */
	.where-buy-row .second{
		margin-top:1px;
	}
	
	.call-text-num{
		width:185px;
		margin-right:0;
	}
	
	.bg-second-page{
		margin-left:-151px;
	}
	
	.bg-third-page{
		margin-left:-5px;
	}
	
	.call-text-num:before{
		display:none;
	}
	
	.call-text-num > div{
		font-size:11px;
	}
	
	/* .header{
		padding:0 10px;
	} */
	
	.where-buy-row .first{
		margin-right:12px;
	}
	
	.nav-link{
		margin-right: 13px;
		font-size:16px;
		padding:5px 0 5px 0;
	}
}
@media (max-width:991px){
	.where-buy-row .dropdown-menu{
		right:0;
		left:initial;
	}
	
	ul.nav{
		justify-content:flex-end;
		margin-right:-13px;
	}
	
	.user-activity > div{
		justify-content:flex-end !important;
	}
	
	.call-text-num{
		position:absolute;
		right:220px;
		width:185px;
	}
	
	.container.header-block{
		width:100%;
	}
	
	.where-buy-div{
		min-width:220px;
	}
	
	.where-buy-row .first{
		margin-right:14px;
	}
	
	.where-buy-row .second{
		margin-right:15px;
	}
	
	.where-buy-row > .col-7{
		margin-top:-1px;
	}
	
	.header{
		padding:0 14px;
	}
	
	.bg-page.bg-shop-page{
		right:-200px;
		left:initial;
	}

	.bg-page.bg-product-page{
		/* right:-220px; */
		left:initial;
	}

	ul.nav-2 .dropdown-menu.bg-page.bg-page-filters {
		left:-240px;
		top: -10px;
	}
	
	.last-li .nav-link{
		margin-right:30px;
	}
	
	/*#nav_desktop > ul > li:nth-child(4) > a{
	padding-right:8px;
	margin-left:0;
	} */
	#nav_desktop{
		margin-top:10px;
	}
	
	#nav_desktop > ul > li:nth-child(4) > a{
		margin-right:15px;
		padding-right:11px;
		padding-left:11px;
	}
	
	#nav_desktop > ul > li:nth-child(3) > a{
		margin-right:15px;
	}
}
@media (max-width:825px){
	.nav-link{
		font-size:13px;
	}
}

@media (max-width:768px){
	.bg-header .call-text-num{
		right:140px;
		top:0;
	}
	
	.where-buy-row{
		flex-direction:row;
		justify-content:flex-end;
	}
	
	.where-buy-div > div > div.mob-menu.hidden-md-up{
		margin-top:-6px;
	}
	
	.product-image img{
		margin-left:19px;
	}
}
@media (max-width:736px){
	.call-text-num{
		right:152px;
		top:0;
	}
	
	#logo a .default, #logo a .action{
		height:45px;
	}
}
@media (max-width:440px){
	#fullpage > div:nth-child(1) > div.container.header-block > header > div.header__right-side > div > div.col-12.col-xl-3.user-activity.flex-first > div > div.col-xl-12.call-text-num.hidden-sm-up{
		display:none;
	}
}

@media (max-width:320px){
	#logo a{
		width:100px;
		margin-top:5px;
	}
}
/* special for iPad */
@media (width:768px) and (height:1024px){
	.call-text-num{
		right:210px;
		top:0;
	}
	.tel-number > a{
		font-size:20px;
	}
}
@media (max-width:575px){
	.where-buy-row .second.user-block-login-cart{
		width:115px;
	}
	
	.where-buy-row .second{
		margin-top:0;
	}
	.btn-watsup {
		margin-right: 0;
	}
	.wa-btn {
        left: -28px;
        top: 2px;
    }
	.phone-icon-mob {
		position: absolute;
		display: inline;
		height: 26px;
		width: 31px;
		margin-left: -16px;
		overflow: hidden;
	}
    .phone-icon-mob svg {
		position: relative;
    	height: 26px;
    }
	.phone-icon-mob .mgo-number-13230{
		position: absolute;
		left: 0px;
		height: 26px;
		width: 28px;
		font-size: 7px;
		color: transparent !important;
	}
    .login-button svg{
        height: 25px;
    }
	.login-img{
		margin-left: 18px;
	}
	
	.where-buy-row .second{
		margin-right:0;
	}
}

@media (max-width:1200px){
	a.nav-link{
		z-index:5;
	}
}

@media (width: 768px){
	.where-buy-row .first {
		margin-right: 4px;
	}
	.bg-header .call-text-num {
		right: 200px;
	}
}
