

/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/16_2/style.css?17377500384131*/
.block16-2-prices {
    display: flex;
    margin-bottom: 30px;
}
.block16-2-prices-center {
    justify-content: center;
}
.block.block16-2 .block-title .block-title-text {
    margin-bottom: 25px !important;
    margin-top: 0;
}
.block.block16-2 .block-title .block-cattitle {
    margin-bottom: 13px;
}
.block16-2 .btn {
    margin-bottom: 25px;
}
.block.block16-2 .block16-2-content-left {
    text-align: left !important;
    margin: auto 0;
}
.block.block16-2 .block16-2-content-center{
    text-align: center !important;
    margin: auto;
}
.block16-2 .block-el-btns {
    margin-top: 25px;
}
.block16-2-content-center .block-el-btns {
    justify-content: center;
}
.block16-2-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block16-2-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block16-2-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.height-inherit {
    height: inherit;
}
.block16-2 .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
}
.block16-2  .height-fill {
    height: 100%;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .block16-2 .text-light-desktop,
    .block16-2 .text-light-desktop p,
    .block16-2 .text-light-desktop ul,
    .block16-2 .text-light-desktop ol,
    .block16-2 .text-light-desktop dl,
    .block.block16-2 .text-light-desktop .block-title-text,
    .block.block16-2 .text-light-desktop .block-cattitle,
    .block.block16-2 .text-light-desktop .block-subtitle,
    .block16-2 .text-light-desktop .block16-2-price,
    .block16-2 .text-light-desktop .block16-2-price-old {
        color: #FFFFFF !important;
    }
    .block16-2-bg-image {
        height: 600px !important;
        overflow: hidden;
    }
    .block16-2 .col-flex-rw.block16-2-no-image {
        display:none;
    }
}
.block16-2-bg-image:focus {
    outline: none;
}
@media (max-width: 991px) {
    .block16-2 .text-light-mobile,
    .block16-2 .text-light-mobile p,
    .block16-2 .text-light-mobile ul,
    .block16-2 .text-light-mobile ol,
    .block16-2 .text-light-mobile dl,
    .block.block16-2 .text-light-mobile .block-title-text,
    .block.block16-2 .text-light-mobile .block-cattitle,
    .block.block16-2 .text-light-mobile .block-subtitle,
    .block16-2 .text-light-mobile .block16-2-price,
    .block16-2 .text-light-mobile .block16-2-price-old {
        color: #FFFFFF !important;
    }
    .block16-2 .maxwidth-theme {
        padding: 0 15px !important;
    }
    .block.block16-2 .block-title {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block.block16-2 .block-title .block-title-text {
        font-size: 25px;
        line-height: 30px;
    }
    .block16-2 .col-flex-rw {
        position: relative;
        width: 100vw;
        height: 210px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block16-2-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .block16-2 .mobile-img {
        display: block;
        align-self: flex-end;
        max-height: 100%;
        overflow: hidden;
    }
    .block16-2 .col-flex-rw img {
        max-width: 100%;
        max-height: 100%;
    }
    .block16-2-bg-image{
        background-size: 0;
        background-position: top;
    }
    .block16-2 .height-fill {
        display: flex;
        flex-direction: column-reverse;
    }
    .block16-2 .block16-2-content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
    }
    .block16-2-content-center {
        height: 65%;
        margin: 30px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/10_1/style.css?17377499953391*/
.block10-slider {
    max-width: 100%;
    position: relative;
}
.block10-slider .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;
}
.block10-slider .slick-arrow.arrow-prev {
    left: 20vw;
}
.block10-slider .slick-arrow.arrow-next {
    right: 20vw;
}
.slick-initialized .slick-slide.block10-1-item {
    outline: none;
    display: flex;
    justify-content: center;    
}
.block10-1-item a img{
    outline: none;
    height: 100%;
    margin: auto;
}
.block10-1-item a{
    outline: none;
    display: flex; 
    width: 86%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.block10-1-item:not(.slick-current) a{
    opacity: 0.5;
    transition: 0.3s;
}
.block10-1-item img {
    max-width: 45vw;
}
.block10-1 .slick-dots {
    bottom: 58px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block10-1 .slick-dots.hide-dots {
    display: none;
}
.block10-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block10-1 .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;
}
.block10-1 .slick-dots li:not(.slick-active) button {
    background-color: #cccccc !important;
}
.block10-1-title {
    position: absolute;
    bottom: -38px;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    color: #666666;
}
.block10-1 .dark-hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
}
.block10-1 .dark-hover:hover {    
    opacity: 1;
    transition: 0.3s;
}
.block10-1 .slide-counter {
    margin: 16px 0 0;
    text-align: center;
}
.block10-1-btn {
    text-align: center;
    margin-top: 30px;
}
@media (min-width: 1600px) {
    .block10-1-item a{
        height: 527px;    
    }
    .block10-1-items {
        max-width: 100%;
    }
    .block10-1-items .slick-list.draggable {
        height: 565px;
    }
}
@media (max-width: 1599px) {
    .block10-1-item a {
        height: 400px;    
    }
}
@media (max-width: 1399px) {
    .block10-1-item a{
        height: 350px;    
    }
    .block10-1-items .slick-list.draggable {
        height: 388px;
    }
}
@media (max-width: 1199px) {
    .block10-1-item a {
        height: 250px;    
    }
    .block10-1-items .slick-list.draggable {
        height: 288px;
    }
}
@media (max-width: 989px) {
    .block10-1-item a {
        height: 300px;    
    }
    .block10-1-items .slick-list.draggable {
        height: 338px;
    }
    .block10-1-item img {
        max-width: 100%;
    }
    .block10-slider .slick-arrow.arrow-prev {
        left: 0;
    }
    .block10-slider .slick-arrow.arrow-next {
        right: 0;
    }
    .block10-1-item a img {
        width: 100%;
        height: auto;
    }
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/10_2_custom/style.css?17377499972506*/
.block10-2-custom-gallery {
    position: relative;
    max-width: 100%;
}
.block10-2-custom .__block-title-text {
    text-align: center;
}
.block10-2-custom .gallery-item {    
    position: relative;
    padding: 0 16px;
}
.block10-2-custom .gallery-info-wrap {
    padding: 24px;
    height: 100%;
    border: 1px solid #E5E5E5;
border-radius: 12px;
}
.block10-2-custom .img-size {
    text-align: center;
}
.block10-2-custom-gallery a img{
    outline: none;
    min-height: 100%;
    min-width: 100%;
}
.block10-2-custom-gallery .gallery-item a{
    outline: none;
    display: block;
    padding-top: 80%;
   height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;

}

body .block10-2-custom-gallery  .slick-arrow.arrow-next {
    right: -10px !important;
}
body .block10-2-custom-gallery  .slick-arrow.arrow-prev {
    left: -10px !important;
}
@media (max-width: 768px) {
    .block10-2-custom .__block-title-text {
        margin-bottom: 0px !important;
    }
 }
@media (max-width: 550px) {
    .block10-2-custom-gallery .gallery-item a{
 
    border-radius: 0px;
    }
}
.block10-2-custom-gallery--4 a {
    height: 215px;
}
.block10-2-custom .dark-hover {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;*/
}
.block10-2-custom .dark-hover:hover {    
 /*   opacity: 1;
    transition: 0.3s;*/
}
@media (max-width: 767px) {
    .block10-2-custom-gallery a{
        height: 300px;
        width: 100%;
    }
    .block10-2-custom-gallery a img{
        width: 100%;
        min-width: unset;
    }
}

/*** slider ***/
.block10-2-custom .service-slider {
    position: relative;
}
.block10-2-custom .service-list {
    margin-bottom: -100px;
}
.block10-2-custom .service-list:not(.slick-initialized) {
    display: none;
}
.block10-2-custom .slick-track {
    display: flex !important;
}
.block10-2-custom .slick-slide {
    height: inherit !important;
}
.block10-2-custom .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;
}
.block10-2-custom .slick-arrow.arrow-prev {
    left: -15px;
}
.block10-2-custom .slick-arrow.arrow-next {
    right: -15px;
}
/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/6_3/style.css?17377499693682*/
.block6-3 .articles {
    margin-bottom: -40px;
}
.block6-3 .article {
    height: 286px;
    margin-bottom: 40px;
}
.block6-3 .big.article {
    height: 437px;
}
.block6-3 .big.article {
    height: 437px;
}
.block6-3 .article-wrap {
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    border-radius: 5px;
    transition: 0.1s;
}
.block6-3 .big.article .article-wrap {
    background-size: 207%;
    background-position: center;
}
.block6-3 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.block6-3 .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));
    z-index: 11;
}
.block6-3 .article .tags {
    position: absolute;
    text-align: left;
    left: 45px;
    top: 30px;
    right: 0;
    z-index: 11;
}
.block6-3 .article .tag {
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    padding: 0 7px;
}
.block6-3 .article .tag.sale {
    background: #FFD600;
    color: #333;
}
.block6-3 .article .article-img {
    border-radius: 5px;
    width: 100%;
}
.block6-3 .article .cover {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.4s;
    z-index: 10;
}
.block6-3 .article:hover .cover {
    opacity: 1;
}
.block6-3 .article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-3 .article .article-name.theme-color-hover:hover {
    color: #fff!important;
}
.block6-3 .article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}
.block6-3 .article .article-over-title-text {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}

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

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

.modal6_3-sale-info {
    margin-bottom: 40px;
    height: 25px;
    vertical-align: center;
    display: flex;
    align-items: center;
}

.modal6_3-sale-tag {
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 7px;
    background: #FFD600;
    color: #333;
}

.modal6_3-sale-date {
    margin-left: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #777777;
}

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

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

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

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

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

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

    .modal6_3-sale-info {
        margin-bottom: 20px;
    }

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

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

    .modal6_3-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/4_1_custom2/style.css?17377499501348*/
.block4-1-custom2 .service-item {
    position: relative;
    transition: transform .2s , box-shadow .2s;
    height: 100%;
}
.block4-1-custom2 .service-list:not(.no-gutters) {
    margin-bottom: -30px;
}
.block4-1-custom2 .service-list:not(.no-gutters) .row-item {
   
}
.block4-1-custom2 .service-container {
    position: relative;
    padding: 12px;
    border-radius: 4px;
    transition: transform .2s , box-shadow .2s;
    background-color: #fff;
}
.block4-1-custom2 .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.block4-1-custom2.block.text-light .service-container {
    border: 1px solid #ffffff;

    background-color: transparent;
}
.block4-1-custom2 .row-item:nth-of-type(2n) .service-container {
    background-color: #F5F5F5;
}

.block4-1-custom2 .service-name {
    color: var(--text-icon-90, rgba(0, 0, 0, 0.90));
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; 
}

.block4-1-custom2 .service-desc {  
    color: rgba(0, 0, 0, 0.70);
font-family: 'Manrope';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; 
}
.block4-1-custom2.block.text-light .service-name,
.block4-1-custom2.block.text-light .service-desc   {
    color: #ffffff;
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/17_5_custom/style.css?17377500544620*/
body.title-is-center .block17-5-custom .subtitle {
    text-align: center;
}
.block17-5-custom .block-title  {
    margin-bottom: 50px;
}
.block17-5-custom .block-subtitle{
    margin: 30px 0 0;
    color: #777777;
}
.block17-5-custom .tariffs-tabs {
    margin-bottom: 32px;
}
.block17-5-custom .tariff-filter__button {
    border: 1px solid transparent;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.block17-5-custom .tariff-filter__button:not(.active) {
    background: #FFFFFF;
    border-color: #ECECEC;
}
.block17-5-custom .tariff-filter__button:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}
.block17-5-custom .tariff-filter__button.active {
    color: #fff;
}
.block17-5-custom .tariff {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-bottom: none;
    border-radius: 12px;
    padding: 24px;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}
.block17-5-custom .tariff:nth-of-type(-n+1) {
    margin-bottom: 32px;
}
.block17-5-custom .tariff:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    position: relative;
    z-index: 1;
}
.block17-5-custom .tariff:last-child {
    border-bottom: 1px solid #ECECEC;
}
.block17-5-custom .tariff-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 10px;
}
.block17-5-custom .tariff-img img {
    border-radius: 3px;
}
.block17-5-custom .tariff-text {
    display: inline-block;
    vertical-align: top;
}
.block17-5-custom .tariff-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.block17-5-custom .tariff-stickers {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}
.block17-5-custom .tariff-stickers > div {
    display: inline-block;
}
.block17-5-custom .tariff-stickers [class*="sticker_"] {
    background-color: #46BD1C;
    width: auto;
    margin: 0 3px 6px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 5px 3px;
    border-radius: 2px;
}
.block17-5-custom .tariff-stickers > div:first-child [class*="sticker_"] {
    margin-left: 0;
}
.block17-5-custom .tariff-stickers .sticker_sale {
    background-color: #FFD600;
    color: #333;
}
.block17-5-custom .tariff-stickers .sticker_hit {
    background-color: #FC3E14;
}
.block17-5-custom .tariff-desc {
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-bottom: 21px;
}
.block17-5-custom .tariff-props li {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
}
.block17-5-custom .tariff-prices > div {
    display: inline-block;
}
.block17-5-custom .tariff-price {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-right: 6px;
}
.block17-5-custom .tariff-old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}
.block17-5-custom .tariff-discount {
    white-space: nowrap;
    font-size: 0;
}
.block17-5-custom .tariff-discount > div {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 1px 3px 1px 4px;
    margin-right: 2px;
}
.block17-5-custom .tariff-discount .discount-value {
    background: #FFD600;
    border-radius: 3px;
}
.block17-5-custom .tariff-discount .discount-text {
    background: #FFEF99;
    border-radius: 3px;
    color: #333;
}
.block17-5-custom .tariff-btn_wrapper {
    text-align: right;
}
.block17-5-custom .load-more_wrapper {
    margin-top: 32px;
}
.block17-5-custom .tariff-info {
    display: flex;
}
@media (max-width: 1200px) {
    .block17-5-custom .tariff-img {
        display: block;
    }
}
@media (max-width: 991px) {
    .block17-5-custom .tariff-btn_wrapper {
        text-align: left;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .block17-5-custom .tariff-info {
        display: block;
    }
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/12_3/style.css?17377500115413*/
.block12-3-slider {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}
.block12-3-slides {
    width: 100%;
    margin: 0;
}
.block12-3-slide {
    background-color: #ffffff;
    padding: 35px 50px 35px 30px;
    border: 1px solid #ececec;
    border-radius: 4px;
    outline: none;
    height: 100%;
}
.block12-3-slide-wrap {
    padding: 0 16px;
}

.block12-3-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}
.block12-3-user {
    margin-left: 40px;
    min-width: 180px;
    display: flex;
}

.block12-3-quotes {
    width: 45px;
    min-width: 45px;
    color: #d9d9d9 !important;
    position: relative;
    margin-top: 9px;
}
.block12-3-quotes svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 18px;
}
.block.text-light .block12-3-quotes {
    color: #ffffff;
}
.block12-3-stars {
    max-width: 107px;
    height: 19px;
    display: flex;
    align-content: flex-end;
}
.block12-3-star {
    margin-right: 3px;
    width: 19px;
    height: 19px;
    position: relative;
}
.block12-3-stars .block12-3-star:last-child {
    margin-right: 0;
}
.block12-3-star--on { color: #f2d228; }
.block12-3-star--off { color: #dfdfdf; }
.block12-3-star svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
.block12-3-text {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}
.block12-3-avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 25px;
}
.block12-3-post {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}
.block12-3-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.block12-3-info {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.block12-3-info > div {
    width: 100%;
}

.block12-3 .slick-dots {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block12-3 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block12-3 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block12-3 .slick-dots li > button {
    display: none;
}

.block12-3 .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-3 .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}
.block12-3 .slick-arrow.arrow-prev {
    left: -4px;
}
.block12-3 .slick-arrow.arrow-next {
    right: -4px;
}

.block12-3-oneslide .slick-dots {
    display: none !important;
}

.block12-3-more {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .block12-3-slide {
        padding: 30px;
    }
    .block12-3-top {
        flex-wrap: wrap;
    }
    .block12-3-top > div {
        width: 100%;
    }
    .block12-3-user {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
        margin-left: 0;
    }
    .block12-3-avatar {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .block12-3 .slick-arrow {
        display: none !important;
    }

    .block12-3 .slick-list {
        padding-right: 38px;
    }
    .block12-3-slide-wrap {
        padding-left: 16px;
        padding-right: 0;
    }
    .block12-3-slider {
        margin-left: -20px;
        margin-right: -20px;
    }

    .block12-3-oneslide .slick-list {
        padding-right: 0 !important;
    }
    .block12-3-oneslide .block12-3-slide-wrap {
        padding: 0 16px !important;
    }
}

/* modal styles */
.modal12-3-top {
    display: flex;
    margin-bottom: 23px;
    justify-content: space-between;
    align-items: center;
}
.modal12-3-user {
    display: flex;
}
.modal12-3-avatar {
    width: 74px;
    min-width: 74px;
    height: 74px;
    margin-right: 25px;
    border-radius: 50%;
    background-size: cover;
}
.modal12-3-info {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.modal12-3-info > div {
    width: 100%;
}
.modal12-3-post {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}
.modal12-3-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.modal12-3-stars {
    height: 19px;
    display: flex;
}
.modal12-3-star {
    margin-right: 3px;
    width: 19px;
    height: 19px;
    position: relative;
}
.modal12-3-stars .modal12-3-star:last-child {
    margin-right: 0;
}
.modal12-3-star--on { color: #f2d228; }
.modal12-3-star--off { color: #dfdfdf; }
.modal12-3-star svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
.modal12-3-review {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}
@media (max-width: 767px) {
    .modal12-3-top {
        flex-wrap: wrap;
    }
    .modal12-3-top > div {
        width: 100%;
    }
    .modal12-3-stars {
        margin-top: 25px;
    }
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/18_2/style.css?1737750056864*/
.block18-2 .block-title {
    margin-bottom: 30px !important;
}

.block18-2.text-light .contact-info a {
    color: #f8f9fa;
}

.block18-2 .contact-items {
    /*max-width: 460px;*/
}
.block18-2 .contact-item {
    /*width: 50%;*/
    margin-bottom: 17px;
}

.block18-2 .contact-item-name {
    font-size: 13px;
    line-height: 23px;
}
.block18-2:not(.text-light) .contact-item-name {
    color: #999999;
}

.block18-2 .contact-item-value {
    font-size: 16px;
    line-height: 23px;
}
.block18-2 .contact-item-value a {
    font-size: 16px;
    line-height: 23px;
}

.block18-2:not(.text-light) .contact-item-value a {
    color: #333333;
}

.block-18-2-socials {
    margin-top: 23px;
}
.block-18-2-socials .block-social {
    margin-right: 25px;
    color: #888888;
}

@media (max-width: 991px) {
    .block18-2 .form-wrap {
        margin-top: 40px;
    }
}

/* End */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/16_2/style.css?17377500384131 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/10_1/style.css?17377499953391 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/10_2_custom/style.css?17377499972506 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/6_3/style.css?17377499693682 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/4_1_custom2/style.css?17377499501348 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/17_5_custom/style.css?17377500544620 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/12_3/style.css?17377500115413 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/18_2/style.css?1737750056864 */
