@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #EEEEEE 0%, #EEEEEE 50.5%, #AEAEAE 100%);


}
.container{
    width: 1200px;
    margin: 0 auto;
}
header {
    background: linear-gradient(269.97deg, rgba(16, 45, 77, 0.66) 0.87%, #102D4D 52.52%);
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu ul {
    display: flex;
    align-items: center;
}
.header__menu ul li a {
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
    margin-right: 57px;
    color: #FFF;

}
.header__menu ul li:last-child a{
    margin-right: 0;
}

.header__menu ul li a:hover {
    text-decoration: underline;
    color: #0BAECA;
}
.header__menu ul li:last-child a {
    border-radius: 5px;
    background: linear-gradient(94.90deg, rgb(255, 255, 255) -44.506%, rgba(0, 217, 255, 0.322) 128.753%);
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
    border: none;
    display: block;
    padding: 18px 25px;
    transition: all 0.5s ease-out allow-discrete;
}
.header__menu ul li:last-child  a:hover {
    background: linear-gradient(286deg, rgb(255, 255, 255) -44.506%, rgba(0, 217, 255, 0.322) 128.753%);
    transition: all 0.5s ease-out allow-discrete;
}
.section {
    background-image: url(../img/vector.svg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 150px;
    margin-top: 100px;
    padding-bottom: 50px;
}
.section__title h4{
    margin-top: 0px;
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 0;
}
.flex__border{
    display: flex;
}
.section__border{
    width: 11px;
    background: linear-gradient(90.02deg, #102D4D -33.48%, rgba(16, 45, 77, 0) 97.94%);
    height: 111px;
    margin-top: 22px;


}

.section__text p {
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 20px;
    font-weight: 700;
    margin-left: 27px;
    margin-bottom: 123px;
    line-height:28px;
}
.title{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.title__text p {
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 19px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 50px;
    line-height: 25px;
}
.about {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about__wrap {
    width: 358px;
    min-height: 350px;
    background: #fff;
    border: 2px(105.84% 126.61% at 107.77% -10.19%, rgba(16, 45, 77, 0.6) 0%, rgba(255, 255, 255, 0) 100%) solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__title h4 {
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 100px;
}
.about__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__wrap{
    width: 358px;
    min-height: 350px;
    background: #fff;
    border: 2px (105.84% 126.61% at 107.77% -10.19%, rgba(16, 45, 77, 0.6) 0%, rgba(255, 255, 255, 0) 100%) solid;

}

.about__img{
    justify-content: center;
    display: flex;
    margin-bottom: 19px;
}

.about__name h3{
    color: rgb(0, 0, 0);
    font-family: Fira Sans;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 5px;
}
.about__title{
    color: rgb(0, 0, 0);
    font-family: Fira Sans;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}
.banner {
    margin-top: 0;
    padding-top: 120px;
}
.banner__title{
    text-align: center;
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 38px;
    font-weight: 600;

}
.banner__title h3 {
    margin-bottom: 60px;
    font-size: 30px;
}
.contact__name h4,
.about__title h4 {
    font-size: 30px;
}
.banner__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 50px;
}
.banner__text {
    width: 62%;
}
.banner__img{
    margin-right: 8px;
}
.banner__text span,
.banner__text p{
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 20px;
    font-weight: 400;
    font-weight: bold;

}
.banner__img img {
    width: 60%;
}
.banner__text p {
    color: rgb(16, 45, 77);
    font-weight: normal;
    display:contents;
}
.banner_border{
    border: 1px solid rgba(16, 45, 77, 0.14);
    border-bottom: 1px;
    width: 1076px;
    margin-left: -109px;
    margin-top: 77px;
}
.contact {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #cbcbcb;
    background-image: url(../img/yuyuy.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7%;
}
.contact__name{
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}
.contact__inner{
    display: flex;
    justify-content: space-between;
}
.contact__wrap{
    display: flex;
    align-items: center;
    border-bottom: 2px#102D4D solid;
    width: 229px;
    height: 53px;
}
.contact__email {
    color: rgb(16, 45, 77);
    font-family: Fira Sans;
    font-size: 20px;
    font-weight: 600;
    margin-left: 29px;

}
img[src="img/email.png"] {
    width: 24px;
    position: relative;
    top: 3px;
}
.contact__name h4 {
    margin-top: 0;
}
footer{
    background: linear-gradient(266.86deg, rgba(16, 45, 77, 0.66) 0.862%,rgb(16, 45, 77) 52.521%);
    padding-top: 30px;
    padding-bottom: 30px;
}
footer p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: Fira Sans;
    font-size: 14px;

}
.icons__blocks {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons__blocks .icons__blocks__item {
    margin-right: 150px;
}
.icons__blocks div.icons__blocks__item:last-child {
    margin-right: 0px;
}
.icons__blocks__item div:last-child {
    color: #102D4D;
    font-size: 20px;
    font-family: Fira Sans;
    text-align: center;
    margin-top: 10px;
}
.icons__blocks__item {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in allow-discrete;
}
.icon__style {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
}
.icon__style1 {
    background-image: url(../img/icon1.svg);
}
.icon__style2 {
    background-image: url(../img/icon2.svg);
}
.icon__style3 {
    background-image: url(../img/icon3.svg);
}
.icons__blocks__item:hover {
    background: #102D4D;
    cursor: pointer;
    transition: all 0.5s ease-out allow-discrete;
}
.icons__blocks__item:hover div:last-child {
    color: #fff;
}
.icons__blocks__item:hover .icon__style1 {
    background-image: url(../img/icon4.svg);
}
.icons__blocks__item:hover .icon__style2 {
    background-image: url(../img/icon5.svg);
}
.icons__blocks__item:hover .icon__style3 {
    background-image: url(../img/icon6.svg);
}
.transparentText {
    padding-top: 50px;
    text-align: center;
}
.transparentText img {
    width: 80%;
    margin: 0px auto;
}

.open {
    display: block !important;
}
.coi {
    overflow-y: hidden;
}
.header__logo {
    width: 350px;
}
.header__logo img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1000px;
    }
    .header__menu ul li a {
        margin-right: 25px;

    }
    .about__wrap {
        width: 320px;
    }
}
@media only screen and (max-width: 1020px) {
    .container {
        width: 800px;
    }
    .header__logo {
        width: 300px;
    }
    .header__logo img {
        width: 100%;
    }
    .banner {
        margin-top: 0;
    }
    .banner_border {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .banner__wrap {

        flex-wrap: nowrap;
    }
    .about__wrap {
        width: 250px;
    }
    .section {
        margin-top: 97px;
    }
}
.toggle {
    width: 42px;
    display: none;

}
.toggle div {
    padding: 1px;
    background-color: #fff;
    margin: 4px;
}
.mobileMenu {
    display: none;
}
@media only screen and (max-width: 820px) {
    .container {
        width: 600px;
    }
    .header__menu {
        display: none;
    }
    .header__button {
        display: none;
    }
    .section__title h4 {
        margin-top: 0px;
        color: rgb(16, 45, 77);
        font-family: Fira Sans;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 0;
    }
    .toggle  {
        display: block;
    }
    .mobileMenu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: #000;
        width: 100%;
        height: 100vh;
        padding: 50px;
        box-sizing: border-box;
    }
    .mobileMenu  li a {
        color: #fff;
        font-family: Fira Sans;
        font-size: 30px;
    }
    .mobileMenu  li {
        margin-bottom: 20px;
    }
    .close {
        position: absolute;
        color: #fff;
        right: 23px;
        font-size: 38px;
        font-family: Fira Sans;
        top: 0;
    }
    .icons__blocks__item {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        border: 1px solid #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in allow-discrete;
    }
    .about__inner {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .about__wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .banner__title h3 {
        margin-bottom: 100px;
        font-size: 31px;
    }
}
@media only screen and (max-width: 620px) {
    .container {
        width: 400px;
    }
    .transparentText {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .icons__blocks {
        display: block;
        justify-content: space-between;
    }
    .icons__blocks__item {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        border: 1px solid #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in allow-discrete;
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .icons__blocks__item div:last-child {
        color: #102D4D;
        font-size: 19px;
        font-family: Fira Sans;
        text-align: center;
        margin-top: 10px;
    }
    .contact__inner {
        display: block;
        justify-content: space-between;
    }
    .contact__wrap {
        display: flex;
        align-items: center;
        border-bottom: 2px #102D4D solid;
        width: 100%;
        height: inherit;
        margin-bottom: 23px;
    }
    .contact__img img[src="img/email.png"]{
        width: 31px;
    }
    .banner__img img{
        width: 40px;
    }
    .banner__img {
        margin-right: 7px;
    }
    .banner__text p {
        font-size: 20px;
    }
    .contact {
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .about__name h3 {
        color: rgb(0, 0, 0);
        font-family: Fira Sans;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        margin-top: 19px;
        margin-bottom: 5px;
    }
    .icons__blocks .icons__blocks__item {
        margin: 0px auto  !important;
        margin-bottom: 30px !important;
    }
}


@media only screen and (max-width: 420px) {
    .container {
        width: 300px;
    }
    .header__logo {
        width: 240px;
    }

}
