body {
    margin: 0;
    font-family: Onest;
}
button, a {
    cursor: pointer;
    text-decoration: none;
}
main {
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}

.mob,
.menu-mob-block {
    display: none;
}

.section {
    max-width: 1398px;
    margin: 0 auto;
    position: relative;
}

.menu-block {
    width: 100%;
}

.menu-block > div {
    display: flex;
    max-width: 1318px;
    width: 100%;
    height: 39px;
    margin: 0 auto;
    padding-top: 30px;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.menu-block .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu-desktop {
    display: flex;
    justify-content: space-between;
    max-width: 581px;
    width: 100%;
}

.menu-desktop > a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%;
    text-decoration: none;
}

.menu-desktop > a:hover {}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 39px;
    border-radius: 19.549px;
    box-shadow: inset 0 0 0 1px #FFF;
}

.contact-btn:hover {}

.bg-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.section-1 {
    margin-top: 20px;
    height: 777px;
}

h1 {
    font-family: "e-Ukraine Head";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.3%;
    text-transform: uppercase;
    max-width: 780px;
    margin: 62px 0 42px 86px;
    background: linear-gradient(104deg, #CDCDCD 3.47%, #FFF 92.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 i {
    background: #FFF;
    width: 207.436px;
    height: 7.428px;
    margin: 29px 0 28px 26px;
    display: inline-block;
}

.connect-btn {
    color: #B2B2B2;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%;
    margin-left: 86px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.connect-btn span {
    margin-right: 14px;
}
.connect-btn svg {
    margin-bottom: -5px;
}

.section-1 > p {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%;
    margin: 136px 0 0 86px;
    max-width: 317px;
}
.section-2 {
    padding-top: 95px;
}
.about-title {
    color: #6DA3FB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 25.008px */
    width: 111.666px;
    height: 39.099px;
    border-radius: 19.549px;
    border: 0.5px solid #FFF;
    background: #D7E9FF;
    margin: 0 0 44px 568px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-block {
    display: flex;
    align-items: self-start;
}
.about-block img {
    margin: -83px 112px 0 0;
    border-radius: 40px;
}
.about-block > div {

}
.about-block p {
    margin: 0;
    color: #0E0E0E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 31.26px */
    max-width: 810px;
}
.about-block p:nth-last-of-type(1) {
    margin-bottom: 41px;
}
.about-block p:nth-last-of-type(2) {
    margin-bottom: 33px;
}
.about-block a {
    color: #B2B2B2;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 50.016px */
    display: flex;
    align-items: center;
    margin-bottom: 107px;
}
.about-block a span {
    margin-right: 14px;
}
.about-block a svg {

}
.section-3 {
    background: linear-gradient(180deg, #F9F9F9 0%, #FFF 77%);
    max-width: 100%;
}
.section-3 > div {
    max-width: 1398px;
    position: relative;
    margin: 0 auto;
}
h2 {
    color: #00010A;
    font-family: "e-Ukraine Head";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 84px 0 44px 0;
    text-align: center;
}
.logo-light {
    position: absolute;
    top: 124px;
    left: 90px;
}
.projects-slider {
    margin-bottom: 98px;
}
.project-card {
    max-width: 689px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #FFF;
    box-shadow: inset 0 0 0 1px #ededed;
    min-height: 913px !important;
    max-height: 913px;
    margin: 0 10px;
}

.project-card img {
    width: 100%;
    height: auto;
}
.project-card .project-tag {
    color: #6DA3FB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 25.008px */
    border-radius: 19.549px;
    border: 0.5px solid #FFF;
    background: #D7E9FF;
    padding: 7.5px 18.5px;
    margin: 32px 0 25px 0;
    display: inline-block;
}
.project-card h3 {
    color: #00010A;
    font-family: "e-Ukraine Head";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 103%; /* 23.04px */
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.project-card p {
    color: #0E0E0E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%;
    margin: 0;
    max-width: 608px;
}
.project-card.project-2 p {
    margin-bottom: 26px;
}
.project-card.project-3 p {
    margin-bottom: 104px;
}
.project-card.project-4 p {
    margin-bottom: 32px;
}
.project-card.project-4 > div.blue-text:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 32px;
}
.project-card.project-4 > div.blue-text:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 54px;
    max-width: 100%;
}
.project-card .blue-text {
    color: #0059B3;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 156.3%; /* 31.26px */
    margin: 36px 0 25px 0;
    max-width: 446px;
}
.project-card a {
    color: #B2B2B2;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 50.016px */
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 12px;
    height: 38px;
}

.project-card a span {
    margin-right: 14px;
}
.project-card a svg {

}
.slider-arrow {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: -116px;
}
.slider-prev {
    transform: translateX(-60px);
}
.section-4 {
    height: 470px;
}
.bg-help {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.help-flex {
    display: flex;
    align-items: flex-start;
}
.help-flex h3 {
    background: linear-gradient(104deg, #CDCDCD 3.47%, #FFF 92.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "e-Ukraine Head";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.3%; /* 80.856px */
    text-transform: uppercase;
    max-width: 425px;
    margin: 120px 112px 0 61px;
    height: 196px;
    display: flex;
    align-items: center;
}
.help-block {
    margin-top: 90px;
}
.help-block > div {
    position: relative;
    padding-left: 40px;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 37.512px */
    margin-bottom: 22px;
}
.help-block > div:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M0.249755 12.7561L0.249756 0.432861L10.9236 6.59399L0.249755 12.7561Z' stroke='%230059B3' stroke-width='0.5'/%3E%3C/svg%3E");
    left: 4px;
    top: 12px;
    width: 12px;
    height: 14px;
}
.section-5 {

}
.section-5 h2 {
    padding: 92px 0 46px 0;
}
.work-block {
    display: flex;
    justify-content: space-between;
    height: 397px;
}
.work-block > div {
    border-radius: 40px;
    background: #FFF;
    box-shadow: inset 0 0 0 1px #D2D2D2;
    max-width: 258px;
    width: 100%;
    height: 258px;
    transition: height 0.35s ease;
}
.work-block > div:hover {
    height: 397px;
}
.work-block > div img {
    margin: 47px auto 33px auto;
    display: block;
}
.work-block > div > span {
    color: #00010A;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 27.84px */
    max-width: 163px;
    margin: 0 auto 26px auto;
    display: block;
}
.work-block > div p {
    opacity: 0;
    color: #00010A;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 16.24px */
    max-width: 209px;
    margin: 0 auto 17px auto;
    display: block;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.work-block > div a {
    opacity: 0;
    color: #B2B2B2;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 37.512px */
    display: flex;
    align-items: center;
    margin: 0 auto 27px auto;
    justify-content: center;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.work-block > div a span {
    margin-right: 14px;
}
.work-block > div:hover p,
.work-block > div:hover a {
    opacity: 1;
    transform: translateY(0);
}
.work-block > div:last-of-type > span {
    max-width: 210px;
}
footer.section {

}
.footer-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1316px;
    margin: 0 auto;
}
.contact-block {
    margin-top: 43px;
    margin-bottom: 74px;
}
.contact-block img {
    display: block;
    margin-bottom: 42px;
}
.contact-block a {
    color: #0E0E0E;
    text-align: right;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 34.386px */
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.contact-block a svg {
    margin-right: 16px;
}
.info-block {
    margin-top: 79px;
    text-align: right;
}
.info-block a {
    display: block;
    color: #0E0E0E;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 34.386px */
}
.footer-img {
    position: absolute;
    top: -90px;
    left: 492px;
    z-index: -1;
}
.section-6 {
    height: 432px;
    margin-top: 20px;
}
.section-6 h1 {

}
.section-6 h1 i {
    width: 366px;
    margin: 29px 0 28px 49px;
}
.bg-second {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 40px;
}
.breadcrumbs {
    color: #919191;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 18.756px */
    display: flex;
    align-items: center;
    height: 24px;
    margin: 57px 0 0 86px;
}
.breadcrumbs i {
    margin: 0 11px;
}
.breadcrumbs a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.section-policy {
    display: flex;
    margin-top: 67px;
    margin-bottom: 147px;
}
.policy-menu {
    width: 456px;
    height: 458px;
    border-radius: 40px;
    background: #0E0E0E;
    box-sizing: border-box;
    padding: 54px 0 0 53px;
}
.policy-menu > * {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 37.512px */
    margin-bottom: 22px;
    display: block;
    height: 38px;
}
.policy-content {
    padding-left: 71px;
    box-sizing: border-box;
}
.policy-item {
    margin-bottom: 51px;
}
.policy-item {
    color: #0E0E0E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 31.26px */
    max-width: 871px;
}
.policy-item ul {
    color: #0059B3;
    margin: 0;
    padding-left: 30px;
}
.policy-item p {
    margin: 0;
}
.policy-item .policy-label {
    color: #6DA3FB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 25.008px */
    padding: 8px 18px;
    border-radius: 19.549px;
    border: 0.5px solid #FFF;
    background: #D7E9FF;
    margin-bottom: 34px;
    display: inline-block;
}
.social-block {
    display: flex;
    width: 308px;
    justify-content: space-between;
}
.slick-dots {
    display: none !important;
}
.portfolio-btn {
    width: 224.407px;
    height: 53.679px;
    border-radius: 26.84px;
    border: 0.686px solid #0059B3;
    background: #0059B3;
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.3%; /* 34.386px */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 106px auto;
}