/*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;  }*/

/*Плашка о том, что сайт в разработке*/
.closed_plashka{
    width: 100%;
    height: 100vh; 
    background-color: #f0b323;
    position: relative;
}
.closed__img_plashka{
    width: 675px;
    height: 162px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.closed__img_plashka img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.closed__text_plashka{
    position: absolute;
    top: 63%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    font-family: "Verdana";
	font-weight: 700;
    font-size: 38px;
    line-height: 52px; 
	text-align:center;
}

@media(max-width:1200px) {
    .closed__img_plashka{
    width: 540px;
    height: 130px;
}
}
@media(max-width:767px) {
    .closed__img_plashka{
    width: 324px;
    height: 78px;
}
.closed__text_plashka{
    top: 59%;
    font-size: 29px;
    line-height: 35px; 
}
}
/*Плашка о том, что сайт в разработке*/