

/* Start:/bitrix/templates/arlift/components/bitrix/catalog/arlift/style.css?1743057336741*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/bitrix/templates/arlift/components/bitrix/catalog.element/catalog-detail/style.css?174305733719508*/
.element {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.element .element__header {
    text-align: center;
    padding: 15px 0 40px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.element .element__title {
    color: #232221;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

.element .element__preview {
    margin-bottom: 0;
}

.element .same-model .same-model__header {
    margin-bottom: 0;
}

.element .element__preview .preview__image {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .element .element__preview .preview__image {
        width: 491px;
    }

    .element .element__preview .preview__image .first-image img {
        height: 475px;
    }

    .element .element-slider {
        margin-bottom: 0;
    }
}

.element .element__preview .preview__image .first-image img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
    object-fit: contain;
    object-position: top;
}

.element .element-slider {
    margin-bottom: 30px;
}

.element .element-slider .owl-item {
    height: 90px;
    border: 1px solid #777;
}

.element .element-slider .owl-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.element .element-slider .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*�������� ���*/
.element .element-slider .owl-item:first-child {
    display: none;
}

@media screen and (max-width: 1024px) {
    .element .property-slider .owl-nav,
    .element .element-slider .owl-nav {
        display: none;
    }
}

.element .property-slider .owl-prev, .element .property-slider .owl-next,
.element .element-slider .owl-prev, .element .element-slider .owl-next {
    position: absolute;
    top: 40%;
    width: 10px;
    height: 16px;
    color: transparent !important;
    margin: 0 !important;
    font-size: 1px;
}

.element .property-slider .owl-prev,
.element .element-slider .owl-prev {
    left: -25px;
    background: transparent url(/bitrix/templates/arlift/img/element-slider-arrow-left.png) 0 0 no-repeat !important;
}

.element .property-slider .owl-prev:hover,
.element .element-slider .owl-prev:hover {
    background: transparent url(/bitrix/templates/arlift/img/element-slider-arrow-left-hover.png) 0 0 no-repeat !important;
}

.element .property-slider .owl-next,
.element .element-slider .owl-next {
    right: -25px;
    background: transparent url(/bitrix/templates/arlift/img/element-slider-arrow-right.png) 0 0 no-repeat !important;
}

.element .property-slider .owl-next:hover,
.element .element-slider .owl-next:hover {
    background: transparent url(/bitrix/templates/arlift/img/element-slider-arrow-right.png) 0 0 no-repeat !important;
}

.element .element__preview .preview__description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.element .element__preview .bonuses {
    display: block;
    margin-right: 15px;
}

.element .element__preview .bonuses .bonuses__item {
    user-select: none;
    display: inline-flex;
    padding: 8px 14px;
    flex-flow: row nowrap;
    border: 2px solid #34C99C;
    box-sizing: border-box;
    border-radius: 8px;
    align-items: center;
}

.element .element__preview .bonuses .bonuses__item .item-value {
    font-weight: bold;
    margin-right: 7px;
    color: rgba(0, 0, 0, 0.6);
}

.element .element__preview .bonuses .bonuses__item .item-icon {
    width: 15px;
    height: 20px;
    object-fit: contain;
    margin-bottom: 3px;
}

.element .element__preview .preview-text {
    margin: 0 0 20px;
}

.element .preview-parameters {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #F4F4F4;
    padding: 12px 20px;
    color: #777777;
    margin-bottom: 20px;
}

.element .preview-parameters .parameter {
    display: flex;
    flex-flow: row nowrap;
    width: fit-content;
    align-items: center;
    cursor: help;
}

.element .preview-parameters .parameter:not(:last-child) {
    margin-right: 30px;
}

@supports (display: grid) {
    .element .preview-parameters {
        display: grid;
        grid-template-columns: repeat(4, minmax(min-content, max-content));
        grid-template-rows: auto;
        grid-gap: 30px;
    }

    @media screen and (max-width: 1024px) {
        .element .preview-parameters {
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        }
    }

    .element .preview-parameters .parameter:not(:last-child) {
        margin: 0;
    }
}

.element .preview-parameters .parameter .item-icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    max-height: 27px;
    margin-right: 10px;
}

.element .preview-parameters .parameter .item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    flex-grow: 1;
}

.element .preview-buttons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-items: start;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.element .button {
    width: auto;
    height: auto;
    padding: 10px 26px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    color: white;
    background-color: #CC0514;
    border: 1px solid #CC0514
}

.element .button.white-button {
    background-color: #fff;
    color: #CC0514;
}

.element .button.white-button:hover {
    color: #fff;
    background-color: #cc0514;
}

.element .button.add-favourites {
    position: relative;
}

.element .button.add-favourites::before {
    content: '';
    background-size: contain;
    background: url("/bitrix/templates/arlift/components/bitrix/catalog.element/catalog-detail/./images/heart.png") no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
}

.element .element-prices {
    position: relative;
}

.element .element-prices .price-cart-product {
    color: #000;
    font-size: 24px;
    font-family: "Lato-Bold", sans-serif;
}

.element .element-prices .price-cart-product__old {
    top: 100%;
    left: 0;
    text-decoration: line-through;
}

.element .element-prices .price-cart-product__old,
.element .element-prices .price-cart-product__descr {
    position: absolute;
    top: 19px;
    left: 2px;
    width: 100%;
    color: #707070 !important;
    font-size: 15px !important;
}

.element .preview-divider,
.element hr {
    margin: 30px 0 25px;
}

.element .preview-divider--small {
    margin: 20px 0 15px;
}

.element .advantages {
    display: block;
    margin-bottom: 25px;
    padding: 0;
}

.element .advantages .advantages__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.element .advantages .advantages__item:not(:last-child) {
    margin-bottom: 15px;
}

.element .advantages .advantages__item .item-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    flex-shrink: 0;
}

.element .advantages .advantages__item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.element .advantages .advantages__item .item-name {
    font-size: 16px;
    line-height: 1.5;
    color: #232221;
}

.element .link {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    text-decoration: underline;
    text-underline-position: under;
}

.element .popup .modal-dialog {
    width: 635px;
    max-width: 100%;
}

.element .popup__content {
    padding: 40px 54px;
}

.element .popup .popup__section {
    display: block;
}

.element .popup .popup__section:not(:last-child) {
    margin-bottom: 30px;
}

.element .popup .section-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.element .popup .section-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #232221;
}

.element .element__tabs {
    display: block;
    margin-bottom: 120px;
}

.element .element__tabs .nav-tabs {
    display: inline-block;
    width: auto;
    border: none;
    margin: 0 auto;
    position: relative;
}

.element .element__tabs .tab-content {
    margin-top: 30px;
}

.element .element__tabs .nav-tabs .slide {
    display: none;
}

@media screen and (min-width: 992px) {
    .element .element__tabs .nav-tabs .slide {
        position: absolute;
        bottom: -2px;
        height: 3px;
        width: 0;
        left: 0;
        background-color: #CC0514;
        display: inline-block;
    }
}

.element .element__tabs .nav-header {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #AFAFAF;

}

.element .element__tabs .nav-tabs .nav-link {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 29px;
    color: #3A3A3A;
    padding: 16px;
    text-transform: uppercase;
    display: inline-block;
    user-select: none;
}

.element .element__tabs .nav-tabs .nav-link:only-of-type {
    pointer-events: none;
}

.element .element__tabs .nav-tabs .nav-link.active {
    color: #CC0514;
}

.element .element__tabs .nav-tabs .nav-link::after {
    content: '';
}

.element .element__tabs .property-table .property-table__item {
    display: flex;
    align-items: stretch;
}

.element .element__tabs .property-table .item-name {
    width: 199px;
    color: #232221;
    background: #f4f4f4;
    white-space: normal;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 20px 6px 20px;
}

.element .element__tabs .property-table .item-value {
    flex-grow: 1;
    color: #6d6d6d;
    background: #fcfcfc;
    font-size: 14px;
    padding: 6px 20px 6px 20px;
}

.element .tab-content .accordions {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.element .tab-content .accordions .property-item {
    display: inline-block;
    width: auto;
}

.element .tab-content .accordions .property-item:not(:last-child) {
    margin-right: 25px;
}

.element .tab-content .accordions .property-item .property-item__header {
    margin-bottom: 13px;
}

.element .tab-content .accordions .property-item .property-item__link {
    text-decoration: none;
}

.element .tab-content .accordions .property-item .link-more {
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    color: #CC0514;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
}

.element .tab-content .accordions .property-item .link-more:not(.collapsed)::after {
    opacity: 0;
}

.element .tab-content .accordions .property-item .link-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #CC0514;
    border-right: 1px solid #CC0514;

}

.element .tab-content .accordions .property-item .property-item__header .link__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

.element .tab-content .accordions .property-item .property-item__header .link__title {
    line-height: 20px;
}

.element .tab-content .accordions .property-item .property-item__body {
    padding-left: 25px;
}

.element .tab-content .accordions .property-item .property-item__value {
    color: #777;
    padding: 6px 11px;
}

.element .tab-content .accordions .property-item .property-item__value:nth-child(even) {
    background-color: #FCFCFC;
}

.element .tab-content .accordions .property-item .property-item__value:nth-child(odd) {
    background-color: #F4F4F4;
}

.element .tab-content .accordions .property-item .collapse .property-item__value:nth-child(even) {
    background-color: #F4F4F4;
}

.element .tab-content .accordions .property-item .collapse .property-item__value:nth-child(odd) {
    background-color: #FCFCFC;
}

@supports (display: grid) {
    .element .element__tabs .property-table {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-row-gap: 4px;
        grid-column-gap: 28px;
    }

    .element .element__tabs .property-table .property-table__item {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 199px 1fr;
        grid-column-gap: 4px;
        align-items: stretch;
    }

    @media screen and (min-width: 768px) {
        .element .element__tabs .property-table {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    .element .element__tabs .property-table .item-name {
        width: auto;
    }

    .element .tab-content .accordions {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 25px;
    }

    .element .tab-content .accordions .property-item,
    .element .tab-content .accordions .property-item:not(:last-child) {
        margin: 0;
    }
}

.element .property-slider .owl-item {
    display: flex;
    justify-content: center;
}

.element .property-slider .property-slider__item {
    width: 500px;
    max-width: 100%;
    height: auto;
}

@supports (display: grid) {
    .element .solvable-tasks {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    .element .list.solvable-tasks .item {
        width: 100%;
        float: none;
        margin: 0;
    }

    @media screen and (min-width: 768px) {
        .element .solvable-tasks {
            grid-template-columns: 1fr 1fr;
            grid-gap: 30px;
        }
    }
    @media screen and (min-width: 992px) {
        .element .solvable-tasks {
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 30px;
            grid-row-gap: 10px;
        }
    }
}

.element .solvable-tasks .item .thumb {
    width: 370px;
    height: 266px;
    max-width: 100%;
}

.element .solvable-tasks .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.element .element__gallery .video {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .element .element__gallery .video {
        width: 50%;
        padding-right: 20px;
    }
}

.element .element__gallery .gallery__images .image {
    float: left;
    margin: 0px 18px 18px 0px;
}

.element .element__gallery .gallery__images .image img {
    width: 100%;
}

.element .element__gallery .gallery__images .image:nth-child(2) {
    margin: 0px 0px 18px 0px;
}

.element .element__gallery .gallery__images .image:nth-child(3) {
    margin: 0px 18px 0px 0px;
}

.element .element__gallery .gallery__images .image:nth-child(4) {
    margin: 0;
}

@supports (display: grid) {
    .element .element__gallery .gallery__images {
        display: grid;
        grid-template-columns: repeat(auto-fill, 259px);
        grid-gap: 18px;
    }

    .element .element__gallery .gallery__images .image {
        margin: 0 !important;
    }
}

.element .element__contacts .contacts__descr {
    padding-right: 60px;
}

@media screen and (max-width: 980px) {
    .element .element__contacts .contacts__descr {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 40px;
    }
}

.element .element__contacts .contacts__descr .header {
    color: #111111;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}

.element .element__contacts .contacts__descr .description {
    margin-bottom: 30px;
}

.element .element__contacts .contact-links {
    display: table;
    width: 100%;
    height: 30px;
    margin: 0 0 30px;
}

.element .element__contacts .contact-links a {
    display: table-cell;
    margin: 0 0 45px 0;
    padding: 0 0 0 32px;
}

@supports (display: grid) {

    .element .element__contacts .contact-links {
        width: 100%;
        height: auto;
        display: grid;
        margin: 0 0 30px;
        grid-template-rows: auto;
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }

    .element .element__contacts .contact-links a {
        margin: 0;
    }

    @media all and (min-width: 576px) {
        .element .element__contacts .contact-links {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}

.element .element__contacts .contact-links a.callback {
    background-image: url(/bitrix/templates/arlift/css/../img/icon-callback.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.element .element__contacts .contact-links a.feedback {
    background-image: url(/bitrix/templates/arlift/css/../img/icon-mail.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.element .element__contacts .contact-links a.address {
    background-image: url(/bitrix/templates/arlift/css/../img/icon-marker.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.element .element__contacts .phones .hot-line {
    margin-bottom: 30px;
}

.element .element__contacts .phones .hot-line .title,
.element .element__contacts .phones .control .title {
    color: #111111;
    font-size: 14px;
}

.element .element__contacts .phones .hot-line .phone,
.element .element__contacts .phones .hot-line .phone a {
    color: #cc0514;
    font-size: 28px;
}

.element .element__contacts .phones .control .phone,
.element .element__contacts .phones .control .phone a {
    color: #6b6b6b;
    font-size: 16px;
}

.zakaz-zapchastey {
    margin-top: 0px;
    padding: 11.5px 28px 11.5px 48px;
    text-transform: uppercase;
    font-family: Lato-Bold, sans-serif;
    border: 1px solid #cc0514;
    width: fit-content;
    margin-right: 30%;
    margin-right: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
}

.zakaz-zapchastey svg {
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 1;
}

.zakaz-zapchastey svg,
.zakaz-zapchastey svg * {
    fill: #cc0514;
}

.zakaz-zapchastey:hover {
    background: #cc0514;
    color: #fff;
}

.zakaz-zapchastey:hover svg,
.zakaz-zapchastey:hover svg * {
    fill: #fff;
}

.zakaz-zapchastey-wrapper {
    margin-top: 20px;
}



@media screen and (max-width: 460px) {
    .element-prices-allow-rent {
        width: 100%;
    }

    .zakaz-zapchastey-wrapper {
        margin-top: 30px;
    }
}

/* End */
/* /bitrix/templates/arlift/components/bitrix/catalog/arlift/style.css?1743057336741 */
/* /bitrix/templates/arlift/components/bitrix/catalog.element/catalog-detail/style.css?174305733719508 */
