

/* Start:/local/templates/main/css/page-cover.css?16076068759741*/
.page-cover {
    display: table;
    width: 100%;
    height: 400px;
    position: relative;
    background: #1898D2;
}
.page-cover__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page-cover__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(45% - 1px);
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,  rgba(24,152,210,1) 0%, rgba(24,152,210,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
    background: linear-gradient(to right,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1898d2', endColorstr='#001898d2',GradientType=1 );


}
.page-cover__bg-inner {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-cover__bg_order {
    background-image: url("/local/templates/main/css/../i/bg/cover-order-mobile.jpg");
}
.page-cover__bg_simple:before {
    content: none;
}
.page-cover__bg_simple .page-cover__bg-inner {
    background-size: auto;
    background-position: right bottom;
    left: 0;
}
.page-cover__bg_right .page-cover__bg-inner {
    background-position: right center;
}
.page-cover__bg_right_bottom .page-cover__bg-inner {
    background-position: right bottom;
}
.page-cover__bg_no_grad:before {
    content: none;
}
.page-cover__bg_contain .page-cover__bg-inner {
    background-size: contain;
}
.page-cover__content {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    padding: 40px 0;
}
.page-cover__content-inner {
    max-width: 320px;
}
.page-cover__content-inner_half {
    max-width: 52%;
}
.page-cover__content-inner_calc {
    max-width: 560px;
}
.page-cover__content-inner_calc_full {
    max-width: 100%;
}
.page-cover__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #2B2B2B;
    max-width: 760px;
}
.page-cover__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
}
.page-cover__title + .page-cover__text {
    margin-top: 24px;
}
.page-cover__text + * {
    margin-top: 24px;
}
.page-cover__text + .page-cover__btn {
    margin-top: 24px;
}
.page-cover__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}
.page-cover__text ul:not([class]) {
    margin: 0;
    padding: 0;
}
.page-cover__text * + p,
.page-cover__text * + ul:not([class]) {
    margin-top: 10px;
}
.page-cover__btn.btn {
    color: #1898D2;
    font-weight: 600;
    padding: 0 24px;
    font-size: 16px;
}
.page-cover__info {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #2B2B2B;
    position: relative;
}
.page-cover__info + .page-cover__info {
    margin-top: 20px;
}
.page-cover__info_icon {
    padding-left: 36px;
}
.page-cover__info_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: "baikal-icons";
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    color: #0097D4;
}
.page-cover__info_icon_calendar:before {
    content: "\e905";
}
.page-cover__info_icon_marker:before {
    content: "\e904";
}

.page-cover__features {}
.page-cover__features-item {
    display: flex;
    align-items: center;
}
.page-cover__features-item:not(:last-child) {
    margin-bottom: 30px;
}
.page-cover__features-icon {
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 16px;
    align-self: flex-start;
}
.page-cover__features-icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.page-cover__features-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    flex: 1 1 auto;
}
.page-cover__features_mt_md {
    margin-top: 40px;
}
.page-cover__features + .page-cover__btn {
    margin-top: 40px;
}

.page-cover_inverse,
.page-cover_inverse p {
    color: #fff;
}
.page-cover_inverse .page-cover__title {
    color: #fff;
}
.page-cover_inverse .page-cover__title + .calc-plugin {
    margin-top: 30px;
}
.page-cover_inverse a:not([class]) {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-cover_action .page-cover__content-inner {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.page-cover_action .page-cover__content-inner-desc {
    flex: 1 1 auto;
}
.page-cover_action .page-cover__img-wrapper {
    flex: 0 0 26.66666666%;
    max-width: 26.66666666%;
    margin-left: 40px;
}
.page-cover_action .page-cover__img {
    max-width: 100%;
    max-height: 100%;
}
.page-cover_action .page-cover__title {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 35px;
}
.page-cover__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
}
.page-cover__date_badge {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    background: #95C518;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 0 8px;
    margin-bottom: 24px;
}
.page-cover__end_badge {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    background: #DE3333;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 0 8px;
}
.page-cover__date-wrapper {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}
.page-cover__date-wrapper .page-cover__date {
    margin-bottom: 8px;
    margin-right: 12px;
}

.page-cover_special,
.page-cover_special .page-cover__bg {
    background: none;
}
.page-cover_special .page-cover__bg:before {
    background: none;
}

@media screen and (max-width: 991px) {
    .page-cover {
        height: 320px;
    }
    .page-cover__title {
        font-size: 28px;
    }
    .page-cover__text,
    .page-cover__text p {
        font-size: 14px;
    }
    .page-cover__info {
        font-size: 14px;
        padding-left: 32px;
    }
    .page-cover__info_icon:before {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .page-cover__content-inner_calc {
        max-width: 100%;
    }
    .page-cover_action .page-cover__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .page-cover {
        display: block;
        height: auto;
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .page-cover__title {
        width: 100%;
    }
    .page-cover__content {
        padding: 20px 20px 32px;
        display: block;
    }
    .page-cover__content-inner {
        max-width: 100%;
    }
    .page-cover__bg:not(.page-cover__bg_simple) {
        position: relative;
        height: 0;
        padding-bottom: 57.64%;
    }
    .page-cover__bg:before {
        /*opacity: 0;*/
        top: -1px;
        left: 0;
        bottom: auto;
        height: 65%;
        background: -moz-linear-gradient(top,  rgba(24,152,210,1) 0%, rgba(24,152,210,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
        background: linear-gradient(to bottom,  rgba(24,152,210,1) 0%,rgba(24,152,210,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1898d2', endColorstr='#001898d2',GradientType=0 );
    }
    .page-cover_special .page-cover__bg:before {
        background: none;
    }
    .page-cover__bg-inner {
        left: 0;
    }
    .page-cover__bg_simple .page-cover__bg-inner {
        background-size: 50% auto;
    }
    .page-cover__features-icon {
        flex: 0 0 36px;
        max-width: 36px;
        height: 36px;
        margin-right: 12px;
    }
    .page-cover__features-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .page-cover__btn.btn {
        padding: 0 16px;
        font-size: 14px;
        display: block;
    }
    .page-cover_action .page-cover__content-inner {
        flex-wrap: wrap;
    }
    .page-cover_action .page-cover__img-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .page-cover_action .page-cover__img {
        margin: 0 auto;
        max-width: 50%;
    }
}
@media screen and (max-width: 359px) {
    .page-cover__btn_long.btn {
        padding: 0 10px;
        letter-spacing: -0.04em;
    }
}
@media screen and (min-width: 768px) {
    .page-cover__bg_order {
        background-image: url("/local/templates/main/css/../i/bg/cover-order.jpg");
        background-position: center center;
    }
    .page-cover__bg {
        width: calc(100vw + 2px);
        left: 50%;
        transform: translate(-50%,0);
        background: #1898D2;
    }
    .page-cover__title_half {
        max-width: 480px;
    }
}
@media screen and (min-width: 992px) {
    .page-cover__bg {
        width: calc(100vw - 59px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-cover__bg_calc .page-cover__bg-inner {
        opacity: 0.3;
    }
}

.page-cover__affiliate {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .page-cover__affiliate {
        width: calc(100vw - 18px);
        left: 50%;
        transform: translate(-50%,0);
    }
}
@media screen and (min-width: 992px) {
    .page-cover__affiliate {
        width: calc(100vw - 75px);
    }
}
/* End */


/* Start:/local/templates/main/css/lp.css?163940025937782*/
.lp-section {
    margin-top: 80px;
    position: relative;
}
.lp-section__title_mb_md {
    margin: 0 0 30px;
}
.lp-section__title_mb_sm {
    margin: 0 0 20px;
}
.lp-section_mt_half {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .lp-section {
        margin-top: 40px;
    }
    .lp-section_mt_half {
        margin-top: 20px;
    }
}

.landing-content__side {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .landing-content__side {
        margin-top: 40px;
    }
}

.lp-advantages {}
.lp-advantages__title {
    margin: 0 0 15px;
}
.lp-advantages__list {}
.lp-advantages__item-wrapper {
    margin-bottom: 40px;
}
.lp-advantages__item {}
.lp-advantages__icon {
    height: 50px;
    margin-bottom: 20px;
}
.lp-advantages__icon_small {
    height: 32px;
}
.lp-advantages__icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.lp-advantages__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
}
.lp-advantages__name + .lp-advantages__text {
    margin-top: 10px;
}
.lp-advantages__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    color: #2B2B2B;
}
.lp-advantages__text ul {
    padding-left: 0!important;
}
.lp-advantages_mt_md {
    margin-top: 30px;
}
.lp-advantages_row .lp-advantages__item {
    display: flex;
}
.lp-advantages_row .lp-advantages__icon {
    flex: 0 0 46px;
    max-width: 46px;
    margin-right: 16px;
}
.lp-advantages_row .lp-advantages__icon_small {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 20px;
    margin-bottom: 0;
}
.lp-advantages_row_centered .lp-advantages__item {
    align-items: center;
    min-height: 48px;
}
.lp-advantages_row_centered .lp-advantages__text {
    line-height: 130%;
}
@media screen and (max-width: 767px) {
    .lp-advantages__item-wrapper {
        margin-bottom: 20px;
    }
    .lp-advantages__icon {
        height: 36px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .lp-advantages_icons_sm .lp-advantages__icon {
        height: 40px;
    }
}
@media screen and (min-width: 992px) {
    .lp-advantages__list_lg_5 .lp-advantages__item-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.lp-map-block {
    position: relative;
    height: 560px;
    overflow: hidden;
}
.lp-map-block__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .lp-map-block {
        height: 350px;
        max-height: calc(100vh - 120px);
        margin-left: -20px;
        margin-right: -20px;
    }
}

.lp-counters {}
.lp-counters__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.lp-counters__item-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.lp-counters__item {}
.lp-counters__number {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #1898D2;
    white-space: nowrap;
}
.lp-counters__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
}
@media screen and (max-width: 991px) {
    .lp-counters__item-wrapper {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media screen and (max-width: 767px) {
    .lp-counters__item-wrapper {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .lp-counters__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.lp-list-connected {}
.lp-list-connected__item {
    display: flex;
    position: relative;
    align-items: center;
}
.lp-list-connected__item:before {
    content: "";
    position: absolute;
    left: 66px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9BD229;
    box-shadow: 0 0 0 5px #F2F2F2;
}
.mgg-wrapper.ny-theme .lp-list-connected__item:before {
    background-color: #009cdb;
}
.mgg-wrapper.ny-theme .lp-list-connected__item.red_dot:before {
    background-color: #b10015;
}
.lp-list-connected__item:not(:last-child) {
    margin-bottom: 30px;
}
.lp-list-connected__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 70px;
    top: 36px;
    bottom: -32px;
    width: 2px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDIgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgZmlsbD0iI0QyRDJEMiIvPjwvc3ZnPg==");
    background-size: 2px 10px;
    background-repeat: repeat-y;
}
.lp-list-connected__icon {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 65px;
    align-self: flex-start;
}
.lp-list-connected__icon_larger {
    flex: 0 0 45px;
    max-width: 45px;
    height: 45px;
    margin-right: 60px;
}
.lp-list-connected__icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.lp-list-connected__desc {
    padding-top: 9px;
}
.lp-list-connected__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
}
.lp-list-connected__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    color: #2B2B2B;
}
.lp-list-connected__name + .lp-list-connected__text {
    margin-top: 5px;
}
.lp-list-connected_horizontal .lp-list-connected__desc {
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .lp-list-connected__item:before {
        left: 45px;
    }
    .lp-list-connected__item:not(:last-child):after {
        left: 49px;
    }
    .lp-list-connected__icon {
        flex: 0 0 30px;
        max-width: 30px;
        height: 30px;
        margin-right: 40px;
    }
}
@media screen and (min-width: 992px) {
    .lp-list-connected_horizontal {
        display: flex;
        margin: 0 -8px;
    }
    .lp-list-connected_horizontal .lp-list-connected__item {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        display: block;
        padding: 0 8px;
        margin-bottom: 0;
    }
    .lp-list-connected_horizontal .lp-list-connected__item:before {
        left: 13px;
        top: 80px;
    }
    .lp-list-connected_horizontal .lp-list-connected__item:not(:last-child):after {
        left: 40px;
        top: 85px;
        right: -4px;
        bottom: auto;
        height: 2px;
        width: auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDEwIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgZmlsbD0iI0QyRDJEMiIvPjwvc3ZnPg==");
        background-size: 10px 2px;
        background-repeat: repeat-x;
    }
    .lp-list-connected_horizontal .lp-list-connected__icon {
        flex: 0 0 100px;
        max-width: 100px;
        height: 60px;
        margin: 0 0 45px;
        display: flex;
        align-items: center;
    }
}

.lp-form-block__wrapper {
    margin-top: 20px;
}
.lp-form-block {
    background: #FFFFFF;
    box-shadow: 0px 14px 31px rgba(0, 0, 0, 0.0664912), 0px 1px 2px rgba(0, 0, 0, 0.0626415);
    border-radius: 4px;
    padding: 50px 50px 30px;
}
.lp-form-block__title {
    font-size: 24px;
    margin: 0 0 40px;
}
.lp-form-block__title-helper {
    color: rgba(43, 43, 43, 0.5);
}
.lp-form-block__title-helper-link {
    color: rgba(43, 43, 43, 0.5);
    border-bottom: 1px dashed rgba(43, 43, 43, 0.5);
}
.lp-form-block__title-helper-link:hover {
    color: #95C518;
    border-color: rgba(149, 197, 24, 0.5);
}
.lp-form-block__section {}
.lp-form-block__section:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 50px;
}
.lp-form-block__section-title {
    margin: 0 0 20px;
}
.lp-form-block__footer {
    margin: 50px 0 0;
}
.lp-form-block__footer_mt_md {
    margin: 30px 0 0;
}
.lp-form-block__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23;
    color: #2B2B2B;
}
@media screen and (max-width: 991px) {
    .lp-form-block__text {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .lp-form-block {
        padding: 0 20px;
        margin: 0 -20px;
        box-shadow: none;
    }
    .lp-form-block__title {
        margin: 0 0 20px;
    }
    .lp-form-block__section:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .lp-form-block__section-title {
        margin: 0 0 8px;
    }
    .lp-form-block__footer {
        margin: 30px 0 0;
    }
}

.lp-geo-block {
    background: url("/local/templates/main/css/../i/lp/bg/bg-map.svg") no-repeat center bottom;
    background-size: contain;
    position: relative;
    padding-bottom: 40%;
}
.lp-geo-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.lp-geo-block__bg_truck {
    right: 50%;
    left: auto;
    width: 996px;
    background: url("/local/templates/main/css/../i/lp/bg/bg-truck.svg") no-repeat right bottom;
    background-size: 100% auto;
    max-width: 85vw;
}
.lp-geo-block__bg_plane {
    left: 45%;
    right: auto;
    width: 730px;
    background: url("/local/templates/main/css/../i/lp/bg/bg-plane.svg") no-repeat left bottom;
    background-size: contain;
    max-width: 85vw;
}
.lp-geo-block__content {
    position: relative;
    z-index: 3;
}
.lp-geo-block__list {
    display: flex;
    flex-wrap: wrap;
}
.lp-geo-block__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.lp-geo-block__list-item:not(:last-child) {
    margin-right: 50px;
}
.lp-geo-block__list-icon {
    align-self: flex-start;
    margin-right: 20px;
    flex: 0 0 24px;
    max-width: 24px;
    height: 30px;
}
.lp-geo-block__list-icon-svg {}
.lp-geo-block__list-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.69;
    color: #2b2b2b;
}
@media screen and (max-width: 1199px) {
    .lp-geo-block__bg_plane {
        left: 50%;
    }
}
@media screen and (max-width: 991px) {
    .lp-geo-block__bg_plane {
        background-size: contain;
        top: auto;
        height: 100%;
        max-height: 80%;
    }
}
@media screen and (max-width: 575px) {
    .lp-geo-block__bg_plane {
        max-height: 72%;
    }
}
@media screen and (max-width: 359px) {
    .lp-geo-block__bg_plane {
        max-height: 60%;
    }
}

.lp-filials-list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.lp-filials-list__item {
    padding: 0 10px 0 42px;
    position: relative;
    font-weight: normal;
    font-size: 18px;
    color: #2B2B2B;
    line-height: 1.33;
    margin: 0 0 25px;
    flex: 0 0 25%;
    max-width: 25%;
}
.lp-filials-list__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.lp-filials-list__item_city:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-green.svg");
}
.lp-filials-list__item_filial:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-blue.svg");
}
@media screen and (max-width: 1199px) {
    .lp-filials-list__item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media screen and (max-width: 991px) {
    .lp-filials-list__item {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .lp-filials-list__item {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (max-width: 575px) {
    .lp-filials-list__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.lp-points-list {
    display: flex;
    margin: 16px -10px 0;
    flex-wrap: wrap;
}
.lp-points-list__item-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
}
.lp-points-list__item {
    padding: 24px 54px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: center;
}
.lp-points-list__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    background-size: 290px auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.lp-points-list__item_city:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-green.svg");
}
.lp-points-list__item_filial:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-blue.svg");
}
.lp-points-list__desc {
    flex: 1 1 auto;
    margin-bottom: 30px;
}
.lp-points-list__date {
    font-weight: 500;
    font-size: 13px;
    color: rgba(43,43,43,0.4);
    line-height: 1.69;
    margin-bottom: 28px;
}
.lp-points-list__title {
    font-size: 18px;
    color: #2B2B2B;
    line-height: 1.33;
    position: relative;
    padding-top: 35px;
    font-weight: normal;
}
.lp-points-list__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lp-points-list__item_city .lp-points-list__title:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-green.svg");
}
.lp-points-list__item_filial .lp-points-list__title:before {
    background-image: url("/local/templates/main/css/../i/icons/marker-blue.svg");
}
.lp-points-list__text {
    font-weight: 500;
    font-size: 11px;
    color: rgba(43,43,43,0.5);
    line-height: 2;
}
.lp-points-list__footer {
    flex: 0 0 auto;
}
.lp-points-list__btn {}
.lp-points-list__more {
    display: flex;
    flex-direction: column;
}
.lp-points-list__more-svg {
    margin-bottom: 16px;
}
.lp-points-list__more-text {
    font-weight: normal;
    font-size: 18px;
    color: #2B2B2B;
    line-height: 1.33;
}
@media screen and (max-width: 767px) {
    .lp-points-list__date {
        margin-bottom: 16px;
    }
    .lp-points-list__title {
        font-size: 16px;
    }
    .lp-points-list__desc {
        margin-bottom: 16px;
    }
}

.lp-gallery {}
.lp-gallery__list {}
.lp-gallery__item-wrapper {
    margin-bottom: 16px;
}
.lp-gallery__item {
    height: 0;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-brands {}
.lp-brands__list {
    margin: 0 -15px;
}
.lp-brands__item-wrapper {
    padding: 0 15px;
    margin-bottom: 10px;
}
.lp-brands__item {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.lp-brands__img {
    max-width: 100%;
    max-height: 100%;
}
.lp-brands_mb_md {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .lp-brands__list_lg_5 .lp-brands__item-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.lp-images-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .lp-images-group {
        flex-wrap: wrap;
    }
}

main .page-content__wrapper:not(.page-content__wrapper_with_nav) {
    padding-top: 0;
    overflow: hidden;
}
.page-content__title_pt {
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    main .page-content__wrapper:not(.page-content__wrapper_with_nav) {
        padding-top: 0;
    }
    main .page-content__wrapper .page-content {
        padding-top: 0;
    }
    .page-content__title_pt {
        padding-top: 20px;
    }
}

textarea.textarea_tall {
    height: 240px;
}

.animation-truck-car {
    animation: animationCar linear 2s;
    -webkit-animation: animationCar linear 2s;
    -moz-animation: animationCar linear 2s;
    -o-animation: animationCar linear 2s;
    -ms-animation: animationCar linear 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
@keyframes animationCar {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 0px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.animation-plane {
    transform-origin: 70% 70%;
    animation: animationPlane linear 7s;
    -webkit-animation: animationPlane linear 7s;
    -moz-animation: animationPlane linear 7s;
    -o-animation: animationPlane linear 7s;
    -ms-animation: animationPlane linear 7s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
@keyframes animationPlane {
    0% {
        transform: translate(-2px, 20px) rotate(1.5deg);
    }
    25% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    50% {
        transform: translate(2px, -15px) rotate(-1.5deg);
    }
    75% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        transform: translate(-2px, 20px) rotate(1.5deg);
    }
}


.lp-radio-control {
    position: relative;
    height: 100%;
    display: flex;
}
.lp-radio-control > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.lp-radio-control > label,
.lp-radio-control__label {
    border: 1px solid rgba(221, 221, 221, 0.6);
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    min-height: 48px;
    height: 100%;
    align-items: center;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    background: none;
    transition: background 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    padding: 8px 16px;
}
.lp-radio-control__label-icon {
    flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 16px;
}
.lp-radio-control__label-icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.lp-radio-control__label-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
}
.lp-radio-control > input:checked + .lp-radio-control__label,
.lp-radio-control > input:checked + label {
    background: #95C518;
    border-color: #95C518;
}

.lp-radio-pill__group {
    display: flex;
    flex-wrap: wrap;
}
.lp-radio-pill {
    position: relative;
}
.lp-radio-pill > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
}
.lp-radio-pill > label,
.lp-radio-pill__label {
    padding: 3px 10px 4px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.18;
    text-align: center;
    background: none;
    transition: background 0.2s ease;
    cursor: pointer;
}
.lp-radio-pill__label-text {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: border-color 0.2s ease;
}
.lp-radio-pill > input:checked + label,
.lp-radio-pill > input:checked + .lp-radio-pill__label {
    background: #95C518;
}
.lp-radio-pill > input:checked + label .lp-radio-pill__label-text,
.lp-radio-pill > input:checked + .lp-radio-pill__label .lp-radio-pill__label-text {
    border-color: transparent;
}
@media screen and (min-width: 768px) {
    .lp-radio-pill > label:hover .lp-radio-pill__label-text,
    .lp-radio-pill__label:hover .lp-radio-pill__label-text {
        border-color: transparent;
    }
}

.lp-catalog {}
.lp-catalog__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.lp-catalog__item-wrapper {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.lp-catalog__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #F7F8F9;
    border-radius: 2px;
    padding: 20px;
}
.lp-catalog__item-header {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.lp-catalog__item-body {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 40px 0;
}
.lp-catalog__item-footer {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}
.lp-catalog__icon {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #DADCDD;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.lp-catalog__icon-svg {
    max-width: 100%;
    max-height: 100%;
}
.lp-catalog__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #2B2B2B;
}
.lp-catalog__img {
    display: block;
}
.lp-catalog__info {}
.lp-catalog__price {
    color: #2B2B2B;
}
.lp-catalog__price-cost {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}
.lp-catalog__price-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}
.lp-catalog__helper {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.48;
    color: rgba(43,43,43,0.75);
    margin-top: 0px;
}
.lp-catalog__btn.btn {
    padding: 0 30px;
    margin-left: 16px;
}
@media screen and (max-width: 1199px) {
    .lp-catalog__item-footer {
        flex-wrap: wrap;
    }
    .lp-catalog__btn.btn {
        margin: 20px 0 0;
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .lp-catalog__list {
        margin: 0 -10px 20px;
    }
    .lp-catalog__item-wrapper {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .lp-catalog__icon {
        margin-right: 16px;
    }
    .lp-catalog__name {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .lp-catalog__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .lp-catalog__item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.lp-review-block {
    position: relative;
    padding: 40px;
    background: #F7F8F9;
    z-index: 1;
}
.lp-review-block__content {
    position: relative;
    z-index: 5;
    max-width: 550px;
}
.lp-review-block__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 35px;
}
.lp-review-block__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.36;
    color: #2B2B2B;
}
.lp-review-block__add {
    display: flex;
    align-items: center;
}
.lp-review-block__add-icon {
    flex: 0 0 auto;
    margin-right: 10px;
}
.lp-review-block__add-icon-svg {
    display: block;
}
.lp-review-block__add-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    color: #1898D2;
    margin-top: 2px;
}
.lp-review-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.lp-review-block__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(45% - 1px);
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,  rgba(247,248,249,1) 0%, rgba(247,248,249,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,248,249,1) 0%,rgba(247,248,249,0) 100%);
    background: linear-gradient(to right,  rgba(247,248,249,1) 0%,rgba(247,248,249,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#00f7f8f9',GradientType=1 );
}
.lp-review-block__bg-inner {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.lp-review-block_footer {
    margin: 40px 0 -30px;
}
@media screen and (min-width: 1200px) and (max-width: 1379px),
screen and (min-width: 992px) and (max-width: 1052px) {
    .lp-review-block_footer {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media screen and (max-width: 991px) {
    .lp-review-block__bg-inner {
        opacity: 0.3;
    }
}
@media screen and (max-width: 767px) {
    .lp-review-block {
        padding: 20px 20px 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .lp-review-block__content {
        max-width: 100%;
    }
    .lp-review-block__head {
        padding-right: 0;
    }
    .lp-review-block__bg {
        position: relative;
        height: 0;
        padding-bottom: 57.64%;
        margin-left: -20px;
        margin-right: -20px;
    }
    .lp-review-block__bg:before {
        top: -1px;
        left: 0;
        bottom: auto;
        height: 65%;
        background: -moz-linear-gradient(top,  rgba(247,248,249,1) 0%, rgba(247,248,249,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(247,248,249,1) 0%,rgba(247,248,249,0) 100%);
        background: linear-gradient(to bottom,  rgba(247,248,249,1) 0%,rgba(247,248,249,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#00f7f8f9',GradientType=0 );
    }
    .lp-review-block__bg-inner {
        left: 0;
        opacity: 1;
    }
}

.lp-review-slider {
    position: relative;
}
.lp-review-slider .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}
.lp-review-slider .swiper-slide-active {
    opacity: 1 !important;
}
.lp-review-slider__item {
    padding: 10px 35px 28px;
}
.lp-review-slider__desc {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.lp-review-slider__desc:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
}
.lp-review-slider__text {
    overflow: hidden;
}
.lp-review-slider__text p:last-child {
    margin-bottom: 0;
}
.lp-review-slider__text_cutted {
    max-height: 175px;
}
.lp-review-slider__text_cutted + .lp-review-slider__text-toggle {
    display: inline;
}
.lp-review-slider__text_expanded {
    max-height: 1000px;
}
.lp-review-slider__text-toggle {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    color: #1898D2;
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    position:relative;
    z-index:8888;
    /* display: none;*/
}
.swiper-button-disabled {
    display:none;
}
.lp-review-slider__text-toggle:hover {
    color: #95C518;
    border-color: rgba(149, 197, 24, 0.5);
}
.lp-review-slider__text-toggle_active {
    border-color: #1898D2;
}
.lp-review-slider__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.31;
    color: #2B2B2B;
}
.lp-review-slider__date {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.48;
    color: rgba(43,43,43,0.75);
    margin-top: 3px;
}
.lp-review-slider .swiper-button-prev,
.lp-review-slider .swiper-button-next {
    margin: 0;
    top: 128px;
    transform: translate(0,-50%);
    /*margin-top: -35px;*/
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.lp-review-slider .swiper-button-prev:hover,
.lp-review-slider .swiper-button-next:hover {
    opacity: 1;
}
.lp-review-slider .swiper-button-prev:after,
.lp-review-slider .swiper-button-next:after {
    content: none;
    display: none;
}
.lp-review-slider .swiper-button-prev {
    border-width: 15px 15px 15px 0;
    border-color: transparent #1897d2 transparent transparent;
    left: 0;
}
.lp-review-slider .swiper-button-next {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #1897d2;
    right: 0;
}
.lp-review-slider .swiper-pagination {
    position: absolute;
    left: 35px;
    bottom: 0;
    display: flex;
}
.lp-review-slider .swiper-pagination > .swiper-pagination-bullet {
    margin: 4px 0;
    border: 1px solid #CECECE;
    background: none;
    transition: background 0.3s ease, border-color 0.3s ease;
    opacity: 1;
}
.lp-review-slider .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
    margin-right: 16px;
}
.lp-review-slider .swiper-pagination > .swiper-pagination-bullet-active {
    background: #1898D2;
    border-color: #1898D2;
}
@media screen and (max-width: 575px) {
    .lp-review-slider .swiper-container {
        overflow: visible;
    }
    .lp-review-slider__item {
        padding: 10px 15px 28px;
    }
    .lp-review-slider .swiper-button-prev {
        left: -10px;
    }
    .lp-review-slider .swiper-button-next {
        right: -10px;
    }
    .lp-review-slider .swiper-pagination {
        left: 15px;
    }
}

.lp-steps-block {
    display: flex;
    margin: 0 -15px 70px;
    counter-reset: stepsBlockItem;
}
.lp-steps-block__item {
    flex: 1;
    padding: 0 15px;
    position: relative;
    counter-increment: stepsBlockItem;
}
.lp-steps-block__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 30px;
    left: 98px;
    height: 1px;
    right: 5px;
    background: #EDEDED;
}
.lp-steps-block__icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 8px 31px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.0626415);
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-steps-block__icon-wrapper:before {
    content: counter(stepsBlockItem);
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: rgba(196, 196, 196, 0.15);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: rgba(149, 197, 24, 0.5);

}
.lp-steps-block__icon-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C4C4C4;
    border: 2px solid #fff;
}
.lp-steps-block__icon-wrapper_green:after {
    background: #95C518;
}
.lp-steps-block__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.69;
    color: #3B3F41;
}
@media screen and (max-width: 767px) {
    .lp-steps-block {
        flex-direction: column;
    }
    .lp-steps-block__item {
        display: flex;
        align-items: center;
    }
    .lp-steps-block__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .lp-steps-block__item:not(:last-child):before {
        left: 45px;
        top: 60px;
        width: 1px;
        height: auto;
        bottom: -30px;
    }
    .lp-steps-block__icon-wrapper {
        margin-right: 20px;
        margin-bottom: 0;
        flex: 0 0 60px;
        align-self: flex-start;
    }
    .lp-steps-block__icon-wrapper:after {
        top: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-left: 1px;
    }
}

.lp-app-slider {}
.lp-app-slider__content-wrapper {
    align-self: flex-start;
}
.lp-app-slider__content {
    position: relative;
    max-width: 448px;
}
.lp-app-slider__content-inner {
    position: relative;
    padding: 6.02% 6.69%;
}
.lp-app-slider__img-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.lp-app-slider__img {}
.lp-app-slider__tabs {}
@media screen and (max-width: 991px) {
    .lp-app-slider__tabs {
        padding-left: 24px;
    }
}
@media screen and (max-width: 767px) {
    .lp-app-slider__content {
        max-width: 240px;
        margin: 0 auto 24px;
    }
    .lp-app-slider__tabs {
        padding-left: 0;
    }
}

.lp-list-collapsed {}
.lp-list-collapsed__item {
    position: relative;
}
.lp-list-collapsed__item:not(:last-child) {
    margin-bottom: 30px;
}
.lp-list-collapsed__item-head {
    position: relative;
}

.lp-list-collapsed__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
    align-items: center;
    white-space: nowrap;
}
.lp-list-collapsed__name:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #2b2b2b transparent transparent transparent;
    margin-left: 6px;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}
.lp-list-collapsed__name-inner {
    border-bottom: 1px dashed #2B2B2B;
    display: inline;
    transition: border-color 0.3s ease;
    white-space: normal;
}
.lp-list-collapsed__name:hover {
    color: #95C518;
}
.lp-list-collapsed__name:hover .lp-list-collapsed__name-inner {
    border-color: #95C518;
}
.lp-list-collapsed__name_active,
.lp-list-collapsed__name_active:hover {
    color: #95C518;
}
.lp-list-collapsed__name_active:after {
    transform: rotate(-180deg);
}
.lp-list-collapsed__name_active .lp-list-collapsed__name-inner,
.lp-list-collapsed__name_active:hover .lp-list-collapsed__name-inner {
    border-color: transparent;
}
.lp-list-collapsed__item-body {
    display: none;
}
.lp-list-collapsed__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    color: #2B2B2B;
}

.lp-list-collapsed_checked .lp-list-collapsed__item {
    padding-left: 80px;
}
.lp-list-collapsed_checked .lp-list-collapsed__item:not(:last-child) {
    margin-bottom: 20px;
}
.lp-list-collapsed_checked .lp-list-collapsed__item-head {
    display: table;
    height: 60px;
}
.lp-list-collapsed_checked .lp-list-collapsed__item-head:before {
    content: "\e900";
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    font-style: normal;
    font-family: "baikal-icons";
    text-align: center;
    position: absolute;
    left: -66px;
    top: 50%;
    transform: translate(0,-50%);
    width: 32px;
    height: 32px;
    background: rgba(149, 197, 24, 0.1);
    border-radius: 50%;
    color: #95C518;
    box-shadow: 0 0 0 14px #fff, 0px 1px 2px 14px rgba(0, 0, 0, 0.0626415), 0px 8px 31px 14px rgba(0, 0, 0, 0.1);
}
.lp-list-collapsed_checked .lp-list-collapsed__name {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .lp-list-collapsed__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .lp-list-collapsed_checked .lp-list-collapsed__item {
        padding-left: 48px;
    }
    .lp-list-collapsed_checked .lp-list-collapsed__item:not(:last-child) {
        margin-bottom: 16px;
    }
    .lp-list-collapsed_checked .lp-list-collapsed__item-head {
        height: 32px;
    }
    .lp-list-collapsed_checked .lp-list-collapsed__item-head:before {
        font-size: 10px;
        line-height: 16px;
        left: -40px;
        width: 16px;
        height: 16px;
        box-shadow: 0 0 0 8px #fff, 0px 1px 2px 8px rgba(0, 0, 0, 0.0626415), 0px 8px 31px 8px rgba(0, 0, 0, 0.1);
    }
}

.lp-img-bordered {
    width: 800px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.lp-lk-intro {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.lp-lk-intro__btn {}
.lp-lk-intro__btn:before {
    content: "\e92f";
    position: relative;
    font-size: 30px;
    margin-right: 16px;
    font-family: 'baikal-icons';
    line-height: 1;
    font-weight: normal;
    font-style: normal;
}
.lp-lk-intro__text {
    font-size: 16px;
    font-weight: 600;
    margin-left: 24px;
}
@media screen and (max-width: 991px) {
    .lp-lk-intro__btn.page-cover__btn {
        font-size: 14px;
    }
    .lp-lk-intro__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .lp-lk-intro {
        flex-wrap: wrap;
    }
    .lp-lk-intro__text {
        flex: 0 0 100%;
        margin: 16px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .lp-lk-intro__btn.page-cover__btn.btn {
        display: flex;
        padding: 0 24px;
        flex: 0 0 100%;
    }
}


@media screen and (max-width: 767px) {
    .lp-image-single {
        margin: 0 0 20px;
    }
}

.fancybox-img {
    width: 800px;
    max-width: 100%;
    display: block;
    position: relative;
}
@media screen and (max-width: 767px) {
    .fancybox-img:after {
        content: "";
        position: absolute;
        bottom: 12px;
        right: 12px;
        width: 18px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzMgMUgxVjMzSDMzVjFaIiBzdHJva2U9IiMwMDk3RDQiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMiA3SDI3VjEyIiBzdHJva2U9IiMwMDk3RDQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIwIDE0TDI3IDciIHN0cm9rZT0iIzAwOTdENCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTIgMjdIN1YyMiIgc3Ryb2tlPSIjMDA5N0Q0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNCAyMEw3IDI3IiBzdHJva2U9IiMwMDk3RDQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTI3IDIyVjI3SDIyIiBzdHJva2U9IiMwMDk3RDQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIwIDIwTDI3IDI3IiBzdHJva2U9IiMwMDk3RDQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTcgMTJWN0gxMiIgc3Ryb2tlPSIjMDA5N0Q0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNCAxNEw3IDciIHN0cm9rZT0iIzAwOTdENCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    }
}
/* End */


/* Start:/local/templates/main/css/modal.css?16637387392793*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    max-width: 100%;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
    background-clip: padding-box;
    outline: 0;
    padding: 30px;
    border-radius: 2px;
}
.modal-message__wrapper {
    position: relative;
    width: 100%;
    background-color: #FFF;
    outline: 0;
    padding: 30px;
    border-radius: 2px;
    display: none;
}
.modal-message {}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.6;
}
.modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #2B2B2B;
}
.modal-close:before {
    content: "\e931";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "baikal-icons";
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    transition: color 0.3s ease;
}
.modal-close:hover {}
.modal-header {
    margin-bottom: 30px;
    padding-right: 32px;
}
.modal-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.36;
    color: #2B2B2B;
    margin: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 0.5rem auto;
    }
    .modal-dialog_md {
        max-width: 750px;
    }
    .modal-dialog_lg {
        max-width: 1150px;
    }
    .modal-header {
       padding-right: 64px;
    }
    .modal-close {
        top: 25px;
        right: 25px;
        position: fixed;
        color: rgba(255,255,255,0.5);
    }
    .modal-close:hover {
        color: #fff;
    }
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
@media screen and (max-width: 767px) {
    
}
/* End */


/* Start:/plugins/uploader/style_new.css?16770530513111*/
.file-uploader {
    position: relative;
    border: 1px dashed #DEDEDE;
    border-radius: 2px;
    padding: 16px 16px 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}
.file-uploader.has-error {
    border: 1px dashed #DE3333;
}
.file-uploader:hover {
    background: rgba(216,216,216,0.15);
}
.file-uploader__message.text-red p {
    display: flex;
    color: #DE3333;
    line-height: 20px;
}
.file-uploader__message.text-red p:before {
    content: "!";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: rgba(222, 51, 51, 0.16);
    color: #DE3333;
}
.file-uploader__count {
    font-size: 13px;
    color: #2b2b2b;
}
.file-uploader__group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.file-uploader__btn {
    margin: 0 16px 16px 0;
}
.file-uploader__text {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(43,43,43,0.6);
    margin-bottom: 16px;
}
.file-uploader__control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.file-uploader__list {
    position: relative;
    z-index: 12;
}
.file-uploader__item {
    position: relative;
    z-index: 12;
    margin-top: 8px;
}
.file-uploader__item:first-child {
    margin-top: 16px;
}
.file-uploader__item:last-child {
    margin-bottom: 16px;
}
.file-uploader__item-inner {
	display: flex;
    align-items: center;
}
.file-uploader__item-name {
    flex: 1 1 auto;
    background: #F3F3F3;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #2b2b2b;
    padding: 0 8px 0 32px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-uploader__item-name:before {
    content: "\e900";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #95C518;
}
.file-uploader__item-del {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(43,43,43,0.6);
    flex: 0 0 auto;
    margin-left: 12px;
    cursor: pointer;
}
.file-uploader__item-del:before {
    content: "\e903";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 8px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #DE3333;
    margin-top: 1px;
}
.file-uploader__item-del:hover {
    color: rgba(43,43,43,0.8);
}
@media screen and (max-width: 767px) {
    .file-uploader__item-inner {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .file-uploader__item-name {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .file-uploader__item-del {
        margin-top: 4px;
    }
}
/* End */


/* Start:/business/delivery-wb/inc/change.css?1636718710341*/
#change .form-group.has-error .form-control {
    border-color: #DE3333;
}

.form-group-file .form-control[disabled] {
	background: #fff;
	cursor:default;
}

#change .tc-desc {
	font-size: 11px;
	color: #989393;
	display:block;
}

#change .tc-error {
	font-size: 11px;
	color: #DE3333;
	display:block;
	padding-top:5px;
}
/* End */


/* Start:/local/templates/main/css/slider-package.css?16475225102803*/
.slider-package {
    position: relative;
    background: #f7f8f9;
    padding: 40px 40px 50px;
    border-radius: 2px;
}
.slider-package__title {
    margin: 0 0 24px;
}
.slider-package__inner {
    position: relative;
}
.slider-package .swiper-slide {
    transform: scale(0.7,0.7);
    transition: transform 0.5s ease;
}
.slider-package .swiper-slide-active {
    transform: scale(1,1) !important;
}
.slider-package__item {
    padding: 16px 0 0;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin: 16px 0;
}
.slider-package__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(43, 43, 43, 0.7);
    margin-bottom: 8px;
    padding: 0 16px;
}
.slider-package__img {
    display: inline-block;
}
.swiper-button-disabled {
    display:none;
}
.slider-package .swiper-button-prev,
.slider-package .swiper-button-next {
    margin: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.slider-package .swiper-button-prev:hover,
.slider-package .swiper-button-next:hover {
    opacity: 1;
}
.slider-package .swiper-button-prev:after,
.slider-package .swiper-button-next:after {
    content: none;
    display: none;
}
.slider-package .swiper-button-prev {
    border-width: 15px 15px 15px 0;
    border-color: transparent #1897d2 transparent transparent;
    left: -28px;
}
.slider-package .swiper-button-next {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #1897d2;
    right: -28px;
}
.slider-package .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -32px;
    display: flex;
}
.slider-package .swiper-pagination > .swiper-pagination-bullet {
    margin: 4px 0;
    border: 1px solid #CECECE;
    background: none;
    transition: background 0.3s ease, border-color 0.3s ease;
    opacity: 1;
}
.slider-package .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
    margin-right: 16px;
}
.slider-package .swiper-pagination > .swiper-pagination-bullet-active {
    background: #1898D2;
    border-color: #1898D2;
}
@media screen and (max-width: 767px) {
    .slider-package {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px 20px 50px;
    }
    .slider-package .swiper-container {
        overflow: visible;
    }
    .slider-package .swiper-slide {
        transform: scale(0.9,0.9);
    }
    .slider-package .swiper-button-prev,
    .slider-package .swiper-button-next {
        display: none;
    }
    .slider-package__title {
        margin: 0 0 16px;
    }
    .slider-package__text {
        font-size: 14px;
    }
}
/* End */


/* Start:/plugins/swiper/swiper.min.css?158774284013664*/
/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */
/* /local/templates/main/css/page-cover.css?16076068759741 */
/* /local/templates/main/css/lp.css?163940025937782 */
/* /local/templates/main/css/modal.css?16637387392793 */
/* /plugins/uploader/style_new.css?16770530513111 */
/* /business/delivery-wb/inc/change.css?1636718710341 */
/* /local/templates/main/css/slider-package.css?16475225102803 */
/* /plugins/swiper/swiper.min.css?158774284013664 */
