

/* Start:/bitrix/components/ranx/block.landing/templates/2_2/style.css?16965289763034*/
.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/4_3_custom3/style.css?16965289371559*/
.block4-3-custom3 .service-item {
    position: relative;
    margin: 0;
    padding: 0 16px 32px;
    transition: transform .2s, box-shadow .2s;
    outline: none;
}

.block4-3-custom3 .service-inner-wrap {
    height: 100%;
}

.block4-3-custom3 .service-container {
    position: relative;
    background: #FFFFFF;
    height: 100%;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    transition: transform .2s, box-shadow .2s;
    overflow: hidden;
}

.block4-3-custom3 .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block4-3-custom3 .service-img {
    width: 100%;
    padding-bottom: 49.2%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block4-3-custom3 .service-info {

    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
}


.block4-3-custom3 .bottom-button-container {
    margin-top: 20px;
    text-align: center;
}

.block4-3-custom3 .service-item .service-btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    text-align: center;
}

.block4-3-custom3 .block-btns {
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

/*** slider ***/
.block4-3-custom3 .service-slider {
    position: relative;
}

.block4-3-custom3 .slick-track {
    display: flex !important;
}

.block4-3-custom3 .slick-slide {
    height: inherit !important;
}

.block4-3-custom3 .service-desc {
    min-height: 130px;
}
#block_6947 .service-img {
    margin-top: 24px;
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/18_3_custom/style.css?16965289822147*/
.block18-3-custom .row-form{
    position: relative;
    width: 100%;
    height: 100%;

    
}
.block18-3-custom .form-wrap {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.block18-3-custom .custom-checkbox {
    max-height: none;
}
.block18-3-custom .custom-checkbox label::after,
.block18-3-custom .custom-checkbox label::before {
    top: 3px !important;
}

.block18-3-custom-bg {
    border-radius: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block18-3-custom.content-picture-left .block18-3-custom-bg {
    left: 0;
    right: unset;
}
.block18-3-custom .cForm .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.block18-3-custom .cForm .row .col-lg-6 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
@media (max-width: 991px) {
    .block18-3-custom-bg {
        position: static;
        width: 100%;
        margin-bottom: 32px;
        height: 364px;
    }
}



@media (min-width: 768px) {
    .block18-3-custom .form-bottom-group-sumbit {
        margin-right: 32px;
    } 
    #block_7489 .block-img {
        order: 2;
    }
    #block_7489 .block-form {
        order: 1;
    }
}
@media (max-width: 768px) {
    .block18-3-custom .custom-checkbox label::after,
    .block18-3-custom .custom-checkbox label::before {
        top: calc(50% - 8px) !important;
    }

    .form-bottom.d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .block18-3-custom .form-bottom-group-sumbit,
    .block18-3-custom button {
        width: 100%;        
    }
    .block18-3-custom .form-bottom-group-sumbit {
        margin-bottom: 16px;
    }
    .block18-3-custom .block-form {
        order: 1;
    }
    .block18-3-custom .block-img {
        order: 2;
        margin-top: 32px;
        margin-bottom: 0px !important;
    }
    .block18-3-custom-bg {
        margin-bottom: 0px ;
        background-position: center;
        background-position: 71% center;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_1/style.css?1696528976890*/
.block15-1 .block-title {
    margin-bottom: 0 !important;
}
/* center */
.block15-1.block.content-align-center .block-title,
.block15-1.block.content-align-center .block-btns {
    justify-content: center;
    text-align: center;
}

/* left */
.block15-1.block.content-align-left .block-title,
.block15-1.block.content-align-left .block-btns{
    justify-content: flex-start;
    text-align: left;
}

/* wide */
.block15-1.block.content-align-wide .block-title,
.block15-1.block.content-align-wide .block-btns{
    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%);
}

/* wide block */
.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/23_1_custom/style.css?1696528941731*/
.block23-1-custom .document-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    background: #ffffff;

    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.block23-1-custom .document {
    position: relative;
}

@media (max-width:1200px) {
    .block23-1-custom .documents {
        margin-bottom: -32px;
    }
    .block23-1-custom .document {
        width: 50%;
        min-width: 50%;
        padding-bottom: 32px;
    }
}
@media (max-width: 768px) {
    body .block23-1-custom .document-wrap {
        font-size: 14px !important;
    }
}
@media (max-width:650px) {
    .block23-1-custom .document {
        width: 100%;
        min-width: 100%;
    }
}
/* 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/components/ranx/block.landing/templates/2_2/style.css?16965289763034 */
/* /bitrix/components/ranx/block.landing/templates/4_3_custom3/style.css?16965289371559 */
/* /bitrix/components/ranx/block.landing/templates/18_3_custom/style.css?16965289822147 */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?1696528976890 */
/* /bitrix/components/ranx/block.landing/templates/23_1_custom/style.css?1696528941731 */
/* /bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828 */
/* /bitrix/components/ranx/block.landing/templates/18_2_custom/style.css?16965289531288 */
