

/* Start:/bitrix/templates/ranx-landing/components/bitrix/system.pagenavigation/modern_ajax/style.css?1696529506745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


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

.block6-2-custom .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.block6-2-custom .article .title-group {
  
   
    transition: 0.1s;
   
}

.block6-2-custom .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));
}

.block6-2-custom .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;
}
.block6-2-custom .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;
}

.block6-2-custom .article .article-name {
    
    text-align: center;
    cursor: pointer;
}

.block6-2-custom .article,
.block6-2-custom .big-article {
    margin-bottom: 40px;
}

.block6-2-custom .big-article {
    min-height: 400px;
}


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

.block6-2-custom .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}
.block6-2-custom .target {
    /*margin-bottom: 74px;*/
}
.block6-2-custom .block-el-btn {
    position: absolute;
    bottom: 32px;
    width: calc(100% - 64px);
}
.block6-2-custom .article .article-text {  
    text-align: center;
    font-weight: normal;
    min-height: 80px;
    height: 80px;
    overflow: hidden;
}
.block6-2-custom .__item-wrap {
    margin-bottom: 72px;
}

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

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

.block6-2-custom .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;
}

@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/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/18_2_custom/style.css?16965289531288*/
.block18-2-custom .form-wrap {
    background-color: transparent;
    padding: 0px;
    border: none;
}
.block18-2-custom .form-group.AGREEMENT {
    display: none;
}
.block18-2-custom .invalid-feedback{
    position: absolute;
    top: 48px;
}

@media (min-width: 992px) {
    .block18-2-custom .form-bottom-group-sumbit {
        margin-left: 32px;
    }
    .block18-2-custom .align-items-center {
        max-width: calc(100% - 202px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .block18-2-custom .form-group.col.d-flex input {
        margin-right: 16px;
    }
}
@media (max-width: 768px) {
    .block18-2-custom .form-group.col.d-flex {
        flex-direction: column !important;
    }
    .block18-2-custom .form-bottom-group-sumbit,
    .block18-2-custom .form-group.col.d-flex button{
        width: 100%;
    }
    .block18-2-custom .form-bottom-group-sumbit {
        margin-top: 16px;
    }
    .block18-2-custom .__white {
        color: var(--cl-white) !important;
    }
    .block18-2-custom .__subtitle.__b3 {
        font-size: 16px !important;
        margin-bottom: 32px;
    }
    .block18-2-custom .form-bottom-group-sumbit {
        margin-top: 32px;
    }
    .block18-2-custom .form-bottom.d-flex {
        margin-top: 0px  !important;
    }
}
/* End */
/* /bitrix/templates/ranx-landing/components/bitrix/system.pagenavigation/modern_ajax/style.css?1696529506745 */
/* /bitrix/templates/ranx-landing/components/bitrix/news.list/kak-pomoch_new/style.css?17225458304097 */
/* /bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828 */
/* /bitrix/components/ranx/block.landing/templates/18_2_custom/style.css?16965289531288 */
