

a.logo_box {
    transition: 0.2s;
}
a.logo_box:hover {
    transform: scale(1.1);
}
.header{
    display: flex;
    height: 122px;
    justify-content: space-around;
    align-items: center;
    padding: 0 75px;
    box-sizing: border-box;
}
.header_link{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
    text-decoration: none;
    transition: 0.3s;
    height: 60px;
    display: flex;
    align-items: center;
}
.header_link:hover{
    color: #0068AF;
}
.header_mobil_menu{
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
	transition: 300ms;

}
.header_nav {
    display: flex;
    width: 45%;
    justify-content: space-between;
    transition: 300ms;

}
.header_tel{
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.header_tel_link{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #0068AF;
    text-decoration: none;
}
.header_tel_link:hover{
    text-decoration: underline;
}
.header_tel_box{
    display: flex;
    gap: 10px;

}
.header_button{
    background: linear-gradient(180deg, #01B2FE 0%, #003B65 100%);
    border-radius: 55px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    
}
.header_button:hover{
    background: linear-gradient(180deg, #01B2FE 0%, #003B65 100%);
    box-shadow:2px 2px 10px #006BB8;
}
.menu_adaptive_button{
    display: none;
    width: 25px;
    height: auto;
    border-radius:50%;
    padding: 5px;
    border: 1px solid #006BB8;
    margin-left: 20px;
    cursor: pointer;
}


.header_nav_tel{
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 95%;
}
.header_link_tel{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    
    width: 100%;
}
.header_link_tel:hover{
    border-bottom: 2px solid;
}
.header_tel_box_tel{
    height: 100%;
}
.header_button_tel{
    padding: 10px 20px;
    gap: 10px;
    border: 1px solid #0068AF;
    border-radius: 55px;
    color: #0068AF;
}
.header_tel_link_tel{
    color:#FFFFFF;
}
.crumbs_box{
    width: 300px;
    display: flex;
    justify-content: center;
    height: 100%;
}
.crumbs{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
    text-decoration: none;
    padding-top: 0;
}
.logo_box{
    position: relative;
    width: 150px;
    height: 100px;
}
.logo1{
    position: absolute;
    bottom: 0;
    z-index: 50;
    /* background:#fff; */
    width: 150px;
     background: linear-gradient(to bottom, #ffffff00 16%, #fff 0%); 
}
.logo2{
    position: absolute;
    width: 66px;
    left: 38px;
    top: 24px;
    z-index: 49;
    
}
.logo2 {
     -webkit-animation-name: rotation;
     -webkit-animation-duration: 5s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: rotation;
     -moz-animation-duration: 5s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -o-animation-name: rotation;
     -o-animation-duration: 5s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
     animation-name: rotation;
     animation-duration: 5s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
 }
 
 @-webkit-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @-moz-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @-o-keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(360deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
 @keyframes rotation {
     0% {-webkit-transform:rotate(0deg);
         -moz-transform:rotate(0deg);
         -o-transform:rotate(0deg);
         transform:rotate(0deg);}
     100% {-webkit-transform:rotate(360deg);
         -moz-transform:rotate(720deg);
         -o-transform:rotate(360deg);
         transform:rotate(360deg);}
 }
.logo3{
    position: absolute;
    width: 95px;
    top: 33px;
    left: 28px;
    z-index: 48;
}
.linck_active{
    color: #0068AF;
    text-decoration: revert;
}
.header_nav_uslug{
    transition: 300ms;
    overflow: hidden;
    position: absolute;
    top: 70px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    background: #006BB8;
    opacity: 0;
    height: 0;
}
.header_link_uslug_a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    width: 100%;
    text-align: center;
    padding: 16px;
    transition: 0.3s;
}
.header_link_uslug_a:hover{
    background: #01B2FE;
}
.header_link_uslug{
    transition: 300ms;
    z-index: 60;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
.header_link_uslug:hover .header_nav_uslug{
    opacity: 1;
    transition: 0.3s;
    height: auto;
}
