@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('fonts/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('fonts/ProximaNova-Bold.woff') format('woff'),
    url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    margin: 0;
}

.background-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.background-image-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.background-image-laptop {
    max-height: 1080px;
}

.background-image-tech {
    max-height: 890px;
}

.company-info {
    margin: auto 0;
    max-width: 940px;
    z-index: 1;
}

.company-info-name {
    font-size: 32px;
}

.contacts-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    padding-top: 84px;
    padding-bottom: 110px;
}

.contacts-company-name {
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 62px;
    font-size: 28px;
}

.contacts-text-bold {
    font-weight: 700;
}

.contacts-text-color-primary {
    color: #414141;
}

.contacts-text-size-primary {
    font-size: 28px;
}

.contacts-text-secondary {
    margin-top: 20px;
    color: #616161;
}

.contacts-title-text {
    font-size: 60px;
    color: #00AEA6;
}

.divider {
    width: 292px;
    border: 1px solid #00AEA6;
    margin: 30px 0;
}

.glow {
    position: absolute;
    width: 700px;
    right: 67px;
    top: 22.22%;
    bottom: 12.96%;

    background-color: rgba(0, 109, 170, 0.6);
    mix-blend-mode: normal;
    filter: blur(269px);
}

.images-wrapper {
    position: relative;
    height: 100%;
}

.info-area {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 1080px;
    color: white;
    background-color: #231F36;
    font-size: 26px;
    padding: 60px 138px;
    box-sizing: border-box;
    position: relative;
}

.logo-image-wrapper {
    z-index: 1;
}

.mobile-address-break {
    display: none;
}

.text-with-icon {
    display: flex;
    align-items: flex-start;
}

.text-with-icon > span {
    margin-left: 11px;
}

.title-text-color {
    color: #05CFC6;
    font-weight: 700;
}

@media screen and (max-width: 1919px) and (min-width: 1440px){
    .background-image-laptop {
        max-height: 964px;
    }

    .background-image-tech {
        max-height: 794px;
    }

    .company-info {
        max-width: 737px;
    }

    .company-info-name {
        font-size: 30px;
    }

    .info-area {
        max-height: 1024px;
        font-size: 24px;
        padding: 60px 78px;
    }

    .glow {
        width: 621px;
        right: 59px;
        top: 26.65%;
        bottom: 12.22%;
    }
}

@media screen and (max-width: 1439px) and (min-width: 768px){
    .background-image-laptop {
        max-height: 709px;
        right: -10px;
        bottom: -5.63%;
    }

    .background-image-tech {
        max-height: 632px;
        right: -10px;
        bottom: -5.63%;
    }

    .company-info {
        max-width: 661px;
        margin-top: 97px;
    }

    .company-info-name {
        font-size: 28px;
    }

    .contacts-area {
        font-size: 20px;
        padding-top: 58px;
        padding-bottom: 69px;
    }

    .contacts-company-name {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .contacts-text-size-primary {
        font-size: 24px;
    }

    .contacts-title-text {
        font-size: 42px;
    }

    .info-area {
        max-height: 1024px;
        font-size: 20px;
        padding: 42px 50px;
    }

    .glow {
        width: 494px;
        right: 37px;
        top: 47.4%;
        bottom: 4.07%;
    }

    .logo-image {
        width: 250px;
        height: 32px;
    }

    .text-with-icon > img {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 767px){
    .background-image-laptop {
        max-height: 425px;
        right: -1.66%;
        bottom: -8.44%;
    }

    .background-image-tech {
        max-height: 379px;
        right: -1.66%;
        bottom: -5.4%;
    }

    .company-info {
        max-width: 100%;
        margin-top: 34px;
    }

    .company-info-name {
        font-size: 20px;
    }

    .contacts-area {
        font-size: 16px;
        padding: 35px 30px 55px 30px;
    }

    .contacts-company-name {
        font-size: 18px;
        margin-top: 9px;
        margin-bottom: 35px;
    }

    .contacts-text-secondary {
        text-align: center;
    }

    .contacts-text-size-primary {
        font-size: 20px;
    }

    .contacts-title-text {
        font-size: 24px;
    }

    .divider {
        margin: 18px 0;
    }

    .info-area {
        max-height: 640px;
        font-size: 16px;
        padding: 23px 16px;
    }

    .glow {
        width: 296px;
        left: 11.66%;
        right: 6.2%;
        top: 49.55%;
        bottom: 3.9%;
    }

    .logo-image {
        width: 195px;
        height: 25px;
    }

    .mobile-address-break {
        display: block;
    }

    .text-with-icon > img {
        width: 28px;
        height: 28px;
    }
}
.footer-links {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    background-color: #f8f8f8;
}

.footer-links a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline;
}
