/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

* {
    font-family: 'GolosTextWebRegular', Ubuntu, Arial, Helvetica, sans-serif;
}
.phones .phone_text {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: left;
}
.footer-logo {text-align: center;}
#header .middle-h-row .center_block {
    width: 100%;
    padding: 0px 5px 0 4px;
}
.footer-info h4{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:5px;
	color: #414141;
}

.footer-info .reqs-footer{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
    margin: 20px 0 20px;
}
#footer .footer-info  ul, #footer .footer-info  ul li {
    vertical-align: top;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #414141;
}
#footer .copy-footer{
font-weight: 600;
font-size: 10px;
line-height: 12px;
color: #757575;
}
#footer .order_wrap_btn{
    background: #0FBB8F;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 2px;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.f-policy {
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: right;
text-decoration-line: underline;
clear: both; margin: 30px 0 0;
color: #6A6A6A;
}
.footer-last {display:grid;}
#footer .address-footer { margin: 5px 0 25px;}
#footer .btn-footer{
    display: block;
    clear: both;
    margin: 35px 0 15px;
    float: right;
    width: 100%;
    text-align: right;
}
#footer .footer-last .phones{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #414141;
    display: block;
    clear: both;
    width: 100%;
}
.wrapper #header .middle-h-row .center_block .search{
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;grid-gap: 15px;
}
.footer-new{
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    align-items: center; grid-gap: 15px;
}
.footer_inner.no_fill, #footer .wrapper_inner {
    background: #D7D7D7;
}
#footer .footer-info ul {
	padding-left: 0;
}
#footer .footer-info ul li:before{
    color: #414141;
    margin-right: 5px;
}

.services_frame.popup{
    max-width: 620px;
}
.services_frame.popup .form_head h4{
    font-size: 21px;
    line-height: 24px;
}

.stores .md-33{
    text-align: center;
    border: solid 1px #0FBB8F;
    padding: 10px 15px 10px 15px;
}

.stores .md-33:hover, .stores .md-33.bordered{
    background-color: #0FBB8F;
    color: #fff;
}

.stores .md-33:hover h3, .stores .md-33.bordered h3{
    color: #fff;
}

.requisites-header{
    position: relative;
}

.requisites-header span{
}

.requisites-span{
    display: block;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
    color: #0FBB8F;
}

.requisites-header span:hover{
    color: #000;
}

.requisites-link{
    display: none;
    position: absolute;
    width: 300px;
    margin: 0;
    background: #FFF;
    border: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    top: 30px;
    right: 0;
    /*display: none;
    opacity: 1;
    visibility: visible;*/
}

.requisites-header:hover .requisites-link{
    display: block;
}

.requisites-link ul{
    list-style: none;
}

.requisites-link ul li:before{
    display: none;
}

.requisites-link ul li{
    text-align: left;
}

.requisites-link ul li a{
    padding: 10px 15px;
    display: block;
    cursor: pointer !important;
}
.requisites-link ul li a:hover{
    background-color: #0FBB8F;
    color: #fff;
}

.consultation_btn{
    display: none;
}

.order_wrap_btn span.services_btn{
    padding-left: 30px;
    position: relative;
}

.order_wrap_btn span.services_btn:before{
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background-image: url("/upload/location_icon.svg");
    height: 40px;
    width: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.right_block1 .top_section_banner{
    margin-bottom: 20px;
}

.element_detail_text .error{
    color: #ff0000;
    margin-bottom: 20px;
    display: none;
}

@media (max-width:767px){
	.stores {display:block}
    .footer-new{
    display: grid;
    grid-template-columns: 1fr;
	}
	#footer .footer-last .phones, #footer .btn-footer {text-align:center;}
	#header .middle-h-row .center_block{ display: table-cell; min-width: 100px!important; text-align: right; width: 100%!important; }
	.wrapper #header .middle-h-row .center_block .search #title-search{display:none!important;}
	.wrapper #header .middle-h-row .center_block .search {grid-template-columns: 1fr;}
	.order_wrap_btn .services_btn {
        padding-left: 0; font-size: 12px; font-weight: 400; line-height: 12px; color: #414141; border-bottom: 1px dashed;
	}
	.phones .phone_wrap .phone_text{
		padding-left: 0;
		font-size: 12px;
	}
	body #header .middle-h-row td.logo_wrapp {
		/*width: auto;*/
	}
.basket_fly #header .middle-h-row tr{
    display: grid;
    align-items: center;
}
.basket_fly #header .middle-h-row .basket_wrapp{
	grid-column: 1 / 3;
    text-align: center;
    width: 100%;
}
	.basket_fly #header .middle-h-row {width:100%;}
	.center_block .order_wrap_btn img {display:none;}
}

.search .order_wrap_btn{
    line-height: .1em;
}
.goods .cell, .menu.dropdown .dropdown .has-childs ul.dropdown {display:none}

#pagetitle{
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}
#pagetitle span{
    font-size: 14px;
    color: #999;
}

.image_wrapper_block img {
    height: 100%;
}

.price-attention-text {
    color: #000;
}

.bg_image_site {
    background-image: none !important;
}