

/* Start:/local/templates/loft/components/custom/super.component/main-page/style.css?17442684224344*/
:root {
    --point-w : 40px;
    --point-h : 40px;
}

@-webkit-keyframes pulse {
    0% {
        /* box-shadow: 0 0 rgba(176,23,24,.5) */
        box-shadow: 0 0 rgba(246, 4, 0, 0.6);
    }

    100% {
        /* box-shadow: 0 0 0 10px rgba(176,23,24,.1) */
        box-shadow: 0 0 0 10px rgba(246, 4, 0, 0.2);
    }
}

@keyframes pulse {
    0% {
        /* box-shadow: 0 0 rgba(176,23,24,.5) */
        box-shadow: 0 0 rgba(246, 4, 0, 0.6);
    }

    100% {
        /* box-shadow: 0 0 0 10px rgba(176,23,24,.1) */
        box-shadow: 0 0 0 10px rgba(246, 4, 0, 0.2);
    }
}

.home-promo {
    padding: 40px 0;
}

.home-promo__inner {
    position: relative;
    padding: 0 5%;
    overflow:hidden;
}

.home-promo__title {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 42px;
    color: #000;
}

.home-promo__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .home-promo__img{
        min-height: 360px;
    }
}
@media (min-width: 1200px) {
    .home-promo__img{
        min-height: 425px;
    }
}
@media (min-width: 1440px) {
    .home-promo__img{
        min-height: 510px;
    }
}
@media (min-width: 1920px) {
    .home-promo__img{
        min-height: 680px;
    }
}

.info-pointer {
    display: flex;
    flex-flow: row wrap;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.info-pointer:hover {
    z-index:1;
}
.info-pointer__preview {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F60400;
    border: 3px solid #F60400;
    width: var(--point-w);
    height: var(--point-h);
    position: relative;
    z-index: 2;
    transition: .6s ease;
    animation: pulse 1s infinite;
}

.info-pointer__preview svg {
    max-width: 100%;
    height: 50%;
}

.info-pointer__title {
    background: #FFF;
    text-align: center;
    border-radius: 0 var(--point-w) var(--point-w) 0;
    padding: 0 25px 0 40px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    min-width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--point-w))/2);
    opacity: 0;
    z-index: -1;
    transition: .3s ease;
    white-space: nowrap;
    pointer-events: auto;
}
/*.info-pointer-position-10 .info-pointer__title{*/
/*    right: calc((var(--point-w))/2);*/
/*    border-radius: 0 0 var(--point-w) var(--point-w);*/
/*}*/

.info-pointer__preview:hover + .info-pointer__title {
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.info-pointer-position-1 {
    margin-top: -10%;
    margin-left: 2.5%;
}

.promo-popup {
    width: 1200px;
}

.promo-popup__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.promo-popup__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.promo-popup__props .prop-bar {
    padding: 0;
}

.promo-popup__props .prop-bar__price,
.promo-popup__props  .prop-bar__time {
    float: none;
    width: 100%;
    margin: 0;
}

.promo-popup__props .prop-bar__price {
    margin-right: 0;
    margin-bottom: 10px;
}

.promo-popup__props .prop-bar__wrapper {
    min-height: 1px;
    margin: 0;
}

.promo-popup__desc {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}

.promo-popup__link {
    display: block;
    width: 100%;
}

.info-pointer .info-pointer__preview {
    background-color: #df1513;
    border: 3px solid #df1513;
}
.promo-popup__props .prop-bar__price .prop-bar__wrapper::after,
.promo-popup__props .prop-bar__time .prop-bar__wrapper::after {
    content: url("/local/templates/loft/components/custom/super.component/main-page/icons/arrow-down-right-white.svg");
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}
.promo-popup__props .prop-bar__price:hover .prop-bar__wrapper::after,
.promo-popup__props .prop-bar__time:hover .prop-bar__wrapper::after {
    content: url("/local/templates/loft/components/custom/super.component/main-page/icons/arrow-down-right.svg");
}
/* End */


/* Start:/local/templates/loft/components/custom/super.component/our_production/style.css?175704780814141*/
.our-production-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 40px;
}

.catalog-content-section {
    margin: 0 -12px;
}

.catalog-subsection__item {
    padding: 12px;
    margin-bottom: 40px;
    position: relative;
    height: 410px;
}

@media (max-width: 767.68px) {
    .catalog-subsection__item {
        margin-bottom: 1rem;
        height: auto;
    }

    .our-production-title {
        margin: 1rem 0 0.75rem;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
}

.catalog-subsection__item.element {
    height: 390px;
}

@media (max-width: 767.98px) {
    .catalog-subsection__item.element {
        height: auto;
    }

    .element-card {
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .catalog-subsection__item.hover-effect {
        z-index: 70;
    }
}
@media (min-width: 993px) {
    .catalog-subsection__item:hover {
        z-index: 70;
    }
}
.section-card,
.element-card {
    background: transparent;
}

.element-card {
    max-width: 306px;
}

.section-card__image,
.element-card__image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 10;
}
.section-card__image a {
    width: 100% !important;
    display: block;
    height: 100%;
    text-align: center;
}
@media (max-width:1399.68px) {
    .section-card__image img {
        min-height: 270px;
        height:100% !important;
        width:auto !important;
        margin:0 auto;
    }
}
@media (max-width: 767.68px) {

    .section-card__image,
    .element-card__image {
        height: auto;
    }
}

.element-card__image {
    height: 220px;
}

.section-card__content,
.element-card__content {
    padding: 1rem 20px 2px;
    position: relative;
    border-radius: 0 0 10px 10px;
    background: var(--c7);
}

.element:hover .element-card__content {
    background: var(--c11);
}

.element:hover .element-name,
.element:hover .element-name a,
.element:hover .element-time,
.element:hover .element-price {
    color: #fff;
}
@media (max-width: 992px) {
    .catalog-subsection__item.hover-effect .section-card__content {
        background: #168B95;
        transition: all 0.5s ease-in-out;
    }

    .catalog-subsection__item.hover-effect .section-card__content * {
        color: #ffffff;
    }

    .catalog-subsection__item.hover-effect .request-btn svg * {
        fill: transparent;
        stroke: var(--c1);
    }
}
@media (min-width: 993px) {
    .catalog-subsection__item:hover .section-card__content {
        background: #168B95;
        transition: all 0.5s ease-in-out;
    }

    .catalog-subsection__item:hover .section-card__content * {
        color: #ffffff;
    }

    .catalog-subsection__item:hover .request-btn svg * {
        fill: transparent;
        stroke: var(--c1);
    }
}

.catalog-subsection__item .request-btn:focus svg * {
    fill: transparent;
    stroke: var(--c14);
}

.catalog-subsection__item .request-btn:hover svg * {
    fill: var(--c1);
    stroke: var(--c11);
}


.element-name {
    min-height: 48px;
}

.element-name a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--c11);
}

.element-time {
    font-weight: 300;
    font-size: 13px;
    line-height: 140%;
    color: #212121;
    margin-top: 1rem;
    marginn-bottom: 7px;
}

.element-time span {
    color: var(--c11);
}

.section-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: var(--c11);
}

.section-name a {
    color: var(--c11);
}

.section-name a:hover{
    color: var(--c2);
}


.element-name a:hover {
    color: var(--c2);
}

.section-desc,
.element-desc {
    margin-top: 40px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    overflow: hidden;
}

@media (max-width: 767.68px) {

    .section-desc,
    .element-desc {
        margin-top: 1rem;
    }
}

.element-desc {
    margin-top: 6px;
}

.section-desc>* {
    margin: 0px;
}

.sub-list {
    display: none;
}
@media (max-width: 992px) {
    .catalog-subsection__item.hover-effect .sub-list {
        display: block;
        padding-top: 15px;
    }
}
@media (min-width: 993px) {
    .catalog-subsection__item:hover .sub-list {
        display: block;
        padding-top: 15px;
    }
}

.sub-list ul {
    padding-left: 0px;
}

.sub-list li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19.6px;
    color: #000000;
}

.sub-list li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.6px;
    color: #5CCBD4 !important;
    vertical-align: middle;
}

.sub-list li a:hover {
    color: #ffffff !important;
}

.sub-list li:last-child {
    margin-bottom: 0px;
}

.sub-list li i {
    color: #B01718;
    vertical-align: middle;
}

.sub-list li a {
    vertical-align: middle;
}

.section-price,
.element-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 1rem;
    margin-top: 15px;
    border-top: 2px solid var(--c8);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

@media screen and (max-width: 550px) {
    .section-price,
    .element-price {
        font-size: 16px;
    }

    .request-btn svg {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 992px) {
    .catalog-subsection__item.hover-effect .section-price{
        border-top: 2px solid var(--c18);
    }
}
@media (min-width: 993px) {
    .section-card:hover .section-price{
        border-top: 2px solid var(--c18);
    }
}
.element:hover .element-price {
    border-top: 2px solid var(--c18);
}


.element-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.section-price__value {
    flex-grow: 1;
}

.section-price .request-btn {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #168B95;
    cursor: pointer;
}

.section-card .request-btn {
    display: none;
}
@media (max-width: 992px) {
    .catalog-subsection__item.hover-effect .request-btn{
        display: initial;
    }
    .catalog-subsection__item.hover-effect .production-time {
        display: none;
    }
    .catalog-subsection__item.hover-effect .section-price {
        padding-top: 10px;
    }
}
@media (min-width: 993px) {
    .section-card:hover .request-btn {
        display: initial;
    }
    .section-card:hover .production-time {
        display: none;
    }

    .section-card:hover .section-price {
        padding-top: 10px;
    }
}


.production-time {
    text-align: right;
}

.production-time__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
}

.production-time__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: #168B95;
}

.request-btn:hover span,
.request-btn:hover svg path {
    color: #fff !important;
    fill: #fff !important;
}

.prop-bar {
    padding: 0 12px;
}

.prop-bar__wrapper {
    background-color: #EBF6F5;
    border-radius: 10px;
    padding: 8px 16px;
    margin-bottom: 15px;
    position: relative;
    min-height: 120px;
}

.prop-bar__wrapper .prop-bar__item:hover {
    background-color: var(--c11);
    color: var(--c1);
}

.prop-bar__wrapper .prop-bar__item:first-child:hover {
    border-radius: 10px 0 0 10px;
}

.prop-bar__wrapper .prop-bar__item:last-child:hover {
    border-radius: 0px 10px 10px 0px;
}

.prop-bar__price .prop-bar__wrapper,
.prop-bar__time .prop-bar__wrapper {
    background-color: var(--c11);
    color: var(--c1);
}

.prop-bar__item {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.prop-bar__item:after {
    content: "";
    width: 2px;
    height: calc(100% - 16px);
    background-color: #D9D9D9;
    position: absolute;
    top: 8px;
    right: 0;
}

.prop-bar__item:last-child::after {
    border: none;
    margin: 0;
    content: none;
}

.prop-bar__item:hover::after {
    background-color: var(--c1);
}

.prop-bar__item-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: inherit;
}

.prop-bar__item-value {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: inherit;
    margin-top: 30px;
}

.prop-bar__price,
.prop-bar__time {
    width: 255px;
    float: left;
    color: #212121;
}

.prop-bar__price {
    margin-right: 1rem;
}

.prop-bar__time {
    margin-right: 1.75rem;
}

.prop-bar__price:hover .prop-bar__wrapper,
.prop-bar__time:hover .prop-bar__wrapper {
    background-color: var(--c20);
    color: var(--c3);
}

.prop-bar__price:hover .prop-bar__item,
.prop-bar__time:hover .prop-bar__item {
    padding: 5px 0px;
    background-color: var(--c20);
    color: var(--c3);
}

.prop-bar__price .prop-bar__wrapper:after,
.prop-bar__time .prop-bar__wrapper:after {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/arrow-down-right-white.svg");
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}

.prop-bar__price:hover .prop-bar__wrapper:after,
.prop-bar__time:hover .prop-bar__wrapper:after {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/arrow-down-right.svg");
}

.prop-bar__desc .desc__title {
    color: var(--c6);
    line-height: 19px;
}

.prop-bar__desc .desc__mark {
    color: var(--c3);
    font-size: 50px;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 100%;
}

.prop-bar__desc {
    max-width: 420px;
    margin-bottom: 15px;
}

/*=======================
    Tabs
=======================*/
.col-empty {
    width: 285px;
    min-width: 285px;
    margin-right: 20px;
}

.element-tabs {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.element-tabs .tab {
    border-top: 2px solid #D9D9D9;
}

.element-tabs .tab:last-child {
    border-bottom: 2px solid #D9D9D9;
}

.element-tabs .tab>.tab-content::before {
    content: none;
    position: absolute;
    top: 0px;
    right: 100%;
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 3rem;
    margin-top: -7rem;
}

.element-tabs .tab:nth-child(1)>.tab-content::before {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/animate_icon_1.svg");
}

.element-tabs .tab:nth-child(2)>.tab-content::before {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/animate_icon_2.svg");
}

.element-tabs .tab:nth-child(3)>.tab-content::before {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/animate_icon_3.svg");
}

.element-tabs .tab:nth-child(4)>.tab-content::before {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/animate_icon_4.svg");
}

.element-tabs .tab:nth-child(5)>.tab-content::before {
    content: url("/local/templates/loft/components/custom/super.component/our_production/../icons/animate_icon_5.svg");
}

.element-tabs .tab h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 26px;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.element-tabs .tab h2:before {
    content: "";
    display: block;
    width: 23px;
    height: 2.3px;
    position: absolute;
    top: 27px;
    right: 0px;
    background: #BBBEC0;
}

.element-tabs .tab h2:after {
    content: "";
    display: block;
    width: 2.3px;
    height: 23px;
    position: absolute;
    top: 17px;
    right: 10px;
    background: #BBBEC0;
}

.tab>.tab-content {
    display: none;
    position: relative;
}

/*========================
    TODO оотладочные стили
 =========================*/
.el3 .catalog-subsection__item {
    max-width: 309px !important;
    height: 393px;
    margin-bottom: 10px;
}

.el3 .section-card__image,
.el3 .element-card__image {
    height: unset;
}

.el3 .section-name {
    font-size: 15px;
    height: 38px;
}

.el3 .section-desc,
.el3 .element-desc {
    display: none;
}

.el3 .section-price {
    font-size: 14px;
    align-items: center;
}

.el3 .request-btn {
    padding: 10px 24px;
}

.el3 .catalog-subsection__item:hover .sub-list {
    display: none;
}

/*===============================
	catalog page
 ==============================*/
.catalog h1 {
    margin-bottom: 20px;
}

.catalog-header-content {
    max-width: calc(100% - 282px);
    display: flex;
    flex-direction: column;
}

@media (max-width: 1023.98px) {
    .catalog-header-content {
        max-width: 100%;
    }
}

.catalog-description {
    margin-bottom: 18px;
    max-width: 573px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.catalog-sort {
    display: flex;
    justify-content: end;
    margin-bottom: 32px;
}

.catalog-sort__wrap {
    position: relative;
}

.catalog-sort__select {
    display: block;
    width: 250px;
    height: 45px;
    border: 2px solid #BABABA;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 22px;
}

.catalog-sort__wrap:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 10%;
    right: 5px;
    width: 22px;
    height: 80%;
    background-color: #fff;
    z-index: 2;
}

.catalog-sort__wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 16.5px;
    right: 22px;
    height: 10px;
    width: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    z-index: 3;
    pointer-events: none;
}

.catalog-header-content>.row {
    margin: 0;
}
/* End */


/* Start:/local/templates/loft/css/block_advent.css?17005973176153*/
.block-advent {
    margin-bottom: 100px;
}

@media (max-width: 767.98px) {
    .block-advent {
        margin-bottom: 32px;
    }
}

.block__title h2 {
    margin-bottom: 33px;
    font-weight: 400;
}

.block-advent .left-side,
.block-advent .right-side {
    max-width: 636px;
    padding: 0;
}

.left-side {
    margin-right: 0.75rem;
    background: url("/local/templates/loft/css/../images/backgrounds/advent_block_bg_3-min.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 20px 25px !important;
    min-height: 450px;
}

.left-side>.shadow-wrapper {
    background-color: rgba(0, 0, 0, 0.25);
}

.left-side__title,
.left-side__desc {
    z-index: 10;
}

.left-side__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--c1);
}

.left-side__desc-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--c1);
}

@media (max-width: 650px) {
    .left-side__desc-title {
        font-size: 18px;
        margin: 1rem 0;
    }
}

.left-side__desc-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--c1);
}

.right-side {
    margin-left: 0.75rem;
}

@media (max-width: 1199.98px) {
    .right-side {
        margin-left: 0;
    }
}

@media screen and (max-width: 1025px) {
    .block-advent .left-side,
    .block-advent .right-side {
        width: 50%;
        max-width: 50%;
        margin: 0 !important;
    }
}

@media screen and (min-width:825px) and (max-width: 1025px) {
    .block-advent .left-side {
        padding-right: 15px;
    }

    .block-advent .right-side {
        padding-left: 15px;
    }
}

@media screen and (max-width: 820px) {
    .block-advent .left-side,
    .block-advent .right-side {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    
    .block-advent .left-side {
        margin-bottom: 24px !important;
    }
}

.advent__item {
    width: 30%;
    height: 230px;
    background: linear-gradient(139.43deg, var(--c11) 23.06%, rgba(22, 139, 149, 0.677336) 116.05%, rgba(22, 139, 149, 0) 123.16%);
    border-radius: 10px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 20px;
    position: relative;
}

.block-advent.block-advent-main .advent__item  {
    width: 44%;
}

.red .advent__item {
    background: #F7F7F7;
}

.advent__item>.icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.advent__item>.icon svg {
    width: 60px;
    height: 60px;
}

.advent__item:hover>.icon svg path,
.advent__item.active>.icon svg path {
    stroke: var(--c11);
    fill: var(--c11);
}

.red .advent__item:hover>.icon svg path,
.red .advent__item.active>.icon svg path {
    stroke: var(--c1);
    fill: var(--c1);
}

.advent__item:hover,
.advent__item.active {
    background: #EBF6F5;
}

.red .advent__item:hover {
    background: var(--c2);
}

.advent__item:nth-child(2n) {
    margin-right: 0;
}

.advent__item:nth-child(1),
.advent__item:nth-child(2n + 1) {
    margin-left: 0 !important;
}

.advent__item:nth-last-child(1),
.advent__item:nth-last-child(2) {
    margin-bottom: 0px;
}

.advent__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.red .advent__item * {
    color: var(--c3);
}

.red .advent__item:hover * {
    color: var(--c1);
}

.advent__item-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: var(--c1);
}

.advent__item:hover>p,
.advent__item.active>p {
    color: var(--c11);
}

@media (max-width: 1399.98px) {
    .advent__item {
        max-width: calc(50% - 1.5rem);
    }
}

@media (max-width: 767.98px) {
    .block-advent .left-side,
    .block-advent .right-side {
        max-width: 100%;
    }

    .block-advent .right-side {
        justify-content: space-between;
    }

    .advent__item {
        width: 45%;
        max-width: 45%;
        height: 230px;
        margin: 0 0 .75rem 0;
    }
}

@media (max-width: 550px) {
    .advent__item {
        padding: 12px;
    }

    .advent__item-title {
        font-size: 16px;
    }

    .advent__item-desc {
        font-size: 12px;
    }

    .advent__item > .icon {
        bottom: 12px;
        right: 12px;
    }
}

/*=======================
    block Red
 ======================*/
.block-advent.red {
    padding: 40px 0 100px;
    background: url("/local/templates/loft/css/../images/backgrounds/advent_block_red_bg-min.jpg") 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}

.red .block__title h2 {
    color: #fff;
}

.red .advent__item {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    height: 260px;
}

/*.red .advent__item:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*===========================
    media query
 ===========================*/
@media (max-width: 1023.98px) {
    .block-advent .right-side {
        justify-content: space-between;
    }

    .advent__item {
        width: 45%;
        max-width: 45%;
        height: 230px;
        /*margin: 0 0 .37rem 0;*/
    }
}

@media (max-width: 767.98px) {
    .red .advent__item>.icon svg {
        width: 7vw;
        height: 7vw;
    }

    .red .advent__item-title p {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .red .advent__item>.icon svg {
        width: 60px;
        height: 60px;
    }

    .red .advent__item-title p {
        font-size: 18px;
    }

    .red .advent__item:last-child {
        margin-right: auto;
    }
}

@media (max-width: 989px) {
    .advent__item:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media (max-width: 660px) {
    .advent__item {
        width: calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
        margin: 0 12px 24px 12px !important;
        height: 200px;
    }
}
/* End */


/* Start:/local/templates/loft/components/custom/carousel/ready_made/style.css?16955659962256*/
.slider-ready-made-section {
    background: #2E2E30;
    padding-top: 32px;
}

.slider-ready-made-section .section-heading {
    margin-bottom: 0;
}

.slider-ready-made-section .section-heading__title {
	color: #FFF;
}	

.slider-ready-made-section .carousel-controls-unit__btn {
	border: solid #67676B;
    background: transparent;
}

.slider-ready-made-section .carousel-controls-unit__btn:hover svg path {
    stroke: #fff;
}

@media (max-width: 1319.98px) {
    .slider-ready-made-section {
        padding-left: 1rem;
    }

    .ready-made-items {
        margin-left: -0.5rem;
    }
}

@media (max-width: 1024px) {
    .slider-ready-made-section {
        padding-left: 0;
    }

    .ready-made-items {
        margin-left: 0;
    }
}

.ready-made-items-slide {
    border-radius: 10px;
    background: #3F3F41;
    overflow: hidden;
}

@media screen and (min-width: 772px) {
    .ready-made-items-slide {
        width: 306px !important;
    }
}

.ready-made-container {
    padding: 38px 0px 80px calc((100vw - 1320px)/2);
}

@media (max-width: 767.98px) {
    .ready-made-container {
        padding: 32px calc(1.5rem * 0.5);
    }
}

.ready-made-items .item__image {
    display: block;
    width: 100%;
    height: 270px;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .ready-made-items .item__image {
        height: 135px;
    }
}

.ready-made-items .item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ready-made-items .item__name {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    padding: 15px 20px;
}

@media (max-width: 767.98px) {
    .ready-made-items .item__name {
        font-size: 16px;
        padding: 12px;
    }
}

.ready-made-items .project-info {
    max-width: 530px;
    position: relative;
}

.ready-made-items .project-info__title {
    margin-top: 31px;
    font-size: 18px;
    line-height: 22px;
    color: #31656F;
}

.ready-made-items .project-info__text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #31656F;
}
/* End */


/* Start:/local/templates/loft/css/block_detail.css?17199876463983*/
.block-detail {
    padding: 100px 0;
}

@media (max-width: 767.98px) {
    .block-detail {
        padding: 32px 0;
    }
}

.block-detail__title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    margin-bottom:33px;
}

.block-detail .tabs {
    width:100%;
    max-width: 285px;
    margin-right:20px;
}
.tabs-list {
    list-style: none;
    padding:0px;
    margin:0px;
}
.tabs-list__item {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    cursor:pointer;
}
.tabs-list__item.active,
.tabs-list__item:hover {
    text-decoration-line: underline;
    color: #168B95;
}
.tabs-content {
    background: #EBF6F5;
    padding:27px 35px;
}
.tabs-content > div {
    display:none;
}
.tabs-content > div.active {
   display:block;
}
.tabs-content > div > h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #168B95;
    margin-bottom: 20px;
}
.tabs-content > div > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #212121;
    margin-bottom: 20px;
}
.tab-content__content {
    padding-right: 34px;
}
/*=======================
    Tabs
=======================*/
.col-empty {
    width: 285px;
    min-width: 285px;
    margin-right: 20px;
}
.element-tabs {
    display: flex;
    width:100%;
    flex-direction: column;
}
.element-tabs .tab {
    border-top: 2px solid #D9D9D9;
}
.element-tabs .tab:last-child {
    border-bottom: 2px solid #D9D9D9;
}
.element-tabs .tab > .tab-content::before{
    position:absolute;
    top:0px;
    right: 100%;
    display:block;
    max-width: 250px;
    width: 100%;
    padding: 3rem;
    margin-top:-7rem;
}
.element-tabs .tab:nth-child(1) > .tab-content::before{
    content:url("/local/templates/loft/css/../icons/animate_icon_1.svg");
}
.element-tabs .tab:nth-child(2) > .tab-content::before{
    content:url("/local/templates/loft/css/../icons/animate_icon_2.svg");
}
.element-tabs .tab:nth-child(3) > .tab-content::before{
    content:url("/local/templates/loft/css/../icons/animate_icon_3.svg");
}
.element-tabs .tab:nth-child(4) > .tab-content::before{
    content:url("/local/templates/loft/css/../icons/animate_icon_4.svg");
}
.element-tabs .tab:nth-child(5) > .tab-content::before{
    content:url("/local/templates/loft/css/../icons/animate_icon_5.svg");
}
section.element-data .element-tabs .tab > .tab-content::before{
    content:none;
}
.element-tabs .tab h2,
.element-tabs .tab h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-top:16px;
    padding-bottom:26px;
    margin:0px;
    position:relative;
    cursor:pointer;
}
.element-tabs .tab h2:before,
.element-tabs .tab h3:before {
    content:"";
    display: block;
    width: 23px;
    height:2.3px;
    position: absolute;
    top:27px;
    right: 0px;
    background:#BBBEC0;
}
.element-tabs .tab h2:after,
.element-tabs .tab h3:after {
    content:"";
    display: block;
    width: 2.3px;
    height:23px;
    position: absolute;
    top: 17px;
    right: 10px;
    background:#BBBEC0;
}
.tab.active h2:after {
    content:none;
}

.element-tabs .tab .h2,
.element-tabs .tab .h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-top:16px;
    padding-bottom:26px;
    margin:0px !important;
    position:relative;
    cursor:pointer;
}
.element-tabs .tab .h2:before,
.element-tabs .tab .h3:before {
    content:"";
    display: block;
    width: 23px;
    height:2.3px;
    position: absolute;
    top:27px;
    right: 0px;
    background:#BBBEC0;
}
.element-tabs .tab .h2:after,
.element-tabs .tab .h3:after {
    content:"";
    display: block;
    width: 2.3px;
    height:23px;
    position: absolute;
    top: 17px;
    right: 10px;
    background:#BBBEC0;
}
.tab.active .h2:after,
.tab.active .h3:after {
    content:none;
}

.tab > .tab-content {
    display:none;
    position:relative;
}
/* End */


/* Start:/local/templates/loft/components/custom/super.component/popular_frame/style.css?17243242034306*/

.popular-products {
    padding-left: calc((100vw - 1320px)/2);
    overflow: hidden;
}

.popular-products .popular-products__slider .owl-stage {
    display: flex;
    flex-flow: row wrap;
}

.popular-products .owl-dots {
    display: none;
}

.popular-products .article-info-card,
.popular-products .article-info-card-slide {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    max-width:300px;
}
@media (max-width: 575.98px) {
    .popular-products .article-info-card-slide {
        margin:0 auto;
    }
}

.article-info-card__thumbnail {
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.article-info-card__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-info-card__caption {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    background-color: var(--c7);
    border-radius: 0 0 10px 10px;
    padding: 16px;
    transition: .4s ease;
}

.article-info-card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--c11);
    margin: 0 0 16px 0;
    transition: .4s ease;
    min-height: 42px;
}

.article-info-card__title a {
    text-decoration: none;
    color: inherit;
}

.article-info-card__info {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 16px 0 0 0;
    border-top: 2px solid var(--c8);
}

.article-info-card__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--c3);
    transition: .4s ease;
    max-width: 70%;
}

.article-info-card:hover .article-info-card__title,
.article-info-card:active .article-info-card__title,
.article-info-card:hover .article-info-card__price,
.article-info-card:active .article-info-card__price {
    color: var(--c1);
}

.article-info-card:hover .article-info-card__link svg path,
.article-info-card:active .article-info-card__link svg path {
    stroke: var(--c1);
}

.article-info-card:hover .article-info-card__caption,
.article-info-card:active .article-info-card__caption {
    background-color: var(--c11);
}

.section-heading {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.section-heading__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
}

.carousel-controls-unit {
    display: flex;
    flex-flow: row wrap;
}

.carousel-controls-unit__btn {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 51px;
    background-color: #FFF;
    border: solid var(--c8);
}

.carousel-controls-unit__btn svg path {
    stroke: var(--c8);
    transition: .4s ease;
}

.carousel-controls-unit__btn:hover svg path {
    stroke: var(--c3);
}

.carousel-controls-unit__btn:first-child {
    border-width: 2px 0 2px 2px;
    border-radius: 10px 0 0 10px;
}

.carousel-controls-unit__btn:last-child {
    border-width: 2px 2px 2px 0;
    border-radius: 0 10px 10px 0;
}


.popular-products .article-info-card-slide .element-params-container{
    display: block;
    transition: .4s ease;
}
.popular-products .article-info-card-slide{
    position: relative;
}
.popular-products  .article-info-card-slide .element-params{
    width: 100% !important;
    display: flex;
    max-width: 100%;
}
.popular-products .article-info-card-slide .element-params .element-params__title{
    width: 70% !important;
    font-size: 13px;
}
.popular-products .article-info-card-slide .element-params .element-params__value{
    width: 30% !important;
    text-align: right;
    font-size: 13px;
}
.popular-products .article-info-card-slide:hover .element-params .element-params__title{
    color: #fff;
}
.popular-products .article-info-card-slide:hover .element-params .element-params__value{
    color: #fff;
}
.popular-products .article-info-card-slide:hover .element-params .element-params__value a{
    color: #fff;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/loft/css/block_main_news.css?1690815245283*/
.section-heading__link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--c11);
    border-bottom: 1px solid var(--c11);
}

.news-row__col {
    margin-bottom: 8px;
}

.section-news {
    padding: 80px 0;
}
/* End */


/* Start:/local/templates/loft/css/block_video.css?17442011846616*/
.section-video__heading {
    margin: 0 0 24px 0;
}

.section-video__desc {
    font-weight: 300;
    font-size: 14px;
    color: var(--c-3);
    margin: 16px 0 0 0;
}

.section-video__types {
    background: var(--c11);
    padding: 24px 0 40px calc((100vw - 1320px)/2);
    overflow: hidden;
}

.product-types-list {
    list-style: none;
    counter-reset: list-number;
}

.product-types-list .owl-stage {
    display: flex;
}

.product-types-list .product-type-text-block {
    height: 100%;
    width: 328px;
    color: #FFF;
    padding: 0 25px 0 16px;
    border-left: 1px solid var(--c14);
}

.product-types-list .product-type-text-block__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 16px 0;
}

.product-types-list .product-type-text-block__desc {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
}

.product-types-list .product-type-text-block__title::before {
    counter-increment: list-number;
    content: "0"counter(list-number);
}

.catalog-video {
    background: url('/local/templates/loft/css/../images/backgrounds/video_block_bg_2-min.webp') 50% 50% no-repeat;
    background-size: cover;
    margin-bottom:80px;
}

.catalog-video > .shadow-wrapper {
    background-color: rgba(255,255,255,0.45);
}
.catalog-video__title h2{
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 34px;
}
.catalog-video > .container {
    position:relative;
    padding-top:148px;
    padding-bottom:148px;
    z-index:10;
    min-height:700px;
}
@media (max-width: 1023.98px){
    .catalog-video > .container {
        padding-top:75px;
        padding-bottom:75px;
        min-height: 320px;
        height:auto;
    }
}
.video-list {
    width: 100vw;
    max-width: 444px;
    z-index:100;
}
.video-list__item {
    display: flex;
    flex-flow: row wrap;
    width:100%;
    margin-bottom:20px;
    border-radius: 10px;
    overflow: hidden;
    cursor:pointer;
}
.video-list__item:last-child {
    margin:0px;
}
.video-list__item-prev {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.video-list__item-prev img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-list__item-desc {
    width: calc(100% - 160px);
    max-height: 160px;
    background: #2E2E30;
    padding:15px 20px;
    overflow: hidden;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    color:#fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.video-list__item-desc p {
    margin: 0;
}

.video-list__item-name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.video-list__item:hover .video-list__item-desc {
    background-color: #B01718;
}

button.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background-color: transparent;
    padding: 0;
    margin-top: -47.5px;
    margin-left: -47.5px;
}
button.play:hover path {
    fill: #B01718;
}

#player-box {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    z-index:0;
    display:flex;
    align-items:center;
    justify-content: center;
    background: rgb(0, 0, 0);
}
#player-box > video {
    width:100%;
    height:auto;
}
@media (max-width: 1025px) {  
    .catalog-video > .container {
        flex-flow: row wrap;
        justify-content: space-between !important;
        min-height: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    button.play {
        position: static;
        width: 40%;
        margin: 0;
    }

    button.play svg {
        width: 65%;
    }

    .video-list {
        width: 54%;
        max-width: 54%;
    }
    
    .video-list__item {
        flex-flow: row wrap;
        height:auto;
        margin-bottom: 8px;
    }

    .video-list__item-prev {
        width: 50%;
        height: 85px;
        max-width: initial;
        min-width: 1px;
    }
 
    .video-list__item-desc {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        width: 50%;
        max-height: initial;
    }

    .video-list__item-name {
        font-weight: 300;
        font-size: 12px;
        line-height: 1;
    }
}

@media (max-width: 770px) {
    .video-list__item-desc  {
        padding:4px;
    }

    .video-list__item-text {
        display: none;
    }    
}

@media (max-width: 350px) {
    .video-list__item-prev {
        width: 48%;
        height: 75px;
    }

    .video-list__item-desc {
        width: 52%;
    }
}


@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
    animation-duration: 2s;
    z-index:100 !important;
    opacity:1 !important;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
    animation-duration: 2s;
    transform-origin: left center;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center;
    animation-duration: 2s;
    opacity:0;
    z-index:0;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
    animation-duration: 2s;
    opacity:1 !important;
    z-index:100 !important;
}
/* End */


/* Start:/local/templates/loft/css/block_advantages.css?17442017882187*/
.section-advantages {
    padding: 40px 0;
    background-image: url("/local/templates/loft/css/../images/backgrounds/advantages-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-advantages--scope {
	background-image: url("/local/templates/loft/css/../images/backgrounds/advantages-scope-black.webp");
}

.section-advantages__title {
    color: var(--c1);
    margin-bottom: 40px;
}

.advantages {
    padding-left: 160px;
    padding-right: 160px;
    margin-bottom: 20px;
}

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

.advantages__col {
    margin-bottom: 24px;
}

.advantage-block {
    height: 100%;
    min-height: 230px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 16px 24px 24px 16px;
    background: var(--c7);
    border-radius: 10px;
    color: var(--c3);
}

.advantage-block__title {
    font-size: 18px;
    line-height: 1.3;   
}

.advantage-block__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.advantage-block__icon {
    margin-left: auto;
}


@media screen and (max-width: 760px) {
    .section-advantages {
        padding-bottom: 15px;
    }

    .advantage-block {
        padding: 8px;
        min-height: 1px;
        height: 198px;
    }

    .advantage-block__head {
        margin-bottom: 26px;
    }
    
    .advantage-block__title {
        font-size: 14px;
        line-height: 1.3;   
    }   

    .advantage-block__desc {
        font-weight: 300;
        font-size: 12px;
    }

    .advantage-block__icon svg {
        width: 40px;
        height: 40px;
    }

    .section-advantages #advantages-slider .advantage-block {
        height: 190px !important;
    }

    .advantages.row .advantage-block {
        height: 190px !important;
    }
}

@media screen and (max-width: 560px) {
    .section-advantages #advantages-slider .advantage-block {
        height: 170px !important;
    }

    .advantages.row .advantage-block {
        height: 180px !important;
    }

    .section-advantages .advantage-block__head {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/loft/components/custom/super.component/partners.slider/style.css?1697642268774*/
.section-partners-slider {
	padding: 80px 0 56px 0;
}

.partners-slider {
	width: 100%;
	opacity: 0;
}

.partners-slider.swiper-initialized {
	opacity: 1;
}

.partners-slider .partner-slide {
	height: 170px;
}

.partner-logo {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #FFF;
	height: 170px;
	border: 2px solid var(--c8);
	border-radius: 10px;
	padding: 20px;
	/* margin-bottom: 24px; */
}

.partner-logo__img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 1025px) {
	.partner-logo {
		max-height:calc(100vw / 3 - 34px);
		padding: 8px;
	}
}
@media screen and (max-width: 767.98px){
	.partners-slider .partner-slide {
		max-height:calc(100vw / 3 - 34px);
	}
}

/* End */


/* Start:/local/templates/loft/components/custom/carousel/reviews/style.css?17006682411933*/
section.reviews {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #2E2E30;
    padding-left: calc((100vw - 1320px)/2);
    z-index: 5;
}
.bg_block_bottom {
    background: url("/local/templates/loft/components/custom/carousel/reviews/images/reviews_bg.png") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    max-height: 550px;
    z-index: 0;
}
.reviews h2 {
    margin-bottom:44px;
    z-index: 5;
    color:white;
}
#reviews_slider {
    margin-bottom: 30px;
}
#reviews_slider .ui-home-certificate  {
    width: 196px;
}
#reviews_slider .ui-home-certificate__img {
    width: 100%;
    height:270px;
    margin-bottom: 15px;
    overflow: hidden;
}
#reviews_slider .ui-home-certificate__img img {
    width: 100%;
    height: auto;
}
#reviews_slider .ui-home-certificate__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.reviews .all_reviews {
    margin-top: 24px;
    background: #B01717;
    border-radius: 1px;
    padding: 8px 20px;
    border: none;
}
.reviews .all_reviews:hover {
    background-color: #15AFCA;
}
.reviews .all_reviews a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.reviews-nav {
    display: flex;
    top: -4px;
    right: 0;
    border: 2px solid #67676B;
    border-radius: 10px;
    padding: 12.5px 0px;
    /*margin-right: calc((100vw - 1320px)/2);*/
    /*margin-right: 25px;*/
    margin-right: 80px;
    z-index: 100;
}


@media screen and (max-width: 767.98px) {
    .reviews-nav {
        display: none;
    }
}

.reviews-nav  div.owl-prev, .reviews-nav div.owl-next {
    height: auto;
    width: 58px;
    text-align: center;
}
.reviews-nav div.owl-prev + div.owl-next {
    margin: 0px;
}
.reviews-nav div.owl-prev:hover svg *, .reviews-nav div.owl-next:hover svg * {
    stroke: #FFFFFF;
}
/* End */


/* Start:/local/templates/loft/components/custom/carousel/reviews/css/magnific-popup.css?16955659967700*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/* End */


/* Start:/local/templates/loft/components/bitrix/news.list/scopeappl/style.css?1725542703150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/loft/components/custom/super.component/partners.home/style.css?1695565996332*/
.section-partners-carousel {
    padding: 40px 0 80px;
    background-color: var(--c9);
}

.section-partners-carousel .carousel-controls-unit__btn {
    background-color: var(--c9);
}

.partner-card__image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}
/* End */


/* Start:/local/templates/loft/css/block_clients_contacts.css?17442017631125*/
.section-clients-contacts {
    padding: 40px 0 56px 0;
    background: url("/local/templates/loft/css/../images/backgrounds/clients-contacts-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #FFF;
}

.clients-contacts__title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.clients-contacts__desc {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width: 1026px) {
    .clients-contacts__desc {
        padding-top: 85px;
    }
}

.contact-units {
    justify-content: space-between;
}

.contact-unit:not(:last-child) {
    margin-bottom: 32px;
}

.contact-unit__head {
    border-bottom: 2px solid var(--c13);
    padding: 0 0 16px 0;
    margin: 0 0 8px 0;
}

.contact-unit__text {
    line-height: 1.3;
}

.contact-unit__text-label {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-unit__text-value {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}
/* End */
/* /local/templates/loft/components/custom/super.component/main-page/style.css?17442684224344 */
/* /local/templates/loft/components/custom/super.component/our_production/style.css?175704780814141 */
/* /local/templates/loft/css/block_advent.css?17005973176153 */
/* /local/templates/loft/components/custom/carousel/ready_made/style.css?16955659962256 */
/* /local/templates/loft/css/block_detail.css?17199876463983 */
/* /local/templates/loft/components/custom/super.component/popular_frame/style.css?17243242034306 */
/* /local/templates/loft/css/block_main_news.css?1690815245283 */
/* /local/templates/loft/css/block_video.css?17442011846616 */
/* /local/templates/loft/css/block_advantages.css?17442017882187 */
/* /local/templates/loft/components/custom/super.component/partners.slider/style.css?1697642268774 */
/* /local/templates/loft/components/custom/carousel/reviews/style.css?17006682411933 */
/* /local/templates/loft/components/custom/carousel/reviews/css/magnific-popup.css?16955659967700 */
/* /local/templates/loft/components/bitrix/news.list/scopeappl/style.css?1725542703150 */
/* /local/templates/loft/components/custom/super.component/partners.home/style.css?1695565996332 */
/* /local/templates/loft/css/block_clients_contacts.css?17442017631125 */
