/*
Author: Dunaev Denis
Email: dunaevdeniss@yandex.ru
*/
.text-justify {
    text-align: justify;
}
[class^=padding]{
    clear: both;
    width: 100%;
}
.padding-5{
  height: 5px;  
}
.padding-10{
  height: 10px;  
}
.padding-15{
  height: 15px;  
}
.padding-20{
  height: 20px;  
}
.padding-25{
  height: 25px;  
}
.padding-30{
  height: 30px;  
}
.padding-35{
  height: 35px;  
}
.padding-40{
  height: 40px;  
}
.padding-45{
  height: 45px;  
}
.padding-50{
  height: 50px;  
}
.padding-65{
  height: 65px;  
}
.image-container{
    width: 100%;
    position: relative;
}
.image-container img{
    width: 100%;
}
a{
    
}
.introtext{
    color:#2a93c9;
        font-size: 18px;
    font-weight: 600;
}
p.title-line {
    font-weight: 600;
}

.welcome .btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
/* ================================== MAIN ======================================*/
.main-menu .logo img , .main-menu-sub .logo img{
    width: 100%;
}
.right-border{
    border-right: 1px solid rgba(197, 203, 207, 0.2);
}
.top-border{
    border-top: 1px solid rgba(197, 203, 207, 0.2);
}
.top-info span{
    display:inline-block;
    margin:15px 0;
    font-size:16px;
}
.main-menu {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    color:#fff;
    background: rgba(0, 0, 0, 0.51);
}
.main-menu a{
    transition:all 0.5s;
    color:#fff;
}
.main-menu a i {
    /*font-size: 26px;*/
}
.main-menu a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.main-menu-sub {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    background: #1F3F4A;
}
.main-menu-sub a{
    transition:all 0.5s;
    color:#fff;
}
.main-menu-sub a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.soc-top{
    margin:13px 0;
}
.soc-top i {
    font-size: 26px;
}
.main-slider {
    display: inline-block;
    width: 100%;
}
.main-slider .item img{
    width:100%;
}
nav.navbar.navbar-default {
    background: no-repeat;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size:18px;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin:0 5px;
    padding-right: 10px;
}
.navbar-nav>li>a>.m-line {
    content: '';
    transition: width .25s ease-out;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
        background: #fff;
    height: 2px;
}
.navbar-nav>li>a:hover .m-line{
    width:100%;
}
.navbar-nav>.active>a>.m-line{
    width:100%;
}
.navbar-nav>.open>a>.m-line{
    width:100%;
}

.btn-view{
    border: 1px solid #fff;
    color: #fff;
    background:#317F65;
    font-size: 18px;
    width: 100%;
    padding: 14px;
}

a.btn.btn-menu {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 14px;
}
a.btn.btn-menu:hover {
    color: #ffffff;
    border-color: rgb(167 199 149);
    background-color: rgb(167 199 149);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}
.navigat1 {
    position: absolute;
    left: -420px;
}
.navigat2 .item-pers-sub {
    margin-bottom: 0;
}
.navigat2 {
    position: absolute;
    left: -675px;
}
.menu-fix{
    transition:all 0.5s;
}
.menu-fix.affix {
    display: inline-block;
    width: 100%;
    background: #20404B;
    top: 0;
    z-index: 2;
}

/* =============================================== SLIDER ====================================*/

.info-slider {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 300px;
    color: #fff;
}
p.small-title {
    white-space: nowrap;
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
}
p.big-title {
    white-space: nowrap;
    font-size: 68px;
    line-height: 82px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -3px;
}
.btn-slider {
    white-space: nowrap;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: rgb(28, 133, 188);
    letter-spacing: 1px;
     background-color: rgb(255, 255, 255);
    border-color: #fff;
    border-radius: 3px;
    transition:all 0.5s;
    padding: 15px 30px;
}
.btn-slider:hover{
    background:rgb(167, 199, 149);
    color:#fff;
}
.blackflow {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

/*============================= INFOS ============================================*/

.infos{
    background:#f7fafb;
}
.info-block {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    z-index: 1;
    position: relative;
    margin-top: 0px;
}
.info-block .h3,.info-block .table span{
    color:#787371;
}
.info-block .table {
    font-weight:700;
}
.info-desc {
    font-size: 16px;
    color: #656565;
}
.big-phone i{
     color:#2F5B5C;
}
.big-phone{
    font-size:32px;
}
.btn-infos {
    background: #fff;
    color: #2a93c9;
    text-transform: uppercase;
    border: 1px solid #2a93c9;
    padding: 14px 18px 16px;
    transition: all .5s;
}
.btn-infos:hover{
    color: #ffffff;
    background-color: #2a93c9;
}
.info-block>div{
    min-height:320px;
}
.one-block-info {
    padding: 0 30px;
    border-bottom: 7px solid #A7C795;
}
.two-block-info{
    padding: 0 30px;
    border-bottom: 7px solid #317F65;
}
.three-block-info{
    padding: 0 30px;
    border-bottom: 7px solid #2F5B5C;
}
span.under {
    width: 64px;
    background: #317F65;
    height: 4px;
    display: block;
    margin: 15px 0;
}
span.under-white {
    width: 64px;
    background: #ffffff;
    height: 2px;
    display: block;
    margin: 15px 0;
}

/* =========================================== SERVISE =====================================*/

p.title-ser {
    font-size: 20px;
    font-weight: 400;
}
.dop-text-ser {
    font-size: 14px;
    color: #636262;
}


/* ============================ WELCOME ==================================================*/

.welcome {
    background-image: url(/assets/images/slid/slider-img-6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 49px;
    padding: 74px 0px 89px 0px;
    color: #fff;
}
.btn-welcome {
    color: #20404B;
        padding: 21px 50px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    transition: all .5s;
    background-color: #fff;
}
.btn-welcome:hover{
    color: #ffffff;
    background-color: #20404B;
}

/* ================================== OTDELENIYA =======================================*/

.item-napr {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height:320px;
    padding: 15px 0;
    margin-bottom: 30px;
    transition:all 0.5s;
}
.item-napr img{
    min-width:130px;
}
.item-napr a:hover{
    text-decoration:none;
}
.item-napr:hover{
     box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
p.title-nap {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0;
    transition:all 0.5s;
}
.title-nap:hover{
    color: #2a93c9;
}
p.dop-text-napr {
    color: #595757;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.title-item-napr-sub{
    font-size:20px;
    font-weight:800;
}
.item-napr-sub{
    margin-bottom:15px;
}
.item-napr-sub img{
    width:100%;
}


/* ==================================== OTZYV ===================================*/

.otz {
    display: inline-block;
    width: 100%;
    background-image: url(/assets/images/fullwidth-img-2.jpg);
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0 100px;
}
.item-otz {
    display: inline-block;
    width: 100%;
    padding: 40px;
}
.item-otz a:hover{
    text-decoration:none;
}
#reviews .owl-next{
        position: absolute;
    top: 50px;
    right: 0;
    color: #56b0d2;
    font-size: 60px;
}
#reviews .owl-prev{
        position: absolute;
    top: 50px;
    left: 0;
    color: #56b0d2;
    font-size: 60px;
}
p.title-otz {
    font-size: 24px;
    font-weight: 800;
    color:#000;
    margin-bottom: 20px;
}
.body-otz {
    font-size: 20px;
    font-weight: 600;
    color: #20404B;
}
.btn-otz {
    color: #787371;
        padding: 20px 40px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    transition: all .5s;
    background-color: #fff;
}
.btn-otz:hover{
    color: #ffffff;
    border-color: rgb(167 199 149);
    background-color: rgb(167 199 149);
}

/* =============================== PERSONAL ==================================*/

.item-pers {
    display: inline-block;
    width: 25%;
    float: left;
    transition:all 0.5s;
    position: relative;
    margin: 5px;
}
.item-pers-sub {
    display: flex; /* Используем flex */
    flex-direction: column; /* Вертикальное расположение содержимого */
    width: 100%;
    transition: all 0.5s;
    margin-bottom: 30px;
    position: relative;
    min-height: 390px; /* Одинаковая высота блоков */
    text-align: center;
}

.item-pers-sub>.img-pers>img{
    width:100%;
}
.img-pers{
     position: relative
}
.over a{
    color:#fff;
}
.over {
    transition:all 0.5s;
    opacity:0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    padding: 50%;
    font-size: 24px;
}
.img-pers:hover .over{
    opacity:1;
}


.over-stat a{
    color:#fff;
}
.over-stat {
    transition:all 0.5s;
    opacity:0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    padding:30%  50%;
    font-size: 24px;
}
.img-pers:hover .over-stat{
    opacity:1;
}




.item-pers img{
    width:100%;
}
.item-pers:hover{
    box-shadow: 8px 8px 60px rgba(6,30,52,.1);
}
.item-pers-sub:hover{
    box-shadow: 8px 8px 60px rgba(6,30,52,.1);
}
.body-pers {
    padding: 30px 25px 40px;
}
.item-pers-sub>.body-pers {
    padding: 30px 0 5px;
}
.body-pers span {
    color: #b5b9bb;
    text-transform: uppercase;
    font-size: 12px;
}
p.name-pers{
    min-height: 60px;
    margin-bottom: 0;
}
.dropdown p.name-pers{
    min-height: 30px;
}
p.name-pers a {
    font-size: 18px;
    color: #000;
    transition:all 0.5s;
}
.name-pers a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.cont-pers,.cont-pers a{
    color:#b5b9bb;
    transition:all 0.5s;
}
.cont-pers a:hover{
    color:#2a93c9;
    text-decoration:none;
}


/* ======================================= CONTACT FORM ==============================*/


.blue-white{
    display:inline-block;
    width:100%;
    margin: 0 -15px -10px;
}
.contact-form {
    display: inline-block;
    width: 100%;
    padding:15px;
    background-color: #fffff;
}
.contact-form img {
    height: 477px;
}
.title-contact{
    color:#fff;
    font-weight:800;
}
.select-contact,.input-contact {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255,255,255,0.3);
    background: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}
.btn-form{
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #42474c;
    background-color: #ffffff;
    
    padding:20px 50px;
}
.btn-form:hover{
    color: #ffffff;
    background-color: rgb(150,240,255);
}
.input-contact::-webkit-input-placeholder { color:rgba(255, 255, 255, 0.6); }

.last-news{
    display: inline-block;
    width: 100%;
    padding:0;
}
.last-news hr{
    margin:10px 0;
}
.title-last-news{
    font-weight:800;
}

.title-news a{
    color:#20404B;
    font-size:24px;
    transition:all 0.5s;
}
.title-news a:hover{
    color:#000;
    text-decoration:none;
}
.item-last-new span{
    color:rgb(143,147,149);
    font-size:12px;
}
.item-last-new span i{
    color:#2F5B5C;
}

/* ============================== FOOTER =========================*/

footer {
    background: #20404B;
    padding: 60px 0 20px;
}

span.under-white-footer {
    width: 64px;
    background: rgb(255,255,2555,0.5);
    height: 2px;
    display: block;
    margin: 15px 0;
}
.footer-title{
    color:#fff;
    font-weight:600;
}
footer p{
    color:#fff;
    font-size:16px;
}
.footer-list li{
    margin-top:6px;
}
.footer-list li a{
    font-size:18px;
    color:#fff;
    transition:all 0.5s;
}
.footer-list li a:hover, .footer-soc li a i:hover{
    color:#2a93c9;
    text-decoration:none;
}
.footer-soc li a i {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}


/* ============================ PAGE-CONTACTS ================================*/

.page-contacts p{
    color:#000;
    font-weight:600;
    font-size:14px;
}
.page-contacts img{
    width:100%;
}
.contacts{
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    padding:15px;
    display: inline-block;
    width: 100%;
}
p.contacts-page-link-mail a {
    text-decoration: underline;
    font-size:16px;
}
.contacts-page-link-soc li a {
    font-size: 40px;
    margin: 0 15px;
}
.contacts>table>tbody>tr>td {
    border: none;
    font-weight: 600;
}
p.title-first.text-center {
    font-size: 26px;
    font-weight: 800;
}
.btn-blue {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    transition:all 0.5s;
    border-radius: 0;
    background-color: #317F65;
    padding: 20px 50px;
}
.form.contacts .form-control {
    border-color: #56b0d2;
    border-radius: 0;
}

/* =========================== SIDEBAR =-===============================*/

.sidebar {
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.sidebar ul li {
    list-style-type: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.sidebar ul {
    padding-left: 0;
}
.sidebar ul li .part1 {
    display: inline-block;
    float: left;
    width: 35px;
}
.sidebar ul li .part1 img {
    max-width: 30px;
}
.sidebar ul li .part2{
    display: inline-block;
    width: calc(100% - 35px);
    float: left;
} 
.sidebar ul li .part2 a {
    font-size: 18px;
    color: #23775f;
}
.sidebar ul li .part1 i {
    font-size: 18px;
    color: #4fa5c8;
    line-height: 26px;
}
/* ============================= FOTOGALLERY ==============================*/


.item-foto {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    height: 400px;
}

.item-foto p {
    font-size: 16px;
    font-weight: 600;
}
.item-foto a {
    position: relative;
    display: inline-block;
    width: 100%;
}
span.over-foto {
    position: absolute;
    width: 100%;
    height: 235px;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
    opacity:0;
    transition:all 0.5s;
    top: 0;
    font-size: 28px;
    text-align: center;
    padding-top: 100px;
    color: #fff;
}
.item-foto img{
    width:100%;
    transition:all 0.5s;
}
.over-foto:hover {
    opacity:1;
}
.tab-content.sertifikat .tab-pane {
    display: none;
    flex-wrap: wrap;
    gap: 15px;
}
.tab-content.sertifikat .tab-pane.active {
    display: flex;
}
.tab-content.sertifikat .tab-pane .flex-item {
    width: calc(100%/5 - 15px);
}

.tab-content.sertifikat .tab-pane .flex-item .item-foto {
    height: auto;
}

/* =============================== PRICE_LIST====================================*/

.price {
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
}
.price table {
    font-weight: 600;
}
.price table thead tr th {
    color: #56b0d2;
    padding: 10px 15px;
    font-size: 16px;
}
.price table tbody tr td {
    padding: 10px 15px;
}
.price table tbody tr .podtitle {
    color: #000;
    background:#e4e4e4;
    padding: 15px;
    font-size: 16px;
}




/* ================================ MOBILE ==================================== */

@media (max-width:1280px){
    .info-slider {
        top: 170px;
    }
}

@media (max-width:1024px){
    .big-phone {
        font-size: 28px;
    }
    .item-napr {
        min-height: 300px;
    }
    .item-pers-sub {
        min-height: 450px;
    }
    .menu-napr {
        height: 220px !important;
        margin-bottom: 15px;
        min-height: 0;
    }
    
    .info-slider {
        top: 230px;
    }
    p.big-title {
        font-size: 40px;
        line-height: 35px;
    }
    p.small-title{
        font-size: 30px;
        line-height: 20px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
    }
    .tab-content.sertifikat .tab-pane .flex-item {
        width: calc(100%/4 - 15px);
    }
    
}
@media screen and (max-width:768px) {
    .item-pers{
        width: 33%;
    }
    .tab-content.sertifikat .tab-pane .flex-item {
        width: calc(100%/3 - 15px);
    }
}
@media (max-width:525px){
    .tab-content.sertifikat .tab-pane .flex-item {
        width: 100%;
    }
    .top-info span {
       margin: 5px 0;
    }
    .main-menu {
        position: relative;
        background: #1F3F4A;
    }
    .info-block {
        margin-top: 0;
    }
    .item-napr {
        min-height:0;
    }
    p.title-otz {
        font-size: 20px;
    }
    .body-otz {
        font-size: 18px;
    }
    .item-pers {
        width: 100%;
        
    }
    .soc-top {
        margin: 5px 0;
    }
    .top-info span {
        font-size: 13px;
    }
    .info-block>div {
        min-height:0;
        padding-top: 15px;
    }
    .big-phone {
        font-size: 22px;
    }
    .blue-white {
        margin: 0;
    }
    .contact-form img {
        height: auto;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .contacts {
        font-size: 12px;
    }
    /*.welcome {
        background-color: #bac3d4;
        background-image: none;
    }*/
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .logo img {
        width: 220px;
    }
    .info-block>div {
        padding:15px 0;
    }
}

.wrap.list-previews .item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}
.wrap.list-previews .item .image {
    max-width: 150px;
}
.wrap.list-previews .item .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wrap.list-previews .item .name a{
    color: #000;
}
.welcome .logo {
    background: #6f6f6f99;
    padding: 30px;
}

table tr td p {
    margin-bottom: 0;
}
table tr td {
    padding: 15px;
}
.wrap.list-previews .item .image img{
    width: 100%;
}

.list-link .wrap .item {
    display: flex;
    width: 100%;
    padding-left: 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
}

.list-link .wrap .item h3 {
    font-size: 20px;
    margin: 10px 0;
}

.item-servis .img-ser img {
    max-width: 60px;
}

.list_reviews .item {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.list_reviews .item .top {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}

.list_reviews .item img {
    max-width: 50px;
}

.res-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.res-block .res-st_number {
    background: #5380e8;
    width: 56px;
    height: 56px;
    line-height: 56px!important;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: RubikMedium;
}

.res-block .res-st__title {
    font-family: RubikMedium;
    font-size: 20px;
    line-height: 24px;
    color: #081b43;
    margin-bottom: 8px;
}
.three-block-info i.fa.fa-whatsapp {
    font-size: 36px;
}
        
        
.text-justify ul li, .text-justify ol li {
    padding: 5px;
}

ul.num-list{
    counter-reset: tidbit;
    padding-left: 0;
}

ul.num-list li {
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    background: #f6f7f9;
    margin-bottom: 15px;
    padding: 15px 15px 15px 80px;
}
ul.num-list li:before {
    counter-increment: tidbit;
    content: counter(tidbit);
    position: absolute;
    left: 20px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #20404b;
    color: #fff;
    border-radius: 100%;
    margin-top: -20px;
}
ul.num-list li .name {
    font-size: 20px;
    font-weight: 600;
}

ul.num-list li .desc {
    color: #606776;
}

@media screen and (max-width:525px) {
    .wrap.list-previews .item{
        padding: 25px 15px;
    }
    .wrap.list-previews .item .image {
        width: 20%;
    }
    .wrap.list-previews .item .info {
        width: 80%;
    }
    .item-napr img {
        width: 110px;
    }
    .title-news a{
        font-size: 20px;
    }
    ul, ol{
        padding-left: 15px;
    }
    .contacts{
        margin-bottom: 20px;
    }
    .welcome {
        background-image: url(/assets/images/slid/slider-mob.jpg);
    }
}

.testing {
    
    color: #fff;
    
    max-width: 1000px;
}
.testing .wrap, .testing .test-result{
    background: #1f3f4a;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.testing .wrap .item {
    display: flex;
    gap: 30px;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
        justify-content: space-between;
}

.testing .wrap {
    counter-reset: tidbit-counter;
}

.testing .wrap .item:before {
    counter-increment: tidbit-counter;
    content: counter(tidbit-counter) ". ";
    position: absolute;
    left: 0;
}
.testing .wrap .item .question{
    width: 85%;
}
.testing .wrap .item .answer {
    display: flex;
    width: 15%;
    justify-content: space-between;
}

.testing .wrap .item .answer .form_radio input[type=radio] {
    display: none;
}

.testing .wrap .item .answer .form_radio label {
    cursor: pointer;
    position: relative;
}

.testing .wrap .item .answer .form_radio label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    position: absolute;
    left: -30px;
}
.testing .wrap .item .answer .form_radio input[type=radio]:checked + label:before {
	background-image: url(/assets/images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.testing .btn {
    background: #20404b;
    display: inline-block;
    color: #fff;
    width: max-content;
    margin: 20px 0;
    float: right;
}
.fone .btn {
    background: #20404b;
    display: inline-block;
    color: #fff;
    width: max-content;
    margin: 16px 5px;
    float: right;
    margin-top: 40px;
    font-size: 18px;
}    
.testing .btn.btn_reset {
    background: #626262;
    display: none;
}

.testing .test-result{
    margin-top: 40px;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    .testing .wrap .item{
        gap: 65px;
    }
}
@media screen and (max-width:700px) {
    .testing .wrap .item {
        flex-wrap: wrap;
        gap: 20px;
    }
    .testing .wrap .item .question{
        width: 100%;
    }
    .testing .wrap .item .answer {
        width: 150px;
        padding-left: 30px;
    }
    span.header-data {
        font-size: 16px;
        line-height: 16px;
    }
}

.testing .wrap .item .answer .form_radio label.error:before {
    border: 2px solid #e20202;
}
.testing .offerta {
    color: #959595;
    font-size: 10px;
}


.seo-text img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0 !important;
}

.go-link a {
    position: fixed;
    right: -43px;
    top: 50%;
    transform: rotate(-90deg);
    background: #20404b;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    z-index: 9;
}
.go-link a:hover{
    color: #ccc;
    text-decoration: none;
}
.custom-hr {
    width: 100%;       /* Ширина полосы */
    height: 3px;       /* Толщина полосы */
    background-color: #1f3f4a; /* Цвет полосы, можешь заменить на нужный */
    border: none;      /* Убираем границу */
    margin: 20px 0;    /* Отступы сверху и снизу */
}



@keyframes glowing {
0% { background-color: #1f3f4a;   }
10% { background-color: #305764;   }
15% { background-color: #355a66;   }
20% { background-color: #4e737e;   }
25% { background-color: #567a85;   }
30% { background-color: #658893;  }
35% { background-color: #86aab5;  }
40% { background-color: #a2c1cb;  }
45% { background-color: #b5d0d9;  }
50% { background-color: #d4e4e9;  }
55% { background-color: #fff;   }
60% { background-color: #d4e4e9;   }
65% { background-color: #a2c1cb;   }
70% { background-color: #86aab5;   }
75% { background-color: #658893;   }
80% { background-color: #567a85;   }
85% { background-color: #4e737e;  }
90% { background-color: #355a66;  }
95% { background-color: #305764;  }
100% { background-color: #1f3f4a;   }
}
@keyframes glowing2 {
0% { background-color: #fff;   }
15% { background-color: #d4e4e9;   }
20% { background-color: #a2c1cb;   }
25% { background-color: #86aab5;   }
30% { background-color: #658893;   }
35% { background-color: #567a85;   }
40% { background-color: #4e737e;  }
45% { background-color: #355a66;  }
50% { background-color: #305764;  }
55% { background-color: #1f3f4a;   }
60% { background-color: #305764;   }
65% { background-color: #355a66;   }
70% { background-color: #4e737e;   }
75% { background-color: #567a85;   }
80% { background-color: #658893;  }
85% { background-color: #86aab5;  }
90% { background-color: #a2c1cb;  }
95% { background-color: #b5d0d9;  }
100% { background-color: #d4e4e9;  }
}
.navbar-default .navbar-toggle .icon-bar{
    animation: glowing2 3200ms infinite;
}
.navbar-toggle {
    animation: glowing 3400ms infinite;
}

.infos .item-servis {
    transition: all 0.3s;
    padding: 20px;
    display: block;
    color: #000;
}

.infos .item-servis:hover {
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.item-servis {
  transition: box-shadow 0.3s ease;
}

.item-servis.active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Такой же эффект, как при наведении */
}

.custom-sidebar {
    background-color: #f9f9f9; /* Цвет подложки */
    padding: 20px; /* Внутренние отступы */
    border-radius: 10px; /* Скругление углов */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Более заметная тень */
    margin-top: 10px;   /* Отступ сверху */
    margin-bottom: 30px; /* Отступ снизу */
}

.custom-sidebar .info-desc {
    margin: 0; /* Убираем отступы для текста внутри */
    font-size: 14px; /* Размер текста */
    line-height: 1.5; /* Межстрочный интервал */
}

.custom-sidebar .info-desc a {
    text-decoration: none; /* Убираем подчёркивание у ссылок */
}

.custom-sidebar .info-desc a[href*="wa.me"] {
    font-size: 120%; /* Увеличиваем размер текста для WhatsApp на 20% */
    color: #2cc64e; /* Зелёный цвет для WhatsApp */
    font-weight: bold; /* Жирный текст */
}

.custom-sidebar .info-desc a[href*="tel"] {
    font-size: 120%; /* Увеличиваем размер текста телефона на 20% */
    color: #20404B; /* Чёрный цвет для телефона */
    font-weight: bold; /* Жирный текст */
}

.custom-sidebar .info-desc a[href*="t.me"] {
    font-size: 120%; 
    color: #428bca  
    font-weight: bold;  
}

.custom-sidebar .info-desc i.fa {
    margin-left: 5px; /* Отступ для иконок */
}



div#read-article {
    display: flex;
    position: relative;
    align-items: flex-start;
}

.stick-block {
    width: 300px;
    position: sticky;
    margin-right: -280px;
    top: 0;
    background: radial-gradient(ellipse at center, #f9fdff 0%, #cfebf7 89%, #cfebf7 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 30px;
}

.stick-block .image img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.stick-block .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.stick-block .subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.stick-block .phone {
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #20404b;
    font-weight: 700;
}

.stick-block a.btn {
    background: #20404b;
    border: 0;
    display: block;
}

.stick-block .image {
    text-align: center;
}
.stick-block.top {
    top: 85px;
}
@media screen and (max-width: 1440px) {
    div#read-article {
        flex-direction: column;
    }
    
    .stick-block {
        margin: 0 0 30px;
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 30px 30px 0;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .stick-block .phone{
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .stick-block {
                flex-direction: column;
        padding: 30px;
        position: relative;
        top: 0 !important;
    }
    div#read-article .main-text {
        width: 100%;
    }
    div#read-article .main-text img {
        max-width: 100%;
        height: auto !important; 
                margin: 10px 0 !important;
    }
}