@font-face {
    font-family: 'HK Guise';
    src: url('../fonts/HKGuiseRegular.woff2') format('woff2'),
    url('../fonts/HKGuiseRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes reconstructionAnim {
    0% {
        transform: translateX(-260px);
    }

    100% {
        transform: translateX(0px);
    }
}
.stand-with-ukraine-wrap {
    background: #000;
    height: 40px;
}
.stand-with-ukraine {
    padding: 12px 12px 12px 12px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.stand-with-ukraine .title {
    color: #FFF;
    font-family: HK Guise;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.28px;
    display: inline-block;
    position: relative;
    bottom:5px;
}
.stand-with-ukraine .flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/flag_ua.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.stand-with-ukraine .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/x.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    cursor: pointer;
}
html,body {
    background: #FFF;
    font-family: 'HK Guise';
    font-weight: normal;
    font-style: normal;
}
#top-menu {
    width: 1280px;
    height: 62px;
    flex-shrink: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(60, 60, 60, .5);
    padding-bottom: 7px;
}
#top-menu .logo {
    width: 171px;
    height: 15px;
    background-image: url("../img/logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#top-menu nav {
    display: flex;
    max-width: 1280px;
    margin: 14px auto auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.info-wrap > .info{
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}

#top-menu nav > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

#top-menu nav ul li a {
    font-family: 'HK Guise';
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
}
#top-menu nav ul li.last {
    padding-right: 0px;
}
#top-menu nav ul li {
    padding-right: 61px;
}

.talk button.lets-talk {
    border-radius: 6px;
    background: #1D4CF7;
    width: 165px;
    height: 40px;
    flex-shrink: 0;
    color: #FFF;
    font-family: HK Guise;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info .title {
    margin-top: 79px;
    color: #000;
    font-family: HK Guise;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px; /* 105% */
    letter-spacing: -1.2px;
}
.info .description {
    margin-top: 35px;
    color: #212121;
    font-family: HK Guise;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.4px;
}
.info .talk {
    margin-top: 69px;
}

.info.info-1 {
    padding-bottom: 59px;
}
.reconstruction {
    color: #212121;
    font-family: HK Guise;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-top: 80px;
}
.reconstruction .reconstruction_icon {
    width: 30px;
    height: 30px;
    background-image: url("../img/reconstruction_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 17px;
}
.reconstruction_helpers {
    margin-top: 28px;
    height: 58px;
    display: flex;
}
.reconstruction_helpers .helper_1 {
    width: 145px;
    height: 58px;
    background-color: #1D4CF7;
    background-image: url("../img/tool-01.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.reconstruction_helpers .helper_2 {
    width: 145px;
    height: 58px;
    background-color: #FEDC33;
    background-image: url("../img/settings-04.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.reconstruction_helpers .helper_3 {
    width: 260px;
    height: 58px;
    background-color: #FEDC33;
    overflow: hidden;
}
.reconstruction_helpers .helper_3 .frame_reconstruction {
    background-color: #FEDC33;
    background-image: url("../img/constr.png");
    background-position: center center;
    background-repeat: repeat;
    width: 780px;
    height: 58px;
    animation: reconstructionAnim 15s linear 0s infinite normal forwards;
}
.reconstruction_helpers .helper {
    display: inline-block;
}

footer .footer_menu {
    width: 1280px;
    margin: 33px auto 0;
    padding-top:30px;
    border-top: 1px solid rgba(60, 60, 60, .5);
}
footer .footer_menu .footer_logo_1 {
    width: 90%;
    height: 30px;
    background-image: url("../img/image_footer_logo_1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
}
footer .footer_menu .footer_logo_1 span {
    position: relative;
    bottom: 16px;
    left: 16px;
    color: #000;
    font-family: HK Guise;
    font-size: 6.91px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.207px;
}
footer .footer_menu .logo1 {
    border-bottom: 1px solid rgba(60, 60, 60, .5);
}
footer .footer_menu .footer_logo_2 {
    width: 90%;
    height: 75px;
    background-image: url("../img/amconsoft.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    margin-top: 11px;
}
footer .footer_menu .footer_logo_2 span {
    position: relative;
    bottom: 6px;
    left: 6px;
    color: #1B49ED;
    font-family: Helvetica;
    font-size: 12.911px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer .footer_menu .logo2 {
    margin-top: 10px;
}
footer .footer_menu .logo2 .copyright {
    color: #212121;
    font-family: HK Guise;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-top: 38px;
    width: 250px;
}
footer .footer_menu .footer_logo_info {
    color: #000;
    font-family: Helvetica Neue;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    opacity: 0.8;
    padding-top: 8px;
    padding-bottom: 12px;
}
footer .footer_menu .title {
    color: #212121;
    font-family: HK Guise;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer .footer_menu ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 24px;
}
footer .footer_menu ul li{

}
footer .footer_menu ul a {
    color: #212121;
    font-family: HK Guise;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    height: 16px;
    margin-bottom: 16px;
    text-decoration: none;
}
.footer_info_wrap {
    background: #EAEBEF;
}
.footer_info {
    width: 1280px;
    padding-top: 30px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.footer_info .links {
    display: inline-block;
    float: left;
}
.footer_info .links ul {
    padding-left: 0px;
    padding-bottom: 15px;
}
.footer_info .links ul li {
    display: inline-block;
}
.footer_info .links ul li a {
    display: inline-block;
    color: #212121;
    font-family: HK Guise;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    padding-right: 32px;
    text-decoration: none;
}
.footer_info .address {
    display: inline-block;
    color: #212121;
    text-align: right;
    font-family: HK Guise;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.24px;
    float: right;
}
.info-wrap .row.info-form {
    margin-top: 51px;
}
.info-form .back {
    cursor: pointer;
}
.info-form .back label {
    color: #000;
    font-family: HK Guise;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    position: relative;
    bottom:13px;
    display: inline-block;
    padding-left: 15px;
}
.info-form .back span {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-image: url("../img/back.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.info-form .form-group {
    margin-bottom: 45px;
}
.info-form .form-group label {
    margin-bottom: 11px;
    color: #313131;
    font-family: HK Guise;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.info-form .form-group input {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
}
.info-form .form-group textarea {
    border-radius: 0px;
    height: 168px;
}
.info-form .title {
    margin-top: 67px;
    margin-bottom: 34px;
}
.info-form .send {
    width: 100%;
    background: #1B49ED;
    height: 64px;
    flex-shrink: 0;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: HK Guise;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.clearfix {
    clear: both;
}

.logo-wrap-footer {
    width: 170px;
}

@media (max-width: 1440px) {
    #top-menu {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .reconstruction {
        font-size: 16px;
    }

    body div.info-item {
        margin: 43px 25px 0 25px;
    }

    footer .footer_menu {
        width: 100%;
    }

    footer .footer_info {
        width: 100%;
    }
}
@media (min-width: 320px) {
    #top-menu ul,
    #top-menu ul li,
    #top-menu ul li a {
        display: inline-block;
    }

    #top-menu nav ul li {
        padding-right: 5px;
    }
}

@media (max-width: 720px) {
    #top-menu .talk,
    #top-menu .navbar-collapse {
        display: none;
    }

    .mobile-menu {
        width: 32px;
        height: 11px;
        display: inline-block;
        background-image: url("../img/lines.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .footer_menu {
        background: #F1F1F1;
    }

    footer .footer_menu .logo1 {
        border: none;
    }

    .footer_menu .logo1 {
        width: 49%;
        height: 35px;
        margin-top: 0px;
        display: inline-block;
    }

    .logo-wrap-footer {
        width: 100%;
        display: flex;
    }

    .footer_menu .footer_logo_info {
        padding-top: 0px;
    }

    .logo-mobile-footer {
        display: flex;
        height: 65px;
        border-bottom: 1px solid rgba(60, 60, 60, .5);
        margin-bottom: 15px;
        width: 100%;
    }

    .footer_menu .logo2 {
        width: 49%;
        height: 35px;
        margin-top: 0px !important;
        display: inline-block;
    }

    .footer_menu .logo2 .footer_logo_2 {
        height: 45px;
        margin-top: 0px;
        display: inline-block;
        width: 75%;
        border-left: 1px solid rgba(60, 60, 60, .5);
        position: relative;
        left: 14px;
    }

    .footer_menu .logo2 .footer_logo_2 span {
        left: -20px;
    }

    .footer_menu .logo2 .copyright {
        display: none;
    }
    .copyright_mobile {
        display: block !important;
        olor: #212121;
        font-family: 'HK Guise';
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.2px;
        margin-bottom: 35px;
    }

    .footer_info {
        display: flex;
        flex-direction: column;
        padding-left: 17px;
        padding-right: 17px;
    }

    .footer_info .links {
        order: 2;
    }



    .footer_info .links .mobile-border {
        border-right: 1px solid rgba(60, 60, 60, .5);
    }

    .footer_info .links .padding-mobile {
        padding-left: 16px;
    }

    .footer_info .links .no-padding-right {
        padding-right: 0px;
    }

    .footer_info_wrap .footer_info .links ul li a {
        padding-right: 16px;
        font-size: 10px;
    }

    .footer_info .address {
        order: 1;
        float: none !important;
        text-align: left;
        margin-bottom: 29px;
    }
}

@media (max-width: 575px) {
    .reconstruction_helpers {
        margin-left: -12px;
        margin-right: -12px;
    }

    .img-wrapper-sm {
        display: block;
    }

    .img-wrapper-lg {
        display: none;
    }
    .reconstruction_helpers {
        display: flex;
    }
    .reconstruction_helpers .helper_1 {
        order: 1;
    }
    .reconstruction_helpers .helper_2 {
        order: 3;
    }
    .reconstruction_helpers .helper_3 {
        order: 2;
    }
    .stand-with-ukraine .title {
        font-size: 10px;
    }

    .info .title {
        font-size: 30px;
        line-height: 30px;
    }

    .reconstruction {
        font-size: 16px !important;
        display: block;
        text-align: center;
        display: block !important;
    }

    .reconstruction_icon {
        display: block !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 575px) {
    .img-wrapper-sm {
        display: none;
    }
    .img-wrapper-lg {
        display: block;
    }
}

@media (max-width: 992px) {
    #top-menu .navbar-collapse {
        flex-basis: auto
    }
    body #top-menu ul li a {
        padding-right: 16px;
    }

    .reconstruction {
        font-size: 12px;
    }

    footer .footer_menu .logo2 .copyright {
        width: 200px;
    }
}