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

.position-absolute{
	position: absolute;
	width: 100%;
}

.order-1{
	order: 1;
}
.order-2{
	order: 2;
}

.header__main-part{
    background-color: transparent !important;
}
.block__rigth-link {
    display: flex;
    gap: 15px;
}
a.mail__link {
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-color: #969696;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
a.phone__link {
    color: #ffffff;
    font-size: 14px;
    padding: 13px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: -1px;
    border-radius: 0px;
    background-color: #94352f;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.tizers-list__item-image-picture{
    background-size: contain;
    background-repeat: no-repeat;
}
.tizers-list__item .tizers-list__item-image-wrapper--PICTURES{
    border-radius: 0;
    margin-bottom: 10px;
    height: 40px;
}