

/* Start:/bitrix/components/ranx/block.landing/templates/1_1_custom/style.css?16965289738262*/
.block1-1-custom-prices {
    display: flex;
    margin-bottom: 30px;
}
.block1-1-custom.content-align-center .block1-1-custom-prices {
    justify-content: center;
}
.block1-1-custom.content-align-left .block1-1-custom-prices {
    justify-content: flex-start;
}
/* text */
.block.block1-1-custom .block-title .block-subtitle {
    margin-bottom: 25px;
}
.block.block1-1-custom .block-title .block-title-text {
    margin-bottom: 25px !important;
    margin-top: 0;
}
.block.block1-1-custom .block-title .block-cattitle {
    margin-bottom: 13px;
}
.block1-1-custom .toner-block {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
}
.block.block1-1-custom .block1-1-custom-align-content {
    text-align: left !important;
    margin: auto 0;
}
.block.block1-1-custom.content-align-center .block1-1-custom-align-content {
    text-align: center !important;
    margin: auto;
}
.block.block1-1-custom.content-align-wide .block1-1-custom-align-content {
    text-align: justify !important;
    margin: auto;
}
.block1-1-custom.content-align-center .block-el-btns {
    justify-content: center;
}

.block1-1-custom-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block1-1-custom-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block1-1-custom-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block1-1-custom-video {
    position: relative;
}
.block1-1-custom-bg-video {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block1-1-custom-bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.block1-1-custom .slick-dots {
    bottom: 30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block1-1-custom .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block1-1-custom .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50px;
}
.block1-1-custom .slick-dots li:not(.slick-active) button {
    background: #fff;
}

.height-inherit {
    height: inherit;
}
.block1-1-custom .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
}
.height-fill {
    height: 100%;
}
.block1-1-custom .block-el-btns {
    margin-top: 25px;
}
.block1-1-custom-content-center  .block-el-btns {
    justify-content: center;
}
@media (min-width: 1720px) {
    body .block1-1-custom .slick-arrow.arrow-prev {
        left: calc(((100% - 1500px) / 2) - 92px)!important;
        top:  334px !important;
    }
    body .block1-1-custom .slick-arrow.arrow-next {
        top:  334px !important;        
        right: calc(((100% - 1500px) / 2) - 92px)!important
    }
}
@media (min-width: 1500px) and (max-width: 1720px) {

    body .block1-1-custom .slick-arrow.arrow-prev {
        top: auto !important;
        left:  calc((100% - 1500px) / 2)!important;
        bottom: 64px !important;        
    }
    body .block1-1-custom .slick-arrow.arrow-next {
        top:  auto !important;
        right: auto !important;
        left:  calc(((100% - 1500px) / 2) + 62px) !important;
        bottom: 64px !important;
    }
}
@media (min-width: 768px) and (max-width: 1500px) {
    body .block1-1-custom .slick-arrow.arrow-prev {
        top: auto !important;
        left:  40px!important;
        bottom: 64px !important;
        
    }
    body .block1-1-custom .slick-arrow.arrow-next {
        top:  auto !important;
        right: auto !important;
        left: 102px !important;
        bottom: 64px !important;
    }
}


@media (min-width: 768px) {
    .block1-1-custom .text-light-desktop,
    .block1-1-custom .text-light-desktop .block-title-text,
    .block1-1-custom .text-light-desktop .block1-1-custom-price,
    .block1-1-custom .text-light-desktop .block1-1-custom-price-old,
    .block1-1-custom .text-light-desktop .block-cattitle,
    .block1-1-custom .text-light-desktop .block-subtitle,
    .block1-1-custom .text-light-desktop p,
    .block1-1-custom .text-light-desktop ul,
    .block1-1-custom .text-light-desktop ol,
    .block1-1-custom .text-light-desktop dl {
        color: #FFFFFF !important;
    }
    .block1-1-custom-content-left.col-md-6 {
        padding-right: 100px;
    }
    .block1-1-custom-bg-image {
        height: 650px !important;
        overflow: hidden;
    }
    .block1-1-custom .col-flex-rw.block1-1-custom-no-image {
        display:none;
    }
}
.block1-1-custom-bg-image:focus {
    outline: none;
}
@media (max-width: 767px) {
  
        body .block1-1-custom .slick-arrow.arrow-prev {
            top: 163px !important;
            left:  12px!important;
            bottom: auto !important;
            
        }
        body .block1-1-custom .slick-arrow.arrow-next {          
            top:  163px !important;
            right: 12px !important;
            left: auto !important;
            bottom: auto !important;    
        }

    .block1-1-custom .text-light-mobile,
    .block1-1-custom .text-light-mobile .block-title-text,
    .block1-1-custom .text-light-mobile .block1-1-custom-price,
    .block1-1-custom .text-light-mobile .block1-1-custom-price-old,
    .block1-1-custom .text-light-mobile .block-cattitle,
    .block1-1-custom .text-light-mobile .block-subtitle,
    .block1-1-custom .text-light-mobile p,
    .block1-1-custom .text-light-mobile ul,
    .block1-1-custom .text-light-mobile ol,
    .block1-1-custom .text-light-mobile dl {
        color: #FFFFFF !important;
    }
    .block1-1-custom .maxwidth-theme {
        padding: 0 15px !important;
    }
    .block.block1-1-custom .block-title .block-title-text {
        margin-bottom: 20px;
    }
    .block1-1-custom .col-flex-rw {
        position: relative;
        width: 100vw;
        height: 364px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block1-1-custom .block1-1-custom-content-left {
        height: 100%;
    }
    .block1-1-custom-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .block1-1-custom .mobile-img {
        display: block;
        align-self: flex-end;
        max-height: 100%;
        overflow: hidden;
    }
    .block1-1-custom .col-flex-rw img {
        max-width: 100%;
        max-height: 100%;
    }
    .block1-1-custom-bg-image{
        background-size: 0;
        background-position: top;
    }
    .block1-1-custom-bg-video {
        display: none;
    }
    .block1-1-custom .height-fill {
        display: flex;
        flex-direction: column-reverse;
    }
    .block1-1-custom .block1-1-custom-content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1-custom-content-center {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1-custom .slick-dots {
        position: static;
        margin-top: -25px;
        margin-bottom: 25px;
    }
    .block1-1-custom .slick-dots li:not(.slick-active) button {
        background: #cccccc;
    }
    .block1-1-custom-image {
        justify-content: center;
    }
    .block1-1-custom-align-content {
        margin-top: 30px !important;
    }
    .block1-1-custom p,
    .block.block1-1-custom .block-title .block-subtitle,
    .block1-1-custom .block1-1-custom-slider .block1-1-custom-prices {
        margin-bottom: 20px !important;
    }
    .block1-1-custom .block-el-btns {
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {
    .block1-1-custom .col-flex-rw {
        width: 100% !important;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_4_custom/style.css?16965289611054*/
.block2-4-custom .block-title  {
    display: none;
}

.block2-4-custom .tizers {
    justify-content: center;
    margin-bottom: -32px;
}
.block2-4-custom .__h2.theme-color {
    display: block;
}
.block2-4-custom .img-round {
    position: relative;
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.block2-4-custom .img-round img {
    position: absolute;
    left: 0;
}

.block2-4-custom .tizer {
    padding: 0 16px 32px;
}
.block2-4-custom.text-light .big-int {
    color: #f8f9fa;
}
@media (max-width: 1000px) {
    .block2-4-custom .tizers .big-int {
        margin-bottom: 18px;
        font-size: 50px;
    }
    .block2-4-custom .tizer-text {
        margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .block2-4-custom .tizer {
        padding: 0 16px 32px;
    }
    .block2-4-custom .__text {
        max-width: 350px;
        margin: 0 auto;
    }
    .block2-4-custom .block-el-title.__mb32 {
        margin-bottom: 16px !important;
        
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_2_custom5/style.css?17123224205304*/
.block15-2-custom5 .article-wrap {
    display: block;
    border-radius: 5px;
    transition: 0.1s;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.block15-2-custom5 .__items-list {
    position: relative;
    width: 100%;


}

.block15-2-custom5 .__item {
    padding-left: 16px;
    padding-right: 16px;
}

.block15-2-custom5 .article .title-group {


    transition: 0.1s;

}

.block15-2-custom5 .big-article .title-group {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 27px 25px 18px;
    color: #fff !important;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}

.block15-2-custom5 .article .article-img {
    border-radius: 999px;
    position: relative;
    height: 172px;    
    z-index: 2;
    width: 172px;
    margin: 0 auto;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block15-2-custom5 .article .article-img::before {
    content: '';    
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -2px;
    right: -5px;
    border-top: 6px solid rgba(0, 138, 196, 0.05);
    border-right: 6px solid rgba(0, 138, 196, 0.05);
    border-bottom: 2px solid  rgba(0, 138, 196, 0.05);
    border-left: 6px solid rgba(0, 138, 196, 0.05);
    border-radius: 999px;
}


.block15-2-custom5 .article .article-name {
    text-align: center;
    cursor: pointer;
}

.block15-2-custom5 .article,
.block15-2-custom5 .big-article {
    margin-bottom: 40px;
}

.block15-2-custom5 .big-article {
    min-height: 400px;
}


.block15-2-custom5 .big-article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.block15-2-custom5 .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}


.block15-2-custom5 .target {
    margin-bottom: 74px;
}

.block15-2-custom5 .block-el-btn {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 64px);
}

.block15-2-custom5 .article .article-text {
    text-align: center;
    font-weight: normal;
    height: 80px;
    overflow: hidden;
}

.block15-2-custom5 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}

.block15-2-custom5 .big-article .article-over-title-text,
.block15-2-custom5 .big-article .article-text {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}

.block15-2-custom5 .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #999;
}

/* modal style */
.modal6_2_custom {
    margin: -10px 10px 0;
}

.modal6_2_custom-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}

.modal6_2_custom-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.modal6_2_custom-picture {
    margin-bottom: 43px;
}

.modal6_2_custom-picture img {
    width: 100%;
    height: auto;
}

.modal6_2_custom-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal6_2_custom-detail-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

/*** slider ***/
.block15-2-custom5 .service-slider {
    position: relative;
}

.block15-2-custom5 .service-list {
    margin-bottom: -32px;
}

.block15-2-custom5 .service-list:not(.slick-initialized) {
    display: none;
}

.block15-2-custom5 .slick-track {
    display: flex !important;
}

.block15-2-custom5 .slick-slide {
    height: inherit !important;
}

.block15-2-custom5 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}

.block15-2-custom5 .slick-arrow.arrow-prev {
    left: -15px;
}

.block15-2-custom5 .slick-arrow.arrow-next {
    right: -15px;
}

.block15-2-custom5 .articles {
    position: relative;
}

@media (min-width: 768px) {
    .block15-2-custom5 .btn-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .block15-2-custom5 .block-title .block-btns {
        display: none;
    }
    .block15-2-custom5 .block-btns.btn-bottom {
        margin-top: 0px !important;
    }
    .block15-2-custom5 .block-btns.btn-bottom .btn {
        margin-bottom: 0px ;
    }   
  
}

@media (max-width: 575px) {
    .modal6_2_custom {
        margin: -10px 0 0;
    }

    .modal6_2_custom-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal6_2_custom-date {
        margin-bottom: 20px;
    }

    .modal6_2_custom-picture {
        margin-bottom: 20px;
    }

    .modal6_2_custom-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal6_2_custom-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/bitrix/templates/ranx-landing/components/bitrix/news.list/index_helps/style.css?17123224255106*/
.index-helps .article-wrap {
    display: block;
    border-radius: 5px;
    transition: 0.1s;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.index-helps .__items-list {
    position: relative;
    width: 100%;


}

.index-helps .__item {
    padding-left: 16px;
    padding-right: 16px;
}

.index-helps .article .title-group {


    transition: 0.1s;

}

.index-helps .big-article .title-group {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 27px 25px 18px;
    color: #fff !important;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}

.index-helps .article .article-img {
    border-radius: 999px;
    position: relative;
    height: 172px;    
    z-index: 2;
    width: 172px;
    margin: 0 auto;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-helps .article .article-img::before {
    content: '';    
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -2px;
    right: -5px;
    border-top: 6px solid rgba(0, 138, 196, 0.05);
    border-right: 6px solid rgba(0, 138, 196, 0.05);
    border-bottom: 2px solid  rgba(0, 138, 196, 0.05);
    border-left: 6px solid rgba(0, 138, 196, 0.05);
    border-radius: 999px;
}


.index-helps .article .article-name {
    text-align: center;
    cursor: pointer;
}

.index-helps .article,
.index-helps .big-article {
    margin-bottom: 40px;
}

.index-helps .big-article {
    min-height: 400px;
}


.index-helps .big-article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.index-helps .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}


.index-helps .target {
    margin-bottom: 74px;
}

.index-helps .block-el-btn {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 64px);
}

.index-helps .article .article-text {
    text-align: center;
    font-weight: normal;
    height: 80px;
    overflow: hidden;
}

.index-helps .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}

.index-helps .big-article .article-over-title-text,
.index-helps .big-article .article-text {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}

.index-helps .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #999;
}

/* modal style */
.modal6_2_custom {
    margin: -10px 10px 0;
}

.modal6_2_custom-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}

.modal6_2_custom-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.modal6_2_custom-picture {
    margin-bottom: 43px;
}

.modal6_2_custom-picture img {
    width: 100%;
    height: auto;
}

.modal6_2_custom-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal6_2_custom-detail-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

/*** slider ***/
.index-helps .service-slider {
    position: relative;
}

.index-helps .service-list {
    margin-bottom: -32px;
}

.index-helps .service-list:not(.slick-initialized) {
    display: none;
}

.index-helps .slick-track {
    display: flex !important;
}

.index-helps .slick-slide {
    height: inherit !important;
}

.index-helps .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}

.index-helps .slick-arrow.arrow-prev {
    left: -15px;
}

.index-helps .slick-arrow.arrow-next {
    right: -15px;
}

.index-helps .articles {
    position: relative;
}

@media (min-width: 768px) {
    .index-helps .btn-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .index-helps .block-title .block-btns {
        display: none;
    }
    .index-helps .block-btns.btn-bottom {
        margin-top: 0px !important;
    }
    .index-helps .block-btns.btn-bottom .btn {
        margin-bottom: 0px ;
    }   
  
}

@media (max-width: 575px) {
    .modal6_2_custom {
        margin: -10px 0 0;
    }

    .modal6_2_custom-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal6_2_custom-date {
        margin-bottom: 20px;
    }

    .modal6_2_custom-picture {
        margin-bottom: 20px;
    }

    .modal6_2_custom-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal6_2_custom-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_2_custom/style.css?1696528939599*/
.block15-2-custom.content-align-left .block15-2-custom-content {
	text-align: left;
}
.block15-2-custom.block.content-align-left .block-title,
.block15-2-custom.block.content-align-left .block-btns {
	justify-content: flex-start;
	text-align: left;
}

.block15-2-custom.content-align-center .block15-2-custom-content {
	text-align: center;
}

.block15-2-custom.content-align-wide .block15-2-custom-content {
	text-align: justify;
}
.block15-2-custom.block.content-align-wide .block-title,
.block15-2-custom.block.content-align-wide .block-btns{
	justify-content: flex-start;
	text-align: justify;
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/bitrix/news.detail/donate/style.css?16965295131856*/
.d-form #inputSumm {
    min-width: 180px;
}

.d-form input[type="text"]:focus,
.d-form input[type="text"]:focus-visible    {
    outline:none !important;
    border: 1px solid var(--cl-theme) !important;
}
.d-form input#inputSumm:focus {
    background: var(--cl-theme);
    color: #ffffff;
}
.d-form input#inputSumm:focus::placeholder {
    color: var(--cl-theme);

}
@media (max-width: 1500px) {

    .d-form .__summ {
        flex-wrap: wrap;
    }

    .d-form .__summ>div:not(:last-child) {
        padding-bottom: 16px;
    }

    .d-form .__summ>div {
        flex-grow: 1 !important;
    }

    .d-form .__summ>div {
        width: auto;
    }
}

@media (max-width: 992px) {
    .__payment {
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .row.articles.pagination-items {
        margin-bottom: -32px;
    }
    .form-bottom {
        flex-direction: column !important;
    }
    .btn {
        white-space: nowrap;
        width: 100% !important;
        margin-bottom: 16px;
    }
    .d-form .__payment .d-flex.flex-row  {
        flex-direction: column !important;
    }
    .d-form .__payment .d-flex.flex-row > div:nth-last-child(n+2){
        margin-bottom: 16px;s
    }
    .form-bottom-group-sumbit   {
        width: 100%;
    }
    .d-form .__polyci {
        margin-left: 0px !important;
    }
    .d-form:not(.d-form-col) .__summ>div:nth-of-type(1),
    .d-form:not(.d-form-col) .__summ>div:nth-of-type(2),
    .d-form:not(.d-form-col) .__summ>div:nth-of-type(4) {
        display: none;
    }
}

@media (max-width: 376px) {
    .maxwidth-form {
        min-height: calc((100% - 1px) + 1px) !important;
    }
    /*.d-form:not(.d-form-col) .__summ>div:nth-of-type(1),
    .d-form:not(.d-form-col) .__summ>div:nth-of-type(4),
    .d-form:not(.d-form-col) .__summ>div:nth-of-type(5) {
        display: none;
    }*/
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_2_custom/style.css?16965289391359*/
.block14-2-custom-img {
    width: 100%;
}
.block14-2-custom.content-picture-left > .maxwidth-theme > .row {
    flex-direction: row-reverse;
}
.block14-2-custom .block_text {
    border: 1px solid #FA873D;
border-radius: 12px;
}

.block14-2-custom .block-title {
    padding-right: 70px;
}
.block14-2-custom.content-picture-left .block-title {
    padding-right: 0;
    padding-left: 70px;
}

.block14-2-custom .item {
    padding-bottom: 32px;
}
.block14-2-custom-bgimg {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

@media (max-width: 1200px) {
    .block14-2-custom .__mw100 {
        width: 100%;
    }

    .block14-2-custom .__mw100 * {
        width: inherit;
    }
}
@media (max-width: 996px) {
    .block14-2-custom-bgimg {
        height: 464px;
    }
    .block14-2-custom .item-img {
        order: 1;
    }
    .block14-2-custom .item-text {
        order:2;
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .block14-2-custom-bgimg {
        height: 364px;
    }

    .block14-2-custom .block-title {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
 
    .block14-2-custom .item-text > div {
        padding: 0px !important;
        border: 0px;
        border-radius: 0px ;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_1_custom/style.css?16965289671277*/
.block6-1-custom .news {
    margin-bottom: -32px;
}
.block6-1-custom .news-wrap {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    height: 100%;
    position: relative;
   
}

.block6-1-custom .news-block {
    padding-bottom: 32px;
}
.block6-1-custom .news-block-info {
    padding: 32px 16px 32px 32px;
    text-align: left;
    margin-bottom: 64px;
}


.block6-1-custom .news-block-img {
    width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px 12px 0 0;
    padding-bottom: 48.8%;
    background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {
    .block6-1-custom .block-btns-col {
       display: none;
    }
    .block6-1-custom .news-block-info {
        margin-bottom: 78px;
    }
    .block6-1-custom .btn{
        max-width: 100%;
     
        margin-bottom: 0px;
    }
    .block6-1-custom .__btn-bottom {
        max-width: calc(100% - 64px);
       
    }
    .block6-1-custom .block-title {
        margin-bottom: 0px !important;
    }
.block6-1-custom .news-block-img {
    padding-bottom: 235px;   
}

}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/12_4_custom/style.css?16965289465673*/
.block12-4-custom-slider {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

.block12-4-custom-slides {
    width: 100%;
    margin: 0;
}

.block12-4-custom-slide {
    background-color: #ffffff;

    border-radius: 12px;
    outline: none;
    height: 100%;
    position: relative;
}

.block12-4-custom-slide-wrap {
    padding: 0 16px;
}

.block12-4-custom-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
}

.block12-4-custom-top.block12-4-custom--nouser {
    padding-bottom: 10px;
}

.block12-4-custom-user {
    min-width: 180px;
    height: 112px;
    display: flex;
}

.block12-4-custom .block-btns {
    margin-top: 32px;
}

.block12-4-custom-stars {
    height: 19px;
    display: flex;
    align-content: flex-end;
    position: absolute;
    bottom: -9px;
    left: 0;
    background-color: #ffffff;
    padding-right: 15px;
}

.block12-4-custom-star {
    margin-right: 1px;
    width: 19px;
    min-width: 19px;
    height: 19px;
    position: relative;
}

.block12-4-custom-stars .block12-4-custom-star:last-child {
    margin-right: 0;
}

.block12-4-custom-star--on {
    color: #f2d228;
}

.block12-4-custom-star--off {
    color: #dfdfdf;
}

.block12-4-custom-star svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.block12-4-custom-text {
    margin-bottom: 82px;
}

.block12-4-custom-avatar {
    width: 112px;
    min-width: 112px;
    height: 112px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 32px;
}

.block12-4-custom-info {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.block12-4-custom-info>div {
    width: 100%;
}

.block12-4-custom .slick-dots {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.block12-4-custom .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}

.block12-4-custom .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}

.block12-4-custom .slick-dots li>button {
    display: none;
}

.block12-4-custom .slick-arrow {
    position: absolute;
    top: calc(50% - 47px);
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}

.block12-4-custom .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}

.block12-4-custom .slick-arrow.arrow-prev {
    left: -4px;
}

.block12-4-custom .slick-arrow.arrow-next {
    right: -4px;
}

.block12-4-custom-oneslide .slick-dots {
    display: none !important;
}

.block12-4-custom-more {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.block12-4-custom .btn-big>a {
    margin: 32px auto 0px;
    padding: 14px 34px !important;
    border-radius: 999px !important;
    font-size: 18px;
    line-height: 150% !important;
}

@media (max-width: 767px) {
    .block12-4-custom-slide {
        padding: 30px;
    }

    .block12-4-custom-top {
        flex-wrap: wrap;
    }

    .block12-4-custom-top>div {
        width: 100%;
    }

    .block12-4-custom-user {
        display: flex;
        width: 100%;
        margin-left: 0;
    }

    .block12-4-custom-avatar {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .block12-4-custom .slick-arrow {
        display: none !important;
    }

    .block12-4-custom .slick-list {
        padding-right: 0px;
    }

    .block12-4-custom-slide-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .block12-4-custom-slider {
        margin-left: -20px;
        margin-right: -20px;
    }

    .block12-4-custom-oneslide .slick-list {
        padding-right: 0 !important;
    }

    .block12-4-custom-oneslide .block12-4-custom-slide-wrap {
        padding: 0 16px !important;
    }
}

/* modal styles */
.modal12-4-top {
    display: flex;
    margin-bottom: 23px;
    justify-content: space-between;
    align-items: center;
}

.modal12-4-user {
    display: flex;
}

.modal12-4-avatar {
    width: 124px;
    min-width: 124px;
    height: 124px;
    margin-right: 32px;
    border-radius: 50%;
    background-size: cover;
}

.modal12-4-info {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.modal12-4-info>div {
    width: 100%;
}

.modal12-4-stars {
    height: 19px;
    display: flex;
}

.modal12-4-star {
    margin-right: 3px;
    width: 19px;
    height: 19px;
    position: relative;
}

.modal12-4-stars .modal12-4-star:last-child {
    margin-right: 0;
}

.modal12-4-star--on {
    color: #f2d228;
}

.modal12-4-star--off {
    color: #dfdfdf;
}

.modal12-4-star svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal12-4-review {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

@media (min-width: 768px) {
    .block12-4-custom .block-btns>.btn {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #block_6507 .block12-4-custom .btn-end .btn-mr {
        max-width: 100% !important;
    }
    .modal12-4-top {
        flex-wrap: wrap;
    }

    .modal12-4-top>div {
        width: 100%;
    }

    .modal12-4-stars {
        margin-top: 25px;
    }

    .block12-4-custom .btn {
        width: 100%;
        margin-bottom: 0px;
    }

    .block12-4-custom .btn-mr {
        max-width: calc(100% - 64px);
    }

    .block12-4-custom .block12-4-custom-user {
        flex-direction: row;
        height: auto;
    }

    .block12-4-custom .block12-4-custom-slide {
        min-width: 32px;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828*/
.block13-2-custom-slider {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

.block13-2-custom-brand-items {
    width: 100%;
    margin: 0;
   
    
}

.block13-2-custom .slick-track {
    display: flex;
   /* align-items: stretch;*/
}

.block13-2-custom-brand-item {
    margin: 0 auto;
    height: 100%;
    display: block;
    position: relative;
   
}
.block13-2-custom .block13-2-custom-slide-wrap {
    padding: 0 16px;
    height: inherit;
    outline: none;;
}

.block13-2-custom-brand-item img {
    width: auto;
        max-width: 100%;
        height: auto;
        max-height: 56px;
}

.block13-2-custom-brand-item:hover {
    opacity: .7;
}

.block13-2-custom .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.block13-2-custom .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}

.block13-2-custom .slick-arrow.arrow-prev {
    left: 0;
}

.block13-2-custom .slick-arrow.arrow-next {
    right: 0;
}


@media (max-width: 768px) {
    .block13-2-custom .__block-title-text  {
        margin-bottom: 0px !important;
    }
}
.block13-2-custom-brand-item-img {
    height: 56px;
    width: 100%;
}
@media (max-width: 768px) {
    .block13-2-custom .block13-2-custom-slide-wrap {
        padding: 0 8px;
    }
    .block13-2-custom-slider {
        margin-left: -8px;
        margin-right: -8px;
    }
    .block13-2-custom .__mt10.__b2.__grey {
        font-size: 14px !important;
    }
    body .block13-2-custom .slick-arrow.arrow-next {
        right: -4px !important;
    }
    body .block13-2-custom .slick-arrow.arrow-prev {
        left: -4px !important;
    }
   
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom4/style.css?169652896988*/
.block6-2-custom4 .block-title.d-flex.flexbox-row {
    margin-bottom: 0px !important;
}
/* End */
/* /bitrix/components/ranx/block.landing/templates/1_1_custom/style.css?16965289738262 */
/* /bitrix/components/ranx/block.landing/templates/2_4_custom/style.css?16965289611054 */
/* /bitrix/components/ranx/block.landing/templates/15_2_custom5/style.css?17123224205304 */
/* /bitrix/templates/ranx-landing/components/bitrix/news.list/index_helps/style.css?17123224255106 */
/* /bitrix/components/ranx/block.landing/templates/15_2_custom/style.css?1696528939599 */
/* /bitrix/templates/ranx-landing/components/bitrix/news.detail/donate/style.css?16965295131856 */
/* /bitrix/components/ranx/block.landing/templates/14_2_custom/style.css?16965289391359 */
/* /bitrix/components/ranx/block.landing/templates/6_1_custom/style.css?16965289671277 */
/* /bitrix/components/ranx/block.landing/templates/12_4_custom/style.css?16965289465673 */
/* /bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828 */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom4/style.css?169652896988 */
