.root{
    margin: 0;
    background-color: #f5f5f5;
}
.gif{
    background-image: url('./images/12.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}
.navig{
    display: none;
}
.header{
    position: fixed;
    display: flex;
width: 100%;
    margin: 0 auto;
    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;
}
.header__cert{
    cursor: pointer;
    background-color: #0071b7;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 37px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    width: 93px;
    height: 37px;
    border-radius: 2px;
    transition: 0.3s;
    margin-right: 5%;
}
.header__cert:hover{
    background-color: white;
    color: black;
}
.main__titles{
    margin: 0 auto;
    padding-top: 20vh;
    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%;
}
.contact{
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
    margin-bottom: 40px;
}
.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: 30px;
    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;
    }
   
}

@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%;
    }

    
    .contact{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .contact__title{
        margin-top: 20px;
        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) {
    .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;
    }
    
}


@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;
       
    }
   
    .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;
    }
}