

/* Start:/local/templates/main/components/scid/slider/main/style.css?17413289407807*/
.main-slider {
    height: 100vh;
}

.main-slider__text {
    font-family: "Titillium_Rus_Bold";
    font-size: 60px;
    text-transform: uppercase;
    color: #26242B;
    position: absolute;
    top: calc(80px + 4vw);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 200;
    opacity: 0.9;
    text-shadow: -2px 1px 5px rgba(255, 255, 255, 0.9);
    display: block;
}

.main-slider__text_left {
    top: calc(80px + 5vw);
    left: 10vw;
    right: auto;
}

.main-slider__text_right {
    top: calc(80px + 8vw);
    left: auto;
    right: 154px;
    font-size: 46px;
}

.main-slider__text_white {
    color: #fff;
    font-size: 50px;
    text-shadow: -2px 1px 5px rgba(38, 36, 43, 0.9);
}

.main-slider__text.main-slider__text_right.main-slider__text_white {
    top: calc(80px + 28%);
}

.main-slider__swiper .swiper-pagination {
    bottom: 50px !important;
}

.main-slider__swiper .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s linear;
    opacity: 1;
}

.main-slider__swiper .swiper-pagination-bullet-active {
    background: #9DCD5B;
}

.main-slider__text_multi {
    width: 800px;
    left: 11vw;
    right: auto;
    text-align: left;
}

.main-slider__text_multi p {
    font-family: "Titillium_Rus_Bold";
    font-size: 70px;
    color: #fff;
    text-shadow: -2px 1px 5px rgba(38, 36, 43, 0.9);
}

.main-slider__text_multi p:first-child {
    font-family: "Titillium_Rus_Bold";
    font-size: 50px;
    color: #fff;
    text-shadow: -2px 1px 5px rgba(38, 36, 43, 0.9);
    text-transform: math-auto;
    line-height: 72px;
}

.main-slider__text_multi p:last-child {
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
    font-size: 30px;
    text-transform: math-auto;
    line-height: 51px;
    text-shadow: none;
}

.main-slider__text_multi p:nth-child(2) {
    padding: 20px 0;
}

.swiper-pagination-bullet {
    background: #000;
}

.swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash linear 120s;
    animation-iteration-count: unset;
}

.line-swiper {
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s linear;
    opacity: 1;
    position: relative;
    display: block;
    margin-top: 20px;
}

.line-swiper:after {
    content: "";
    width: 0;
    height: 6px;
    background: #fff;
}

.path {
    display: none;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
        stroke-width: 0;
    }

    to {
        stroke-dashoffset: 0;
        stroke-width: 100%;
    }
}

.main-slider__btn-prev,
.main-slider__btn-next {
    width: 70px;
}

.main-slider__btn-prev {
    left: 60px;
}

.main-slider__btn-next {
    right: 60px;
}

.main-slider__btn-prev:after,
.main-slider__btn-next:after {
    content: "";
    font-size: none;
    width: 70px;
    height: 70px;
    background-color: rgba(38, 36, 43, 0.8);
    border-radius: 100%;
}

.main-slider__btn-prev:before,
.main-slider__btn-next:before {
    content: "";
}

.main-slider__btn-prev:before {
    background: url(../../../../../../local/templates/main/components/scid/slider/main/images/btn-prev.svg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    transition: all 0.5s ease-out;
    left: -2px;
    right: 0;
}

.main-slider__btn-prev:hover:before {
    background: url(../../../../../../local/templates/main/components/scid/slider/main/images/btn-prev-hover.svg) no-repeat center center;
}

.main-slider__btn-next:before {
    background: url(../../../../../../local/templates/main/components/scid/slider/main/images/btn-next.svg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    transition: all 0.5s ease-out;
    left: 2px;
    right: 0;
}

.main-slider__btn-next:hover:before {
    background: url(../../../../../../local/templates/main/components/scid/slider/main/images/btn-next-hover.svg) no-repeat center center;
}

.main-slider__swiper {
    min-width: 100%;
    min-height: 100vh;
}

.main-slider__swiper .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main-slider__swiper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../../../../../local/templates/main/components/scid/slider/main/images/ban_cover.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-size: cover;
}

.main-slider__swiper .swiper-slide img {
    min-width: 100%;
    min-height: 100vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.main-slider__mask {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}


@media screen and (max-width: 1024px) {
    .main-slider__text_multi {
        font-size: 50px;
        left: 0;
        padding: 0px 100px;
        box-sizing: border-box;
    }

    .main-slider__text_multi p:first-child {
        font-size: 40px;
    }

    .main-slider__text_multi p:nth-child(2) {
        font-size: 50px;
        margin: 50px 0px;
    }

    /*slider*/
    .main-slider__swiper {
        height: 750px;
        min-height: 750px;
    }

    .main-slider__text {
        font-size: 5vw;
    }

    .main-slider__swiper .swiper-pagination {
        bottom: 30px !important;
    }

    .main-slider__text.main-slider__text_right.main-slider__text_white {
        top: calc(80px + 4vw);
    }

    .main-slider__text_left,
    .main-slider__text_right {
        top: calc(80px + 4vw);
        font-family: "Titillium_Rus_SemiBold";
    }

    .main-slider__text_left,
    .main-slider__text_right {
        left: 0;
        right: 0;
    }

    .main-slider__swiper .swiper-button-next,
    .main-slider__swiper .swiper-button-prev {
        visibility: hidden;
    }
}

@media screen and (max-width: 768px) {

    .main-slider__text_multi {
        width: 100%;
        font-size: 50px;
        left: 0;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .main-slider__text_multi p:first-child {
        font-size: 40px;
    }

    .main-slider__text_multi p:nth-child(2) {
        font-size: 50px;
        margin: 50px 0px;
    }
}

@media screen and (max-width: 640px) {
    .main-slider__swiper {
        height: 350px;
        min-height: 350px;
    }

    .main-slider__swiper .swiper-slide {
        height: 100%;
    }

    .main-slider__swiper .swiper-slide img {
        min-height: 100%;
        height: 100%;
    }

    .main-slider__swiper .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
    }

    .main-slider__swiper .swiper-pagination {
        bottom: 20px !important;
    }

    .main-slider__text_multi p:first-child {
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }

    .main-slider__text_multi p:nth-child(2) {
        font-size: 28px;
        margin: 0px 0px;
    }

    .main-slider__text_multi p:last-child {
        margin: 0;
        font-size: 18px;
        line-height: normal;
    }
}

@media screen and (max-width: 480px) {
    .main-slider__text_multi p:first-child {
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }

    .main-slider__text_multi p:nth-child(2) {
        font-size: 18px;
        margin: 0px 0px;
    }

    .main-slider__text_multi p:last-child {
        margin: 0;
        font-size: 16px;
    }

    .main-slider__swiper .swiper-slide {
        height: 292px;
        margin-top: 70px;
    }

    .main-slider__text,
    .main-slider__text.main-slider__text_right.main-slider__text_white {
        top: 33px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/section_greetings/style.css?17417661004006*/
/*greetings*/
.section_greetings {
    padding: 140px 0 150px;
}

.greetings {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.greetings__image,
.greetings__text {
    flex: 0 48%;
    position: relative;
}

.greetings__title,
.greetings__anons,
.greetings__btn {
    padding: 0 0 0 58px;
    max-width: 700px;
}

.greetings__image img {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    min-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 100%;
}

.greetings__title h1 {
    font-family: "Titillium_Rus_Bold";
    color: #26242B;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    margin-bottom: 30px;
}

.greetings__anons p {
    font-family: "Titillium_Rus_Regular";
    color: #26242B;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 14px 0;
}

.greetings__btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.greetings__image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.greetings__text,
.greetings__image {
    height: 543px;
}

.greetings__text {
    margin-top: -17px;
    height: 559px;
}

.greetings__anons {
    max-height: 240px;
}


@media screen and (max-width: 1500px) {
    .greetings__image {
        flex: 0 50%;
    }

    /*tabs*/
    .popular-catalog {
        padding: 0 20px;
    }

    .greetings {
        gap: 3vw;
    }

    .greetings__title,
    .greetings__anons,
    .greetings__btn {
        padding: 0 8vw 0 0;
    }

    .greetings__image {
        flex: 0 48%;
    }

    .greetings__title h1 {
        font-size: 3vw;
        line-height: 3vw;
        margin-bottom: 1vw;
    }

    .greetings__title,
    .greetings__anons,
    .greetings__btn {
        margin-top: 1vw;
    }

    .greetings__text {
        width: 53%;
    }

    .section_greetings {
        padding: 8vw 0 8vw;
    }
}

@media screen and (max-width: 1224px) {

    .greetings__title,
    .greetings__anons,
    .greetings__btn {
        padding: 0;
    }

    .greetings__title h1 {
        font-size: 34px;
    }

    .greetings__anons p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .greetings__title h1 {
        line-height: 46px;
    }
}

@media screen and (max-width: 1024px) {
    .greetings__title h1 {
        line-height: 46px;
    }

    .section_greetings {
        padding: 50px 0 0;
    }

    .greetings {
        flex-direction: column-reverse;
    }

    .greetings__title,
    .greetings__anons,
    .greetings__btn {
        padding: 0;
    }

    .greetings__anons {
        height: auto;
        max-height: -moz-fit-content;
        max-height: -webkit-fit-content;
        max-height: fit-content;
    }

    .greetings__text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        height: auto;
    }

    .greetings__image {
        padding-top: 40px;
        width: 100%;
        max-height: 540px;
        padding-top: 10px;
    }

    .greetings__image img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
    }

    .greetings__title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .greetings__anons p {
        line-height: normal;
    }

    .greetings__btn {
        margin-top: 30px;
        position: static;
    }

    .greetings__anons p {
        font-size: 18px;
    }

    .greetings__title,
    .greetings__anons,
    .greetings__btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .greetings__text {
        padding: 0 10px;
    }

    .greetings__title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .greetings__anons p {
        font-size: 16px;
    }

    .greetings__btn {
        margin-top: 24px;
    }

    .greetings__image img {
        position: static;
        width: 100%;
        transition: none;
        transform: none;
    }
}
/* End */


/* Start:/local/templates/main/components/scid/simple/main_advantages/style.css?17413289402795*/
.advantages__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.advantages__item {
    width: 340px;
    height: 186px;
    background: #F8F7F7;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages__item:hover .advantages__icon img {
    transform: rotateY(180deg);
}

.advantages__icon {
    width: 70px;
    height: 74px;
    position: relative;
}

.advantages__icon img {
    width: 100%;
    transition: all 0.8s ease 0s;
}

.advantages__text {
    font-family: "Titillium_Rus_Regular";
    color: #26242B;
    font-size: 20px;
    line-height: 28px;
    width: 170px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
    .advantages__list {
        gap: 20px;
    }

    .section_advantages {
        padding: 50px 20px 0;
    }

    .advantages__item {
        padding: 10px;
        box-sizing: border-box;
        margin: 0px;
    }
}

@media screen and (max-width: 1224px) {
    .advantages__item {
        width: 25%;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .advantages__text {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .advantages__list {
        gap: 20px;
    }

    .advantages__item {
        width: 47%;
        box-sizing: border-box;
        margin: 0px;
    }

    .advantages__icon {
        width: 54px;
        display: flex;
    }

    .advantages__icon img {
        min-width: 100%;
        height: auto;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .advantages__text {
        line-height: 2.7vw;
        margin-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    .section_advantages {
        padding-left: 10px;
        padding-right: 10px;
    }

    .advantages__list {
        gap: 10px;
    }

    .advantages__item {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .section_advantages {
        padding-left: 0;
        padding-right: 0;
    }

    .advantages__icon {
        width: 80px;
    }

    .advantages__list {
        flex-flow: row wrap;
        gap: 16px;
    }

    .advantages__item {
        width: 47%;
        gap: 20px;
    }

    .advantages__text {
        margin: 0;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .advantages__list {
        flex-direction: column;
    }

    .section_advantages {
        padding-left: 20px;
        padding-right: 20px;
    }

    .advantages__list {
        gap: 20px;
    }

    .advantages__icon {
        width: 30%;
    }

    .advantages__item {
        width: 100%;
        padding: 0 8vw;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_preview_catalog/style.css?17413289409234*/
/**/
.section_preview-catalog,
.section_popular-catalog {
    margin-top: 100px;
    margin-bottom: 44px;
}

/*tabs*/
.visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.tabs-content-item[aria-hidden=true] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-content-item[aria-hidden=false] {
    visibility: visible;
}

.popular-catalog {
    overflow: hidden;
}

.popular-catalog .tabs {
    display: flex;
    align-items: top;
    justify-content: space-between;
    gap: 100px;
    overflow: hidden;
}

.popular-catalog .tabs-menu {
    width: 290px;
}

.popular-catalog .tabs-menu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #26242B;
    padding: 32px 0;
    margin-top: -1px;
}

.popular-catalog .tabs-content {
    width: calc(100% - 290px);
}

.tabs-content-item {
    display: flex;
    flex-flow: row wrap;
    gap: 70px;
}

.tabs-content__block {
    text-decoration: none;
    width: 280px;
    height: 280px;
    background-image: url(../../../../../../local/images/slider/pc-swiper__block.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
}

.tabs-content__block:hover {
    background-image: url(../../../../../../local/images/slider/pc-swiper__block-hover.svg);
    background-size: 100%;
}

.tabs-content__block:hover .tabs-content__image img {
    max-width: 100%;
}

.tabs-content__block:hover .tabs-content__name {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 22px;
    padding-top: 6px;
}

.tabs-content__image {
    width: 100%;
    height: 190px;
    position: relative;
}

.tabs-content__image img {
    max-width: 80%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    max-height: 100%;
}

.tabs-content__name {
    font-family: "Titillium_Rus_Light";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #26242B;
    transition: all 0.2s linear;
    padding-top: 0px;
    max-width: 80%;
    margin: 0 auto;
    max-height: 72px;
    overflow: hidden;
}

.tabs-menu-link {
    font-family: "Titillium_Rus_Regular";
    border-top: 1px solid #A49996;
    /* border-bottom: 1px solid #A49996; */
    transition: all 0.3s linear;
    font-size: 18px;
    position: relative;
}

.tabs-menu-link:last-child {
    border-bottom: 1px solid #A49996;
}

.tabs-menu-link:last-child:hover {
    border-bottom: 1px solid #D1E7A7;
}

.tabs-menu-link:hover,
.popular-catalog .tabs-menu a:hover {
    color: #D1E7A7;
}

a.tabs-menu-link.is-active {
    border-top: 1px solid #D1E7A7;
    border-bottom: 1px solid #D1E7A7;
    color: #9DCD5B;
    transition: all 0.3s linear;
    font-family: "Titillium_Rus_SemiBold";
}

.tabs-menu a.tabs-menu-link:hover {
    border-top: 1px solid #9DCD5B;
}

.tabs-menu a.tabs-menu-link:hover+.tabs-menu-link {
    border-top: 1px solid #9DCD5B;
}

.tabs-menu-link.is-active+.tabs-menu-link {
    border-top: 1px solid transparent;
}

.tabs-menu-link.is-active+.tabs-menu-link:hover {
    border-top: 1px solid transparent;
}

.tabs-menu-link.is-active:hover+.tabs-menu-link {
    border-top: 1px solid transparent;
}

.tabs-menu-link.is-active:hover {
    border-bottom: 1px solid transparent;

}

.tabs-menu-link:hover,
.popular-catalog .tabs-menu a:hover {
    color: #9DCD5B;
}

.tabs-menu a.tabs-menu-link {
    margin: 0;
}

.tabs-menu-link:after {
    content: "";
    width: 9px;
    height: 16px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../../../../../local/templates/main/components/bitrix/news.list/main_preview_catalog/images/tabs-arrow-right.svg);
    transition: all 0.3s linear;
}

.tabs-menu-link.is-active:after {
    background: url(../../../../../../local/templates/main/components/bitrix/news.list/main_preview_catalog/images/tabs-arrow-right-h.svg);
}

.tabs-menu-link:hover:after {
    background: url(../../../../../../local/templates/main/components/bitrix/news.list/main_preview_catalog/images/tabs-arrow-right-h.svg);
}

.popular-catalog .tabs-content {
    width: calc(100% - 385px);
}

.tabs-content-item {
    padding-top: 26px;
    gap: 75px;
}

.tabs-content__block {
    width: 290px;
    height: 290px;
}

.tabs-content__block:hover .tabs-content__image img {
    transform: scale(1.2);
    top: 0;
}

.tabs-content__block:hover .tabs-content__name {
    padding-top: 26px;
}

.tabs-content__block .tabs-content__image img {
    top: 34px;
}

.tabs-content__block .tabs-content__name {
    padding-top: 26px;
}

@media screen and (max-width: 1500px) {
    .tabs-content-item {
        gap: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .popular-catalog .tabs {
        gap: 2vw;
    }

    .popular-catalog .tabs-content-item {
        gap: 2vw;
    }

    .popular-catalog .tabs-menu {
        width: 20%;
    }

    .tabs-content-item {
        gap: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .popular-catalog .tabs-content-item {
        gap: 10px;
    }

    .popular-catalog .tabs-content {
        width: calc(100% - 277px);
    }
}

@media screen and (max-width: 1224px) {
    .tabs-content__block {
        width: 250px;
        height: 250px;
    }

    .tabs-content__image {
        height: 140px;
    }

    .popular-catalog .tabs-content-item {
        gap: 20px;
    }

    .popular-catalog .tabs-menu a {
        padding: 28px 0;
    }

    .popular-catalog .tabs-content {
        width: calc(100% - 250px);
    }

    .tabs-content-item {
        padding-top: 0;
    }

    .popular-catalog .tabs-content-item {
        gap: auto;
        justify-content: space-around;
    }
}

@media screen and (max-width: 1100px) {
    .popular-catalog .tabs-content-item {
        gap: 10px;
        justify-content: flex-start;
    }

    .preview-catalog__btn {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .section_preview-catalog {
        margin-top: 50px;
    }

    .popular-catalog .tabs-content {
        width: 70%;
    }

    .popular-catalog .tabs {
        gap: 10px;
    }

    .tabs-content__block {
        width: 240px;
        height: 240px;
        flex-basis: 48%;
        background-size: 70%;
    }

    .tabs-content__block:hover {
        background-size: 75%;
    }

    .tabs-content__image {
        width: 218px;
        display: block;
        margin: 0 auto;
    }

    .popular-catalog .tabs-content-item {
        gap: 0;
    }

    .popular-catalog .tabs-menu {
        width: 30%;
    }

    .preview-catalog__btn {
        margin: 50px 0;
    }

    .popular-catalog .tabs-menu {
        margin-top: 1px;
    }
}

@media screen and (max-width: 960px) {
    .tabs-menu-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .popular-catalog .tabs {
        height: 660px;
        overflow: hidden;
    }

    .popular-catalog .tabs-menu {
        width: 170px;
    }

    .popular-catalog .tabs-content {
        width: calc(100% - 170px);
    }

    .tabs-content__block {
        width: 31.1vw;
        height: 214px;
    }
}

@media screen and (max-width: 640px) {
    .popular-catalog .tabs {
        flex-direction: column;
        height: auto;
    }

    .popular-catalog .tabs-menu {
        display: flex;
        width: auto;
        gap: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .popular-catalog .tabs-menu::-webkit-scrollbar {
        width: 2px;
        height: 3px;
    }

    .popular-catalog .tabs-menu::-webkit-scrollbar-track {
        background: #A49996;
        opacity: 0.6;
    }

    .popular-catalog .tabs-menu::-webkit-scrollbar-thumb {
        background: #9DCD5B;
        border-radius: 10px;
    }

    .popular-catalog .tabs-menu {
        gap: 0px;
    }

    .popular-catalog .tabs-menu a {
        padding: 0;
        border: none;
        white-space: nowrap;
        padding: 10px 0;
        display: flex;
    }

    .popular-catalog .tabs-menu a:after {
        position: static;
        margin: 0 10px;
    }

    .tabs-content__block .tabs-content__name {
        padding-top: 10px;
    }

    .tabs-content__block:hover .tabs-content__image img {
        transform: scale(1);
    }

    .tabs-content__block:hover .tabs-content__name {
        padding-top: 10px;
    }

    .tabs-menu-link.is-active+.tabs-menu-link {
        border: none;
    }

    .tabs-menu-link:hover,
    .tabs-menu-link:hover+.tabs-menu-link {
        border: none !important;
    }

    .popular-catalog .tabs-content {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .popular-catalog {
        padding: 0 10px;
    }

    .tabs-content__block {
        background-size: 94%;
    }

    .tabs-content__image {
        width: 100%;
        height: 106px;
    }

    .tabs-content__block {
        height: 186px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tabs-content__block:hover {
        background-size: contain;
    }

    .tabs-content__block:hover .tabs-content__name {
        font-size: 16px;
    }

    .tabs-content__name {
        font-size: 16px;
        max-height: 57px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/order_form/style.css?17417661009045*/
/*ask-question*/
.section_ask-question {
    position: relative;
}

.ask-question {
    width: 100%;
    height: 524px;
    overflow: hidden;
    /* background-attachment: fixed; */
    /* display: flex; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.ask-question .cont-page {
    height: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    padding-left: 100px;
    box-sizing: border-box;
}

.ask-question:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 524px;
    background: rgb(38, 36, 43);
    background: linear-gradient(90deg, rgb(38, 36, 43) 0%, rgba(38, 36, 43, 0) 100%);
}

.ask-question__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26242b+0,000000+100&1+10,0+100 */
    background: linear-gradient(to right, rgb(38, 36, 43) 0%, rgb(34, 32, 39) 10%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 30;
}

.ask-question__ask-form {
    width: 580px;
    margin: auto 0;
    opacity: 1;
    transition: all 0.1s linear;
}

.ask-form__capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    color: #fff;
}

.ask-form__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #fff;
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
    line-height: 24px;
}

.ask-form__input {
    position: relative;
}

.ask-form__input input {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    color: #26242B;
}

.ask-form__error {
    opacity: 0;
}

.ask-form__modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 500;
}

.ask-form__pop-up {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
    padding: 20px;
    box-sizing: border-box;
}

.ask-form__mask {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
}

.ask-form__modal-capt {
    font-size: 20px;
    font-family: "Titillium_Rus_SemiBold";
    margin-bottom: 10px;
    color: #26242B;
}

.ask-form__modal-anons {
    font-size: 16px;
    font-family: "Titillium_Rus_Regular";
    color: #26242B;
}

.ask-form__modal-btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.ask-form__modal-btn-close:hover:after,
.ask-form__modal-btn-close:hover:before {
    background: #9DCD5B;
}

.ask-form__modal-btn-close:after,
.ask-form__modal-btn-close:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #26242B;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
}

.ask-form__modal-btn-close:after {
    transform: rotate(-45deg);
}

.ask-form__modal-btn-close:before {
    transform: rotate(45deg);
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease;
    width: 50%;
}

.ask-form__confidentiality a {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
}

.ask-form__confidentiality a:hover {
    color: #fff;
}

.ask-form__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ask-form__capt {
    margin-bottom: 10px;
}

.ask-form__button,
.ask-form__input {
    margin-top: 30px;
}

form.ask-question__ask-form .ask-form__error {
    font-size: 14px;
    color: #F62E2E;
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease;
    animation: a-ask-form__error-text 1s linear;
    animation-iteration-count: infinite;
}

@keyframes a-ask-form__error-text {
    0% {
        color: #F62E2E;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: #F62E2E;
    }
}

.ask-form__input_phone {
    border: 1px solid transparent;
}

form.ask-question__ask-form.error .ask-form__error {
    opacity: 1;
}

form.ask-question__ask-form.error .ask-form__input_phone {
    border: 1px solid #F62E2E;
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #F62E2E;
}


form.ask-question__ask-form.error .ask-form__input_phone input:-moz-placeholder {
    color: #F62E2E;
    opacity: 1;
}


form.ask-question__ask-form.error .ask-form__input_phone input::-moz-placeholder {
    color: #F62E2E;
    opacity: 1;
}

form.ask-question__ask-form.error .ask-form__input_phone input:-ms-input-placeholder {
    color: #F62E2E;
}


form.ask-question__ask-form.error .ask-form__input_phone input::-ms-input-placeholder {
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::-moz-placeholder {
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::placeholder {
    color: #F62E2E;
}

.section_ask-question.excellent .ask-question__ask-form {
    opacity: 0;
    transition: all 0.1s linear;
}

.section_ask-question.excellent .excellent__text {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 100px;
    z-index: 10;
}

.section_ask-question.excellent .excellent__caption {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    line-height: 48px;
    color: #9DCD5B;
}

.section_ask-question.excellent .excellent__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.ask-form__input_phone input:required:invalid~button.login {
    opacity: 0.65;
    pointer-events: none;
}

.ask-question__ask-form.error .ask-form__btn {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.ask-question__ask-form.error .ask-form__btn:hover {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.ask-question__ask-form.error .ask-form__btn.no-active {
    background-color: #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.catalog-page .ask-question__ask-form {
    margin-left: 75px;
}

.excellent__text {
    display: none;
}

.ask-question__ask-form.sent {
    display: none;
}

.section_ask-question.sent .excellent__text {
    display: block;
}

@media screen and (max-width: 1440px) {
    .ask-question__ask-form {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ask-question {
        height: 454px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .ask-question__mask {
        background: linear-gradient(to right, rgb(38, 36, 43) 20%, rgb(34, 32, 39) 40%, rgba(0, 0, 0, 0) 100%);
    }
}

@media screen and (max-width: 768px) {
    .ask-form__confidentiality {
        width: 40%;
    }

    .section_ask-question .ask-question__ask-form {
        width: 100%;
        padding: 0 20px;
        margin-right: 0px;
    }

    .ask-form__button,
    .ask-form__input {
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .ask-question {
        height: 500px;
    }

    .ask-question__ask-form {
        margin-right: 20px;
        width: 100%;
    }

    .ask-form__button {
        flex-direction: column;
    }

    .ask-form__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
        height: 60px;
    }

    .section_ask-question .ask-form__confidentiality {
        width: 100%;
        padding-top: 20px;
    }

    .section_ask-question .ask-form__confidentiality br {
        display: none;
    }

    .ask-form__button,
    .ask-form__input {
        margin-top: 20px;
    }

    .ask-form__input_error span {
        font-size: 12px;
        bottom: -17px;
    }
}

@media (max-width: 600px) {
    .section_ask-question.excellent .excellent__text {
        padding-left: 16px;
    }

    .section_ask-question.excellent .excellent__caption {
        font-size: 30px;
        line-height: 42px;
    }

    .section_ask-question.excellent .excellent__anons {
        font-size: 16px;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_popular_slider/style.css?17423748005281*/
.section_popular-catalog {
    margin-top: 100px;
    margin-bottom: 44px;
}

.pc-swiper__btn {
    margin: 16px auto 0;
}

.pc-swiper__btn a {
    transition: all 0.3s linear;
    font-family: "Titillium_Rus_SemiBold";
    text-decoration: none;
    color: #26242B;
}

.pc-swiper__btn:hover a {
    color: #9DCD5B;
}

.preview-catalog__btn {
    text-align: center;
    margin: 100px 0 50px;
}

.popular-catalog__pc-swiper {
    position: relative;
    width: 1315px;
    margin: 0 auto;
}

.popular-catalog__btn {
    margin-top: 70px;
    text-align: center;
}

.pc-swiper__img {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}

.pc-swiper__img img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s linear;
}

.pc-swiper {
    overflow: hidden;
}

.pc-swiper .swiper-slide:hover .pc-swiper__block {
    background-image: url(../../../../../../local/images/slider/pc-swiper__block-hover.svg);
    background-size: 98%;
    animation: animation-pc-bg-a 0.3s linear;
    transition: all 0.3s linear;
}

.pc-swiper .swiper-slide:hover .pc-swiper__anons {
    font-family: "Titillium_Rus_SemiBold";
    /* font-size: 20px; */
    /* line-height: 24px; */
    transition: all 0.2s linear;
}

.pc-swiper .swiper-slide:hover .pc-swiper__img img {
    transform: scale(1.15);
}

.pc-swiper .swiper-slide:hover .pc-swiper__btn {
    background: #26242B;
    color: #9DCD5B;
    border: 1px solid #26242B;
}

@keyframes animation-pc-bg-a {
    0% {
        background-size: 90%;
    }

    30% {
        background-size: 91%;
    }

    60% {
        background-size: 92%;
    }

    100% {
        background-size: 94%;
    }
}

.pc-swiper__block {
    width: 300px;
    height: 300px;
    background-image: url(../../../../../../local/images/slider/pc-swiper__block.svg);
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s linear;
    animation: animation-pc-bg-f 1s linear;
    display: block;
    margin: 0 auto;
}

@keyframes animation-pc-bg-f {
    0% {
        background-size: 98%;
    }

    30% {
        background-size: 96%;
    }

    60% {
        background-size: 93%;
    }

    100% {
        background-size: 90%;
    }
}

.pc-swiper__anons {
    width: 70%;
    font-family: "Titillium_Rus_Light";
    font-size: 20px;
    transition: all 0.5s linear;
    max-height: 70px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-catalog__pc-swiper .swiper-button-prev,
.popular-catalog__pc-swiper .swiper-button-next {
    width: 38px;
    height: 34px;
}

.popular-catalog__pc-swiper .swiper-button-prev:after,
.popular-catalog__pc-swiper .swiper-button-next:after {
    width: 38px;
    height: 34px;
    font-size: 0px;
    transition: all 0.3s linear;
}

.popular-catalog__pc-swiper .swiper-button-prev {
    left: -52px;
    top: -77px;
    bottom: 0;
    margin: auto;
}

.popular-catalog__pc-swiper .swiper-button-prev:after {
    background-image: url(../../../../../../local/images/slider/ps-arrow-left.svg);
}

.popular-catalog__pc-swiper .swiper-button-prev:hover:after {
    background-image: url(../../../../../../local/images/slider/ps-arrow-left-a.svg);
}

.popular-catalog__pc-swiper .swiper-button-next {
    right: -52px;
    top: -77px;
    bottom: 0;
    margin: auto;
}

.popular-catalog__pc-swiper .swiper-button-next:after {
    background-image: url(../../../../../../local/images/slider/ps-arrow-right.svg);
}

.popular-catalog__pc-swiper .swiper-button-next:hover:after {
    background-image: url(../../../../../../local/images/slider/ps-arrow-right-a.svg);
}

@media screen and (max-width: 1500px) {
    .popular-catalog__pc-swiper {
        width: 90%;
    }

    .pc-swiper .swiper-slide:hover .pc-swiper__img img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {
    .section_popular-catalog {
        margin-top: 50px;
    }

    .popular-catalog__pc-swiper {
        margin: 0 auto;
    }

    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .popular-catalog__pc-swiper {
        width: 88%;
    }

    .popular-catalog__pc-swiper .swiper-button-next {
        right: -20px;
    }

    .popular-catalog__pc-swiper .swiper-button-prev {
        left: -20px;
    }
}

@media screen and (max-width: 640px) {
    .popular-catalog__pc-swiper .swiper-button-prev {
        left: -20px !important;
    }

    .popular-catalog__pc-swiper .swiper-button-next {
        right: -20px !important;
    }

    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .popular-catalog__pc-swiper {
        width: 73%;
    }

    .pc-swiper__block {
        width: 260px;
        height: 260px;
    }

    .pc-swiper__img {
        height: 185px;
    }

    .pc-swiper__btn {
        margin: 10px auto 0;
    }
}
/* End */
/* /local/templates/main/components/scid/slider/main/style.css?17413289407807 */
/* /local/templates/main/components/bitrix/news.detail/section_greetings/style.css?17417661004006 */
/* /local/templates/main/components/scid/simple/main_advantages/style.css?17413289402795 */
/* /local/templates/main/components/bitrix/news.list/main_preview_catalog/style.css?17413289409234 */
/* /local/templates/main/components/bitrix/form.result.new/order_form/style.css?17417661009045 */
/* /local/templates/main/components/bitrix/news.list/main_popular_slider/style.css?17423748005281 */
