.topblock, .topblockmobile {
	background-color: #111010;
}

.topcontacts img, .topaddress img, .instagram img{
	vertical-align: middle;
}

.topcontacts a, a.instagram {
	border-bottom: unset;
}

.topaddress {
	color:#e5e5e5;
}

.topaddress img {
	margin-right:7px;
}

a.instagram {
	margin: 0 25px 0 0;
}

img.phone {
	margin-right: 7px;
}

a.phone {
	margin-right: 25px;
	font-weight: 700;
}

a.topcallme {
	font-weight: 700;
	color: #e10000;
    border: 1px solid #e10000;
    border-radius: 5px;
	padding: 7px 17px;
	-webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a.topcallme:hover {
	color: #e5e5e5;
    background-color: #e10000;
}

.logoimg {
	width: 100%;
    height: 100%;
    border-radius: 3px;
}

div.logo {
	width:73px;
	height:73px;
	position: relative;
	/*padding-right:39px;*/
}

.topblock>.block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:114px;
}

.topcontacts {
	width: calc(100% - 112px);
	font-family: "PT Sans", Montserrat,'Times New Roman',Arial,sans-serif;
	font-size: 15px;
}

.headerblock_html {
	height:58px;
	border-bottom: 1px solid rgba(255,255,255,.2);
		
}

.headerblock_html>.block {
	/*padding: 22px 0 14px 0;*/
	line-height: 1em;
	height:58px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0;
}
	
svg {
	vertical-align: middle;
}

.secondphone {
	display:none;
	font-weight: 700;
	position:absolute;
	right: 38px;
    top: 70%;
    background-color: #111010;
    padding: 10px;
}

.thirdphone {
	display:none;
	font-weight: 700;
	position:absolute;
	right: 38px;
    top: 148%;
    background-color: #111010;
    padding: 17px 10px;
	z-index: 1000;
}

div.subphone {
	position: relative;
	display: inline-block;
}

div.subphone:hover .secondphone {
	display:inline;
}

div.subphone:hover .thirdphone {
	display:inline;
}

div.subphone:hover {
	height:40px;
	margin-bottom: -30px;
}

.topblockmobile {
	display:none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

button#navigation {
	position:absolute;
	left:69px;
	top:0px;
	font-size:36px;
	background-color: transparent;
	color:var(--menu-link-text-color);
	z-index:50;
	border:0px;
}

.topblockmobile div.logo {
	width: 58px;
    height: 41px;
}

.fixedfullmenu .menublock {
	display: none;
}

.fixedfullmenu .menublock {
		width:300px;
		position: absolute;
		z-index: 20;
		top:56px;
		left:0;
		padding:10px;
	}
	
.fixedfullmenu .menublock ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display:flex;
		flex-direction:column !important;
		justify-content: center;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	
	.topblockmobile .logoimg {
	    max-width: 41px;
	    max-height: 41px;
	    border-radius: 3px;
	}

	.fixedfullmenu ul.submenu{
	border-left: unset !important;
	-webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.topblockmobile>.block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:58px;
}

.topblockmobile .nav-arrow:after, .topblockmobile a[href="/catalog"]>span:after, .topblockmobile a[href="/about"]>span:after {
	display: none;
}

.topblockmobile .headerblock_html {
	border-bottom: unset !important;
		
}

@media only screen and (max-width:990px) {
	.topblockmobile {
		display:block;
		
	}
	
	.topblock {
		display: none;
	}
	
	
	.topblockmobile .headerblock_html>.block {
	justify-content: flex-end !important;
	}
	
	
	.fixedfullmenu .menublock {
		/*visibility:hidden;*/
		display: none;
	}

	
	
	.topaddress {
		display: none;
	}
	
	.topcontacts {
		width: 100%;
}






a.instagram {
	display: none;
}

.subphone > img: ;.phone {
	display:none;
}

.secondphone, .thirdphone {
	display:none;
}

.nav-arrow:after {
	display: none;
}

div.subphone:hover {
	height: unset !important;
    margin-bottom: unset !important;

}

div.subphone:hover .secondphone {
	display: none !important;
}

.topcallme {
	display:none;
}



button#navigation {
	display: block;
}

.left_news, .right_news {
	width: calc(100% - 25px);
	min-width: 300px;
}

.right_news {
	margin-top: 50px;
}

.content {
	margin-top: 58px;
}



}