.hide{
    display: none !important;
}
.hidemenu{
   height: 0;
   opacity: 0;
   transition: opacity 0.9s ease-in, height 0.9s ease-in;
}
.fade-in {
    opacity: 1;
}
#top-address .ha-container{
 height: 0;
}

.text-ul{
    list-style: circle;
    list-style-position: inside;
}
.submenu {
    display: flex;
    flex-wrap: wrap;    
}
.submenu div{
  flex: 0 0 25%;
    max-width: 25%;
    margin: 5px 0;
}
nav .nav {
    position: relative;
}
.submenu_wrap {
    display:none;
    position: absolute;
    left: -20px;
    width: 100%;
    top: calc(100% - 20px);
    z-index: 9;
    background: #1A1A1A;
    padding: 25px 20px;
    padding-top: 45px;
    box-sizing: content-box;
}
.has-child span {
    cursor:pointer;
    position: relative;
}
.has-child span:after {
		content: "";
		display: block;
		width: 30px;
		height: 100%;
		background-image: url(../../images/ar_down.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		left: 100%;
		top: 0;
		transition:.2s;
	}
.has-child:hover .submenu_wrap {
    display:block;
}
.has-child:hover span:after {
		transform: rotate(180deg);
}
.modelsPriceToSlider{
    display: flex;
    flex-wrap: wrap;
}
.modelsPriceToSlider .choise-auto-blk{
    width: 25%;
    height: 200px;
    padding: 5px;
}
.modelsPriceToSlider .choise-auto-blk a:last-child{
    position: relative;
    bottom: 38px;
    min-height: 60px;
}
.modelsPriceToSlider > div > div > div > div {
    min-height: 250px;
}
.slick-prev:before, .slick-next:before{
    color: black;
}
details.service-list summary{
    color: rgba(64, 63, 63, 0.85);
    background: rgba(26, 26, 26, 0.02);
    border: 1px solid #F9DF4B;
    padding: 14px 30px;
    cursor: pointer;
    
}
.station_info_section h1{
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 50px;
}
#question_form .selectbox{
    min-width: 257px;
}
.contact_address{
    display: block;
    min-height: 45px;
}
.contact_phone{
    background-color: #f9e846;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
}
.contact_callbutton{
    display: block;
    background-color: #f9e846;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
    font-weight: bold;
}
.block-text__center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact-namelink{
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A !important;
    margin-bottom: 10px;
}
.contact-adress .contact-inner-wrap{
    background: url(../img/contact-icon2.svg) 10px 30px no-repeat;
}
.all-price{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.minitext ul{
    margin: 15px 0 20px 0;
    list-style: inside;
}
summary h3{
    display: inline-block;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1;
}
details p{
    margin: 20px 30px;
}
.reviws-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review{
    width: 48%;
}
@media only screen and (max-width: 1199px) {
    .modelsPriceToSlider .choise-auto-blk{
        width: 50%;
    }
    header nav {
        overflow:hidden;
    }
	.submenu_wrap {
		position: unset;
		background:unset;
		box-sizing: border-box;
		padding: 0 15px;
		
	}
	.submenu div {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 10px 0;
	}
	.submenu{
		display: block;
	}
	nav .nav {
	    overflow: auto;
        height: 100%;
        justify-content: flex-start;
	}
	nav .nav li {
	    width:100%;
	}
	
	nav .nav li span {
		font-size: 16px;
	}
	
	.has-child:hover .submenu_wrap {
	    display: none;
	}
	.has-child.active .submenu_wrap {
		display: block;
	}
	.has-child:hover span:after {
		transform: unset;
	}
	.has-child.active span:after {
		transform: rotate(180deg);
	}
	nav .has-child.active a {
		font-weight: normal;
		color: #fff;
	}
	details.service-list table{
	    min-width: 100% !important;
	    width: 100%;
	}
	.table-price{
	    width: 100%;
	    min-width: 100% !important;
	    
	}
	
}
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
    
}