

/* Start:/bitrix/components/ranx/block.landing/templates/15_1/style.min.css?1732541144727*/
.block15-1 .block-title{margin-bottom:0 !important}.block15-1.block.content-align-center .block-btns,.block15-1.block.content-align-center .block-title{justify-content:center;text-align:center}.block15-1.block.content-align-left .block-btns,.block15-1.block.content-align-left .block-title{justify-content:flex-start;text-align:left}.block15-1.block.content-align-wide .block-btns,.block15-1.block.content-align-wide .block-title{justify-content:flex-start;text-align:justify}.block15-1 .block-title-col.col-lg-10{flex-basis:calc(2/3 * 100%);max-width:calc(2/3 * 100%)}.block15-1.wide-block .block-title-col.col-lg-10{flex-basis:100%;max-width:100%}.block15-1.wide-block .block-desc-col.col-lg-8{flex-basis:100%;max-width:100%}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/19_1/style.css?177977966710885*/
.block19-1 .product {
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.block19-1 .product:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    z-index: 10;
}
.block19-1 .product-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333 !important;
}
.block19-1 .product-available,
.modal19_1 .product-available {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    position: relative;
    padding-left: 14px;
}
.block19-1 .product-available::before,
.modal19_1 .product-available::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.block19-1 .product-available-yes,
.modal19_1 .product-available-yes { color: #69BE15; }
.block19-1 .product-available-yes::before,
.modal19_1 .product-available-yes::before { background-color: #69BE15; }
.block19-1 .product-available-no,
.modal19_1 .product-available-no { color: #E93B3B; }
.block19-1 .product-available-no::before,
.modal19_1 .product-available-no::before { background-color: #E93B3B; }

.block19-1 .product-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: auto;
}
.block19-1 .product-prices,
.modal19_1 .product-prices {
    display: flex;
    flex-wrap: wrap;
}
.block19-1 .product-prices > div,
.modal19_1 .product-discount {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block19-1 .product-price,
.modal19_1 .product-price {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin-right: 7px;
}
.block19-1 .product-price-old,
.modal19_1 .product-price-old {
    font-size: 13px;
    line-height: 30px;
    text-decoration: line-through;
    color: #999999;
}
.product-economy-percent {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    padding: 1px 3px 1px 4px;
    background-color: #FFD600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2px;
}
.product-economy-money {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    padding: 1px 2px 1px 5px;
    background-color: #ffef9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-size {
	font-size: 11px;
    line-height: 16px;
    padding: 1px 2px 1px 5px;
    background-color: #f7f9f4;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.block19-1 .product .btn {
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}
.block19-1 .product:hover .btn {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.block19-1 .product-stickers {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.block19-1 .product-sticker {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 1px 5px 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.block19-1 .product-sticker-sale {
    background-color: #FFD600;
    color: #333333;
}
.block19-1 .product-sticker-new {
    background-color: #46BD1C;
}
.block19-1 .product-sticker-recommend {
    background-color: #8E51CB;
}
.block19-1 .product-sticker-hit {
    background-color: #FC3E14;
}

.block19-1 .product-img {
    max-height: 270px;
    margin-bottom: 25px;
    position: relative;
    padding-top: 100%;
}
.block19-1 .product-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: auto;
    margin: auto;
    border-radius: 7px;
}
.block19-1 .col-xl-4 .product-img {
    max-height: 390px;
}
.block19-1 .col-xl-6 .product-img {
    max-height: 580px;
}
.block19-1 a.product-img,
.block19-1 a.product-name {
    display: block;
    cursor: pointer;
}
.block19-1 .product-buy {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.block19-1 .product:hover .product-buy {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.block19-1 .product-buy:not(.in-basket) > div {
    width: 50%;
}
.block19-1 .product-buy-btn,
.block19-1 .product-buy-basket-btn {
    padding-top: 12px;
    padding-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0 !important;
}
.block19-1 .counter {
    border-radius: 0;
    border: none;
    border-top: 1px solid #ececec;
}
.block19-1 .product-buy-basket-btn,
.block19-1 .product-buy.in-basket .product-buy-btn,
.block19-1 .product-buy.in-basket .counter {
    display: none;
}
.block19-1 .product-buy.in-basket .product-buy-basket-btn {
    display: block;
}
@media (max-width: 1199px) {
    .block19-1 .product-buy {
        position: static;
        opacity: 1;
        visibility: visible;
        height: auto;
        margin: -25px;
        margin-top: 25px;
        box-shadow: none;
    }
}


/* modal */
.modal19_1 .simplebar-track.simplebar-horizontal {
    height: 3px;
    overflow: visible;
    bottom: 0;
}
.modal19_1 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 3px;
    top: 0;
}
.modal19_1 .product-images {
    margin: 0 -60px 58px;
    white-space: nowrap;
    border-bottom: 1px solid #ECECEC;
}
.modal19_1 .product-images img {
    width: auto;
    height: 400px;
    padding-bottom: 20px;
}
.modal19_1 .product-image {
    margin-bottom: 58px;
}
.modal19_1 .product-image img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}
.modal19_1 .product-category {
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 8px;
}
.modal19_1 .product-name {
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 20px;
}
.modal19_1 .product-info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.modal19_1 .product-available {
    margin: 0 28px 0 0;
}
.modal19_1 .product-rating {
    display: flex;
}
.modal19_1 .product-star {
    margin-right: 1px;
    width: 15px;
    height: 15px;
    position: relative;
}
.modal19_1 .product-star--on {
    color: #f2d228;
}
.modal19_1 .product-star--off {
    color: #dfdfdf;
}
.modal19_1 .product-star svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.modal19_1 .product-sale {
    border-radius: 3px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 42px;
}
.modal19_1 .product-sale:not(.empty-price) {
    padding: 25px 30px;
    border: 1px solid #ECECEC;
}
.modal19_1 .product-sale.empty-price {
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
}
.modal19_1 .product-discount {
    margin-bottom: 5px;
}
.modal19_1 .product-desc {
    margin-bottom: 25px;
}
.modal19_1 .product-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 16px;
}
.modal19_1 .product-desc-text {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}
.modal19_1 .product-char {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    padding: 13px 17px;
}
.modal19_1 .product-char:nth-child(2n) {
    background: #F7F7F7;
}
.modal19_1 .product-char:nth-child(2n+1) {
    background: #FFFFFF;
}

.modal19_1 .product-buy {
    display: flex;
}
.modal19_1 .product-buy:not(.in-basket) > div {
    width: 50%;
}
.modal19_1 .product-buy-btn,
.modal19_1 .product-buy-basket-btn {
    cursor: pointer;
    margin-top: 0 !important;
}
.modal19_1 .counter {
    margin-right: 10px;
}
.modal19_1 .product-buy-basket-btn,
.modal19_1 .product-buy.in-basket .product-buy-btn,
.modal19_1 .product-buy.in-basket .counter {
    display: none;
}
.modal19_1 .product-buy.in-basket .product-buy-basket-btn {
    display: block;
}

@media (max-width: 991px) {
    .modal19_1 .product-images {
        margin-left: -30px;
        margin-right: -30px;
    }
    .block19-1 .product .btn {
        opacity: 1;
    }
}

@media (min-width: 720px) {
    .modal19_1 .product-button .btn {
        width: 330px;
        padding: 13px 0 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .modal19_1 .empty-price .product-button .btn {
        width: unset;
        padding: 13px 42px 15px;
    }
}

@media (max-width: 720px) {
.product-size {
	font-size: 11px;
    line-height: 16px;
    padding: 1px 2px 1px 5px;
    background-color: #f7f9f4;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    width:75%;
}
}

@media (max-width: 575px) {
    .modal19_1 .product-images {
        margin: 0 -15px 20px;
    }
    .modal19_1 .product-image {
        margin-bottom: 20px;
    }
    .modal19_1 .product-name {
        font-size: 25px;
        line-height: 30px;
    }
    .modal19_1 .product-info {
        margin-bottom: 20px;
    }
    .modal19_1 .product-sale {
        margin-bottom: 20px;
    }
    .modal19_1 .product-sale:not(.empty-price) {
        padding: 20px 25px;
    }
    .modal19_1 .product-sale.empty-price {
        padding-bottom: 20px;
    }
    .modal19_1 .product-title {
        margin-bottom: 14px;
    }
    .modal19_1 .product-desc {
        margin-bottom: 20px;
    }
    .modal19_1 .product-desc-text {
        font-size: 14px;
        line-height: 24px;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_1/style.css?17344428444518*/
.block14-1 {
    position: relative;
    overflow: hidden;
}
.block14-1 .block-title {
    padding-right: 85px;
    margin-bottom: 0 !important;
}
.block14-1.content-picture-left .block-title {
    padding-left: 85px;
    padding-right: 0;
}
.block14-1-bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
    /*background-size: cover;*/
}
.block14-1-bg-image img {
    max-width: 100%;
}
.block14-1.content-picture-left .block14-1-bg-image {
    left: 0;
    right: unset;
}
.block14-1.indent-top-100.indent-bot-100 .block14-1-bg-image,
.block14-1.indent-top-150.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 200px);
}
.block14-1.indent-top-150.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 300px);
}
.block14-1.indent-top-50.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-100.indent-bot-0 .block14-1-bg-image,
.block14-1.indent-top-0.indent-bot-100 .block14-1-bg-image {
    max-height: calc(100% - 100px);
}
.block14-1.indent-top-100.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-100 .block14-1-bg-image,
.block14-1.indent-top-150.indent-bot-0 .block14-1-bg-image,
.block14-1.indent-top-0.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 150px);
}
.block14-1.indent-top-0.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-0 .block14-1-bg-image {
    max-height: calc(100% - 50px);
}

@media (max-width: 991px) {
    .block14-1-bg-image {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        max-height: unset !important;
        height: auto;
    }
    .block14-1-bg-image img {
        width: 100%;
    }
    .block14-1 .block-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



.block14-1 .tizers {
    justify-content: center;
    align-items: center;
}
.block14-1 .tizer {
    padding: 0 20px;
    position: relative;
}
.block14-1 .tizer-wrap {
    display: flex;
    flex-direction: column;

    height: 100%;
    background: #ffffff;

    position: relative;
    top: 0;
    transition: top 0.3s;
}
.block14-1.hover-effect .tizer:hover {
    cursor: pointer;
    background: transparent !important;
}
.block14-1.hover-effect .tizer:hover .tizer-wrap {
    top: -20px;
    transition: top 0.3s;
    cursor: pointer;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.block14-1.content-align-left .tizer-wrap {
    align-items: flex-start;
}
.block14-1.content-align-left .tizer {
    text-align: center;
}
.block14-1.content-align-center .tizer-wrap {
    align-items: center;
}
.block14-1.content-align-center .tizer {
    text-align: center;
}
.block14-1.content-align-wide .tizer {
    text-align: center;
}
.block14-1 .tizer.bg-color {
    background-clip: content-box;
}
.block14-1 .tizer.bg-color .tizer-wrap,
.block14-1.hover-effect .tizer .tizer-wrap{
    padding: 20px 30px 0;
}
.block14-1 .img-round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block14-1.content-picture-center .img-round {
    align-self: center;
}
.block14-1.content-picture-left .img-round {
    align-self: flex-start;
}
.block14-1.content-picture-right .img-round {
    align-self: flex-end;
}
.block14-1 .tizer-name {
    font-size: 17px;
    line-height: 0px;
    color: inherit;
    margin-bottom: 10px;
    text-align: center;
}
.block14-1.text-light .tizer-name {
    color: #ffffff;
}

.block14-1.hover-effect .tizer.slick-slide:hover .tizer-wrap {
    transition: unset;
    top: 0;
}
.block14-1 .tizer.slick-slide .tizer-text {
    margin-bottom: 0;
}
.block14-1 .slider--one-slide .slick-dots {
    display: none !important;
}
.block14-1 .slick-dots {
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block14-1 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block14-1 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block14-1 .slick-dots li > button {
    display: none;
}
@media (max-width: 767px) {
    .block14-1 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child) {
        display: none;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_2/style.css?17344371923038*/
.block2-2 .tizers {
    margin-bottom: -60px;
    justify-content: center;
}
.block2-2 .tizer {
    position: relative;
}
.block2-2 .tizer-wrap {
    display: flex;
    flex-direction: column;

    height: 100%;
    background: #ffffff;

    position: relative;
    top: 0;
    transition: top 0.3s;
}
.block2-2.hover-effect .tizer:hover {
    cursor: pointer;
    background: transparent !important;
}
.block2-2.hover-effect .tizer:hover .tizer-wrap {
    top: -20px;
    transition: top 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.block2-2.hover-effect .tizer.bg-transparent:hover .tizer-wrap {
    box-shadow: unset;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.block2-2.content-align-left .tizer-wrap {
    align-items: flex-start;
}
.block2-2.content-align-left .tizer {
    text-align: left;
}
.block2-2.content-align-center .tizer-wrap {
    align-items: center;
}
.block2-2.content-align-center .tizer {
    text-align: center;
}
.block2-2.content-align-wdie .tizer {
    text-align: justify;
}
.block2-2 .tizer.bg-color {
    background-clip: content-box;
}
.block2-2 .tizer.bg-color .tizer-wrap,
.block2-2.hover-effect .tizer .tizer-wrap{
    padding: 30px 30px 0;
}
.block2-2 .tizer-picture {
    margin-bottom: 20px;
}
.block2-2.content-picture-center .tizer-picture {
    align-self: center;
}
.block2-2.content-picture-left .tizer-picture {
    align-self: flex-start;
}
.block2-2.content-picture-right .tizer-picture {
    align-self: flex-end;
}

.block2-2.text-light .svg-icon {
    color: #fff!important;
}
.block2-2 .svg-icon svg,
.block2-2 .tizer-icon svg {
    height: 60px;
    max-width: 100%;
}
.block2-2 .tizer-icon {
    font-size: 60px;
    display: flex;
    justify-content: center;
}
.block2-2 .tizer-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
}
.block2-2.text-light .tizer-name {
    color: #ffffff;
}
.block2-2 .tizer {
    padding: 0 20px;
    margin-bottom: 60px;
}
.block2-2.text-light .tizer-text {
    color: inherit;
}

.block2-2.hover-effect .tizer.slick-slide:hover .tizer-wrap {
    transition: unset;
    top: 0;
}
.block2-2 .tizer.slick-slide .tizer-text {
    /*margin-bottom: 0;*/
}
.block2-2 .slider--one-slide .slick-dots {
    display: none !important;
}
.block2-2 .slick-dots {
    list-style: none;
    margin-bottom: 60px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block2-2 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block2-2 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block2-2 .slick-dots li > button {
    display: none;
}
@media (max-width: 767px) {
    .block2-2 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child) {
        display: none;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_3/style.min.css?17325411442030*/
.block2-3 .tizers{justify-content:center}.block2-3 .tizer{padding:0 20px;position:relative}.block2-3 .tizer-wrap{display:flex;flex-direction:column;height:100%;background:#fff;position:relative;top:0;transition:top .3s}.block2-3.hover-effect .tizer:hover{cursor:pointer;background:0 0!important}.block2-3.hover-effect .tizer:hover .tizer-wrap{top:-20px;transition:top .3s;cursor:pointer;filter:drop-shadow(0px 4px 20px rgba(0, 0, 0, .15))}.block2-3.content-align-left .tizer-wrap{align-items:flex-start}.block2-3.content-align-left .tizer{text-align:left}.block2-3.content-align-center .tizer-wrap{align-items:center}.block2-3.content-align-center .tizer{text-align:center}.block2-3.content-align-wide .tizer{text-align:justify}.block2-3 .tizer.bg-color{background-clip:content-box}.block2-3 .tizer.bg-color .tizer-wrap,.block2-3.hover-effect .tizer .tizer-wrap{padding:30px 30px 0}.block2-3 .img-round{width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:20px;background-position:center;background-repeat:no-repeat;background-size:cover}.block2-3.content-picture-center .img-round{align-self:center}.block2-3.content-picture-left .img-round{align-self:flex-start}.block2-3.content-picture-right .img-round{align-self:flex-end}.block2-3 .tizer-name{font-size:18px;line-height:23px;color:inherit;margin-bottom:10px}.block2-3.text-light .tizer-name{color:#fff}.block2-3.hover-effect .tizer.slick-slide:hover .tizer-wrap{transition:unset;top:0}.block2-3 .tizer.slick-slide .tizer-text{margin-bottom:0}.block2-3 .slider--one-slide .slick-dots{display:none!important}.block2-3 .slick-dots{list-style:none;margin-bottom:0;margin-top:30px;display:flex;justify-content:center;padding:0}.block2-3 .slick-dots li{width:20px;height:4px;margin:0 5px;border-radius:3px;cursor:pointer}.block2-3 .slick-dots li:not(.slick-active){background-color:#ccc}.block2-3 .slick-dots li>button{display:none}@media (max-width:767px){.block2-3 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child){display:none}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/7_1/style.css?17349559111268*/
.block7-1 .market-items {
    margin-bottom: -30px;
}
.block7-1 .market-item {
    display: block;
    margin-bottom: 30px;
}
.block7-1 .market-item-img {
    height: 428px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}
.block7-1 .market-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.block7-1 a.market-item:hover .market-item-cover { opacity: 1; }
.block7-1 .market-item-body {
    text-align: center;
    padding-top: 15px;
}
.block7-1.content-align-left .market-item-body {
    text-align: left;
}
.block7-1.content-align-wide .market-item-body {
    text-align: justify;
}
.block7-1 .market-item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
}
.block7-1.text-light .market-item-title {
    color: #ffffff;
}
.block7-1 .market-item-desc {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-top: 5px;
}
.block7-1.text-light .market-item-desc {
    color: #ffffff;
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/18_3/style.css?1734694439545*/
.block18-3 {
    position: relative;
}
.block18-3-bg {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.block18-3.content-picture-left .block18-3-bg {
    left: 0;
    right: unset;
}

@media (max-width: 991px) {
    .block18-3-bg {
        position: static;
        width: 100%;
        margin-bottom: 40px;
        height: 300px;
    }
}

/* End */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.min.css?1732541144727 */
/* /bitrix/components/ranx/block.landing/templates/19_1/style.css?177977966710885 */
/* /bitrix/components/ranx/block.landing/templates/14_1/style.css?17344428444518 */
/* /bitrix/components/ranx/block.landing/templates/2_2/style.css?17344371923038 */
/* /bitrix/components/ranx/block.landing/templates/2_3/style.min.css?17325411442030 */
/* /bitrix/components/ranx/block.landing/templates/7_1/style.css?17349559111268 */
/* /bitrix/components/ranx/block.landing/templates/18_3/style.css?1734694439545 */
