.header-wrapper {
    position: relative;
}

.container {
    width: 1114px;
    margin: auto;
}

.header-wrapper__header {
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: 0;
}

.header__block {
    display: flex;
    height: 72px;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    color: white;
    font-size: 21px;
}

.header-wrapper__banner {
    width: 100%;
    height: 450px;
    background-size: cover !important;
    background: url("../assets/banner.svg") no-repeat;
}

.header__function {
    display: flex;
}

.header__function-item {
    color: white;
    font-size: 17px;
}

.header__function-item_link {
    text-decoration: none;
}

.header__function-item--active {
    color: #3C93F6;
    position: relative;
}

.access-imkey {
    margin-left: 37px;
}

.header__function-item--active::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background:#3C93F6;
    position: absolute;
    bottom: -20px;
}

.header__banner-text {
    position: absolute;
    top: 182px;
    left: 243px;
}

.header__banner-text_title {
    font-size: 46px;
    line-height: 64px;
    color: #FFFFFF;
}

.header__banner-text_sub-title {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}

.block-title {
    font-size: 42px;
    height: fit-content;
    line-height: 59px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}

.block-title::after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background:#3C93F6;
    margin: auto;
    margin-top: 16.23px;
}

.overview {
    width: 100%;
    height: 362px;
    background: #fff;
    padding: 81px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-description {
    max-width: 865px;
    font-size: 17px;
    line-height: 159.5%;
    color: #726F6F;
    margin-top: 30px;
}

.product-service {
    padding: 80px 0 112px 0;
}

.product-service__products {

}

.product-service__products {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54.76px;
}

.product-service__img {
    margin-right: 90px;
}

.product-service__product-item {
    width: 1114px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    display: flex;
    padding: 67px 51px 69px 86px;
    box-sizing: border-box;
    align-items: center;    
    margin-bottom: 40px;
}

.product-service__product-item__title {
    font-size: 25px;
    line-height: 174%;
    color: #000000;
}

.product-service__product-item__description {
    font-size: 17px;
    line-height: 174%;
    color: #726F6F;
}

.service-client {
    background: #fff;
    width: 100%;
    height: 388px;
    padding-top: 80px;
    box-sizing: border-box;
    transition: 0.3s all;
}

.service-client__logos {
    display: flex;
    justify-content: center;
    margin-top: 82px;
}

.service-client__logo {
    fill: #BCBDC5;
}

.service-client__logo:hover {
    fill: #787A8A;
}

.imkey-logo {
    margin-left: 404px;
}

.footer {
    height: 120px;
    background: #090E29;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icp {
    margin-left: 60px;
    display: flex;
}

.icp-link {
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    color: #3C93F6;
    mix-blend-mode: normal;
    opacity: 0.8;
    margin-left: 18px;
}
