.root{
    margin: 0;
    background-color: #f5f5f5;
}
.gif{
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5)), url('images/giff.gif') no-repeat;
    background-size: cover;
    height: 100vh;
}
.navig{
    display: none;
}
.header{
    margin: 0 auto;
    position: fixed;
    display: flex;
    width: 100%;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
    z-index: 1;
    background: linear-gradient(180deg,#000 0,transparent);
}
.header__logo{
    width: 150px;
    height: 80px;
    margin-left: 5%;
}
.header__menu{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.header__link{
    text-decoration: none;
    color: white;
    width: 90px;
    height: 25px;
    padding: 10px 10px 0px 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    transition: 0.3s;
}
.header__link_active{
    text-decoration: none;
    background-color: #0071b7;
    width: 90px;
    height: 25px;
    color: white;
    padding: 10px 10px 0px 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    border-radius: 2px;
}
.header__link:hover{
    background-color: #0071b7;
    border-radius: 2px;
}


.main__titles{
    margin: 0 auto;
    padding-top: 40vh;
    width: 90%;
    
}
.main__title{
    width: 350px;
    font-size: 36px;
    color: white;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
    line-height: 1.6;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-transform: skew(-20deg); 
    transform: skew(-20deg);
    background: linear-gradient(to right,rgba(0,0,0,0.45) 40%,rgba(0,0,0,0) 100%);
    padding-left: 15px;
}
.main__desc{
    font-size: 20px;
    line-height: 45px;
    color: #F8F8F8;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
    padding-left: 50px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transform: skew(-20deg); 
    transform: skew(-20deg);
    background: rgba(0,0,0,0.65);
    border-right: 4px solid #000;
    width: 700px;
    height: 45px;
    margin-left: -7%;
}
.services{
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}
.services__title{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    color: #7f7f7f;
    text-align: center;
}
.services__container{
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 30px;
    justify-content: space-between;
    align-items: start;
}
.services__item{
    display: flex;
    flex-direction: column;
    width: 270px;
}
.services__img{
    width: 270px;
    height: 195px;
}
.services__subtitle{
    color: #0071b7;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.services__text{
    margin: 0 0 20px;
    color: #535353;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
.services__text-2{
    margin: 0;
    color: #535353;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #535353;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.line {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #3498db, #1e73be);
    margin-top: 20px;
    opacity: 0.9;
}
.links{
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: center;
    column-gap: 80px;
    height: 180px;
}
.links__link{
    background-image: url('./images/2.jpg');
    background-size: cover;
    width: 131px;
    height: 180px;
    border-radius: 3px;
    transition: all .2s ease-out;
    text-decoration: none;
    cursor: pointer;
   
}
.links__link:hover{
    box-shadow: 0 10px 2px -6px rgba(0,0,0,0.8);
    background-color: #1e73be;
    color: #e2e2e2;
    transform: translateY(-4px);
}
.link_text{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.services2{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 40px;

}
.services2__list{
    display: flex;
    flex-direction: row;
    
}
.services2__names{
    border-right: 0;

    margin-right: -1px;
    border-bottom: 0;
    border-left: 0;
}
.services2__name
{
    text-transform: none;
    margin-right: 0;
    position: relative;
    border-left: 1px solid #ddd;
    line-height: 22px;
    color: #858585;
    font-weight: normal;
    background-color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    transition: color 0.4s;
    text-transform: uppercase;
    
}
.services2__name:hover{
    color: #0071b7;
}
.services2__name1{
    border-top: 1px solid #ddd;
    border-radius: 3px 0 0 0;
    border-right: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background-image: none;
    background-color: #fff;
    color: #131313;
    font-weight: 600;
    box-shadow: none;
    line-height: 22px;
    
    border-bottom: 1px solid #ddd;
    text-transform: none;
    margin-right: 0;
    text-transform: uppercase;
    position: relative;
    border-left: 1px solid #ddd;
    transition: color .2s ease-out;
}
.services2__name2{
    border-top: 1px solid #ddd;
    border-radius: 3px 0 0 0;
    border-right: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background-image: none;
    background-color: #fff;
    color: #131313;
    font-weight: 600;
    box-shadow: none;
    line-height: 22px;
    
    border-bottom: 1px solid #ddd;
    text-transform: none;
    margin-right: 0;
    text-transform: uppercase;
    position: relative;
    border-left: 1px solid #ddd;
    transition: color .2s ease-out;
}
.name__link{
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: inherit;
    width: 120px;
    height: 70px;
    padding-top: 20px;
    padding-left: 10px;
    background: -webkit-linear-gradient(left,#fff 0%,rgba(239, 239, 239, 0.8) 100%);
}
.name__link_act{
    background: none;
    background-color: white;
    border-left: none;
}

.services2__texts{
    width: 320px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 40px 25px;
}
.text_1{
    display: block;
    opacity: 1;
    transition: opacity .15s linear;

}
.text_2{
    display: none;
    transition: opacity .15s linear;
}
.text_3{
    display: none;
    transition: opacity .15s linear;
}
.text_4{
    display: none;
    transition: opacity .15s linear;
}
.text_5{
    display: none;
    transition: opacity .15s linear;
}
.text_6{
    display: none;
    transition: opacity .15s linear;
}
.text_7{
    display: none;
    transition: opacity .15s linear;
}
.text__title{
    color: #0071b7;
    font-size: 16px;;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.text__sub{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #535353;
}
.text__desc{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 20px;
  
}
.text__desc1{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 20px;
    
}
.text__desc2{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 20px;
 
}
.text__desc3{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
  
}
.text__desc4{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
  
}
.text__desc5{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc6{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc7{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc8{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc9{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc10{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.text__desc11{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    margin: 0 0 5px;
 
}
.services2__title{
    margin: 0 0 30px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    color: #0071b7;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 28px;
    font-style: normal;
}
.services2__note{
    margin: 0 0 20px;
    color: #535353;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.image{
    width: 100%;
    background-image: url('./images/7.jpg');
    background-size: cover;
    height: 350px;
    margin-top: 70px;
    margin-bottom: 60px;
}
.contact{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.contact__title{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #535353;
}
.contact__subtitle{
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    color: #535353;
}
.contact__table{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    column-gap: 30px;
}
.contact__col1{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.contact__col2{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.contact__text{
    margin: 0;
    color: #535353;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.footer{
    width: 100%;
    height: 100px;
    background: #2f2f2f;
    padding: 20px 0 20px;
    color: #d5d5d5;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.footer__logo{
    width: 150px;
    height: 80px;
    margin-right: 20%;
    margin-left: 5%;
    
}
.footer__copyroght{
    text-align: center;
    margin: 0 0 20px;
    color: #8b8c8d;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
@media (max-width: 971px) {
    .header{
        height: 70px;
    }
    .header__logo{
        width: 120px;
        height: 60px;
    }
    .header__menu{
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }
    .header__link{
        width: 80px;
        height: 25px;
    }
    .header__link_active{
        width: 80px;
        height: 25px;
    }
    .header__link:hover{
        background-color: #0071b7;
        border-radius: 2px;
    }
    .header__cert{
        width: 90px;
        height: 35px;
    }
    .header__cert:hover{
        background-color: white;
        color: black;
    }
    .services__container{
        column-gap: 20px;
    }
    .services__item{
        width: 240px;
    }
    .services__img{
        width: 240px;
    }
}
@media (max-width: 853px) {
    .services__container{
        column-gap: 20px;
    }
    .services__item{
        width: 210px;
    }
    .services__img{
        width: 210px;
        height: 170px;
}
}
@media (max-width: 768px) {
    .header{
        height: 60px;
    }
    .header__logo{
        width: 100px;
        height: 50px;
        margin-left: 5%;
    }
    .header__menu{
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }
    .header__link{
        width: 70px;
        height: 25px;
        padding: 0;
        font-size: 10px;
        line-height: 25px;
    }
    .header__link_active{
        width: 70px;
        padding: 0;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
    }
    .header__link:hover{
        background-color: #0071b7;
        border-radius: 2px;
    }
    .header__cert{
        line-height: 25px;
        font-size: 10px;
        width: 80px;
        height: 25px;
    }
    .main__title{
        width: 300px;
        font-size: 26px;
        padding-left: 15px;
    }
    .main__desc{
        font-size: 15px;
        line-height: 35px;
        padding-left: 30px;
        width: 500px;
        height: 35px;
        margin-left: -8%; 
    }
    .services{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .services__title{
        font-size: 25px;
        line-height: 25px;
    }
    .services__container{
        column-gap: 10px;
    }
    .services__item{
        width: 180px;
    }
    .services__img{
        width: 180px;
        height: 150px;
    }
    .services__subtitle{
        font-size: 13px;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .services__text{
        margin: 0 0 7px;
        font-size: 10px;
        line-height: 17px;
    }
    .services__text-2{
        font-size: 10px;
    }
    .links{
        margin-top: 20px;
        column-gap: 20px;
        height: 130px;
    }
    .links__link{
        width: 120px;
        height: 130px;
    }

    .link_text{
        font-size: 17px;
    }
    .services2{
        margin-top: 40px;
        column-gap: 30px;
    }
    .services2__name{
        line-height: 17px;
        font-size: 10px;
        height: 70px;
        
    }
    .services2__name1{
        font-size: 10px;
        line-height: 17px;
        height: 70px;
    }
    .services2__name2{
        font-size: 10px;
        line-height: 17px;
        height: 70px;
    }
    .name__link{
        height: 50px;
    }
    .services2__texts{
        width: 250px;
        padding: 15px 15px;
    }
    .text__title{
        font-size: 13px;;
        line-height: 25px;
        margin-top: 15px;
    }
    .text__sub{
        font-size: 10px;
        line-height: 15px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #535353;
    }
    .text__desc{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
      
    }
    .text__desc1{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
        
    }
    .text__desc2{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc3{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
      
    }
    .text__desc4{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
      
    }
    .text__desc5{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc6{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc7{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc8{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc9{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc10{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .text__desc11{
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 13px;
     
    }
    .services2__title{
        margin: 0 0 15px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 20px;
    }
    .services2__note{
        margin: 0 0 10px;
        font-size: 10px;
        line-height: 16px;
    }
    .image{
        background-position: center;
        background-repeat: no-repeat;
        height: 280px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .contact{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .contact__title{
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 25px;
    }
    .contact__subtitle{
        font-size: 14px;
        line-height: 20px;
    }
    .contact__table{
        margin-top: 40px;
        column-gap: 20px;
    }
    .contact__col1{
        row-gap: 20px;
    }
    .contact__col2{
        row-gap: 20px;
    }
    
    .contact__text{
        font-size: 12px;
        line-height: 15px;
    }
    .footer{
        height: 80px;
        padding: 10px 0 10px;
    }
    .footer__logo{
        width: 100px;
        height: 50px;
        
    }
    .footer__copyroght{
        margin: 0 0 10px;
        font-size: 10px;
        line-height: 15px;
    }
}
@media (max-width: 628px) {
    .services__container{
        column-gap: 10px;
    }
    .services__item{
        width: 160px;
    }
    .services__img{
        width: 160px;
        height: 130px;
}
.services2__texts{
    width: 220px;
    padding: 15px 15px;
}
.services2__title{
    margin: 0 0 15px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}
.services2__note{
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 16px;
}
}
@media (max-width: 628px) {
    .header{
        height: 60px;
    }
    .header__logo{
        width: 80px;
        height: 40px;
        margin-left: 5%;
    }
    .header__menu{
        display: flex;
        flex-direction: row;
        column-gap: 10px;
    }
    .header__link{
        width: 65px;
        height: 20px;
        padding: 0;
        font-size: 10px;
        line-height: 20px;
    }
    .header__link_active{
        width: 65px;
        padding: 0;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
    .header__link:hover{
        background-color: #0071b7;
        border-radius: 2px;
    }
    .header__cert{
        line-height: 20px;
        font-size: 10px;
        width: 80px;
        height: 20px;
    }
    .services__container{
        column-gap: 10px;
    }
    .services__item{
        width: 160px;
    }
    .services__img{
        width: 160px;
        height: 130px;
}
.services2__texts{
    width: 190px;
    padding: 15px 15px;
}
.services2__title{
    margin: 0 0 15px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}
.services2__note{
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 16px;
}
}


@media (max-width: 562px) {
    .root{
        margin-left: 40px;
        width: calc(100% - 40px);
    }
    .header{
        width: calc(100% - 40px);
    }
    .header__logo{
        width: 60px;
        height: 30px;
        margin-left: -45%;
    }
    .header__menu{
        display: none;
    }
    .navig{
        display: block;
    }
    .header__cert{
      
        font-size: 8px;
        width: 65px;
      
    }
    .main__title{
        width: 200px;
       
    }
    .main__desc{
      
        width: 300px;
       
    }
    .services__container{
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: 20px;
        align-items: center;
    }
    .services__item{
       width: 100%;
       align-items: center;

    }
    .services__img{
        width: 60%;
        height: 180px;
    }
    .services__subtitle{
        text-align: center;
    }
    .services__text{
       width: 100%;
       text-align: center;
    }
    .services__text-2{
        text-align: center;
        margin-bottom: 20px;
    }
    .services2{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        column-gap: 40px;
    
    }
    .services2__list{
        display: flex;
        flex-direction: row;
        
    }
    .services2__names{
        border-right: 0;
    
        margin-right: -1px;
        border-bottom: 0;
        border-left: 0;
        width: 100px;
    }
    .services2__name{
           text-transform: none;
           height: 70px;
           width: 100px;
        margin-right: 0;
        position: relative;
        border-left: 1px solid #ddd;
      
        color: #858585;
        font-weight: normal;
        background-color: #fff;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        transition: color 0.4s;
        text-transform: uppercase;
        
    }
    .services2__name:hover{
        color: #0071b7;
    }
    .services2__name1{
        border-top: 1px solid #ddd;
        width: 100px;
        height: 70px;
        border-radius: 3px 0 0 0;
        border-right: 0;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        background-image: none;
        background-color: #fff;
        color: #131313;
        font-weight: 600;
        box-shadow: none;
       
        
        border-bottom: 1px solid #ddd;
        text-transform: none;
        margin-right: 0;
        text-transform: uppercase;
        position: relative;
        border-left: 1px solid #ddd;
        transition: color .2s ease-out;
    }
    .services2__name2{
        border-top: 1px solid #ddd;
        width: 100px;
        height: 70px;
        border-radius: 3px 0 0 0;
        border-right: 0;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
      
        background-image: none;
        background-color: #fff;
        color: #131313;
        font-weight: 600;
        box-shadow: none;
       
        
        border-bottom: 1px solid #ddd;
        text-transform: none;
        margin-right: 0;
        text-transform: uppercase;
        position: relative;
        border-left: 1px solid #ddd;
        transition: color .2s ease-out;
    }
    .name__link{
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: inherit;
        width: 90px;
        height: 50px;
        padding-top: 20px;
        padding-left: 10px;
        background: -webkit-linear-gradient(left,#fff 0%,rgba(239, 239, 239, 0.8) 100%);
    }
    .name__link_act{
        background: none;
        background-color: white;
        border-left: none;
    }
    
    .services2__texts{
        width: 320px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px 10px;
    }
    .text_1{
        display: block;
        opacity: 1;
        transition: opacity .15s linear;
    
    }
    .text_2{
        display: none;
        transition: opacity .15s linear;
    }
    .text_3{
        display: none;
        transition: opacity .15s linear;
    }
    .text_4{
        display: none;
        transition: opacity .15s linear;
    }
    .text_5{
        display: none;
        transition: opacity .15s linear;
    }
    .text_6{
        display: none;
        transition: opacity .15s linear;
    }
    .text_7{
        display: none;
        transition: opacity .15s linear;
    }
    .text__title{
        color: #0071b7;
    
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
     
        font-weight: 400;
        font-style: normal;
        margin-top: 0px;
        
        margin-bottom: 10px;
    }
    .text__sub{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
      
        font-weight: 400;
        font-style: normal;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #535353;
    }
    .text__desc{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
      
    }
    .text__desc1{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
        
    }
    .text__desc2{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
     
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc3{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
      
        color: #535353;
        margin: 0 0 5px;
      
    }
    .text__desc4{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
      
    }
    .text__desc5{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc6{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
      
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc7{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc8{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc9{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
      
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc10{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
     
    }
    .text__desc11{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
        color: #535353;
        margin: 0 0 5px;
     
    }
    .services2__title{
        margin: 0 0 30px;
        margin-top: 30px;
      
        font-weight: 500;
        border-bottom: 1px dotted rgba(0,0,0,0.3);
        color: #0071b7;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 17px;
        font-style: normal;
        
    }
    .services2__note{
        margin: 0 0 20px;
        color: #535353;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 22px;
    }
    .links{
       
        flex-direction: column;
        row-gap: 10px;
        height: 100%;
    }
    .links__link{
        margin: 0 auto;
        background-image: url('./images/2.jpg');
        background-size: cover;
        width: 90%;
        height: 100px;
        border-radius: 3px;
        transition: all .2s ease-out;
        text-decoration: none;
        cursor: pointer;
       
    }
    .links__link:hover{
        box-shadow: 0 10px 2px -6px rgba(0,0,0,0.8);
        background-color: #1e73be;
        color: #e2e2e2;
        transform: translateY(-4px);
    }
    .link_text{
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.1;
        font-weight: 400;
        font-style: normal;
        color: white;
        text-decoration: none;
        text-align: center;
        word-wrap: break-word;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav {
        width: 320px;
        min-width: 320px;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        margin: 0;
        left: -320px;
        padding: 15px 20px;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s;
        background: #0071b7;
        z-index: 2000;
    }
    .nav-toggle {
        position: absolute;
        left: 320px;
        top: 1em;
        padding: 0.5em;
        background: inherit;
        color: #dadada;
        cursor: pointer;
        font-size: 1.2em;
        line-height: 1;
        z-index: 2001;
        -webkit-transition: color .25s ease-in-out;
        -moz-transition: color .25s ease-in-out;
        transition: color .25s ease-in-out;
    }
    .nav-toggle:after {
        content: '\2630';
        text-decoration: none;
    }
    .nav-toggle:hover {
        color: #f4f4f4;
    }
    [id='nav-toggle'] {
        position: absolute;
        display: none;
    }
    [id='nav-toggle']:checked ~ .nav > .nav-toggle {
        left: auto;
        right: 35px;
        top: 1em;
    }
    [id='nav-toggle']:checked ~ .nav {
        left: 0;
        box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
        -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
        -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
        overflow-y: auto;
    }
    [id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
        content: '\2715';
    }
    
    .nav h2 {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        width: 90%;
        padding: 0;
        margin: 10px 0;
        text-align: center;
        text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
        font-size: 1.3em;
        line-height: 1.3em;
        opacity: 0;
        transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transition: opacity 0.8s, transform 0.8s;
        -ms-transition: opacity 0.8s, -ms-transform 0.8s;
        -moz-transition: opacity 0.8s, -moz-transform 0.8s;
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    }
    .nav h2 a {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        color: #dadada;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    [id='nav-toggle']:checked ~ .nav h2 {
        opacity: 1;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    .nav > ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav > ul > li {
        line-height: 2.5;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
        -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
        -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
        transition: opacity .5s .1s, transform .5s .1s;
    }
    [id='nav-toggle']:checked ~ .nav > ul > li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav > ul > li:nth-child(2) {
        -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
        transition: opacity .5s .2s, transform .5s .2s;
    }
    
    .nav > ul > li:nth-child(3) {
        -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
        transition: opacity .5s .3s, transform .5s .3s;
    }
    
    .nav > ul > li:nth-child(4) {
        -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
        transition: opacity .5s .4s, transform .5s .4s;
    }
    
    .nav > ul > li:nth-child(5) {
        -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
        transition: opacity .5s .5s, transform .5s .5s;
    }
    
    .nav > ul > li:nth-child(6) {
        -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
        transition: opacity .5s .6s, transform .5s .6s;
    }
    
    .nav > ul > li:nth-child(7) {
        -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
        transition: opacity .5s .7s, transform .5s .7s;
    }
    
    .nav > ul > li > a {
        display: inline-block;
        position: relative;
        padding: 0;
        font-weight: 300;
        font-size: 1.2em;
        color: #dadada;
        width: 100%;
        text-decoration: none;
        -webkit-transition: color .5s ease, padding .5s ease;
        -moz-transition: color .5s ease, padding .5s ease;
        transition: color .5s ease, padding .5s ease;
    }
    .nav > ul > li > a:hover,
    .nav > ul > li > a:focus {
        color: white;
        padding-left: 15px;
    }
    .nav > ul > li > a:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        -webkit-transition: width 0s ease;
        transition: width 0s ease;
    }
    .nav > ul > li > a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #0071b7;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }
    .nav > ul > li > a:hover:before {
        width: 0%;
        background: #0071b7;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }
    .nav > ul > li > a:hover:after {
        width: 0%;
        background: transparent;
        -webkit-transition: width 0s ease;
        transition: width 0s ease;
    }
}
@media (max-width: 562px) {
    .main__desc{
        width: 200px;
        font-size: 10px;
        padding-left: 20px;
    }
    .main__title{
        font-size: 15px;
        width: 170px;
        height: 35px;
        line-height: 35px;
    }
}