@charset "utf-8";
/* ALL */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font: 16px/20px 'Inter', Helvetica, sans-serif;
    color: #333333;
}

body.lock {
    overflow: hidden;
}

a {
    text-decoration: none;
    font: 16px/20px 'Inter', Helvetica, sans-serif;
    color: #14ADD9;
    transition: all .2s linear;
}

@media screen and (max-width: 767px) {

    body,
    a {
        font-size: 14px;
    }

}

a:hover {
    color: #1193B8;
}

a.alt {
    text-decoration: underline;
    /*border-bottom: 1px dotted #333333;*/
    color: #333;
}

a.alt:hover {
    text-decoration: none;
    color: #555;
}

p + p {
    margin-top: 25px;
}

.container {
    margin: 0 auto;
    max-width: 1332px;
    width: 100%;
    padding: 0 16px;
}

.container-margin {
    margin-bottom: 50px;
}



@media screen and (max-width: 767px) {
    .container-margin {
        margin-bottom: 24px;
    }
}

.container_no-padding {
    margin: 0 auto 50px;
    max-width: 1332px;
    width: 100%;
    padding: 0;
}

section ul {
    margin: 5px 0 0;
}

aside ul,
ul.slides,
ul.slides-events {
    list-style: none !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    margin: 0;
}

section input[type=text], section textarea {
    height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 265px;
    font: 15px/30px 'Inter', Helvetica, sans-serif;
    color: #333333;
    padding: 0px 10px;

    -webkit-box-shadow: inset 1px 1px 2px 0px #d4d4d4;

    box-shadow: inset 1px 1px 2px 0px #d4d4d4;
    background: #ebebeb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(230, 230, 230)), color-stop(65%, rgb(242, 242, 242)));
    background-image: linear-gradient(top, rgb(230, 230, 230) 35%, rgb(242, 242, 242) 65%);
    background-image: -webkit-linear-gradient(top, rgb(230, 230, 230) 35%, rgb(242, 242, 242) 65%);

    background-image: -webkit-gradient(
            linear,
            right top,
            right bottom,
            color-stop(0.35, rgb(230, 230, 230)),
            color-stop(0.65, rgb(242, 242, 242))
    );
    outline: none;
}

section textarea {
    height: 85px;
    resize: none;
    padding: 5px 10px;
    overflow: auto;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.line {
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
}

.linev {
    height: 100%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #fff;
    width: 0px;
}

.well {
    background-color: #ffffff;
    padding: 15px;
}

.contacts-right .well {
    background-color: #f7f5f5;
}

.nomargin {
    margin: 0 !important;
}

.font16 {
    font-size: 16px;
}

.color {
    font-family: 'Inter', Helvetica, sans-serif;
}

/* Общие стили нового проекта */

blockquote,
.blockquote {
    background-color: #D8F1FF !important;
    position: relative;
    padding: 60px 132px;
    /*background: url('/bitrix/templates/rodnik72/images/quot-bg.png') center no-repeat;*/

    margin: 0 auto 50px;
    max-width: 1300px;
    width: 100%;
    border-radius: 16px;

    color: #616262;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

blockquote:before,
.blockquote:before {
    content: url('/bitrix/templates/rodnik72/images/quot.png');
    position: absolute;
    top: 24px;
    left: 24px;
}

blockquote:after,
.blockquote:after {
    content: url('/bitrix/templates/rodnik72/images/quot.png');
    rotate: 180deg;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

@media screen and (max-width: 1332px) {
    blockquote,
    .blockquote {
        max-width: calc(100vw - 32px);
    }
}

.banner-colored {
    container-type: inline-size;
    position: relative;
    padding: 40px 284px 40px 44px;
    background: url('/bitrix/templates/rodnik72/images/banner-bg_desktop.png') right no-repeat;
    background-size: cover;

    margin: 0 0 50px;
    max-width: 100%;
    width: 100%;
    border-radius: 16px;

    color: #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.banner-colored__tours {
    margin-top: 50px;
}

.banner-colored__content {
    display: flex;
    align-items: center;
    gap: 22px 66px;
    flex-wrap: wrap;
    padding-left: 38px;
}

.banner-colored.small .banner-colored__content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}

.banner-colored.small {
    padding: 24px;
    background: url('/bitrix/templates/rodnik72/images/banner-bg_mobile.png') bottom no-repeat;
    background-size: cover;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 288px;
}

.banner-colored img {
    width: 32px;
    height: 32px;
    background-color: #1193B8;
    border-radius: 50%;
    padding: 8px;
}

.banner-colored .button {
    max-width: fit-content;
    margin: 0 auto;
}

.shadow-content {
    margin-bottom: 50px;
    padding: 36px;
    border-radius: 16px;
    background: #FFF;

    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
}

.colored-content {
    margin-bottom: 50px;
    padding: 24px;
    border-radius: 16px;
    background: url("/bitrix/templates/rodnik72/images/content-bg_colored.png") bottom no-repeat;
    background-size: cover;
}

a.link {
    color: #14ADD9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-decoration-line: underline;
}

img {
    max-width: 100%;
    width: 100%;
    max-height: 560px;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

img.logotype {
border-radius: 0;
    object-fit: inherit;
}

.adm-detail-content-cell-l > img {
    width: unset;
}


table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    outline: 1px solid #EFF0F0;
    border: 1px solid #EFF0F0;
    overflow: hidden;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #F9F9F9;
    border: 1px solid #EFF0F0;
}

table tr:first-child {
    font-weight: 600;
}

table tr p {
    margin: 0;
}

table thead tr th:first-child {
    border-radius: 20px 0 0 0;
}

table thead tr th:last-child {
    border-radius: 0 20px 0 0;
}

table td {
    padding: 24px 16px;
    border: 1px solid #EFF0F0;
    text-align: left;
}

table tbody tr:nth-child(odd) {
    background: #fff;
}

table tbody tr:nth-child(even) {
    background: #F9F9F9;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 50px;
}

li ol,
li ul {
    margin-bottom: 0;
    padding-left: 0px;
}

p {
    line-height: 150%;
}

li ol li,
li ul li {
    padding-bottom: 4px;
}

.ul li,
ol li {
    display: flex;
    align-items: center;
}


.shadow-content ol:last-child,
.shadow-content ul:last-child,
.colored-content ol:last-child,
.colored-content ul:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

ol,
.numbered-list {
    width: 100%;
    list-style-type: none;
    counter-reset: ordered;
}

ol > li,
.numbered-list > li {
    color: #000;
    font-size: 18px;
    position: relative;
}

ol.r_list > li,
ul.r_list > li {
    margin-bottom: 36px;
    min-height: 40px;
    max-width: 94%;
}

ol.r_list li div,
ul.r_list li div {
    padding-left: 12px;
}

ol.r_list li:last-child,
ul.r_list li:last-child {
    margin-bottom: 0;
}

.r_list__container {
    height: 100%;
}

ol > li::before,
.numbered-list > li::before {

    border-radius: 50%;
    background: #C1E5F9;
    color: #000;
    content: counter(ordered, decimal-leading-zero);
    counter-increment: ordered;
    display: inline-block;
    margin-left: -50px;
    margin-top: 0;
    padding: 7px 8px;
    position: absolute;
}

.unordered-list {
    width: 100%;
    list-style-type: none;
}

/* <?=$arResult["COLUMS"]["VALUE"]?> */
.columns-1 {
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 1;
}

.columns-2 {
    /*-moz-column-count: 2; !* Firefox *!*/
    /*-webkit-column-count: 2; !* Safari and Chrome *!*/
    /*column-count: 2;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.columns-3 {
    /*-moz-column-count: 3; !* Firefox *!*/
    /*-webkit-column-count: 3; !* Safari and Chrome *!*/
    /*column-count: 3;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.columns-4 {
    /*-moz-column-count: 4; !* Firefox *!*/
    /*-webkit-column-count: 4; !* Safari and Chrome *!*/
    /*column-count: 4;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.columns- ul li,
.columns-1 ul li,
.columns-2 ul li,
.columns-3 ul li,
.columns-4 ul li {
    margin-top: 12px;
    margin-bottom: 0;
}

.unordered-list li,
.numbered-list li {
    margin-bottom: 52px;
    margin-left: 20px;
    color: #000;
    font-size: 16px;
    position: relative;
}

.unordered-list li::before {
    border-radius: 50%;
    background: #C1E5F9;
    color: #000;
    content: url("/bitrix/templates/rodnik72/images/smile.svg");
    display: inline-block;
    margin-left: -50px;
    margin-top: -10px;
    padding: 6px 7px 4px 7px;
    position: absolute;
}

ul:not(.unordered-list) li::marker,
ol:not(.numbered-list) li::marker {
    font-size: 22px;
    content: '\2022   ';
    color: #1193B8;
}

.page-footer ul li::marker,
.menu__nav ul li::marker,
.slick-dots li::marker,
.eye-container ul li::marker{
    content: none !important;
}

/*img.logotype {*/
/*    height: 100px;*/
/*    width: 100px;*/
/*}*/

.header-button {
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 16px 16px;
    border-radius: 16px;
    transition: all .2s linear;
    white-space: nowrap;
    font-weight: 600;
    cursor: pointer;
}

.header-button-colored {
    background: #1193B8;
    border: 1px solid #009BA0;
    color: #fff !important;
}

.header-button-colored:hover {
    opacity: .8;
}

.header-button-white {
    border: 1px solid #009BA0;
    background: #fff;
    color: #009BA0 !important;
}

.header-button-white:hover {
    opacity: .8;
}

.button {
    padding: 10px 16px;
    border-radius: 16px;
    transition: all .2s linear;
    cursor: pointer;
}

.button-colored {
    background: #14ADD9;
    border: 1px solid #14ADD9;
    color: #fff !important;
}

.button-colored:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.button:hover {
    opacity: .8;
}

.button-white {
    border: 1px solid #14ADD9;
    background: #fff;
    color: #14ADD9 !important;
}

.button-white:hover {
    opacity: .8;
}

.grid-4columns-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.grid-3columns-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.grid-3columns-container .container {
    padding: 0;
}

.grid-2columns-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

viber {
    position: relative;
}

viber.absolute::before {
    position: absolute;
    left: -40px;
    bottom: 0px;
}

viber::before {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    content: '___';
    background: no-repeat center/40% url("/bitrix/templates/rodnik72/images/viber.svg");
    background-size: 24px;
}

mail-gray {
    position: relative;
}

mail-gray.absolute::before {
    position: absolute;
    left: -40px;
    bottom: 0px;
}

mail-gray::before {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    content: '___';
    background: no-repeat center/40% url("/bitrix/templates/rodnik72/images/email-gray.svg");
    background-size: 24px;
}

.menu_search__text {
    display: none;
}

mail-ellipse {
    position: relative;
}

mail-ellipse.absolute::before {
    position: absolute;
    left: -40px;
    bottom: 0px;
}

mail-ellipse::before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: transparent;
    content: '___';
    background: no-repeat center/40% url("/bitrix/templates/rodnik72/images/mail_ellipse.svg");
    background-size: 32px;
}

phone-gray {
    position: relative;
}

phone-gray.absolute::before {
    position: absolute;
    left: -40px;
    bottom: 0px;
}

phone-gray::before {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    content: '___';
    background: no-repeat center/40% url("/bitrix/templates/rodnik72/images/phone-gray.svg");
    background-size: 24px;
}

phone-ellipse {
    position: relative;
}

phone-ellipse.absolute::before {
    position: absolute;
    left: -40px;
    bottom: 0px;
}

phone-ellipse::before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: transparent;
    content: '___';
    background: no-repeat center/40% url("/bitrix/templates/rodnik72/images/phone_ellipse.svg");
    background-size: 32px;
}

.load_more__container {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.load_more {
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
}


@media screen and (max-width: 1212px) {

    .insurance__container .grid-4columns-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1000px) {

    .grid-4columns-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3columns-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-2columns-container {
        grid-template-columns: 1fr;
    }

    .grid-2columns-container .colored-content {
        margin-bottom: 0;
    }

    .columns-2,
    .columns-3,
    .columns-4 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 799px) {
    .mobile-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    /*img.logotype {*/
    /*    height: 73px;*/
    /*    width: 73px;*/
    /*}*/

    .shadow-content {
        padding: 16px;
        margin-bottom: 24px;
    }

    ol.r_list li,
    ul.r_list li {
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: 400;
    }

    blockquote,
    .blockquote {
        padding: 60px 20px;
        background-position: bottom;
        background-size: cover;
        margin-bottom: 24px;
    }

    blockquote:before,
    .blockquote:before {
        top: 12px;
    }

    blockquote:after,
    .blockquote:after {
        bottom: 12px;
    }

    .banner-colored,
    .banner-colored.small {
        padding: 24px;
        font-size: 18px;
        background: url('/bitrix/templates/rodnik72/images/banner-bg_mobile.png') bottom no-repeat;
        background-size: cover;
        text-align: center;

        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 288px;
    }

    .colored-content {
        padding: 16px;
        margin-bottom: 24px;
    }

}

@media screen and (max-width: 600px) {
    .grid-4columns-container {
        grid-template-columns: 1fr;
    }

    .grid-3columns-container {
        grid-template-columns: 1fr;
    }

    .fancybox-container .fancybox-slide {
        padding: 16px;
    }
}

/* header */
.page-header {
    background-image: url('/bitrix/templates/rodnik72/images/header-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 70px;
    background-color: #BCE4E9;
}

.header__container {
    display: flex;
    align-items: center;
    margin-top: 24px;
    gap: 24px;
    padding-bottom: 40px;
}

.page-header .header-logo {

}

.header-logo .logo-link {
    /*width: 100px;*/
    height: 74px;
    display: block;
    position: relative;
    text-decoration: none;
    background-repeat: no-repeat;
}

.page-header .header-information {
}

.eye-container {
    display: flex;
    gap: 32px;
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    z-index: 101;
}

#formalMenu .eye-container nav > ul {
    background: none;
    color: #616262;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;

    display: flex;
    align-items: center;
}

.eye-container .bvi-open {
    color: #009BA0;
    display: flex;
    gap: 18px;
    align-items: center;
}

.eye-container .eye-block {
    display: block;
    background: transparent;
    overflow: hidden;
}

.eye-block .eye-color {
}

.eye-block .eye-size {
}

.eye-block .eye-color,
.eye-block .eye-size {
    font-size: 18px;
    font-family: 'Inter', Helvetica, sans-serif;
}

.eye-block .eye-color .button {
    display: inline-block;
    width: 180px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #22a7f0;
}

.eye-block .eye-color .button:hover {
    background-color: #22a7f0;
    color: #ffffff;
}

.eye-block .eye-color .dark-on-ligth {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #22a7f0;
    margin-left: 11px;
}

.eye-block .eye-color .ligth-on-dark {
    left: 488px;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #E3EDFE;
}

.eye-block .eye-color .regular {
    color: #FFFFFF;
    background-color: #22a7f0;
}

.eye-block .eye-size .font-size {
    font-weight: normal;
    display: inline-block;
    line-height: 37px;
    padding-right: 10px;
    vertical-align: middle;
}

.eye-block .eye-size .percent {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #22a7f0;
    margin-right: 10px;
}

.eye-block .eye-size .percent:last-child {
    margin-right: 0;
}

.eye-block .eye-size .percent:hover {
    background-color: #3a539b;
}

.eye-block .eye-size .f100 {
    font-size: 16px;
    background-color: #3a539b;
}

.eye-block .eye-size .f150 {
    font-size: 20px;
}

.eye-block .eye-size .f200 {
    font-size: 24px;
}

@media screen and (max-width: 1000px) {
    .eye-container {
        padding: 0 16px;
        flex-direction: column;
        border-radius: 0;
        background: transparent;
        gap: 0;
    }

    .eye-container .haveInner > a {
        font-size: 18px;
        font-weight: 600;
        color: #3093b8;
        border-bottom: 1px solid #3093b8;
    }

    .eye-container .haveInner .innerMenu {
        margin-top: 24px;
    }

    .eye-container li {
        padding-bottom: 24px;
        position: relative;
    }


    .eye-container li:last-child {
        padding-bottom: 0;
    }

    .eye-container ul {
        background: transparent !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: baseline !important;
    }

    .eye-container .bvi-open {
        margin-top: 24px;
    }

    .menu_search__icon {
        display: none;
    }

    .menu_search__text {
        display: block;
        max-width: fit-content;
    }

}

@media screen and (max-width: 768px) {
    .header__container {
        padding-bottom: 80px;
    }
    .header-logo .logo-link {
        /*width: 73px;*/
        /*height: 73px;*/
    }

    .eye-container li:not(.j-li):last-child a {
        font-size: 18px;
        font-weight: 600;
        color: #3093b8;
        border-bottom: 1px solid #3093b8;
    }

}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    /*margin-left: 24px;*/
}

.page-header .header-information .header-contacts {
    overflow: hidden;
}

.page-header .header-information .header-contacts a {
    color: #000000;
    text-decoration: none;
}

.header-information .header-contacts .block1 {
    min-width: 163px;
}

.header-information .header-contacts .block2 {
}

.block1 a,
.block2 a {
    display: flex;
    align-items: center;
    gap: 10px;

    white-space: nowrap;
}

.block1 a:first-child,
.block2 a:first-child {
    margin-bottom: 4px;
}

.block1 a img,
.block2 a img {
    width: 30px;
    height: 30px;
    border-radius: 0;
    object-fit: contain;
}

.header-information .header-contacts .block3 {
    max-width: 306px;
}

.header-information .header-contact-item {
    /*padding-left: 25px;*/
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    min-width: 182px;
}

/*.header-information .header-contact-item:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    background-image: url("../images/sprite.png");*/
/*    background-repeat: no-repeat;*/
/*}*/

.header-information .header-contact-item.phone:before {
    width: 9px;
    height: 18px;
    top: 3px;
    left: 6px;
    background-position: 0 -24px;
}

.header-information .header-contact-item.vk:before {
    width: 18px;
    height: 12px;
    top: 7px;
    background-position: -40px 0;
}

.header-information .header-contact-item.question:before {
    width: 13px;
    height: 18px;
    top: 3px;
    left: 4px;
    background-position: 0 0;
}

.header-information .header-contact-item.mail:before {
    width: 15px;
    height: 11px;
    top: 7px;
    left: 3px;
    background-position: -16px 0;
}

.header-information .header-contact-item.adress:before {
    width: 14px;
    height: 18px;
    top: 3px;
    left: 5px;
    background-position: -16px -16px;
}

.header-information #search {
    height: 35px;
    background: #ffffff;
    border: 1px solid #22a7f0;
    position: relative;
}

.header-information #search input {
    border: none;
    line-height: 32px;
    height: 33px;
    margin: 0;
    width: 600px;
    padding-left: 15px;
    background: none;
    font-size: 16px;
    outline: none;
}

.header-information #search button {
    width: 34px;
    height: 35px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    background-color: #22a7f0;
}

.header-information .search-block {
    margin-top: 12px;
}

.header-information #search button::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/sprite.png") 0 -48px no-repeat;
}

.header-information #search input::-webkit-input-placeholder {
    color: #bab5b7;
    font-size: 16px;
}

.header-information #search input::-moz-placeholder {
    color: #bab5b7;
    font-size: 16px;
}

/* Firefox 19+ */
.header-information #search input:-moz-placeholder {
    color: #bab5b7;
    font-size: 16px;
}

/* Firefox 18- */
.header-information #search input:-ms-input-placeholder {
    color: #bab5b7;
    font-size: 16px;
}

.document__icon_download, .document__icon_viewing {
    width: 36px;
    height: 36px;
}

.document_icons__container {
    min-width: 88px;
    display: flex;
    gap: 16px;
}


/*Стили для кнопки "Наверх"*/
.barToTop {
    position: fixed;
    z-index: 5;
    bottom: 100px;
    right: 10%;
    background-color: #14ADD9;
    padding: 20px 24px;
    display: none;
    border-radius: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s ease;
}

.barToTop:hover {
    background-color: #1193B8;
}

.barToTop .barArrow--left {
}

.barToTop .barArrow--left::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 18px;
    height: 18px;
    top: -3px;
    border-color: #14ADD9;
}

.barToTop__text {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .barToTop {
        /*display: none !important;*/
        padding: 11px 14px;
        right: 12px;
        box-shadow: 0px 0px 1px 0px #0e90d2;
        background-color: #fff;
    }

    .barArrow--left {
        color: #14ADD9;
    }


}

/*Конец стилей для кнопки "Наверх"*/

/* topMenu */
@media screen and (min-width: 1000px) {

    .topmenu-container {
        border-radius: 16px;
        background: #1193B8;
    }

    #topMenu {
        margin-top: -66px;
        margin-bottom: 16px;
    }

    #formalMenu {
        margin-top: -26px;
        margin-bottom: 36px;
    }


    #topMenu nav,
    #formalMenu nav {
        position: relative;
        z-index: 10;
        text-align: left;
    }

    #topMenu nav > ul,
    #formalMenu nav > ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 0;
    }

    #topMenu nav > ul > li,
    #formalMenu nav > ul > li {
        display: inline-block;
        position: relative;

    }

    #topMenu nav > ul > li.w100 {

    }

    #topMenu nav > ul > li > a {
        font: 14px/32px 'Inter', Helvetica, sans-serif;
        text-transform: uppercase;
        padding: 9px 12px;
        text-decoration: none;
        color: #ffffff;
        display: block;
    }

    #formalMenu nav > ul > li > a {
        font-size: 14px;
        text-decoration: none;
        display: block;
        color: #616262;
    }

    #topMenu nav > ul > li.cashback > a,
    #topMenu nav > ul > li:hover > a,
    #topMenu nav > ul > li.current > a {
        font-family: 'Inter', Helvetica, sans-serif;
        display: block;
        border-radius: 16px;
        background: #1193B8;
        color: #ffffff;
    }

    #formalMenu nav > ul > li.cashback > a,
    #formalMenu nav > ul > li:hover > a,
    #formalMenu nav > ul > li.current > a {
        display: block;
        border-radius: 16px;
        background: #fff;
        color: #616262;
    }

    #topMenu nav > ul > li:hover,
    #formalMenu nav > ul > li:hover {
        cursor: default;
    }

    #topMenu nav > ul > li.haveInner > a,
    #formalMenu nav > ul > li.haveInner > a {
        padding-right: 35px;
        border-radius: 16px;
    }

    #topMenu nav > ul > li.haveInner::after {
        content: "";
        display: block;
        position: absolute;
        right: 12px;
        top: 22px;
        width: 12px;
        height: 6px;
        background: url("../images/sprite.png") -40px -16px no-repeat;
    }

    #formalMenu nav > ul > li.haveInner::after {
        content: "";
        display: block;
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 0px;
        width: 26px;
        height: 26px;
        background: url("../images/caret-down.svg") no-repeat;
    }

    #topMenu nav > ul > li .innerMenu {
        position: absolute;
        left: 0;
        display: none;
        z-index: 100;
        border-radius: 16px;
    }

    #formalMenu nav > ul > li .innerMenu {
        position: absolute;
        left: 0;
        display: none;
        z-index: 100;
        border-radius: 16px;
    }

    #topMenu nav > ul > li:hover .innerMenu,
    #formalMenu nav > ul > li:hover .innerMenu {
        display: block;
    }

    #topMenu nav > ul > li .innerMenu ul {
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
        min-width: 238px;
        padding: 0;
    }

    #formalMenu nav > ul > li .innerMenu ul {
        border-radius: 16px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background: #fff;
        padding: 0px;
        padding-top: 18px;
        margin-left: -16px;
        margin-top: 0px;
        list-style: none;
    }

    #formalMenu nav > ul > li .innerMenu ul li {
        font-size: 14px;
        font-weight: 300;
    }

    #topMenu nav > ul > li .innerMenu ul li,
    #formalMenu nav > ul > li .innerMenu ul li {
        text-align: left;
        border-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul li::marker,
    #formalMenu nav > ul > li .innerMenu ul li::marker {
        content: none;
        font-size: 0;
    }

    #topMenu nav > ul > li .innerMenu ul li a {
        color: #434343;
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 170%; /* 23.8px */
    }

    #topMenu nav > ul > li .innerMenu ul li {
        color: #434343;

        font-style: normal;
        font-weight: 300;
        line-height: 170%; /* 23.8px */
        padding: 10px 16px;
        border-bottom: 1px solid #EFF0F0;
        border-radius: 0;
        transition: all .2s linear;
    }

    #topMenu nav > ul > li .innerMenu ul li:first-child {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul li:last-child {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul li:hover {
        background: #D8F1FF;
        transition: all .2s linear;
    }

    #topMenu nav > ul > li .innerMenu ul li::marker {
        display: none;
        font-size: 0;
    }

    #topMenu nav > ul > li .innerMenu ul li:last-child {
        border-bottom: none;
    }

    #formalMenu nav > ul > li .innerMenu ul li a {
        color: #616262;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        display: block;
        padding: 7px 15px 7px 20px;
    }

    #topMenu nav > ul > li .innerMenu ul li a:hover {
        text-decoration: none;
    }

    #formalMenu nav > ul > li .innerMenu ul li a:hover {
        text-decoration: none;
        color: #1193B8;
    }

    #topMenu nav > ul > li .innerMenu ul li:last-child a,
    #formalMenu nav > ul > li .innerMenu ul li:last-child a {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul li:first-child a,
    #formalMenu nav > ul > li .innerMenu ul li:first-child a {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul a:last-child,
    #formalMenu nav > ul > li .innerMenu ul a:last-child {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    #topMenu nav > ul > li .innerMenu ul a:first-child,
    #formalMenu nav > ul > li .innerMenu ul a:first-child {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #topMenu .normal-page,
    #formalMenu .normal-page {
        background: url("../images/menu-bg.png") top center no-repeat;
    }

    #topMenu .normal-page .sub-title,
    #formalMenu .normal-page .sub-title {
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        color: #1b287a;
        padding-top: 22px;
        line-height: 1;
    }

    #topMenu .normal-page .main-title,
    #formalMenu .normal-page .main-title {
        font-size: 50px;
        font-weight: 700;
        color: #c5eff7;
        text-align: center;
        text-shadow: #0b01b8 1px 0, #0b01b8 1px 1px, #0b01b8 0 1px, #0b01b8 -1px 1px, #0b01b8 -1px 0, #0b01b8 -1px -1px, #0b01b8 0 -1px, #0b01b8 1px -1px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px, #0b01b8 0 0 2px;
        line-height: 1;
    }

}

.menu__open {
    display: none;
}

.mobile-menu {
    display: none;
}

.only-mobile {
    display: none;
}

.menu__nav .innerMenu {
    margin-top: 24px;
    display: none;
}

.menu__nav .innerMenu.show {
    display: block;
}

@media screen and (max-width: 1000px) {
    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }

    .page-header {
        background-image: url('/bitrix/templates/rodnik72/images/header-bg_mobile.png');
    }

    .mobile-logo__container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile-logo__name {
        margin: 0;
        color: #192879;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 16.8px */
    }

    .header__container {
        margin-top: 0;
        padding-bottom: 60px;
        justify-content: space-between;
        max-width: calc(100% - 66px);
    }

    .modal__inner_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal__inner_row .emailchild__width-size {
        width: 100%;
    }

    [type="text"] {
        font-size: 10px;
    }

    .mobile-container .header__cloud_navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-container {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1000;
        overflow-x: hidden;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 1001;
        height: 100%;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-2000px, 0px, 0px);
        transform: translate3d(-2000px, 0px, 0px);
    }

    .menu__inner {
    }

    .menu__nav {
        margin: 0 auto;
    }

    .mobile-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu__aligner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 100%;
        overflow: auto;
        padding: 30px 16px;
        background: var(--linear, linear-gradient(180deg, #BCE4E9 0%, rgba(188, 228, 234, 0.00) 60%));
    }

    .menu__animate-close {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -webkit-transform: translate3d(-2000px, 0px, 0px);
        transform: translate3d(-2000px, 0px, 0px);
    }

    .menu__animate-open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .menu__close {
        cursor: pointer;
        position: absolute;
        right: 12px;
        top: 36px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 101;
    }

    .menu__open {
        position: fixed;
        top: 28px;
        right: 12px;
        cursor: pointer;
        z-index: 101;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: block;
    }

    .menu__button {
        background: #ffffff;
        width: 48px;
        height: 50px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-box-shadow: 0px 0px 1px 0px #0e90d2;
        box-shadow: 0px 0px 1px 0px #0e90d2
    }

    .menu__button:hover {
        background: #0cadff
    }

    .menu__button i {
        font-size: 32px;
        color: #0f0f0f
    }

    .menu__button:hover i {
        color: #ffffff
    }

    .header-contacts {
        display: none;
    }

    #topMenu {
        display: none;
    }

    .topmenu-container {
        display: none;
    }

    .page-header {
        padding-top: 16px;
    }

    .innerMenu {
        padding-left: 16px;
    }

    .menu__nav li {
        padding-bottom: 24px;
        position: relative;
    }

    .menu__nav li:first-child {
        padding-top: 24px;
    }

    .haveInner .innerMenu {
    }

}

.burger-mobile-list > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #3093b8;
    border-bottom: 1px solid #3093b8;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

}

@media screen and (max-width: 420px) {
    .page-header {
        background-size: contain;
    }
}

/* section */
section {
    padding-bottom: 84px;
}

h1 {
    color: #262626;

    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 40.8px */

    margin-bottom: 24px;
}

h2 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #010101;
    margin-top: 0;
    margin-bottom: 36px;
}

h3 {
    font-size: 20px;
    font-family: 'Inter', Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    font-family: 'Inter', Helvetica, sans-serif;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    h1, .h2-mainpage {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 37.4px */
        margin-bottom: 16px;
    }

    h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 37.4px */
        margin-bottom: 16px;
    }

    section {
        padding-bottom: 44px;
    }
}

h2.nomargin {
    margin-bottom: 5px !important;
}

h2.events {
    font: 24px/30px 'Inter', Helvetica, sans-serif;
    font-weight: 700;
    color: #3a539b
}

h2.articles {
    padding-left: 30px;
}

h2.review,
h2.question {
    color: #262626;

    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 30px */
}

.title__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title__container h2 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .title__container {
        margin-bottom: 16px;
    }
}

.arrow__container {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 40%;
    justify-content: flex-end;
}

.arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 8px;
    padding: 12px 17px;
    background: #EFF0F0;
    transition: all 0.2s linear;
    opacity: 0.8;
}

.arrow:hover {
    opacity: 1;
}

.arrow.next {
    transform: rotate(180deg);
}

/* news block */
.card-with-content {
    width: 100%;
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #FFF;

    /* Osnova */
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;

    transition: all .2s linear;
}

.card-with-content:hover {
    background-color: #BCE4E9;
}

.card-with-content:hover .card-with-content__image img {
    transform: scale(1.05);
}

.card-with-content.no-hover:hover .card-with-content__image img {
    transform: scale(1);
}

.card-with-content .card-with-content__image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 260px;
    max-height: 260px;
    transition: all .2s linear;
}

.news-list-main .card-with-content .card-with-content__image img {
    min-height: 356px;
    max-height: 356px;
}

.card-with-content .card-with-content__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-time .date,
.detail-time .time,
.card-with-content .card-with-content__content .date,
.card-with-content .card-with-content__content .time {
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
    font-family: 'Inter', Helvetica, sans-serif;
}

.detail-time .date,
.card-with-content .card-with-content__content .date {
    position: relative;
    margin-right: 15px;
}

.detail-container {
    margin-bottom: 70px;
}

.detail-container p {
    text-indent: 20px;
}

.card-with-content:hover .card-with-content__content .date::before {
    -ms-background-position-x: -88px;
    background-position-x: -88px;
}

.card-with-content .card-with-content__content .card-with-content__title {
    margin-top: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30.6px */
    text-transform: none;
    display: -webkit-box;
    min-height: 82px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-with-content .tours.card-with-content__content .card-with-content__text {
    padding-top: 16px;
    border-top: 1px solid #EFF0F0;
    display: flex;
    column-gap: 8px;
    row-gap: 10px;

    align-items: center;
    min-height: 57px;
}

.card-with-content__chip {
    border-radius: 16px;
    background: #F9F9F9;

    padding: 8px 13px;
    color: #7b7b7b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    white-space: nowrap;
}

.tours .card-with-content__chip-more {
    color: #14ADD9;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    text-decoration-line: underline;
    width: 20%;
}

.card-with-content .date,
.card-with-content .time {
    color: #757575;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%; /* 30.6px */
}

.card-with-content .card-with-content__content .more-info:hover {
    text-decoration: none;
}

.card-with-content .card-with-content__content .card-with-content__text {
    margin-top: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-with-content.house__item .card-with-content__title {
    min-height: auto;
}

.card-with-content.house__item .card-with-content__text {
    color: #757575;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 170%; /* 30.6px */

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.news-back {

}

.prev-next-block {
}

.prev-next-block a,
.news-back a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    background-color: #22a7f0;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 6px 9px;
    width: 230px;
    border: 1px solid #22a7f0;
}

.prev-next-block a:hover,
.news-back a:hover {
    background-color: #3a539b;
    color: #ffffff;
}

/* living condition */
.houses__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 50px;
}

.house-block .house-item {
    position: relative;
    display: flex;
    gap: 16px;
    border-radius: 16px;

}

.house-image img {
    min-width: 190px;
    width: 190px;
    height: 190px;
}

.house-block .house-item:hover {
    background-color: #e6f3fb;
}

.house-block .house-item .house-image {
}

.house-block .house-item .house-content {
    padding: 16px;
}

.house-block .house-item .house-title {
    margin: 0;
    letter-spacing: -1px;
}

.house-block .house-item .house-title a {
    font-size: 24px;
    color: #333333;
    text-decoration: none;
}

.house-block .house-item .house-text {
    font-size: 16px;
    margin: 5px 0 25px;
}

.house-block .house-item .more-info {
    position: absolute;
    bottom: 12px;
    color: #3a539b;
    font-size: 16px;
    text-decoration: underline;
}

.house-block .house-item .more-info:hover {
    text-decoration: none;
}

.house-detail img.left {
    margin-bottom: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .card-with-content .tours.card-with-content__content .card-with-content__text {
        flex-wrap: wrap;
    }

    .house-block .house-item {
        flex-direction: column;
    }

    .house-image img {
        min-width: 100%;
    }

    .houses__container {
        margin-bottom: 24px;
    }

    .house-detail img.left {
        margin-right: 0;
    }
}

/* method block */

.method-block {
    overflow: hidden;
}

.method-block .method-item {
    position: relative;
    margin-right: 15px;
    overflow: hidden;

}

.method-block .method-item:hover a {
    display: block;
}

.method-block .method-item:hover a::before {
    content: 'Подробнее';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 60% 25%;
}

.method-block .method-item:last-child {
    margin-right: 0;
}

/* docs */
.docs.reports {
    width: 600px;
}

.docs ol,
.docs ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.docs ul li {
    color: #3a539b;
    position: relative;
}

.docs ul li::before {
    content: '.';
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    position: relative;
    top: -4px;
    margin-right: 4px;
}

.docs ul li a {
    line-height: 2;
    text-decoration: underline;
}

.docs ul li a:hover {
    text-decoration: none;
}

.docs .h4 {
    font-size: 18px;
    margin: 15px 0;
}


/* pagenavigation */
.pagenav {
    display: flex;
    justify-content: center;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.pagenav li {
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
}

.pagenav li:first-child {
    border-top-left-radius: 12px;
    overflow: hidden;
    border-bottom-left-radius: 12px;
}

.pagenav li:last-child {
    border-top-right-radius: 12px;
    overflow: hidden;
    border-bottom-right-radius: 12px;
}

.pagenav li span {
    cursor: context-menu;
}

.pagenav li span,
.pagenav li a {
    padding: 6px;
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    background-color: #22a7f0;
    color: #ffffff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    font-family: 'Inter', Helvetica, sans-serif;
}

.pagenav li .modern-page-next::after,
.pagenav li .modern-page-previous::after {
    content: '';
    background: url("../images/sprite.png") no-repeat;
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 11px;
}

.pagenav li .modern-page-next::after {
    background-position: -120px 0;
    right: 11px;
}

.pagenav li .modern-page-previous::after {
    background-position: -112px 0;
    left: 11px;
}

.pagenav li a:hover,
.pagenav li span {
    background-color: #3a539b;
}


/* service-block */

.service-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-item {
    margin-right: 7px;
    background-color: #e6f3fb;
    margin: 10px 7px;
    min-height: 370px;
    text-align: center;
}

.service-item:last-child {
    margin-right: 0;
}

.service-item:nth-of-type(3n):after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.service-item:nth-of-type(3n+1) {
    clear: left;
}

.service-item .h2 {
    text-align: center;
    padding: 0 15px;
    line-height: 22px;
    min-height: 44px;
}

.service-item ul {
    padding: 10px 20px;
    margin: 0;
    list-style: none;
}

.service-item ul li {
    padding-bottom: 10px;
}

.service-item ul li a {
    line-height: 22px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #333333;
}

.service-item ul li a:hover {
    color: #3a539b;
    border-color: #3a539b;
}

/* service detail */


.error {
    color: red;
    /*padding-top: 30px;*/
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
}

.error.error-text {
    text-align: center;
    font-size: 18px;
    margin: auto;
}

.success {
    color: #333333;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}


#crumbs {
    margin-bottom: 0px;
}

/*#crumbs span.current a {
	color: #333;
	text-decoration: none;
	cursor: default;
	}*/
#crumbs span {
    position: relative;
    padding-right: 34px;
    color: #757575;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
}

#crumbs span:after {
    content: url('/bitrix/templates/rodnik72/images/chevron_breadcrumbs.svg');
    position: absolute;
    right: 0;
    top: -4px;
}

#crumbs a {
    text-decoration: none;
    color: #757575;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
}

#crumbs span.current:after {
    content: "";
}

#pagination span a {
    display: inline-block;
    _overflow: hidden;
    *zoom: 1;
    *display: inline;
    height: 22px;
    padding: 0 8px;
    text-decoration: none;
    font: 14px/22px 'Inter', Helvetica, sans-serif;
}

#pagination span:hover a, #pagination span.current a {
    color: #fff;
}

.more {
    background: #f0f0f0;
    padding: 1px 10px;
}

#pagination span.all a,
#pagination span.more a {
    text-decoration: underline;
    color: #339199;
    font: 14px/22px 'Inter', Helvetica, sans-serif;
}

#pagination span.all:hover a,
#pagination span.more:hover a {
    background: none;
    text-decoration: none;
}

/* точки слайдера на мобилке */

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
    overflow: hidden;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #EFF0F0;

    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #14ADD9;
}


/* slides-events */
.idevents .slidesPagination {
    top: 52px;
}

#events .slidesPagination {
    top: 28px;
}

.idevents .slides-events {
    margin: 0;
    padding: 0;
}

.idevents .slides-events li {
}

.idevents .slides-events .slidesPagination {
    position: absolute;
    /*bottom: 0px;*/
    top: 60px;
    left: 0px;
    z-index: 100;
}

.idevents .slides-events .slidesContainer {
    margin-top: 40px
}

.idevents .slides-events .slidesPagination li {
    list-style: none;
    margin: 7px 7px 7px 0;
}

.idevents .slides-events .slidesPagination a {
    width: 8px;
    height: 0;
    padding-top: 8px;
    overflow: hidden;
    display: block;
}

.idevents .slides-events .slidesPagination .slidesCurrent a {
    background-position: 0 -11px;
}


#articles {
    width: 285px;
    margin: 66px 0 0;
}

#articles article {
    margin-bottom: 25px;
    max-height: 175px;
    overflow: hidden;
}

#articles .date {
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}

#articles .time {
    font-size: 12px;
    color: #666;
}

#articles p {
    font-size: 14px;
    line-height: 21px;
}

#articles .title {
    margin: 5px 0;
}

#articles .title a {
    font-size: 15px;
    line-height: 21px;
}

.contacts_page #articles textarea {
    height: 70px;
    padding-top: 13px;
}

.well-form input[type=text],
.well-form input[type=number],
.well-form input[type=file],
.fileUpload, .well-form textarea {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 52px;
    padding: 4px 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;

    border-radius: 16px;
    background: #FFF;
    border: none;
    margin-bottom: 24px;
}

.well-form input[type=date],
.well-form select {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 52px;
    padding: 4px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 16px;
    background: #FFF;
    border: none;
    margin-bottom: 24px;
}

.well-form textarea {
    height: 70px;
    padding-top: 13px;
}


.reviews .review-button {
    width: 160px;
}

.btn-file {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #808080;
}

.fileUpload {
}

.fileUpload input.upload {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.well-form input[type=text]::-webkit-input-placeholder {
    color: #000000;
    font-size: 14px;
}

.well-form input[type=text]::-moz-placeholder {
    color: #000000;
    font-size: 14px;
}

/* Firefox 19+ */
.well-form input[type=text]:-moz-placeholder {
    color: #000000;
    font-size: 14px;
}

/* Firefox 18- */
.well-form input[type=text]:-ms-input-placeholder {
    color: #000000;
    font-size: 14px;
}

.well-form textarea::-webkit-input-placeholder {
    color: #000000;
    font-size: 14px;
}

.well-form textarea::-moz-placeholder {
    color: #000000;
    font-size: 14px;
}

/* Firefox 19+ */
.well-form textarea:-moz-placeholder {
    color: #000000;
    font-size: 14px;
}

/* Firefox 18- */
.well-form textarea:-ms-input-placeholder {
    color: #000000;
    font-size: 14px;
}


#services {
    width: 615px;
    margin: 40px 0 0;
}


#services .line.alt {
    width: 530px !important;
    margin-top: 15px;
}

#services article {
    padding: 20px 0;
}

#services article .right {
    width: 370px;
}

#services article .left {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 2px;
}

#services article .title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
}

#contactPage {
    width: 625px;
}


#servicesPage {
    margin: 30px 0 0;
}

#servicesPage.alt {
    /*width: 730px;*/
    width: 950px;
    margin: 20px 0 0;
}

.contacts_page #servicesPage.alt {
}

.contacts_page #articles {
}

.contacts_page #articles input[type=text],
.contacts_page #articles textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e3e2e2;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
}

.contacts_page #articles textarea {
    height: 70px;
    padding-top: 13px;
}

.contact-content .contact-item a,
.contact-content .contact-item {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-decoration: none;
}

.contact-content {
    margin-top: 15px;
}

.contact-content .contact-item .item-title {
}

.contact-content .contact-item .item-value {
    margin-left: 48px;
}

.contact-content .contact-item:nth-child(2) .item-value {
    margin-left: 62px;
}

/* dirty fix. sorry */

#servicesPage.left {
    width: 690px;
}

#servicesPage article {
    padding: 0 0 20px;
    margin-right: 20px
}

#servicesPage article .right {
    width: 235px;
}

#servicesPage.uslugi article {
    padding: 0 0 20px;
    margin-right: 13px;
    vertical-align: top;
    display: inline-block;
}

#servicesPage.uslugi article .right {
    width: 220px;
}

#servicesPage article .title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
}

#servicesPage article .title a {
    /*font-size: 17px;*/
}

img.left {
    margin: 0 15px 5px 0;
}

.img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 2px;
}

aside {
    width: 200px;
    margin: 20px 0 0;
}

aside.right {
    width: 240px;
    margin: 20px 0 0;
}

aside nav > ul > li {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
}

aside nav > ul > li:first-child {
    border-top: none;
}

aside nav > ul > li:last-child {
    border-bottom: 1px solid #ededed;
}

aside li a {
    display: block;
    color: #333;
    padding: 8px 0px 8px 10px;
    margin: 1px 0;
}

aside li:hover > a, aside li.active > a {
    text-decoration: underline;
    color: #fff;
    border-radius: 2px;
}

aside li:hover {
    border-radius: 2px;
}

aside li ul {
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

aside li.active > ul {
    display: block;
}

aside nav.aopened li ul {
    display: block;
}


/**/

.personal-block {
    margin-bottom: 50px;
}

.personal-item.shadow-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 0;
    padding: 24px;
}

.personal-item img {
    min-width: 150px;
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
}

.personal-item .personal-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.personal-item .personal-name {
    color: #000;
    margin-top: 10px;
    font-weight: 300;
}

.personal-item .personal-status {
    color: #616262;
    margin-top: 10px;
    font-weight: 300;
    line-height: 150%;
}

@media screen and (max-width: 767px) {
    .personal-block {
        margin-bottom: 24px;
    }

    .personal-item.shadow-content {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .personal-item img {
        min-width: 120px;
        max-width: 120px;
    }
}

/* clients */
#clients {
    margin: 50px 0 0;
    padding: 10px 0 10px 24px;
}

#clients h2 {
    line-height: 55px;
}

#clientsPage article {
    width: 190px;
    margin: 0 15px 20px 0;
    text-align: center;
}

#clientsPage article p {
    margin: 0px 0 15px;
}

#clientsPage article .title a {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0 10px;
    text-decoration: none;
}

#clientsPage article .title a:hover {
    text-decoration: underline;
}

.vakansii {
    width: 730px;
    margin: 15px 0;
}

.vakansii p {
    margin: 0 0;
}

.vakansii input[type=text] {
    margin: 0 0;
}

.vakansii textarea {
    margin: 10px 0;
    width: 706px;
}

.vakansii #name {
    width: 706px;
}

.vakansii .calendar {
    width: 140px;
}

.vakansii .calendarOuter {
    position: relative;
}

.vakansii .calendarOuter span {
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    top: 0px;
    right: 4px;
}

.vakansii #downloadVakansii {
    position: relative;
    margin-right: 10px;
}

.vakansii #downloadVakansii button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    text-transform: none;
    text-shadow: none;
}

.vakansii #email {
}

.vakansii #phone {
}

.vakansii button[type=submit] {
    margin-top: 20px;
}

/* footer */

.page-footer {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin-top: 15px;
    background-color: #14ADD9;
    overflow: hidden;
    color: #fff;
}

.page-footer .container {
    position: relative;
    padding: 36px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

.page-footer .copyright {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    max-width: 1332px;
    margin: 36px auto 0;
    width: 100%;
    padding: 0 16px;
    text-align: right;
    z-index: 3;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    object-fit: cover;
    width: 100%;
}

.footer__columns-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;

    max-width: 924px;
}

.footer__columns-menu a {
    color: #fff;
    transition: all .2s linear;
}

.footer__columns-menu a:hover {
    opacity: .8;
}

.footer__columns-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    position: relative;
}

.footer__columns-menu ul li:last-child {
    margin: 0;
}

.footer__columns-menu .footer__main-menu a {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

.footer__columns-menu .footer__submenu a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

@media screen and (max-width: 767px) {
    .footer__columns-menu {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 0;
    }

    .footer__columns-menu .footer__main-menu a {
        font-size: 18px;
        font-weight: 400;
        line-height: 170%;
    }

    .page-footer {
        padding: 45px 0;
    }

    .page-footer .container {
        padding: 0;
        border-top: none;
        border-bottom: none;
    }
}


/* carousel */
.jcarousel-skin-tango .jcarousel-container {
    padding: 0;
    margin: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    padding: 0 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item {
    /*width: 110px;*/
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item img {
    /*width: 110px;*/
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 4px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 * Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 11px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../img/carouselNav.png) no-repeat -21px -26px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -21px -26px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -21px -26px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -21px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 11px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../img/carouselNav.png) no-repeat 0px -26px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 -26px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 -26px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}


/* popup */
.popupBlock-review,
.popupBlock {
    max-width: 800px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 36px;
    display: none;
    z-index: 2000;
    border-radius: 16px;
    background: #F9F9F9;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.shadow-review,
.shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: url(../img/transparentBg.png);
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .popupBlock-review,
    .popupBlock {
        padding: 16px;
    }
}

/*NEW*/
.about h1 {
    margin-left: -20px;
    padding-left: 20px;
}

.error {
    outline: 1px solid red !important;
}

.ok {
    outline: 1px solid green !important;
}

input.search-query {
    width: 96% !important
}

#map ul.map-level-0 li {
    font-weight: 700;
    list-style: none;
}

#map ul ul {
    margin-left: 25px
}

form textarea {
    font: 14px 'Inter', Helvetica, sans-serif;
    line-height: normal !important;
}

form p.message {
    text-align: center;
    padding: 5px
}

div.faqlist p {
}

div.nomargin p {
    margin-bottom: 7px
}

a.fakelink {
    color: inherit !important;
    cursor: default !important;
    text-decoration: none !important;
}

a.fakelink:hover {
    text-decoration: none !important;
}

.popupBlock-review .popupClose-review,
.popupBlock .popupClose {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    background: #1193B8;
}

#downloadVakansii small {
    font: 12px 'Inter', Helvetica, sans-serif !important;
}

div.jobs article:first-child {
    padding-top: 0 !important;
}


@media (max-width: 1100px) {
    #topMenu .normal-page .sub-title,
    .main-page .sub-title {
        font-size: 24px;
    }

    #topMenu .normal-page .main-title,
    .main-page .main-title {
        font-size: 40px;
    }
}

.read-all {
    display: block;
    color: #009BA0;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
    .popupBlock-review,
    .popupBlock {
        max-width: 94vw;
    }
}
