:root {
    --bg: #FF7A00;
    --col: #171717;
    --lab: rgba(34, 34, 34, 0.5);
    --hd: #3074E3;
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-bs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flex-b-c {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.flex-e {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.pad-top {
    padding-top: 3.5rem;
}
.pad-bot {
    padding-bottom: 3.5rem;
}
.block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.breadcrumbs {
    margin: 0 0 2rem;
}
.breadcrumbs li {
    display: inline-block;
    font-size: .7rem;
    color: #000;
}
.breadcrumbs li a {
    color: rgba(0, 0, 0, 0.3);
}

.but {
    height: 3rem;
    width: auto;
    background: var(--bg);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: none;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: 1rem 1.75rem;
    transition: all linear .2s;
}
.but_mod {
    background: #fff;
    border: 1px solid var(--bg);
    color: var(--bg)
}
.but:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.but:focus {
    background: #E35200;
    box-shadow: none
}
.but_mod:hover {
    color: #E35200;
    border-color: #E35200;
    box-shadow: none
}

.input {
    width: 100%;
    height: 3rem;
    border: none;
    outline: none;
    background: none;
    display: block;
    font-size: .7rem;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding-left: 1rem;
}
.input-filed {
    margin-bottom: 1.5rem;
    display: block;
}
.input-filed span {
    font-size: .7rem;
    margin-bottom: .8rem;
    display: block;
}
.input-filed span sup {
    color: #CE2457
}
.file-field {
    height: 3rem;
    border-bottom: 1px solid var(--gr2);
    cursor: pointer;
}
.file-field span {
    margin: 0 0 0 .8rem;
    font-weight: 500;
    font-size: .9rem
}
.file-list {
    margin-top: 1rem;
    flex-wrap: wrap;
}
.file-list span {
    font-weight: 500;
    font-size: .7rem;
    margin: 0 .6rem .5rem 0;
    padding: .2rem .5rem;
    background: #f7f7f7;
    border-radius: .2rem
}
.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}
.input-wrap .input-filed {
/*    width: 48.5%;*/
}
textarea.input {
    height: 5.8rem;
    resize: none;
    padding: 1rem;
}
.error-text {
    color: #db0000;
    margin-top: .5em;
    font-size: .9em;
}
.form_submit .but {
    width: 13.5rem;
    flex-shrink: 0;
    margin-right: 1.5rem
}
.polit {
    font-size: .7rem;
    opacity: .5
}
.polit a {
    text-decoration: underline;
    color: var(--bg)
}

.headline {
    font-size: 2rem;
    margin: 0 0 2rem;
    line-height: 135%;
    color: var(--hd);
    font-weight: normal;
}
.headline_sm {
    font-size: 1.2rem;
    margin: 0 0 1.5rem;
    line-height: 150%;
    font-weight: normal;
}
.subtitle {
    font-size: .7rem;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
    line-height: 115%;
    font-weight: normal;
    color: var(--lab)
}
.subtitle-block {
    margin-bottom: 1.3rem;
}
.subtitle-block .subtitle {
    margin-bottom: 0
}
.link {
    color: var(--bg);
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
}
.link:hover {
    color: #E35200;
}
.headline-block .headline, .headline-block .headline_sm {
    margin: 0
}
.headline-block {
    margin: 0 0 2rem;
}
.text {
    font-size: .9rem;
    line-height: 165%;
}
.text_sm {
    font-size: .8rem;
    line-height: 150%;
}

p:has(em) {
    padding-bottom: 1em;
}

.wrapper {
    padding-left: 3em;
    padding-right: 3em;
}
.header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    position: absolute;
}
.main_page {
    margin-top: 7.7rem
}
.pansion_page .header {
    position: static;
}

.header_top {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.head_soc>p {
    font-size: .7rem;
    margin-right: 1.4rem;
}
.head_soc-item {
    height: 1.25rem;
    margin-right: .75rem
}
.head_soc-item img {
    width: 1.25rem
}
.header .tel {
    font-weight: 700;
    font-size: .8rem;
    margin-right: 1.4rem;
    align-self: center
}
.head_tel .callback {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bg)
}

.header_bot {
    align-items: stretch;
}
.header_bot.fixed, .header_top.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1)
}
.logo img {
    width: 2.5rem;
    margin-right: 1rem;
}
.head_title span:first-child {
    font-size: 1.35rem;
    display: block;
    font-weight: 600;
    line-height: 110%
}
.head_title span:last-child {
    font-size: .5rem;
    white-space: nowrap;
    line-height: 110%;
    display: block
}

.menu {
    gap: 2rem;
}
.menu_item {
    padding: 2rem 0;
    display: flex;
    position: relative
}
.menu_item-link {
    font-size: .7rem;
    text-transform: uppercase;
}
.menu_item-link:hover {
    color: #E35200;
}
.menu_item-sub {
    display: none;
    position: absolute;
    top: calc(100% - 1rem);
    width: 20rem;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 1.5rem;
    left: 0;
    z-index: 9;
    overflow-y: auto;
    max-height: 80vh;    
}
.menu_item-sub>li:not(:last-child) {
    margin-bottom: 1.2rem
}
.menu_item-parent:hover .menu_item-sub {
    display: block;
}
.menu_item-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_item-parent:after {
    content: '';
    width: .45rem;
    height: .45rem;
    background: url(../img/icon/trig.svg) center/100% 100%;
    margin-left: .7rem;
}
.menu_item.active, .menu_item-sub>li.active {
    box-shadow: inset 0 -2px 0 0 var(--bg);
}

.menu_but img {
    width: 1rem;
    margin-right: .55rem
}
.menu_but span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7rem;
    color: var(--bg);
}
.menu_but.active {
    box-shadow: inset 0 -2px 0 0 var(--bg);
}

.drop_menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    max-height: calc(100vh - 7.6rem);
    min-height: calc(100vh - 7.6rem);
    overflow-y: scroll;
    padding: 2.6rem 3rem;
    z-index: 9;
    display: none;
    overflow-y: scroll;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.drop_menu-inner {
    align-items: flex-start;
}
.drop_menu-main-link {
    text-transform: uppercase;
    display: block;
    font-size: .9rem;
    margin-bottom: 1.5rem
}
.drop_menu-link {
    color: var(--lab);
    font-size: .7rem;
    text-transform: uppercase;
    display: block;
}
.drop_menu-link:not(:last-child) {
    margin-bottom: 1.2rem;
}

.main {
    min-height: calc(95vh - 7.7rem);
    background: url(../img/main_img1.jpg) center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3.5rem;
}
.main.thx {
    margin-bottom: 0;
    min-height: calc(100vh - 7.7rem)
}
.main_text {
    width: 43%;
    padding-bottom: 0;
}

.main_text>h3 {
    margin: 0 0 1.5rem;
    color: var(--lab);
    font-size: .7rem;
    text-transform: uppercase;
}
.main_text>h1 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1rem;
}
.main_text>h2 {
    margin: 0 0 2.5rem;
    line-height: 150%;
    font-weight: 400;
    font-size: 1rem;
}

.preym_text {
    width: 25rem;
    flex-shrink: 0;
    margin-right: 9rem;
}
.preym_text .but {
    margin-top: 3rem
}
.preym {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.6rem;
}
.preym-item {
    width: 40%;
}
.preym-item img {
    width: 4.2rem;
    margin-left: -.5rem;
    margin-bottom: 1.25rem;
}
.preym-item .text {
    font-size: .7rem;
    padding-right: 10%;
}

.pension_bl {
    flex-wrap: wrap;
    align-items:flex-start
}
.pension_card {
    width: 48.5%;
    margin-bottom: 3rem;
}
.pension_card.swiper-slide {
    margin-bottom: 0;
}
.pension_card.swiper-slide:not(:last-child) {
    margin-right: 1.5rem
}
.pension_card-gal {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 17rem;
}
.product_slider {
    width: 25rem;
    margin: 0 1rem 0 0;
    border-radius: 5px;
    flex-shrink: 0
}
.product_slider .swiper-pagination {
    display: none
}
.product_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_slider_thumb .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.product_slider_thumb .swiper-slide.swiper-slide-thumb-active {
    filter: brightness(0.5);
}
.product_slider_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pension_title {
    line-height: normal;
    margin: 0 0 .75rem;
    font-size: 1.5rem;
    font-weight: normal;
}
.pension_title a {
    color: var(--hd);
}
.pension_desc {
    font-size: .9rem;
    margin-bottom: 1.25rem;
}
.pension_score {
    align-items: stretch;
}
.pension_score-item {
    width: 48.5%;
    border-radius: 5px;
    background: #EAF2FF;
    height: 3.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .75rem 1.5rem;
    margin-bottom: 1rem;
}
.pension_score-item .lab {
    font-size: .7rem;
    color: rgba(0, 0, 0, 0.5);
}
.price {
    color: var(--hd);
    font-weight: 700;
    font-size: 1.2rem;
}
.pension_btns .but {
    width: 48.5%;
    padding: 1rem 0
}

.tab-nav {
    margin-bottom: 2rem;
    align-items: stretch;
}
.tab-nav a {
    width: 100%;
    text-align: center;
    font-size: .73rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--lab);
    padding: 1rem .5rem;
    border-left: 2px solid #D9D9D9;
    display:flex;
    align-items: center;
    justify-content: center
}
.tab-nav a:last-child {
    border-right: 2px solid #D9D9D9
}
.tab-nav a.active {
    color: var(--bg)
}
.tab_container {
    display: none
}
.view_vid {
    width: 100%;
    height: 27rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 2.5rem
}
.view_vid>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 5px;
    z-index: -1
}
iframe.view_vid {
    padding:0;
    border-radius: 5px;
}
.view_vid span {
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    color: #fff;
}


.serv_slider {
    /* overflow: visible; */
}
.serv_slider-head {
    margin-bottom: 2rem;
}
.serv_slider-head>p {
    font-size: .9rem;
    line-height: 160%
}
.serv_slider-nav {
    gap: 1.6rem;
    flex-shrink: 0;
}
.serv_slider-next, 
.serv_slider-prev {
    background: url(../img/icon/arr.svg) center/cover;
    width: 2.3rem;
    height: 1rem;
    cursor: pointer;
}
.serv_slider-prev {
    transform: rotate(180deg)
}
.serv_slider-nav .swiper-button-disabled {
    opacity: .2;
}
.serv_item {
    width: 15.3rem;
    margin-right: 1.5rem;
}
.serv_item img {
    width: 100%;
    height: 13rem;
    margin-bottom: 1.4rem;
    border-radius: 5px;
}
.serv_item>span {
    font-weight: 700;
    font-size: .7rem;
    color: var(--bg);
    margin-bottom: 1rem;
    display: block;
}
.serv_item .title {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 1rem;
}
.serv_item .price {
    color: #222;
    font-size: .9rem;
}
.serv_bl {
    flex-wrap:wrap;
    align-items:flex-start;
}
.serv_bl .serv_item {
    margin-right: 1.1rem;
    margin-top: 3rem;
}
.rev_score {
    align-items: flex-end;
}
.rev_score-item {
/*
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
*/
    margin-right: 2rem;
}
.rev_score-item>img {
    /* margin-bottom: 7px; */
}
.rev_score_num {
    font-size: .7rem;
}
.rev_score_rate {
    width: 87px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/icon/rate1.svg);
    background-repeat: repeat-x;
    background-size: 18px 16px;
    background-position: 0px 1px;
    margin-right: .5rem
}
.review_slider {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.review_slide {
    background: #fff;
    width: 65%;
    border-radius: 5px;
    padding: 2rem 2.5rem;
    margin-right: 1.5rem;
}
.review_slide .date {
    color: var(--lab);
    font-size: .7rem;
    display: block;
    margin-bottom: .8rem
}
.review_slide .title {
    color: var(--hd);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.review_slide .text {
    margin-bottom: 2rem
}

.review_slide-video {
    width: 48.8%;
}
.review_slide-video:not(:last-child) {
    margin-right: 1.5rem
}
.view_vid.review_slide-vid {
    width: 100%;
    height: 19rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 2.5rem;
}
iframe.view_vid.review_slide-vid {
    padding: 0;
}
.price_card-bl {
    margin-top: 2.5rem;
}
.price_card {
    width: 21rem;
    height: 20rem;
    padding: 3.4rem 2.5rem 2.4rem;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.price_card-mod {
    height: auto;
    padding-bottom: 1.8rem;
}
.price_card span {
    position: absolute;
    font-weight: 700;
    font-size: 10rem;
    line-height: normal;
    opacity: .1;
    top: -2.7rem;
    right: -1.2rem;
}
.price_card .title {
    font-size: 1.5rem;
    line-height: 130%;
    margin-bottom: 1.2rem;
}
.price_card .desc {
    font-size: .7rem;
    line-height: 170%;
    margin-bottom: .8rem
}
.price_card .price {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem
}
.price_card .but {
    background: #fff;
}
.price_card:nth-child(1) {
    background: #3074E3;
}
.price_card:nth-child(1) .but {
    color: #3074E3;
}

.price_card:nth-child(2) {
    background: #FF7A00;
}
.price_card:nth-child(2) .but {
    color: #FF7A00;
}

.price_card:nth-child(3) {
    background: #FF3195;
}
.price_card:nth-child(3) .but {
    color: #FF3195;
}


.incl_bl {
    align-items: stretch;
    margin-top: 30px
}
.incl_large {
    padding: 2.5rem 2.5rem 2rem;
    color: #fff;
    width: 48.8%;
    height: 21.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.incl_bl-mod .incl_large {
    height: auto
}
.incl_large-mod {
    color: var(--col)
}
.incl_large .icon {
    width: 4rem;
}
.incl_item {
    border-radius: 5px;
}
.incl_item .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.incl_item ul {
    padding-left: 1rem
}
.incl_item li {
    list-style: disc;
    font-size: .9rem;
    line-height: 160%
}
.icnl_caps {
    width: 48.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.incl_small, .incl_large-mod {
    background: #EAF2FF;
    height: 10rem;
    padding: 1.4rem 2.5rem;
}
.incl_large-mod {
    height: auto
}

.form_img {
    width: 47%;
    flex-shrink: 0;
    margin-right: 2.6rem;
    border-radius: 5px;
}
.form_cont {
    width: 100%;
}
.form_cont .headline {
    margin-bottom: 1.5rem;
}
.quiz-title {
    margin-bottom: 1.4rem;
    font-size: 1.2rem;
    line-height: 160%
}


.quiz-it {
    display: none
}
.quiz-it.curent {
    display: block;
}
.quiz-it .radio-wrap {
    height: 9.5rem;
}
.radio {
    display: none
}
.radio+label {
    display: block;
    font-weight: normal;
    margin-bottom: .75rem;
    cursor: pointer;
    font-size: .7rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.radio+label:before {
    content: '';
    display: block;
    margin-right: .6rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--bg)
}
.radio:checked+label:before {
    background: var(--bg);
    box-shadow: inset 0px 0px 0px .2rem #fff
}

.quiz-control-bl {
    margin-top: 1rem;
}
.quiz-control .prew {
    background: url(../img/icon/arr1.svg) center/1.5rem 1rem no-repeat;
    border: 2px solid var(--bg);
    margin-right: 1.5rem;
}
.quiz-control .prew.disable {
    display: none;
}
.quiz-control .next.disable {
    opacity: .5;
    pointer-events: none;
}
.quiz-control-bl .step {
    color: var(--lab);
    font-size: .7rem;
}


.gal-3c{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;    
    gap:1em;
    width:100%;
}
.gal-3c>div{
  aspect-ratio: 4/3;
}
.gal-3c>div img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gal_grid {
    align-items: stretch;
    
}
.gal_grid-big {
    flex-shrink: 0;
    width: 42.25rem;
    height: 25.5rem;
}
.gal_grid-big.swiper-slide:not(:last-child) {
    margin-right: 1.5rem;
}
.gal_grid img, .gal_grid-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.gal_grid-small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gal_grid-small-cont {
    height: 12rem;
    width: 22.25rem;
}
.gal_grid + .text {
    margin: 2rem 0 2.2rem;
}

.garant_bl {
    gap: 1.5rem;
}
.gar_item {
    width: 100%;
    padding: 1.75rem 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}
.gar_item img {
    width: 2rem;
    margin-right: 1rem;
}
.gar_item p {
    font-size: .8rem;
}

.doc_item {
    background: #EAF2FF;
    border-radius: 5px;
    width: 15.3rem;
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
}
.doc_item:not(:last-child) {
    margin-right: 1.5rem;
}
.doc_item img {
    margin: 0 auto;
    display: block;
    height: 15rem;
    width: 76%;
    object-fit: contain;
}

.doc_item-info {
    background: #3074E3 url(../img/icon/svg_logo.svg) 105% 100%/4.2rem no-repeat;
    padding: 2rem 2.5rem 1.1rem;
    color: #fff;
    height: 100%;
}
.doc_item-info .title {
    font-size: .9rem;
    line-height: 144%;
    margin-bottom: .7rem;
}
.doc_item-info .desc {
    font-size: .7rem;
    margin-bottom: .6rem;
}
.doc_item-info .exp {
    font-size: .7rem;
    line-height: 170%;
}


.faq-it {
    padding: 1.5rem 0;
    border-bottom: 1px solid #D9D9D9;
}
.question {
    cursor: pointer;
    align-items: center;
}
.question .headline_sm {
    margin: 0;
}
.question span {
    background: url(../img/icon/arr.svg) center/cover;
    width: 2.3rem;
    height: 1rem;
    flex-shrink: 0;
    transition: background linear .1s;
}
.answer {
    padding: 0 4rem 0 0;
    display: none
}
.answer p {
    margin-top: 1rem;
}
.faq-it.open .question span {
    transform: rotate(0deg);
    transform-origin: center center;
    background: url(../img/icon/arr2.svg) center/cover;
}

.post-cont {
    background: #EAF2FF;
    margin: 3.5rem 0;
}

.post_item {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 5px;
    width: 48.5%;
    height: 18rem;
    overflow: hidden;
}
.post_item:not(:last-child) {
    margin-right: 1.5rem;
}
.post_item>img {
    width: 50%;
    flex-shrink: 0;
    height: 100%;
    object-fit: cover;
}
.post_item-info {
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post_item-info .date {
    color: var(--lab);
    font-size: .7rem
}
.post_item-info .title {
    font-size: .8rem;
    line-height: 144%;
    margin-bottom: 1.4rem;
}


.dosug_item {
    /* display: flex; */
    align-items: stretch;
    background: #fff;
    /* border-radius: 5px; */
    width: 23%;
    /* height: 18rem; */
    /* overflow: hidden; */
}
.dosug_item:not(:last-child) {
    /* margin-right: 1.5rem; */
}
.dosug_item img {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    object-fit: cover;
}
.dosug_item-info {
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dosug_item-info .title {
    font-size: .8rem;
    line-height: 144%;
    margin: 1.4rem 0;
}


.form {
    padding-right: 3.5rem
}

footer {
    margin-top: 3.5rem;
    background: #2E2E2E;
    color: #fff;
}
.news footer {
    margin-top: 0;
}
footer a {
    color: #fff;
}
.top-foot {
    padding: 2rem 0 .5rem;
    align-items: flex-start
}
.foot-contact {
    padding-top: .75rem;
}
.contact_row {
    margin-bottom: 1.75rem;
}
.contact_row>span {
    display: block;
    font-size: .7rem;
    opacity: .5;
    margin-bottom: .6rem
}
.contact_row>p {
    font-size: .9rem;
    line-height: normal
}
.foot_nav a {
    display: block;
    /* margin-bottom: 1.9rem; */
    font-size: .7rem;
}
.foot_nav-mod {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pay img {
    min-width: 2.5rem;
}
.pay img:not(:last-child) {
    margin-right: 1.5rem
}

.bot-foot {
    padding: 2rem 0;
    border-top: 1px solid #474747;
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.5);
}
.bot-foot a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}


.first_block {
    background: #EAF2FF;
    padding-top: 2rem;
    margin-bottom: 3rem;
}
.pension_cont {
    padding-bottom: 3rem;
    align-items: stretch;
}
.pension_cont-gal {
    width: 42rem;
    flex-shrink: 0;
    width: 64%;
    margin-right: 1.5rem;
}
.pension_cont-gal .product_slider {
    width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px;
    height: 25rem;
}
.pension_cont-gal .product_slider_thumb .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    height: 5rem;
}
.pension_act {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 1.5rem 2rem;
}
.pension_act .title {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: .75rem;
}
.pension_act-list {
    margin-bottom: 1.5rem;
}
.pension_act-list p {
    display: flex;
    align-items: center;
    font-size: .8rem;
    margin-bottom: 1rem;
}
.pension_act-list p:before {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    background: var(--bg);
    border-radius: 50%;
    margin-right: .5rem;
    flex-shrink:0
}
.pension_act .pension_score-item {
    background: none;
    padding: 0;
    height: auto;
    margin-bottom: 1.4rem
}
.pension_act .contact_row {
    margin-top: 1.4rem
}
.pension_act .link {
    margin-top: 2rem;
    display: block;
}

.nav_pansion-cont {
/*    padding-top: 1rem;*/
    padding-bottom: 1rem
}
.nav_pansion a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    padding: 1rem 1.5rem;
    border-left: 2px solid #D9D9D9;
    white-space: nowrap;
    text-align: center;
}
.nav_pansion a:last-child {
    border-right: 2px solid #D9D9D9;
}
.nav_pansion a.active {
    color: var(--bg);
}
.nav_pansion.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}


.price_container {
    margin: 3.5rem 0;
    background: #3074E3;
    color: #fff;
    align-items: flex-start;
    padding-bottom: 1rem;
}
.price_container-mod {
    background: none;
    color: var(--col);
    margin: 0;
}
.price_container .subtitle {
    color: rgba(255, 255, 255, 0.5);
}
.price_container-mod .subtitle {
    color: var(--lab)
}
.price_container .headline {
    color: #fff;
}
.price_container-mod .headline {
    color: var(--col);
}

.price_bl {
    margin-bottom: 3.5rem;
}
.price_row {
    margin-bottom: 1rem;
    font-size: .9rem
}
.price_row span {
    font-weight: bold;
    white-space: nowrap;
    margin-left: 1rem;
}
.price_container-mod .price_row span {
    color: var(--bg);
}
.price_container .headline a {
    color: #fff;
}
.price_container-mod .headline a {
    color: var(--col);
}
.headline span {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}
.price_container-mod .headline span {
    color: var(--bg);
}
.headline span img {
    width: 2.25rem;
    margin-left: .6rem
}
.price_container>img {
    width: 30rem;
    margin-left: 4rem;
    border-radius: 5px;
}
.price_container>div {
    width: 100%;
}

.preym_cont_mod {
    background: #3074E3;
    margin: 3.5rem 0;
    color: #fff;
}
.preym_cont_mod .subtitle {
    color: rgba(255, 255, 255, 0.5);
}
.preym_cont_mod .headline {
    color: #fff;
}
.preym_bl {
    margin-top: 4.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.preym_it {
    display: flex;
    align-items: center;
    width: 30%;
    margin-bottom: 3.6rem;
}
.preym_it:not(:nth-child(3n)) {
    margin-right: 5%
}
.preym_it span {
    width: 3.6rem;
    margin-right: 1.25rem;
    position: relative;
    flex-shrink: 0;
}
.preym_it span:before {
    width: 3.9rem;
    height: 3.9rem;
    opacity: .3;
    content: '';
    position: absolute;
    background: var(--bg);
    border-radius: 50%;
    bottom: 1rem;
    left: -.6rem;
    z-index: 1;
}
.preym_cont_mod .preym_it span:before {
    background: #5890ED;
    opacity: 1;
}
.preym_it span img {
    max-width: 100%;
    min-width: 90%;
    position: relative;
    z-index: 2;
}
.preym_it p {
    font-size: .7rem;
    line-height: 170%;
    margin-top: -1rem
}
.preym_med {
    display: flex;
    align-items: center;
    margin: 0;
    gap:2%;
}
.preym_it_med {
    background: var(--hd);
    color: #fff;
    border-radius: 5px;
    margin: 1% 0!important;
}
.preym_it_med + .preym_it_med {
    background: #FF3195;
}
.preym_it_med span img {
    max-width: none;
    min-width: inherit;
    padding:1em;
    margin-left:0.1em;
}
.preym_it_med p{
    margin:0;
}

.preym_it_med span:before {
    width: 2.9rem;
    height: 2.9rem;
    opacity: .3;
    background: #fff;
    border-radius: 50%;
    bottom: 0.6rem;
    left: 0.45rem;
    z-index: 1;
}

.preym_it_wh {
    background: #25D366;
    padding: 0.5rem 2rem;
    width: 100%;
    gap: 4%;
    margin-bottom: 2em;
}

p.preym_title {
    font-size: 1.2em;
    font-weight: 600;
}
a.whatsapp{
position:relative;
}

a.whatsapp img {
    width: 4rem;
    
}

a.whatsapp::before,a.whatsapp::after {
  content: '';
  position: absolute;
  border: 3px solid #ffffff85;
  left: -1rem;
  opacity: 0;
  right: -1rem;
  top: -1rem;
  bottom: -1rem;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  z-index: 0;
}

a.whatsapp::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.lic img {
    width: 100%;
    aspect-ratio: 0.5;
    object-fit: contain;
}

.lic:after {
    background: url(/assets/img/lic/frame.png) no-repeat center / contain;
    content:'';
    position:absolute;
    inset:0;
    z-index:-1;
}

.lic {
    position:relative;
    width: 50%;
    padding: 2em;
    margin: 0 2%;
}

.shedul_bl {
    flex-wrap: wrap;
}
.shed_item {
    border-radius: 5px;
    background: #EAF2FF;
    width: 13rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 2rem
}
.shed_item:not(:last-child) {
    margin-right: 1.5rem;
}
.shed_item>span {
    font-size: .7rem;
    opacity: .5
}
.shed_item .time {
    font-size: .9rem;
    margin-bottom: .6rem
}
.shed_item .desc {
    font-size: .8rem;
    opacity: .5;
}

.contacts {
    align-items: stretch;
    margin: 2.5rem 0 4rem;
}
.contacts_item {
    width: 100%;
    border-right: 2px solid #D9D9D9;
    padding: .75rem 2rem .75rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacts_item:first-child {
    border-left: 2px solid #D9D9D9;
}
.contacts_item span {
    color: var(--lab);
    font-size: .7rem;
    margin-bottom: .6rem;
    display: block;
}
.contacts_item p {
    font-size: .9rem;
    margin-bottom: 1.5rem;
}
.contacts_item .link {
    font-size: .7rem
}
.map_cont {
    align-items: stretch
}
.map {
    width: 100%;
    height: 25rem;
    background: #FCFCF7;
    flex-shrink: 0;
    /* margin-right: 2rem; */
}

.map_way {
    padding: 1.5rem 2rem;
    background: #FCFCF7;
    width: 100%;
    border-radius: 5px;
}
.map_way .headline_sm {
    color: var(--hd);
    margin-bottom: .6rem;
}

.map_way .tab-nav a {
    text-align: left;
    padding: 0;
    border: none !important;
    font-size: .9rem;
    text-transform: unset;
    font-weight: normal;
}


.first_cont {
    background: #EAF2FF;
    padding-top: 9.65rem;
    padding-bottom: 3rem;
}
.content_bl.flex-rev {
    flex-direction: row-reverse;
}
.content_50 {
    gap: 4%;
}

.content_50 .serv_slider{
    overflow:hidden;
}
.content_50 > div {
    width: 50%;
}
.content_img {
    width: 31rem;
    height: 19.5rem;
    margin-right: 4rem;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}
.content_img_med {
    width: 31rem;
    height: 23rem;
    margin-right: 4rem;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.medic_img img{
    max-width: 23rem;
    max-height: 30rem;
    object-position: bottom;
    object-fit: contain;
    margin-top: -5rem;
}

.img_title {
    background: #fff;
    text-align: center;
    box-shadow: #00000024 0 4px 20px;
    padding: 1rem 3em;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: 0%;
}

.img_with_title {
    position: relative;
    overflow: visible;
}

.img_title p {
    font-weight: 500;
}

.img_title span {
    font-size: 0.66em;
}

.download_pdf {
    display:block;
    background:url(/assets/img/icon/pdf.svg) no-repeat 93% 50%;
    border: 2px solid var(--bg);
    width: 20rem;
    margin-top: 3.5em;
    padding: 1rem;
    border-radius: 5px;
    color: var(--bg);
    font-weight:600;
}
.download_pdf span{
    display:block;
    font-weight:normal;
    font-size:0.7em;
}


.content_img-lg {
    height: 26rem;
}


.flex-rev .content_img {
    margin-right: 0;
    margin-left: 4rem;
}
.content_img img,.content_img_med img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_text {
    width: 100%;
}
.content_text .headline {
    color: #222;
}
.but-cont {
    margin-top: 2.5rem;
}
.but-cont .but:first-child {
    margin-right: 1.5rem;
}


.content_img.view_vid>img {
    z-index: 1
}
.content_img.view_vid span {
    position: relative;
    z-index: 2
}

.sert_item {
    width: 15.3rem;
    height: 20.5rem;
    background: url(../img/border.png) center/100% 100% no-repeat;
    padding: 2.2rem 2rem;
}
.sert_item a {
/*    cursor: zoom-in*/
    position: relative;
    display: block;
}
.sert_item a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../img/icon/zoom.svg) center/2rem 2rem no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity linear .1s;
}
.sert_item a:hover:after {
    opacity: 1;
}
.sert_item img {
    width: 100%;
    height: 100%;
}
.sert_item:not(:last-child) {
    margin-right: 1.5rem;
}


.uslov_cont {
    color: #fff;
    background: #3074E3;
    margin: 3.5rem 0
}
.uslov_cont .subtitle {
    color: rgba(255, 255, 255, 0.5)
}
.uslov_cont .headline {
    color: #fff;
}
.uslov_cont .garant_bl {
    align-items: stretch;
}
.uslov_cont .gar_item {
    align-items: flex-start;
}
.gar_item p {
    line-height: 137%;
}
.gar_item .headline_sm {
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

.doc_inner {
    border-radius: 5px;
    background: #EAF2FF;
    padding: 2.5rem;
    align-items: stretch;
}
.doc_inner-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    width: 40%;*/
}
.doc_inner .doc_item {
    background: #fff;
}
.doc_inner-docs {
    margin-left: 10%
}

.feedback {
    overflow-y:scroll;
}
.feedback_row {
    padding: 2.2rem 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}
.feedback_row-head {
    margin-bottom: .7rem
}
.feedback_row-head .headline_sm {
    margin: 0
}
.feedback_row-head .date {
    font-size: .7rem;
    opacity: .5;
}
.feedback_row .link {
    margin-top: 1.4rem;
    display: inline-block;
}
.feedback_row .text {
    font-size: .8rem;
    line-height: 150%;
/*    height: 5rem;*/
    overflow: hidden;
    transition: height linear .2s;
}
.but_center {
    text-align: center;
    margin-top: 2.5rem;
}
.subheadline {
    font-size: .9rem;
    line-height: 160%;
    margin-bottom: 1.5rem;
}

.steep_cont {
    background: #EAF2FF;
    margin: 3.5rem 0;
}
.vid_feedback {
    align-items: stretch;
    flex-wrap: wrap;
    gap:1.5rem;
}
.vid_feedback .view_vid {
    width: calc(50% - .75rem);
    margin: 0;
}
.taryf_cont {
    padding-bottom: 8rem
}

.price_cont {
    margin-top: -8rem
}
.news_bl {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem
}
.news_bl .post_item {
    width: calc(50% - .75rem);
    margin: 0; 
}

.page_nav {
    margin-top: 2.5rem;
}
.page_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_nav .page a {
    width: 2.1rem;
    height: 1.6rem;
    font-size: .8rem;
    color: var(--bg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.page_nav .page.active a {
    background: var(--bg);
    color: #fff;
}
.page_nav .next {
    margin-left: .6rem
}
.page_nav .next a {
    font-size: .8rem;
    display: flex;
    align-items: center;
}
.page_nav .next a:after {
    content: '';
    background: url(../img/icon/arr4.svg) center/cover;
    width: .35rem;
    height: .55rem;
    margin-left: .5rem
}

.single_post {
    margin-top: -8rem
}
.single_post iframe {
    border: none;
}
.single_post-img {
    width: 100%;
    max-height: 27.5rem;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 2.5rem;
}
.single_post .text p {
    margin-bottom: .6rem;
}

.wm_item {
    width: 48.5%;
    height: 19.5rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}
.wm_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: brightness(50%);
    z-index: -1;
}
.wm_item .title {
    font-size: 1.5rem;
}
.wm_item .wm-img {
    position: absolute;
    bottom: -5%;
    right: -20%;
    height: 120%;
    z-index: -1;
}
.wm_item .hover_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.post_cont_mod {
    border-radius: 5px;
    background: #EAF2FF;
    padding: 2.5rem;
}
.text ul {
    padding-left: 1rem;
    margin: 1rem 0
}
.text li {
    list-style: disc
}

.empl_row-inner {
    padding: 2rem 5rem 0 3rem;
    background: #EAF2FF;
    align-items: flex-end;
    margin-top: -5rem
}
.empl_row-inner .title {
    font-size: 2rem;
    margin-bottom: 1.1rem;
}
.empl_row-inner .posit {
    font-size: .9rem;
    margin-bottom: 2.3rem;
}
.empl_row-inner .exp {
    font-size: .8rem;
    margin-bottom: 3rem;
}
.empl_row-inner .rate {
    margin-bottom: 2.3rem;
}
.empl_row-img {
    flex-shrink: 0;
    max-width: 18rem;
    max-height: 16rem;
    object-position: top;
    object-fit: contain;
    margin-top: -5rem;
}

.empl_row-desc {
    padding: 4rem 3rem 11rem;
}
.empl_row:last-child .empl_row-desc {
    padding-bottom: 0;
}

.galler_cont {
    padding-bottom: 12rem
}
.gallery_nav {
    margin: 2.6rem 0
}
.gallery_nav a {
    font-size: 1.1rem;
    margin-right: 2rem;
    opacity: .3
}
.gallery_nav a.active {
    opacity: 1;
}
.galler_wrapper {
    margin-top: -15rem
}
.galler_row-head {
    margin-bottom: 2.5rem;
}
.galler_row-head .title {
    color: #3074E3;
    font-size: 1.2rem;
}
.galler_row:not(:last-child) {
    padding-bottom: 5rem
}

.eat_item {
    width: 20.9rem;
    background: #EAF2FF;
    border-radius: 5px;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
    height: auto;
}
.eat_item:nth-child(2n) {
    background: #F5F5F5;
}
.eat_item:not(:last-child) {
    margin-right: 1.5rem;
}
.eat_item>span {
    position: absolute;
    font-size: 10rem;
    font-weight: 700;
    opacity: .05;
    top: -2rem;
    right: -1rem;
    line-height: 110%;
}
.eat_item .title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}
.eat_row:not(:last-child) {
    margin-bottom: 1.4rem
}
.eat_row>span {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .6rem;
}
.eat_row p {
    font-size: .7rem;
    line-height: 170%;
}




.vacancy_row {
    padding: 2.2rem 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    align-items: flex-start;
}
.vacancy_row-icon {
    margin-right: 2rem;
    flex-shrink: 0
}
.vacancy_row-icon img {
    width: 5rem;
}
.vacancy_row .headline_sm {
    margin-bottom: .7rem
}
.vacancy_row .date, .headline-block .date {
    font-size: .7rem;
    opacity: .5;
}
.vacancy_row .link {
    margin-top: 1.5rem;
    display: inline-block;
}
.vacancy_row .text {
    font-size: .8rem;
    line-height: 150%;
}
.vacancy_row .price {
    color: var(--col);
}

.shedul_bl {
    flex-wrap: wrap;
}
.shedul_bl .shed_item {
    width: 15.25rem;
    height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 2rem;
    margin: 0 0 1.5rem;
}
.shedul_bl .shed_item:not(:nth-child(4n)) {
    margin-right: 1.5rem;
}
.text_row:first-child {
    padding-bottom: 2.5rem;
}
.text_row:not(:first-child) {
    border-top: 2px solid #D9D9D9;
    padding: 2.5rem 0
}


/*
Условия заселения
*/

.settlement-content .content_img {
    height: 25rem;
}
.gar_item.gar_item-mod {
    align-items: flex-start;
    padding: 1.5rem 0;
    margin-top: 2rem
}
.gar_item.gar_item-mod>img {
    margin-top: -.5rem
}
.gar_item p {
    line-height: 147%;
    font-size: .7rem
}
.gar_item .headline_sm {
    font-size: .8rem;
    margin-bottom: .75rem
}

.paymtn_bl {
    align-items: stretch;
    margin-top: 2.2rem;
}
.paymtn_item {
    width: 48.5%;
    border-radius: 5px;
    background: #EAF2FF;
    padding: 2rem;
}
.paymtn_item>img {
    width: 4rem;
}
.paymtn_item .headline_sm {
    margin: 1.4rem 0 1rem
}
.paymtn_item .headline_sm+p {
    font-size: .9rem;
    line-height: 160%
}

.things_cont {
    color: #fff;
    background: #3074E3;
}
.things_cont .subtitle {
    color: rgba(255, 255, 255, 0.5)
}
.things_cont .headline {
    color: #fff;
}

.things_slider {
    overflow: visible;
}
.things_slider .serv_slider-head {
    margin-bottom: 2.5rem;
}
.things_slider .serv_slider-next, 
.things_slider .serv_slider-prev {
    background: url(../img/icon/arr3.svg) center/cover;
}
.things_item {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    width: 13.5rem;
    height: auto;
}
.things_item:not(:last-child) {
    margin-right: 1.5rem;
}
.things_img {
    width: 100%;
    height: 13.5rem;
    border-radius: 5px;
    overflow: hidden;
}
.things_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.things_info {
    padding: 1rem;
}
.things_info p {
    font-size: .9rem;
    line-height: 160%;
}
.things_info>span {
    font-size: .7rem;
    line-height: 250%;
}



.doc_list {
    height: 13rem;
    padding: 2.25rem 7rem 2.25rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.doc_list .title {
    font-size: 1.4rem;
    margin-bottom: .6rem;
}
.doc_list .desc {
    margin-bottom: 0
}

.doc_list:nth-child(1) {
    background: #3074E3 url(../img/document1.png) top right/cover;
}
.doc_list:nth-child(2) {
    background: #FF7A00 url(../img/document2.png) top right/cover;
}
.doc_list:nth-child(3) {
    background: #FF3195 url(../img/document3.png) top right/cover;
}


/*
Условия заселения
*/



.w-100 {
    width: 100%;
}
.w-50 {
    width: 48.5%;
    flex-shrink: 0
}
.w-33 {
    width: 31.5%;
    flex-shrink: 0
}