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

.develop-link   {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px;
    border: 1px dashed #666;
}

.develop-link:hover   {
    border: 1px dashed #fff;
    transition: border-color .3s;
}

.develop-link__text {
    margin: 3px 7px 0 0;
    color: #666;
}

.develop-link:hover .develop-link__text {
    color: #fff;
    transition: color .3s;
}

.develop-link:hover .develop-link__icon path  {
    fill: #fff;
    opacity: 1;
    transition: fill .3s;
}

.tizers-list__item {
    display: flex;
    height: 100%;
    flex-direction: row;
}
.tizers-list__item--column {
    flex-direction: column;
}
.tizers-list__item--column.tizers-list__item--centered {
    text-align: center;
    align-items: center;
}
.tizers-list__item--vertical-centered {
    align-items: center;
}

.tizers-list__item-image-wrapper {
    flex-shrink: 0;
}
.tizers-list__item-wrapper.bordered {
    border-radius: 4px;
}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
    margin-right: -1px;
    margin-bottom: -1px;
    border-radius: 0;
}
@media (max-width: 450px) {
    .tizers-list__item {
        flex-direction: column;
    }
    .tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
        margin-bottom: 15px;
    }
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
    margin-bottom: 19px;
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
    margin-top: 4px;
    margin-right: 21px;
}
.tizers-list__item-image-text {
    /* font-weight: bold; */
    font-size: 45px;
    line-height: 45px;
}
.tizers-list__item-image-text--size-50 {
    font-size: 50px;
    line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
    overflow: hidden;
    border-radius: 50%;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
    width: 140px;
    height: 140px;
    margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
    width: 80px;
    height: 80px;
    margin-right: 27px;
}
.tizers-list__item-image-picture {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.tizers-list__item-image-wrapper--ICONS {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tizers-list__item-image-wrapper--ICONS svg {
    max-width: 100%;
    max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
    margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
    margin-right: 28px;
}

.tizers-list__item-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
    flex-grow: 1;
}
@media (min-width: 451px) {
    .bx-ie .tizers-list__item-text-wrapper {
        flex-basis: 0;
    }
}

.tizers-list__item-descr {
    margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
    background-color: #fff;
    background-color: var(--card_bg_black);
}
.tizers-list__item--with-bg:hover {
    background-color: #fff;
    background-color: var(--card_bg_hover_black);
}
.tizers-list__item--narrow-with-bg {
    padding: 48px;
}
.tizers-list__item--wide-with-bg {
    padding: 56px;
}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
    margin-bottom: 13px;
}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
    padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
    margin: -1px 0 0 0;
}
.detail-block .tizers-list {
    padding: 40px 0 35px 0;
    background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
    font-size: 1em;
}
.detail-block .tizers-list__item-descr {
    margin-top: 3px;
    font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
    width: 40px;
    height: 40px;
}

/* footer */
.bottom-menu .items {
    padding: 0px 20px 20px 0px;
}

@media (max-width: 767px) {
    .bottom-menu .items .fa {
        display: none;
    }
}

/* templates fort color */

body {
    color: #000;
}

.request-in-progress {
    pointer-events: none;
    opacity: 0.5;
}