

/* Start:/local/templates/avis/css/tv.css?17591764129412*/
.main-section-block {
    position: relative;
    margin-bottom: 40px;
}
.section-text .main-section-block img {
    min-height: 350px;
    max-width: inherit;
}
.main-section-block__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    min-width: 300px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}
.btn {
    display: inline-block;
    padding: 0 30px;
    border-radius: 5px;
    background-color: #e3000f;
    font-size: 1.143rem;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
}
.section-text__scroll {
    overflow-x: auto;
}
.adv-stick {
    border-radius: 8px;
    padding: 40px 35px;
    color: #fff;
    height: 300px;
}
.adv-stick.is-red {
    background: url(/local/templates/avis/css/../img/of-tv/r-bg-stick.png) no-repeat center;
    background-size: cover;
}
.adv-stick.is-black {
    background: url(/local/templates/avis/css/../img/of-tv/b-bg-stick.png) no-repeat center;
    background-size: cover;
}
.adv-stick.is-black .adv-stick__pic {
    margin-bottom: 5px;
}
.adv-stick__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.adv-stick_line {
    display: flex;
    margin-bottom: 20px;
}
.adv-stick_line > div{
    width: 50%;
}
.adv-stick__name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}
.adv-stick__name a{
    font-size: 22px;
    color: #fff;
}
.adv-stick__pic img{
    margin-top: -55px;
}
.display-block-short {
    background: url(/local/templates/avis/css/../img/of-tv/g-bg-stick.png) no-repeat center left;
    color: #fff;
    padding-left: 40px;
    margin-bottom: 40px;
}
.display-block-short .section-text p {
    font-size: 14px;
}
.offset-top-15 {
    margin-top: -15px;
}
.mirror-grid.small {
    margin: 30px 0;
}
.mirror-grid.small .mirror-grid__title{
    font-size: 22px;
    margin-top: 20px;
}
.mirror-grid.small .mirror-grid__text{
    font-size: 15px;
    margin-bottom: 20px;
}
.mirror-types.small {
    margin: 50px 0;
}
.mirror-types.small .mirror-types__title{
    font-size: 22px;
    top: -20px;
}
.mirror-types.small .mirror-types__info{
    font-size: 14px;
}
.mirror-types.small > div:last-child{
    font-size: 0;
}
.common-category {
    text-align: center;
    margin-bottom: 40px;
}
.common-category img {
    margin-bottom: 10px;
}
.common-category__name {
    white-space: nowrap;
}
.common-category__name:after {
    content: attr(data-count);
    background: #e3000f;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    margin-left: 12px;
}
.interior-wrap {
    display: flex;
    flex-wrap: wrap;
}
.interior-wrap > div:last-child {
    display: flex;
    align-items: center;
}
.interior{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.interior:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(1 42 72 / 72%);
}
.interior__text {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 25px;
    z-index: 3;
}
.interior__date{
    margin-bottom: 10px;
}
.interior__name {
    font-size: 18px;
    color: #fff;
}
.sliders.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    cursor: pointer;
    background: url(/local/templates/avis/css/../img/arrow-slide.png) no-repeat center;
    position: absolute;
    left: -40px;
    height: calc(100% - 40px);
    top: 0;
    transform: rotate(180deg);
}
.sliders.owl-carousel .owl-nav .owl-next {
    width: 40px;
    cursor: pointer;
    background: url(/local/templates/avis/css/../img/arrow-slide.png) no-repeat center;
    position: absolute;
    right: -40px;
    height: calc(100% - 40px);
    top: 0;
}
.sliders .owl-prev span, .sliders .owl-next span {
    font-size: 0;
}
.common-category a {
    text-decoration: none;
    color: #000;
}
.adv-stick.short {
    padding: 40px 0 0;
    max-height: 219px;
    margin-bottom: 35px;
    height: auto;
}
.adv-stick.short .adv-stick_line {
    margin-bottom: 0;
}
.adv-stick__pic {
    font-size: 0;
}
.schema-block {
    display: flex;
}
.schema-block > div {
    width: 50%;
}
.schema-block__pic {
    background: url(/local/templates/avis/css/../img/of-tv/b-bg-stick.png) no-repeat center;
    background-size: cover;
    display: flex;
}
.schema-block__pic > div:first-child {
    font-size: 0;
}
.schema-block__pic > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}
.schema-block__switch {
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    cursor: pointer;
}
.schema-block__switch.active {
    border: 0;
    color: #fff;
    cursor: unset;
}
.schema-block__list {
    display: none;
}
.schema-block__list.active {
    display: block;
    width: 100%;
}
.schema-block__product {
    display: flex;
    height: 100%;
}
.schema-block__products {
    display: flex;
    align-items: center;
    padding: 0 45px;
}
.schema-block__sliders.owl-carousel .owl-item img {
    width: auto;
}
.schema-block__product > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.schema-block__product > div:first-child {
    width: 60%;
}
.schema-block__product > div:last-child {
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
}
.schema-block__product-name {
    font-size: 21px;
    color: #000;
    display: inline-block;
    margin-bottom: 25px;
}
.schema-block__product-size {
    margin-bottom: 25px;
}
.schema-block__product-colors {
    display: flex;
    flex-direction: column;
}
.schema-block__product-colors > a {
    display: inline-flex;
    color: #000;
    margin-top: 10px;
}
.schema-block__product-colors > a > img {
    margin-right: 7px;
}
.schema-block__product-colors > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.schema-block__product-colors > div > img {
    margin-right: 12px;
}
.schema-block__product-colors > div > span {
    text-decoration: underline;
}
.main-section-block__text .btn {
    margin-top: 30px;
}
@media (min-width: 1000px) {
    .section-text .main-section-block img {
        width: 100%;
    }
    .section-text__title-second {
        font-size: 24px;
    }
    .main-section-block__text p, .main-section-block__text .btn {
        font-size: 18px;
        line-height: 28px;
    }
    .main-section-block__text .btn {
        line-height: 48px;
    }
}
@media (max-width: 1300px) {
    .guaranties:not(.fill) {
        background-position: left top !important;
        padding: 140px 20px 20px 20px;
    }
    .guaranties.dark:not(.fill) .guaranties__text {
        max-width: 100% !important;
    }
}
@media (max-width: 1200px) {
    .section-text__adv {
        flex-wrap: wrap;
    }
    .section-text__adv-item {
        min-width: 20%;
        margin-bottom: 20px;
    }
    .common-category > div {
        margin-bottom: 30px;
    }
    .schema-block {
        flex-direction: column;
    }
    .schema-block > div {
        width: 100%;
    }
    .schema-block > div:last-child {
        padding: 30px 45px;
    }
    .adv-stick__name a {
        font-size: 16px;
    }
    .apply-area__items {
        flex-wrap: wrap;
    }
    .apply-area__item {
        min-width: 25%;
        margin-bottom: 20px;
    }
    .display-block {
        background-size: auto !important;
    }
    .display-block-short {
        padding-left: 0;
    }
}
@media (max-width: 1100px) {
    .guaranties {
        background-position: left top !important;
        padding: 140px 20px 20px 20px;
    }
    .guaranties.dark .guaranties__text {
        max-width: 100% !important;
    }
}
@media (max-width: 767px) {
    .section-text__adv-item {
        min-width: 50%;
        margin-bottom: 20px;
    }
    .display-block-short > div:first-child {
        display: none !important;
    }
    .display-block-short > div:last-child {
        padding: 20px;
    }
    .main-section-block__text {
        left: 30px;
    }
    .schema-block__product {
        flex-direction: column;
    }
    .schema-block__product > div:first-child {
        width: 100%;
    }
    .schema-block__product > div:last-child {
        width: 100%;
        padding: 20px;
    }
    .schema-block__pic > div {
        width: 50%;
    }
    .schema-block__pic > div:last-child {
        font-size: 16px;
    }
    .apply-area__item {
        min-width: 50%;
    }
    .display-block {
        padding-top: 20px;
        background-size: cover !important;
    }
    .display-block > div:last-child {
        display: none !important;
    }
    .adv-stick {
        height: auto;
        margin-bottom: 35px;
    }
}
@media (max-width: 400px) {
    .adv-stick__name a {
        font-size: 16px;
    }
    .schema-block__sliders.owl-carousel.owl-loaded {
        overflow: unset;
    }
}
@media (max-width: 340px) {
    .adv-stick__name a {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/avis/css/tv.css?17591764129412 */
