@font-face {
    font-family: 'TTFirsNeue';
    src: url('../fonts/TTFirsNeue-DemiBold.eot');
    src: local('TT Firs Neue DemiBold'), local('TTFirsNeue-DemiBold'),
        url('../fonts/TTFirsNeue-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTFirsNeue-DemiBold.woff2') format('woff2'),
        url('../fonts/TTFirsNeue-DemiBold.woff') format('woff'),
        url('../fonts/TTFirsNeue-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TTFirsNeue';
    src: url('../fonts/TTFirsNeue-Medium.eot');
    src: local('TT Firs Neue Medium'), local('TTFirsNeue-Medium'),
        url('../fonts/TTFirsNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTFirsNeue-Medium.woff2') format('woff2'),
        url('../fonts/TTFirsNeue-Medium.woff') format('woff'),
        url('../fonts/TTFirsNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TTFirsNeue';
    src: url('../fonts/TTFirsNeue-Regular.eot');
    src: local('TT Firs Neue Regular'), local('TTFirsNeue-Regular'),
        url('../fonts/TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTFirsNeue-Regular.woff2') format('woff2'),
        url('../fonts/TTFirsNeue-Regular.woff') format('woff'),
        url('../fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* common */
body {
	background: #FFFFFF;
    color: #B5E1FF;
}
.form__field {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 400;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
button {
    font-weight: 500;
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    box-sizing: border-box;
    width: 100%;
}
.page-wrap {
    overflow: hidden;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
    object-position: center;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-block {
    display: none;
}
.block-tag {
    height: 39px;
    line-height: 37px;
    box-sizing: border-box;
    border: 1.5px solid #3EA4E9;
    padding: 0 31px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color: #F7FAFC;
}
.blue-btn {
    display: inline-block;
    padding: 0 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    color: #F7FAFC;
    background: #3EA4E9;
    border-radius: 55px;
}
.blue-btn:hover {
    background: rgb(68, 97, 122);
}
h1,
h2 {
    font-weight: 600;
    font-size: 70px;
    line-height: 110%;
    color: #3EA4E9;
    margin-left: -3px;
}
h1 {
    margin-top: 13px;
    max-width: 1062px;
}
h2 {
    margin-top: 17px;
}
/* end common */

/* main */
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center top;
    background-size: cover;
    min-height: 1082px;
    padding-bottom: 100px;
    box-sizing: border-box
}
.header {
    display: flex;
    align-items: center;
    padding-top: 66px;
}
.logo {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #F7FAFC;
}
.nav {
    margin-left: 91px;
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
}
.nav__link {
    position: relative;
    padding: 10px;
    margin-right: 14px;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
}
.nav__link:last-child {
    margin-right: 0;
}
.nav__link:hover:after {
    content: '';
    position: absolute;
    left: 11px;
    right: 11px;
    height: 11px;
    top: -69px;
    border-radius: 0 0 11px 11px;
    background: #3EA4E9;
}
.main__content {
    padding-top: 83px;
}
.main__desc {
    margin-top: 7px;
    max-width: 484px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 36px;
}
/* end main */

/* services */
.services {
    background: url('../images/bg/services-bg.jpg') no-repeat center top;
    background-size: cover;
    min-height: 1209px;
    box-sizing: border-box;
    padding-top: 88px;
}
.services__list {
    margin-top: 72px;
}
.service_wrap {
    position: relative;
    max-width: 31%;
    width: 334px;
}
.service {
    margin-bottom: 117px;
    min-height: 264px;
    box-sizing: border-box;
    background: url('../images/bg/service-bg.svg') no-repeat center;
    background-size: 100% 100%;
    backdrop-filter: blur(7.55px);
    box-shadow: 0 0 37.5px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 41px 20px 20px;
    text-align: center;
}
.service__number {
    position: absolute;
    width: 69px;
    height: 69px;
    top: -33px;
    left: -32px;
    line-height: 71px;
    text-align: center;
    background: url('../images/bg/service-number-bg.svg') no-repeat center;
    background-size: cover;
    backdrop-filter: blur(7.55px);
    box-shadow: 0 0 37.5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 10;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
}
.service__body {
    min-height: 123px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #B5E1FF;
}
.service__btn {
    margin-top: 27px;
    display: inline-block;
    position: relative;
    height: 43px;
    line-height: 43px;
    padding: 0 33px;
    background: linear-gradient(90deg, #3EA4E9 0%, #B5E1FF 100%);
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #F7FAFC;
}
.service__btn span {
    position: relative;
    z-index: 5;
}
.service__btn:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 10px;
    background: rgb(68, 97, 122);
}
.service__btn:hover {
    background: none;
}
.service__btn:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* end services */

/* app */
.app {
    background: #20242E;
    padding-top: 74px;
    padding-bottom: 49px;
    position: relative;
}
.app .content {
    position: relative;
}
.app .content:after {
    content: '';
    position: absolute;
    background: url('../images/bg/app-bg.png') no-repeat center;
    background-size: cover;
    width: 1082px;
    height: 817px;
    right: -332px;
    top: -255px;
}
.app h2 {
    margin-top: 0;
}
.form {
    margin-top: 18px;
}
.form__fields {
    max-width: 452px;
    margin-bottom: 28px;
}
.form__label {
    width: calc(50% - 6px);
    margin-bottom: 12px;
}
.form__label-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(247, 250, 252, 0.8);
    margin-bottom: 5px;
}
.form__field {
    padding: 0 15px;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    background: #454C5E;
    border-radius: 15px;
    height: 56px;
}
.form__btn {
    box-sizing: border-box;
    background: linear-gradient(90deg, #3EA4E9 0%, #B5E1FF 100%);
    border-radius: 43px;
    position: relative;
    height: 55px;
    padding: 0 28px 0 27px;
    font-weight: 500;
    font-size: 18px;
    color: #F7FAFC;
}
.form__btn:after {
    content: '';
    position: absolute;
    background: rgb(48, 77, 101);
    border-radius: 43px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}
.form__btn span {
    position: relative;
    z-index: 5;
}
.form__btn:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.form__btn:hover {
    background: none;
}
.form,
.app h2 {
    position: relative;
    z-index: 5;
}
/* end app */

/* footer */
.footer {
    padding-top: 73px;
    padding-bottom: 43px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(109.28deg, #323848 31.29%, #292E3A 89%);
}
.footer .content {
    z-index: 5;
}
.footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/bg/footer-bg.svg') no-repeat center;
    background-size: cover;
    width: 301px;
    height: 329px;
}
.footer__left {
    display: flex;
    align-items: flex-start;
}
.footer__about {
    margin-right: 75px;
}
.site-map {
    position: relative;
    top: -6px;
}
.site-map li {
    margin-bottom: 11px;
}
.site-map li:last-child {
    margin-bottom: 0;
}
.site-map a {
    font-size: 22px;
    line-height: 38px;
    color: #F7FAFC;
    display: inline-block;
}
.site-map a:hover {
    color: #3EA4E9;
}
.footer__logo {
    display: block;
    font-weight: 600;
    font-size: 35px;
    line-height: 38px;
    color: #F7FAFC;
}
.data {
    padding-top: 7px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.65;
    color: #F7FAFC;
    margin-bottom: 15px;
}
.privacy {
    display: inline-block;
    font-size: 22px;
    line-height: 38px;
    color: #477EAB;
}
.footer__phone {
    display: inline-block;
    padding: 0 19px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    color: #F7FAFC;
    background: linear-gradient(90deg, #3EA4E9 0%, #B5E1FF 100%);
    border-radius: 11px;
    position: relative;
}
.footer__phone span {
    position: relative;
    z-index: 5;
}
.footer__phone:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 11px;
    background: rgb(47, 59, 75);
}
.footer__phone:hover {
    background: none;
}
.footer__phone:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* end footer */


@media all and (max-width: 1200px) {
    .main {
        min-height: inherit;
    }
    .services {
        padding-bottom: 60px;
        min-height: inherit;
    }
    .service__number {
        display: none;
    }
    .service {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 1100px) {
    .app .content:after {
        top: -180px;
        width: 700px;
        right: -140px;
        background-size: 100% auto;
    }
    h1, h2 {
        font-size: 60px;
    }
    .service_wrap {
        width: 50%;
        max-width: inherit;
        justify-content: center;
        display: flex;
    }
    .service {
        width: 100%;
        max-width: 334px;
    }
    .nav__link:hover:after {
        display: none;
    }
}

@media all and (max-width: 980px) {
    .footer__logo {
        font-size: 30px;
        line-height: 38px;
    }
    .site-map {
        top: 0;
    }
    .site-map a {
        font-size: 18px;
        line-height: 1.6;
    }
    .footer:after {
        display: none;
    }
    h1, h2 {
        font-size: 50px;
    }
}


@media all and (max-width: 900px) {
    .site-map {
        display: none;
    }
    .footer__about {
        margin-right: 0;
    }
}


@media all and (max-width: 767px) {
    .footer {
        padding-top: 159px;
        padding-bottom: 107px;
        position: relative;
    }
    .footer .content {
        position: static;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__left {
        width: 100%;
        text-align: center;
        justify-content: center
    }
    .footer__right {
        width: 100%;
        text-align: center;
    }
    .data li {
        margin-bottom: 5px;
    }
    .data li:last-child {
        margin-bottom: 0;
    }
    .data {
        padding-top: 19px;
    }
    .privacy {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 36px;
    }
    .footer__right {
        padding-top: 11px;
    }
    h1, h2 {
        font-size: 35px;
    }
    .app h2 {
        text-align: center;
    }
    .form__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
        text-align: left;
    }
    .form {
        text-align: center;
    }
    .app {
        padding-top: 38px;
        padding-bottom: 219px;
    }
    .form__label-title {
        margin-bottom: 6px;
    }
    .form {
        margin-top: 26px;
    }
    .app .content:after {
        top: auto;
        bottom: -484px;
        background: url('../images/bg/app-bg-mobile.png') no-repeat center;
        background-size: cover;
        max-width: 100%;
        width: 100%;
        height: 582px;
        right: 0;
        left: 0;
    }
    .form__fields{
        margin-left: auto;
        margin-right: auto;
    }
    .service_wrap {
        width: 100%;
    }
    .block-tag {
        padding: 0;
        font-size: 10px;
        height: 37px;
        width: 136px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        line-height: 36px;
    }
    h1, h2 {
        text-align: center;
    }
    h1 {
        font-size: 22px;
        line-height: 31px;
    }
    .services__list {
        margin-top: 35px;
    }
    .services {
        padding-bottom: 65px;
    }
    .form {
        padding-left: 7px;
        padding-right: 11px;
    }
    .header {
        padding-top: 26px;
        display: block;
        text-align: center;
    }
    .nav {
        margin-top: 19px;
        margin-left: -15px; 
        margin-right: -15px;
        padding: 12px 0;
        justify-content: center;
        background: #1D233A;
    }
    .nav__link:first-child {
        display: none;
    }
    .nav__link {
        width: 151px;
        height: 39px;
        padding: 0;
        line-height: 37px;
        text-align: center;
        margin-right: 11px;
        font-weight: 500;
        font-size: 18px;
        color: #B5E1FF;
        box-sizing: border-box;
        background: #323848;
        border: 1px solid #B5E1FF;
        border-radius: 30px;
    }
    .nav__link:last-child {
        margin-right: 0;
    }
    .main__content {
        padding-top: 34px;
    }
    h1 {
        margin-top: 14px;
    }
    .main__desc {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
        max-width: 260px;
        margin: 3px auto 0;
    }
    .blue-btn {
        height: 42px;
        line-height: 42px;
        width: 154px;
        padding: 0;
        text-align: center;
        display: block;
        margin: 17px auto 0;
        font-size: 13px;
    }
    .main {
        padding-bottom: 96px;
        background: none;
    }
    .services {
        background: none;
        padding-top: 0;
    }
    .services .content {
        z-index: 10;
    }
    .page-top {
        background: url('../images/bg/page-top-mobile.jpg') no-repeat center top;
        background-size: cover;
    }
}























