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

/* form popup request */

.fancybox-content{
	
	padding:44px!important;
}

#form-popup-catalog{
	top:100px!important;
}

.btn-button {
    padding: 20px 30px;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: #0081c2;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 1px;
}

.catalog-section-tile__price-now {
	font-weight: 600;
	font-size: 16px;
	color: var(--white_text_black);
	font-family: "Literata", Arial, sans-serif;

}

.catalog-section-tile__price-rub {
    display: inline;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: 2px;
}