/* Start:/local/templates/html/components-template/plane-text/style.css?1607604637220*/

.plane-text__title {
    max-width: 900px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.plane-text__text {
    font-size: 16px;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    .plane-text__title {
        font-size: 22px
    }
}


/* End */


/* Start:/local/templates/html/components-template/content/style.css?16076046359123*/

.content .ntable {
    overflow-x: auto
}

.content .ntable::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.content .ntable::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px
}

.content li:not(:last-child) table {
    margin-bottom: 30px
}

.content .table {
    overflow-x: auto
}

.content table {
    min-width: 600px;
    margin: 0 0 20px
}

.content table td,
.content table th {
    border: 1px solid #000;
    padding: 5px
}

.content table th {
    text-align: left
}

.content .accordion--type1 .accordion__item {
    padding: 0 0 25px
}

.content .accordion--type1 .accordion__content {
    font-size: 14px;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif
}

.content .accordion--type1 .accordion__content-inner {
    padding-top: 30px;
    padding-bottom: 10px
}

.content .accordion--type1 .accordion__title {
    position: relative;
    width: 100%;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
    color: #080808;
    cursor: pointer;
    transition: all .3s;
    z-index: 1
}

.content .accordion--type1 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    top: 16px;
    left: 0;
    background-color: #ccc;
    z-index: 5
}

.content .accordion--type1 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 3px;
    background-color: transparent;
    border-bottom: 2px solid #00a9e5;
    border-right: 2px solid #00a9e5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .3s;
    z-index: 10
}

.content .accordion--type1 .accordion__title:hover {
    color: #000
}

.content .accordion--type1 .accordion__title:hover:before {
    border-color: #000!important
}

.content .accordion--type1 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10
}

.content .accordion--type1 .accordion__title.collapsed:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .accordion--type2 .accordion__item {
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.content .accordion--type2 .accordion__content {
    font-size: 14px;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif
}

.content .accordion--type2 .accordion__content-inner {
    padding: 30px 40px 25px;
    border-top: 1px solid #ccc
}

.content .accordion--type2 .accordion__title {
    position: relative;
    width: 100%;
    padding: 13px 30px 14px 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
    color: #00a9e5;
    cursor: pointer;
    transition: all .3s;
    z-index: 1
}

.content .accordion--type2 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    transition: all .3s;
    background-color: #f9f9f9;
    z-index: 5
}

.content .accordion--type2 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 26px;
    background-color: transparent;
    border-bottom: 2px solid #00a9e5;
    border-right: 2px solid #00a9e5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .3s;
    z-index: 10
}

.content .accordion--type2 .accordion__title:hover {
    color: #000
}

.content .accordion--type2 .accordion__title:hover:after {
    background-color: #000
}

.content .accordion--type2 .accordion__title:hover:before {
    border-color: #fff!important
}

.content .accordion--type2 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10
}

.content .accordion--type2 .accordion__title.collapsed:before {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .yout-wrap {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 5
}

.content .yout-wrap .video-youtube,
.content .yout-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content .yout-wrap .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.content .yout-wrap .video-youtube:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 10
}

.content .yout-wrap .video-youtube:hover .icon {
    fill: #000;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.content .yout-wrap .video-youtube .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    z-index: 20;
    transition: all .3s
}

.content .article-slider img {
    max-width: 100%;
    margin: 0
}

.content .article-slider .swiper-pagination {
    bottom: 20px
}

.content .article-slider .swiper-button-prev {
    left: 10px;
    background-color: #fff;
    opacity: .8
}

.content .article-slider .swiper-button-next {
    right: 10px;
    background-color: #fff;
    opacity: .8
}

.content .article-slider .swiper-button-next,
.content .article-slider .swiper-button-prev {
    top: 50%
}

.content .article-slider .swiper-container {
    overflow: hidden
}

.content .article-slider .swiper-wrapper {
    height: 100%!important
}

.content .video {
    width: 100%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto 20px;
    display: block
}

.content img {
    display: block
}

.content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic
}

.content .content-img--left {
    float: left;
    margin: 0 40px 40px 0
}

.content .content-img--left img {
    display: block;
    margin: 0 auto
}

.content .content-img--right {
    float: right;
    margin: 0 0 20px 20px
}

.content .content-img--right img {
    display: block;
    margin: 0 auto
}

.content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px
}

.content .content-img--center img {
    margin: 0 auto
}

.content img[align=left] {
    max-width: 40%;
    margin: 0 40px 20px 0
}

.content img[align=right] {
    max-width: 40%;
    margin: 0 0 20px 20px
}

.content img[align=center] {
    margin: 0 auto 20px
}

.content img {
    margin-bottom: 20px
}

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
    margin: 0 0 25px
}

.content ol:not(.list-reset) li,
.content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 29px;
    font-style: normal;
    font-weight: 400
}

.content ol:not(.list-reset) li:not(:last-child),
.content ul:not(.list-reset) li:not(:last-child) {
    margin: 0 0 15px
}

.content ol:not(.list-reset) li>ol,
.content ol:not(.list-reset) li>ul,
.content ul:not(.list-reset) li>ol,
.content ul:not(.list-reset) li>ul {
    padding: 12px 0 0 0
}

.content ul:not(.list-reset)>li:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00a9e5;
    position: absolute;
    top: 6px;
    left: 2px;
    box-sizing: border-box
}

.content ol:not(.list-reset) {
    counter-reset: list;
    list-style: none
}

.content ol:not(.list-reset)>li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #00a9e5;
    position: absolute;
    top: 0;
    left: 0
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li {
    padding: 0 0 0 45px
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li>ol:not(.list-reset) li {
    padding: 0 0 0 60px
}

.content ul.list--light li:before {
    background-color: transparent
}

.content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.content a:not([class]) {
    color: #005eb8;
    text-decoration: none;
    text-decoration: none
}

.content a:not([class])[href]:not(span) {
    transition: color .3s
}

.content a:not([class])[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.content hr {
    position: relative;
    height: 1px;
    border: 0;
    margin: 20px 0
}

.content hr:after,
.content hr:before {
    content: '';
    display: table;
    clear: both
}

.content p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px
}

.content mark {
    background: #000;
    color: #fff;
    padding: 0 5px
}

.content s {
    text-decoration: line-through
}

.content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    font-size: 14px;
    color: #080808;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: .03em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.content .c-gray {
    color: #777
}

@media (min-width:1024px) {
    .content img {
        margin-bottom: 20px
    }
    .content .video {
        height: 500px
    }
    .content a:not([class])[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .content a:not([class])[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .content {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:1024px) {
    .content img[align=center],
    .content img[align=left],
    .content img[align=right] {
        max-width: 100%;
        float: none!important;
        margin: 0 auto 20px
    }
}

@media screen and (max-width:1023px) {
    .content .accordion--type1 .accordion__content-inner {
        padding-top: 15px
    }
    .content .accordion--type2 .accordion__content-inner {
        padding-top: 15px
    }
}

@media (max-width:768px) {
    .content li .ntable {
        margin: 0 5px 0 -15px
    }
}

@media screen and (max-width:767px) {
    .content .accordion--type1 .accordion__title:before {
        top: auto;
        bottom: 9px
    }
    .content .accordion--type1 .accordion__title.collapsed:before {
        top: auto;
        bottom: 14px
    }
    .content .accordion--type2 .accordion__title:before {
        top: auto;
        bottom: 16px
    }
    .content .accordion--type2 .accordion__title.collapsed:before {
        top: auto;
        bottom: 21px
    }
    .content .yout-wrap .video-youtube .icon {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width:575px) {
    .content .content-img {
        max-width: 100%
    }
    .content .content-img--left {
        float: none;
        margin: 0 auto 40px
    }
    .content .content-img--right {
        float: none;
        margin: 0 auto 20px
    }
    .content .content-img .img-inner {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 20px 0
    }
    .content .content-img .img-inner img {
        float: none;
        margin: 0
    }
}


/* End */


/* Start:/local/templates/html/components-template/contact-box/style.css?1607604636598*/

.contact-box {
    margin-bottom: 100px;
    padding: 28px 30px;
    background: #f2f2f2
}

.contact-box__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700
}

.contact-box__item {
    font-size: 16px;
    color: #777
}

.contact-box__item:not(:last-child) {
    margin-bottom: 10px
}

.contact-box__item a {
    font-size: 18px;
    font-weight: 400;
    color: #000!important;
    text-decoration: underline!important;
    -webkit-text-decoration-color: #777!important;
    text-decoration-color: #777!important
}

.contact-box__item a:hover {
    text-decoration: none!important
}

.contact-box--center {
    text-align: center
}

@media screen and (max-width:1023px) {
    .contact-box {
        margin-bottom: 50px
    }
}


/* End */


/* Start:/local/templates/html/components-template/become-resident/style.css?16076046358159*/

.become-resident-item-col {
    position: relative
}

.become-resident-item-col:not(:last-child) {
    margin: 0 0 80px
}

.become-resident-item-col:not(:last-child):after {
    content: '';
    position: absolute;
    top: calc(100% + 20px);
    left: 35px;
    width: 2px;
    height: 40px;
    background-color: #fff;
    display: block
}

.become-resident-section {
    padding: 40px 0 140px;
    color: #fff;
    background-position: top center;
    margin: 0 0 40px
}

.become-resident-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.become-resident-item-body {
    flex-grow: 1
}

.become-resident-item-body .file {
    max-width: 355px
}

.become-resident-item-useful {
    border: 1px solid #fff;
    width: 100%;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.become-resident-item-useful .file:last-child {
    margin: 0
}

.become-resident-item-header {
    margin: 0 0 20px
}

.become-resident-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.become-resident-title {
    margin: 0 0 12px
}

.become-resident-item-body-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 11px
}

.become-resident-title {
    display: flex;
    align-items: center
}

.become-resident-title-index {
    font-weight: 700;
    font-size: 66px;
    width: 52px;
    min-width: 52px;
    line-height: 52px;
    font-family: Montserrat, Arial, Verdana, sans-serif
}

.become-resident-title-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%
}

.become-resident-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.become-resident-item-useful-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 20px
}

.become-resident-item-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #005eb8;
    height: 60px;
    text-decoration: none;
    margin: 40px 0 0 0;
    text-decoration: none
}

.become-resident-item-btn[href]:not(span) {
    transition: color .3s
}

.become-resident-item-btn[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.become-resident-item-btn--desktop {
    display: none
}

.become-resident-section.become-resident-section--vertical {
    padding: 80px 70px;
    background-color: #005eb8
}

.become-resident-section.become-resident-section--vertical .title {
    margin-bottom: 52px
}

.become-resident-section.become-resident-section--vertical .title-value {
    font-size: 66px
}

.become-resident-section.become-resident-section--vertical .title-value.title-value--small {
    font-size: 56px
}

.become-resident-section.become-resident-section--vertical .become-resident-item {
    padding: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-header {
    min-height: initial
}

.become-resident-section.become-resident-section--vertical .become-resident-item-body .file {
    max-width: initial;
    margin: 0 0 18px
}

.become-resident-section.become-resident-section--vertical .become-resident-title {
    margin-bottom: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-header {
    margin: 0 0 11px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col {
    padding: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col:not(:last-child) {
    margin-bottom: 50px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col:not(:last-child):after {
    display: block!important;
    width: 2px;
    height: calc(100% - 90px);
    left: 18px;
    top: 110px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-body {
    padding-left: 73px
}

.become-resident-section.become-resident-section--vertical .become-resident-subtitle {
    margin: 12px 0 0;
    padding: 0 0 0 80px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-useful {
    padding: 30px 40px
}

.become-resident-section.become-resident-section--vertical .become-resident-action {
    margin-top: 35px
}

.become-resident-section.become-resident-section--vertical .become-resident-action .btn {
    padding: 0 70px;
    line-height: 52px
}

.become-resident-section.become-resident-section--stage {
    padding: 40px 0 84px
}

.become-resident-section.become-resident-section--stage .become-resident-container {
    max-width: 780px;
    margin: 0 auto
}

.become-resident-section.become-resident-section--stage .become-resident-item-col:after {
    height: calc(100% - 60px)!important;
    top: 83px!important
}

.become-resident-section.become-resident-section--stage .become-resident-item-header {
    margin-bottom: 30px
}

.become-resident-section.become-resident-section--stage .become-resident-item-body li {
    color: #fff
}

.become-resident-section.become-resident-section--stage .become-resident-title-index {
    font-size: 66px
}

.become-resident-section.become-resident-section--stage .become-resident-title-value {
    font-size: 18px
}

.become-resident-section.become-resident-section--stage .become-resident-item-col:not(:last-child) {
    margin-bottom: 35px
}

.become-resident-section.become-resident-section--stage .title {
    margin-bottom: 40px
}

.become-resident-section.become-resident-section--stage .title-head {
    justify-content: center
}

.become-resident-footer {
    padding-top: 20px;
    border-top: 1px solid #fff
}

.become-resident-footer h4 {
    color: #fff;
    font-size: 18px
}

.become-resident-footer li {
    color: #fff;
    font-size: 18px!important
}

@media (min-width:768px) {
    .become-resident-item-btn {
        height: 70px
    }
}

@media (min-width:1024px) {
    .become-resident-item-btn[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .become-resident-item-btn[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .become-resident-item-btn--desktop {
        display: flex
    }
    .become-resident-item-btn--mobile {
        display: none
    }
    .become-resident-item-useful {
        padding: 35px
    }
    .become-resident-section {
        padding: 100px 0;
        margin: 0 0 100px
    }
    .become-resident-item-header {
        min-height: 185px
    }
    .become-resident-item-body-title {
        font-size: 24px;
        line-height: 140%;
        margin: 0 0 16px
    }
    .become-resident-item--nopading {
        padding: 0!important
    }
    .become-resident-item-text {
        font-size: 18px
    }
    .become-resident-item-col {
        padding-top: 40px
    }
    .become-resident-title-index {
        font-size: 72px;
        line-height: 1;
        width: 80px;
        min-width: 80px
    }
    .become-resident-title-value {
        font-size: 24px;
        line-height: 140%
    }
    .become-resident-subtitle {
        font-size: 18px;
        line-height: 140%;
        width: 100%;
        margin: 21px 0 0 0;
        padding: 0 0 0 80px
    }
    .become-resident-item-useful-files .file {
        margin: 0 0 15px
    }
}

@media (min-width:1610px) {
    .become-resident-item {
        padding: 0 25% 0 0;
        height: 100%
    }
    .become-resident-item-col:not(:last-child) {
        margin: 0
    }
    .become-resident-item-col:not(:last-child):after {
        width: 60px;
        height: 2px;
        top: 78px;
        left: calc(100% - 90px)
    }
    .become-resident-section .title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1609px) {
    .become-resident-section.become-resident-section--vertical {
        padding: 50px 30px
    }
}

@media screen and (max-width:1199px) {
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 56px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 46px
    }
}

@media screen and (max-width:1023px) {
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 40px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 30px
    }
    .become-resident-section.become-resident-section--stage .become-resident-item-col:after {
        top: 73px!important
    }
}

@media (max-width:1023px) {
    .become-resident-section {
        padding: 40px 0
    }
    .become-resident-item-body {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .become-resident-section.become-resident-section--vertical .become-resident-subtitle {
        padding: 0 0 0 72px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-item-useful {
        padding: 20px 15px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-action {
        text-align: center
    }
    .become-resident-section.become-resident-section--vertical .become-resident-action .btn {
        padding: 0 20px;
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .become-resident-section.become-resident-section--vertical {
        padding: 20px 15px
    }
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 30px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 22px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-item-useful-title {
        font-size: 20px
    }
}

@media (min-width:1024px) and (max-width:1609px) {
    .become-resident-item-col:not(:last-child) {
        margin: 0
    }
    .become-resident-item-col:not(:last-child):after {
        display: none
    }
}


/* End */


/* Start:/local/templates/html/components-template/file/style.css?1607604635726*/

.file {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    margin: 0 0 25px;
    color: #fff;
    text-decoration: none
}

.file[href]:not(span) {
    transition: color .3s
}

.file[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.file:hover .file-name {
    border-bottom: 1px solid #0090e5
}

.file-name {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: border .3s
}

.file-img {
    width: 13px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0
}

@media (min-width:1024px) {
    .file[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .file[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .file {
        margin: 0 0 27px
    }
    .file-name {
        font-size: 18px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        transition: border .3s
    }
}


/* End */


/* Start:/local/templates/html/components-template/services/style.css?1607604637133*/

.services {
    margin-bottom: 100px
}

.services__list {
    margin-bottom: -20px
}

@media screen and (max-width:1023px) {
    .services {
        margin-bottom: 50px
    }
}


/* End */


/* Start:/local/templates/html/components-template/section-title/style.css?1607604637136*/

.section-title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width:575px) {
    .section-title {
        margin-bottom: 25px
    }
}


/* End */


/* Start:/local/templates/html/components-template/mini-card/style.css?16076046371067*/

.mini-card--alive .mini-card__title:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mini-card {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

.mini-card__pic {
    flex: 1 0 135px;
    max-width: 135px;
}

.mini-card__pic img {
    max-width: 100%;
    height: 95px;
    width: 200px;
}

.mini-card__body {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px 10px 40px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: border-color .3s ease
}

.mini-card__title {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    transition: color .3s ease
}

.mini-card--alive:hover .mini-card__body {
    border-color: #00a9e5
}

.mini-card--alive:hover .mini-card__title {
    color: #00a9e5
}

.mini-card--alive .mini-card__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 42
}

@media screen and (max-width:575px) {
    .mini-card__pic {
        flex: 1 0 100px;
        max-width: 100px;
        height: 100px
    }
    .mini-card__body {
        padding-left: 25px
    }
    .mini-card__title {
        font-size: 16px;
        -webkit-line-clamp: 3
    }
}


/* End */


/* Start:/local/templates/html/components-template/search/style.css?16076046362982*/

.search-section {
    margin: 0 0 40px
}

.search {
    position: relative;
    margin: 0 0 40px
}

.search .form-control {
    padding-right: 50px
}

.search button {
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    cursor: pointer
}

.search button[href]:not(span) {
    transition: color .3s
}

.search button[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.search button .icon {
    fill: #0090e5
}

.search-result {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    margin: 0 0 20px
}

.search-result .notetext {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    margin: 0 0 20px;
    display: block
}

.search-list {
    margin-bottom: 30px;
    padding: 0 0 0 20px
}

.search-list li {
    list-style-type: unset
}

.search-list .item {
    margin: 0 0 20px
}

.search-list .title {
    margin: 0 0 10px
}

.search-list .title a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    text-decoration: none
}

.search-list .title a[href]:not(span) {
    transition: color .3s
}

.search-list .title a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.search-list .text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    margin: 0 0 10px
}

.search-list .link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b
}

.search-list .link a {
    margin: 0 0 0 5px;
    color: inherit;
    display: inline-block;
    text-decoration: underline;
    text-decoration: none
}

.search-list .link a[href]:not(span) {
    transition: color .3s
}

.search-list .link a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.sr-only {
    display: none
}

.page-count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px
}

.page-count ul {
    display: flex;
    align-items: center
}

.page-count li {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-count li.disabled .icon {
    fill: #d5d5d5
}

.page-count li.active a {
    border: 1px solid #0090e5
}

.page-count li a {
    width: 100%;
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #6d6d6d;
    text-decoration: none;
    border-radius: 5px
}

.page-count li a[href]:not(span) {
    transition: color .3s
}

.page-count li a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.page-count .icon {
    fill: #38ac36;
    margin: auto
}

@media (min-width:1024px) {
    .search button[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search button[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .search-list .title a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search-list .title a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .search-list .link a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search-list .link a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .page-count li a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .page-count li a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

@media (min-width:1200px) {
    .search-section {
        margin: 0 0 80px
    }
}


/* End */


/* Start:/local/templates/html/components-template/pagination/style.css?16076046351834*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 100px
}

.pagination-list {
    display: flex;
    align-items: center
}

.pagination-item {
    margin: 0 4px
}

.pagination-item:not(.pagination-item--main) {
    display: none
}

.pagination-link {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-decoration: none
}

.active>.pagination-link {
    background: #00a9e5;
    color: #fff
}

.pagination-item--prev .pagination-link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMxJREFUSA1jYBgFNAmBpLVKDLFra4gxm5EYRShqQIb/+refgYGRj4Gd0YBhbvBDFHk0DhMaHz8X2XBGBldChoMMI94H6IYvDjmD3zUQWeIsINNw4nxAgeGELaDQcPwWUMFw3BYkrFdg+PPnIDgpglILkREKMhAdkJZM0XUTwcduwYLABwxsTI4MDP8/Mfxn2M0Qu8aECLOwKsGfTKkQD/gtALmJQksIW0ChJcRZQIElxFtApiWkWYBuCRHFNUgL6QAU8URWOKQbPuJ0AAAVIWCSlSwdZAAAAABJRU5ErkJggg==);
    background-size: 18px 22px;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-item--next .pagination-link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAALpJREFUSA1jYBgFVAmB2LU1DElrlcgxi5GgpuS18gw//19g+M/wmYGd0YFhXvA9gnqQFDAhsbEz5wY/ZGBkcAViXqBFB0j1CWEfwKyNXWMC9MVuUn1CvAUgi8iwhDQLyLCEdAtItIQ8C0iwhHwL0C1hZbZjWBD4ACSMDAgnU2TVZLDJtwA9RWFxPcg95AURuuF4cjfpFpBgOOk+INFw0iwgw3DiLSDTcOIsoLC4BllCGFBQ4RA2fMSrAAC2n2+SPtawkwAAAABJRU5ErkJggg==);
    background-size: 18px 22px;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:768px) {
    .pagination-item {
        position: relative;
        margin: 0 6px
    }
    .pagination-item:not(.pagination-item--main) {
        display: block
    }
}

@media (min-width:1024px) {
    .pagination-link:hover {
        text-decoration: none
    }
    .pagination-link:hover:not(:active) {
        background-color: #f4f7f2
    }
    .active>.pagination-link:hover {
        background: #6ba533;
        color: #fff
    }
}


/* End */


/* Start:/local/templates/html/components-template/doc-accordions/style.css?1619685811283*/

.doc-accordions {
    padding: 100px 0
}

.doc-accordions__title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700
}

.doc-accordions__docs {
    /*margin-top:20px;*/
    margin-bottom: -16px
}

.doc-accordions .link-icon {
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .doc-accordions {
        padding: 50px 0
    }
}


/* End */


/* Start:/local/templates/html/components-template/accordion/style.css?16076046341922*/

.accordion {
    margin: 0 0 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.accordion--with-pic .accordion-toggle {
    padding: 30px 115px 30px 172px
}

.accordion-toggle {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding: 25px 115px 25px 30px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='11' viewBox='0 0 26 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0068 0.993164L13.0068 9.42999L1.00684 0.993163' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.accordion-toggle:not(.collapsed):before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.accordion-toggle-img-wrap {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center
}

.accordion-toggle-img {
    display: inline!important;
    max-width: 100%;
    max-height: 100%;
    width: 100%
}

.accordion-content {
    border-top: 1px solid #e0e0e0;
    padding: 30px;
    font-size: 16px
}

.accordion-toggle-desc {
    font-weight: 400
}

.accordion-toggle-pic {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 82px
}

.accordion-toggle-pic .lazy-img-wrap {
    display: block
}

.accordion-toggle-pic img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:1023px) {
    .accordion--with-pic .accordion-toggle {
        padding: 25px 90px 25px 90px
    }
    .accordion-toggle-pic {
        width: 60px;
        left: 15px
    }
}

@media screen and (max-width:767px) {
    .accordion--with-pic .accordion-toggle {
        padding: 20px 60px 20px 20px
    }
    .accordion-content {
        padding: 20px 15px
    }
    .accordion-toggle-pic {
        display: none
    }
}


/* End */


/* /local/templates/html/components-template/plane-text/style.css?1607604637220 */


/* /local/templates/html/components-template/content/style.css?16076046359123 */


/* /local/templates/html/components-template/contact-box/style.css?1607604636598 */


/* /local/templates/html/components-template/become-resident/style.css?16076046358159 */


/* /local/templates/html/components-template/file/style.css?1607604635726 */


/* /local/templates/html/components-template/services/style.css?1607604637133 */


/* /local/templates/html/components-template/section-title/style.css?1607604637136 */


/* /local/templates/html/components-template/mini-card/style.css?16076046371067 */


/* /local/templates/html/components-template/search/style.css?16076046362982 */


/* /local/templates/html/components-template/pagination/style.css?16076046351834 */


/* /local/templates/html/components-template/doc-accordions/style.css?1619685811283 */


/* /local/templates/html/components-template/accordion/style.css?16076046341922 */