@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap&subset=cyrillic');

@font-face{ 
    font-family: 'Uni';
    src: url('../fonts/UniNeueHeavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face{ 
    font-family: 'Uni';
    src: url('../fonts/UniNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{ 
    font-family: 'Uni';
    src: url('../fonts/UniNeueRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{ 
    font-family: 'Uni';
    src: url('../fonts/UniNeueRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{ 
    font-family: 'Uni';
    src: url('../fonts/UniNeueBook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Uni', sans-serif;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    line-height: 1.2;
}

h1 {
    font-weight: 800;
    font-size: 60px;
}

h2 {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
}

h3 {
    font-size: 24px;
    color: #4e9d91;
}

.info_block {
    background: #f5f5f5;
    padding: 15px 0;
}

.logo {
    margin-right: 15px;
    max-width: 66px;
    max-height: 69px;
}

.ttl_block {
    border-left: 1px solid #edbd55;
    padding-left: 15px;
}

.orange_gradient_text{
    background: -webkit-linear-gradient(#ffe366, #ffba04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.firm_ttl {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #ffbf00;
}

.firm_desc {
    font-size: 12px;
    font-weight: 300;
    color: #8b8d91;
}

.logo_block {
    display: flex;
    align-items: center;
}

.info_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.icon{
    font-size: 30px;
    margin-right: 10px;
}

.icon_phone{
    transform: rotate(20deg);
}

.icon_block_text {
    font-size: 13px;
}

.icon_block_text a, .icon_block_text a:hover {
    color: #8b8d91;
    text-decoration: none;
}

.icon_block {
    display: flex;
    align-items: center;
}

.separator{
    background: linear-gradient(to right, #fff, #e7e7e7);
    width: 4px;
    height: 36px;
    margin-right: 30px;
    margin-left: 30px;
}

.tel {
    font-size: 16px;
    color: #4e9d91;
	text-decoration:none;
}
.tel:hover {
    font-size: 16px;
    color: #ffbf00;
	text-decoration:none;
}
    

.call {
    border-bottom: 1px dashed #ffbf00;
    color: #ffbf00;
    cursor: pointer;
}

.navigation {
    border-top: 1px solid #edbd55;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(220,225,227,0.6);
    -moz-box-shadow: 0px 20px 30px 0px rgba(220,225,227,0.6);
    box-shadow: 0px 20px 30px 0px rgba(220,225,227,0.6);
    margin-bottom: 80px;
}

.navigation .nav-link{
    color: #8b8d91;
    padding: 25px 30px;
}

.navigation .nav-link:hover, .navigation .nav-link.active {
    color: #fff;
    font-weight: 800;
    background: #ffbf00;
}

.offer {
    background: url(../img/1bg.jpg) no-repeat bottom center / cover;
    padding-bottom: 60px;
}

.offer_desc{
    color: #999;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}
.orange_text{
    color: #ffbf00;
}


b {
    font-weight: 800;
}

.btn_main {
    border-radius: 50px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: inset 0px -3px 0px 0px  #d29800;
    -moz-box-shadow: inset 0px -3px 0px 0px  #d29800;
    box-shadow: inset 0px -3px 0px 0px #d29800;
    background: linear-gradient(to bottom, #ffe366 0%, #ffba04 50%, #ffba04 50%);
    background-size: 100% 200%;
    background-position: center top;
    padding: 20px;
    transition: all 0.5s;
}

.btn_main:hover{
    color: #fff;
    background-position: center bottom;
}

.btn_main_bg {
    border-radius: 50px;
    width: 100%;
    max-width: 320px;
    -webkit-box-shadow: 0px 25px 20px 0px rgba(232,191,81,0.3);
    -moz-box-shadow: 0px 25px 20px 0px rgba(232,191,81,0.3);
    box-shadow: 0px 25px 20px 0px rgba(232,191,81,0.3);
    margin-bottom: 30px;
}

.trudnosti {
    background: #f9f9f9;
    padding: 60px 0;
}

.shadow_block {
    -webkit-box-shadow: 0px -20px 20px 0px rgba(223,223,223,0.6);
    -moz-box-shadow: 0px -20px 20px 0px rgba(223,223,223,0.6);
    box-shadow: 0px -20px 20px 0px rgba(223,223,223,0.6);
}

.trudnosti_item {
    padding: 20px;
    border-radius: 15px;
    margin-top: 40px;
}

#t_item1 {
    background: url(../img/t1.png) no-repeat bottom center / cover;
}

#t_item2 {
    background: url(../img/t2.png) no-repeat bottom center / cover;
}

#t_item3 {
    background: url(../img/t3.png) no-repeat bottom center / cover;
}

#t_item4 {
    background: url(../img/t4.png) no-repeat bottom center / cover;
}

.trudnosti_item_inner {
    border-radius: 15px;
    border: 1px dashed #dcdcdc;
    height: 20px;
    padding: 20px 10px;
}

.trudnosti h3 {
    padding-left: 15px;
}

.trudnosti_item_inner li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

.trudnosti_item_inner ul {
    padding-left: 15px;
    list-style-image: url(../img/circle.png);
}

.poluchite {
    background: url(../img/3bg.jpg) no-repeat top center / cover;
    padding: 60px 0;
}

.poluchite .trudnosti_item:hover {
    -webkit-box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
    -moz-box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
    box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
}

.poluchite .trudnosti_item {
    padding: 10px;
}

.poluchite .icon_block {
    height: 80px;
}

.poluchite .trudnosti_item_inner {
    height: 240px;
    padding: 15px 7px;
}

.t_icon {
    min-width: 75px;
    min-height: 75px;
    margin-left: 10px;
}

.trudnosti_item_inner_text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
}

.its {
    padding: 60px 0;
    background: url(../img/4bg.jpg) no-repeat top center / cover;
}

.white_text {
    color: #fff;
}

.left_text {
    text-align: left;
}

.its_desc {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
}

.its_desc a, .its_desc a:hover {
    text-decoration: underline;
    color: #fff;
}

.dover {
    padding: 60px 0;
    background: url(../img/5bg.jpg) no-repeat bottom center / cover;
}

.centered_block{
    margin: 0 auto;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.table-striped thead tr {
    background-color: #f9f9f9;
    color: #4e9d91;
    font-size: 24px;
}

.table-striped tbody tr {
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #dbf1eb;
}

.centered_text {
    text-align: center;
}

.table-striped tbody tr td:last-child {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #dbf1eb;
}

.table-striped tbody tr:last-child {
    background-color: #f9f9f9;
    color: #4e9d91;
    font-size: 24px;
}

.table-striped tbody tr:last-child td:not(:first-child) {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.calc {
    padding-top: 170px;
    padding-bottom: 110px;
    background: url(../img/6bg.png) no-repeat bottom center / cover;
}

.rastpisanie {
    padding: 60px 0;
    background: #f9f9f9;
}

#raspis1 {
    background: url(../img/r1.png) no-repeat bottom center / cover;
}

#raspis2 {
    background: url(../img/r2.png) no-repeat bottom center / cover;
}

#raspis3 {
    background: url(../img/r3.png) no-repeat bottom center / cover;
}

.lezh {
    padding: 60px 0;
    background: url(../img/7bg.jpg) no-repeat bottom center / cover
}

.gallery {
    padding: 60px 0;
    background: #fff;
}

.gall {
    margin-top: 40px;
}

.gall_img {
    border-radius: 20px;
    margin: 0 10px;
    opacity: 0.5;
}

.gall_img.slick-current{
    opacity: 1;
}

.slick-dots li button {
    background: #fff;
    border: 2px solid #999;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.slick-dots li button:before, .slick-dots li button:after {
    display: none;
}

.slick-dots li.slick-active button {
    background: radial-gradient(circle, #ffbf00 0, #ffbf00 30%, #fff 30%);
    border: 2px solid #ffbf00;
}

.slick-dots {
    position: relative;
}

.personal{
    padding: 60px 0;
    background: #f9f9f9;
}

.trudnosti_text {
    font-family: 'Open Sans', sans-serif;
}

.personal_item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.personal_item_inner {
    border-radius: 15px;
    border: 1px dashed #e8e8e8;
}

.pers_name {
    color: #4e9d91;
    font-weight: 800;
    padding: 10px;
    padding-bottom: 0;
}

.pers_post {
    font-size: 16px;
    padding: 0 10px;
}

.zav {
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.zav_info {
    padding: 15px;
}

.zav_photo{
    border-top-right-radius: 15px;
}

.zav_say {
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
}

.zav_cta {
    background: #62d1b3;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.otzivi {
    padding: 60px 0;
    background: url(../img/10bg.jpg) no-repeat bottom center / cover;
    padding-bottom: 80px;
}

.rev {
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.rev_slider {
    position: relative;
}

.rev_after {
    position: absolute;
    background: #fff;
    height: 50px;
    width: 100%;
    border-radius: 15px;
    left: 0;
    bottom: -15px;
}

.rev_inner {
    border-radius: 15px;
    border: 1px dashed #e8e8e8;
    padding: 20px;
}

.rev_slide {
    display: flex !important;
}

.slide_text {
    max-width: 65%;
}

.rev_name {
    color: #4e9d91;
    font-weight: 800;
    padding-bottom: 10px;
}

.rev_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.full_text {
    display: none;
}

.more, .up {
    color: #ffbf00;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

.slide_img {
    max-width: 302px;
    max-height: 264px;
    min-width: 302px;
    min-height: 264px;
}

.otzivi .slick-dots {
    position: absolute;
    bottom: -95px;
}

.next, .prev{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
    height: 60px;
    width: 60px;
    -webkit-box-shadow: inset 0px -3px 0px 0px  #d29800;
    -moz-box-shadow: inset 0px -3px 0px 0px  #d29800;
    box-shadow: inset 0px -3px 0px 0px #d29800;
    background: linear-gradient(to bottom, #ffe366, #ffba04);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}

.next:hover, .prev:hover {
    opacity: 1;
}

.next {
    top: 45%;
    right: -30px;
}

.prev {
    top: 45%;
    left: -30px;
}

.how {
    padding: 60px 0;
    background: #fff;
}

.how p {
    font-family: 'Open Sans', sans-serif;
}

.how img{
    margin-top: 40px;
    margin-bottom: 10px;
}

.stati {
    padding: 60px 0;
    background: #f9f9f9;
}

.statia {
    background: #fff;
    border-radius: 15px;
    margin-top: 40px;
}

.statia:hover {
    -webkit-box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
    -moz-box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
    box-shadow: -5px 0px 20px 0px rgba(223,223,223,0.6);
}

.st_img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.statia_text {
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.statia a {
    color: #797979;
    text-decoration: underline;
    font-style: italic;
}

.statia a:hover {
    color: #ffbf00;
    text-decoration: underline;
}

.contacts {
    background: #62d1b3;
    height: 500px;
    color: #fff;
}

.contacts .icon_block_text {
    font-size: 18px;
}

.contacts .icon_block {
    align-items: flex-start;
    margin: 20px 0;
}

.contacts .icon_block a, .contacts .icon_block a:hover {
    color: #fff;
}

.map {
    width: 50%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.quiz_img {
    border-radius: 15px;
}

.modal-content {
    border-radius: 15px;
    background: #f9f9f9;
}

.step_ttl{
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.quiz_next {}

.quiz_prev {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    margin-right: 45px;
    margin-bottom: 30px;
}

.quiz_prev:hover {
    color: #ffbf00;
}

.radio_container {
    padding: 15px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    height: 90px;
    border-radius: 15px;
    margin-bottom: 20px;
}

#rc1 {
    background-color: #fff;
    background: url(../img/zh.png) no-repeat center right / cover;
}
#rc2 {
    background-color: #fff;
    background: url(../img/m.png) no-repeat center right / cover;
}

#rc3 {
    background-color: #fff;
    background: url(../img/l_da.png) no-repeat center right / cover;
}
#rc4 {
    background-color: #fff;
    background: url(../img/l_no.png) no-repeat center right / cover;
}

#rc5 {
    background-color: #fff;
    background: url(../img/help_da.png) no-repeat center right / cover;
}
#rc6 {
    background-color: #fff;
    background: url(../img/help_no.png) no-repeat center right / cover;
}

label {
    font-family: 'Open Sans', sans-serif;
}

.quiz_btns {
    display: flex;
    align-items: center;
    width: 100%;
}

.input {
    padding: 15px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 270px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.input_center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pol label{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #999;
}

.mt10{
    margin-top: 10px;
}

#prosmotr h2, #cal h2, #zav h2 {
    font-size: 30px;
}

#prosmotr .modal-content, #call .modal-content {
    background: url(../img/modal_bg.png) no-repeat bottom center / cover;
    -webkit-box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 25px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.3);
}

/*////////////////////////////////////////////////////////////////////////////////*/
.on_middle{
    display: none !important;
}
.on_small{
    display: none !important;
}
.on_mobile{
    display: none !important;
}

.ham_btn {
    margin: 0 auto;
    margin-right: 0;
    width: 60px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.ham_line1, .ham_line2, .ham_line3, .ham_line4 {
    width: 60px;
    height: 5px;
    background: #fec000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: all .5s;
}

.ham_line{

}

.ham_line1{
    top: 0;    
}

.active_hl1{
    top: 10px; 
    transform: rotate(45deg);
}

.ham_line2{
    top: 9px;      
}

.active_hl2{
    transform: rotate(-45deg);
}
.ham_line3{
    top: 18px;    
}

.active_hl3{
    opacity: 0;    
}
.ham_line4{
    top: 27px;    
}

.active_hl4{
    opacity: 0;    
}

.mobile_menu.active{
    left: 0;
}

.mobile_menu {
    width: 250px;    
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -300px;
    transition: all 1s;
    background: #fff;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
}

.mobile_menu .nav-link {
    color: #797979;
}

.mobile_menu .nav {
    margin-top: 20px;
}

.mobile_menu .nav-link:hover {
    color: #fff;
    font-weight: 800;
    background: #ffbf00;
}

.sign_btn, .sign_btn:hover {
    background: #ffbf00;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

.bottom {
    background: #393838;
}

.footer {
    background: #292929;
    color: #636363;
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
}

.footer a, .footer a:hover {
    color: #636363;
    text-decoration: none;
}

.statia_title {
    background: #f9f9f9;
}

.statia_title h2 {
    padding-bottom: 40px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 0;
}

.statia_title .navigation {
    margin-bottom: 40px;
}

.light_grey, .grey {
    background: #f9f9f9;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    color: #6a6a6a;
}

.grey {
    background: #f2f2f2;
}

.terapia {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #6a6a6a;
}

.terapia h2 {
    font-family: 'Uni';
}

.terapia ul, .grey ul, .light_grey ul {
    list-style-image: url(../img/circle.png);
}

.statia_navigation {
    padding: 30px 0;
    background: #62d1b3;
    display: flex;
    justify-content: center;
}

.statia_navigation a, .statia_navigation a:hover {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

.statia_navigation a:hover {
    font-weight: 700;
}

.stati_offer {
    background-position: center center;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label{
    position: relative;
    padding-left: 30px;
}

input[type="radio"] + label:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ddd9ce;
    top: 4px;
    left: 0;
}

input[type="radio"]:checked + label:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    left: 3px;
    background: linear-gradient(to bottom, #ffe366, #ffba04);
}

.bottom .separator {
    background: linear-gradient(to right, #4d4d4d, #3f3f3f);
}

@media screen and (max-width: 1199.8px) {
    .navigation .nav-link{
        padding: 25px 20px;
    }
}

@media screen and (max-width: 991.8px) {
    .not_on_middle{
        display: none !important;
    }
    .on_middle{
        display: block !important;
    }
    .offer .info_block {
        margin-bottom: 40px;
    }
    h1 {
        font-size: 42px;
    }
    .poluchite .trudnosti_item_inner {
        height: 170px;
    }
    .its, .calc, .lezh {
        background: #62d0b3;
        padding: 60px 0;
    }
    .its h2, .calc h2, .lezh h2 {
        text-align: center;
    }
    .calc .btn_main_bg {
        margin-left: auto;
        margin-right: auto;
    }
    .bottom .logo_block{
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767.8px) {
    .not_on_small{
        display: none !important;
    }
    .on_small{
        display: block !important;
    }
    .slide_text{
        max-width: 100%;
    }
}

@media screen and (max-width: 575.8px) {
    .not_on_mobile{
        display: none !important;
    }
    .on_mobile{
        display: block !important;
    }
    h1{
        font-size: 28px;
    }
    h2, .offer_desc{
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    body{
        font-size: 16px;
    }
    .trudnosti_item_inner li, .trudnosti_item_inner_text, .pers_post, .rev_text, .how, .statia_text{
        font-size: 14px;
    }
    .its, .lezh{
        text-align: center;
    }
    .contacts {
        height: 450px;
    }
    .info_icons {
        align-items: flex-start;
        flex-direction: column;
    }
    .table-striped thead tr, .table-striped tbody tr:last-child, .table-striped tbody tr:last-child td:not(:first-child) {
        font-size: 20px;
    }
    .light_grey, .grey {
        padding: 20px 0;
    }
}

.thanks {
    height: 85vh;
}
.styajka-mobile-footer
{
	display:none;
}
.orange_texts{
    color: #ffbf00;
	font-size:34px;
	padding-bottom: 20px;
    margin-bottom: 0;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	.next {
    top: 45%;
    right: 0px;
}
.orange_texts{
    color: #ffbf00;
	font-size:22px;
	padding-bottom: 20px;
    margin-bottom: 0;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
.prev {
    top: 45%;
    left: 0px;
}
.table th, .table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.firm_ttl {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #ffbf00;
}
	.styajka-totop, .styajka-totop:focus {
		color:#fff;
		position: fixed;
		padding: 8px 12px;
		background-color:rgba(38,33,39,.75);
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		text-decoration:none;
		right: 10px;
		bottom: 10px;
		display: none;
		cursor: pointer;
	}
	.styajka-totop:hover {
		color:#fff;
		background-color:rgba(38,33,39,.5);
		text-decoration:none;
		outline:none;
	}
	
	.styajka-mobile-totop, .styajka-mobile-totop:focus {
		color:#fff;
		position:fixed;
		padding: 6px 6px;
                
		background-color:rgba(255,191,0,1);
		text-decoration:none;
		bottom:0;
		right:0;
		cursor: pointer;
	}
	.imgbot
	{
		width:20px;
		height:25px;
	}
.tels{
	color: #4e9d91;
	font-size:30px;
	padding-left:10px;
	font-family: 'Uni', sans-serif;
}
  .styajka-mobile-footer {	
	position:fixed;
	background-color:rgba(255,255,255,1);  
	border-top:4px solid rgba(255,191,0,1);
	margin:0;
	padding:0;
	bottom:0;
	height:auto;
	width:100%;
	z-index:9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=#000000)";/*IE 8*/
	box-shadow: 0 -4px 10px rgba(38,33,39,.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#000000); /*IE 5.5-7*/
	display:block ;
  }
    .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Uni', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .styajka-mobile-footer a {	
	text-decoration:none;
  }
.footer {
    background: #292929;
    color: #636363;
    font-size: 13px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
}
.bottom .separator {
    background: linear-gradient(to right, #393838, #393838);
    height: 20px;
}
}

.txt {     
   text-align: justify;
   padding-left:10px;
   padding-right:10px;
}
.txtspis {     
   text-align: justify;
   padding-left:40px;
   padding-right:25px;
}
#map {     
   width:100%;height:500px;
}
#map p {     
    font-family: 'Uni', sans-serif;
    font-size: 14px !important; text-align: center;color: #000000;
}
#map span{        
    color: #ffbf00;font-family: 'Uni', sans-serif;
    font-size: 14px !important; text-align: center;
}
#map a{     
    color: #000000;text-decoration: none;
}
#map a:hover{     
    color: #ffbf00;text-decoration: underline;
}

.elderly-care {
  padding: 100px 0;
  background: linear-gradient(135deg, #e6f0fa 0%, #f9f9f9 100%);
  font-family: 'Open Sans', sans-serif;
}

.elderly-care h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
  color: #1a3c5e;
  font-weight: 700;
  line-height: 1.3;
}

.accent-text {
  color: #ff6f61;
  font-weight: bold;
}

.care-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .care-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .care-cards {
    grid-template-columns: 1fr;
  }
}

.card-item {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 3px solid #dfe9f4;
}

.card-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.accent-shadow {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card-content {
  padding: 50px 30px;
  text-align: center;
}

.card-item h3 {
  font-size: 1.9rem;
  color: #1a3c5e;
  margin-bottom: 30px;
  font-weight: 600;
}

.card-item ul {
  list-style: none;
  padding: 0;
}

.card-item ul li {
  font-size: 1.15rem;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
}

.card-item ul li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #ff6f61;
  font-size: 1.3rem;
}

.care-footer {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.care-text {
  flex: 2;
}

.care-text h2 {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.text-card {
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid #dfe9f4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.text-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.text-card-content {
  padding: 50px 30px;
}

.text-card p {
  font-size: 1.15rem;
  color: #2c3e50;
  line-height: 1.8;
  margin-bottom: 25px;
}

.care-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  border: 3px solid #dfe9f4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
}

.button-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.btn-accent {
  background-color: #ff6f61;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  transition: background-color 0.4s ease, transform 0.4s ease;
  display: inline-block;
}

.btn-accent:hover {
  background-color: #e55a50;
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .care-footer {
    flex-direction: column;
    text-align: center;
  }

  .care-text h2 {
    text-align: center;
  }

  .care-button {
    margin-top: 40px;
  }

  .elderly-care h2 {
    font-size: 2.5rem;
  }
}