@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --dark-blue: #232a38;
    --dark-deep-blue: #1a212d;
    --main-blue: #0da2e7;
    --main-white: #f8fafc;
    --main-gray: #94a3b8;
}

.uk-container {
    max-width: 1368px;
}

* {
    box-sizing: border-box;
}

body {
    color: var(--main-gray);
    font-size: 15px;
    font-family: 'RobotoCondensed';
}

.site-header {
    background: #1a212dcc;
    border-bottom: 1px solid #333b4d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    backdrop-filter: blur(16px);
    padding: 15px 0;
}

.site-header .site-branding img {
    max-height: 50px;
    width: auto;
}


.site-header .btn-contacts {
    margin-left: 20px;
    border: 1px solid var(--main-blue);
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
    color: var(--dark-deep-blue);
    background: var(--main-blue);
}

.site-header .main-menu {
    padding-left: 0;
    margin-bottom: 0;
    gap: 10px;
    list-style-type: none;
}

.site-header .main-menu a {
    color: var(--main-white);
    font-size: 18px;
}

.section-hero {
    min-height: 100vh;
}

.section-hero:before {
    content: "";
    background: #1a212de6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.section-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-hero h1 {
    font-size: 60px;
    line-height: 1.2;
}

.section-hero .uk-container {
    z-index: 2;
    position: relative;
    max-width: 895px;
}


.section-hero .hero-actions {
    gap: 15px;
    margin-top: 30px;
}

.section-hero .hero-actions a {
    border: 1px solid var(--main-blue);
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
    color: var(--main-white);
}

.section-hero .hero-actions .btn-contacts {
    color: var(--dark-deep-blue);
    background: var(--main-blue);
}

.section-hero .hero-advantages {
    gap: 32px;
    font-size: 14px;
    margin: 50px 0 0 0;
    list-style-type: none;
    padding-left: 0;
}

.section-hero .hero-advantages li {
    padding-left: 10px;
}

.section-hero .hero-advantages li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #21d5ed;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
}


.section-hero .hero-subtitle .text {
    background-color: rgba(13, 162, 231, 0.1);
    padding: 10px 20px;
    border: 1px solid rgba(13, 162, 231, 0.2);
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--main-white);
}

.section-hero .hero-subtitle .text svg {
    color: var(--main-blue);
    height: 15px;
    width: 15px;
}

.section-title {
    color: var(--main-white);
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
}

.section-title span {
    color: var(--main-blue);
}

.section-description {
    font-size: 20px;
    margin-top: 20px;
}

.section-default-padding {
    padding: 96px 0
}

.section-services {
    background: var(--dark-deep-blue);
}

.section-services .services-items,
.section-contacts .contact-items__wrapper {
    margin-top: 50px;
}

.section-services .services-items .item-icon {
    background: #0da2e71a;
    color: var(--main-blue);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.section-services .services-items .item-title {
    font-size: 20px;
    color: var(--main-white);
    margin-bottom: 15px;
}

.section-services .services-items .item-description {
    font-size: 15px;
    color: var(--main-gray);
}

.section-services .services-items .loop-item-service {
    display: block;
    transition: .3s ease-in-out;
}

.section-services .services-items .loop-item-service:hover {
    transform: scale(1.1);
    border-color: var(--main-blue);

}

.section-services .services-items a:hover {
    text-decoration: none;
}

.section-choose {
    background: var(--dark-blue);
}

.section-choose .advantages {
    color: var(--main-white);
    margin-top: 35px;
    font-size: 16px;
}

.section-choose .advantage-item {
    padding-left: 30px;
    position: relative;
}
.section-choose .advantage-item .icon{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;

}
.section-choose .advantage-item svg {

    height: 20px;
    width: 20px;
    color: var(--main-blue);
    margin-right: 5px;
}

.section-choose .counter-block {
    padding: 24px;
    background-image: linear-gradient(135deg, hsl(220 23% 18%) 0%, hsl(220 25% 22%) 100%);
    border: 1px solid #333b4d;
    border-radius: .5rem;
    transition: .3s ease-in-out;
}

.section-choose .counter-block .counter-item:not(:last-child) {
    margin-bottom: 20px;
}

.section-choose .counter-block .value {
    font-size: 48px;
    color: var(--main-blue);
    font-weight: 700;
}

.section-choose .counter-block .label {
    font-size: 16px;
}

.section-contacts {
    background: var(--dark-deep-blue);
}

.section-contacts .uk-container {
    max-width: 900px;
}


.section-contacts .contact-item,
.section-services .services-items .loop-item-service {
    padding: 24px;
    background-image: linear-gradient(135deg, hsl(220 23% 18%) 0%, hsl(220 25% 22%) 100%);
    border: 1px solid #333b4d;
    border-radius: .5rem;
    transition: .3s ease-in-out;
}

.section-contacts .contact-item:hover {
    border-color: var(--main-blue);
}

.section-contacts .contact-item .contact-item__icon {
    background: #0da2e71a;
    color: var(--main-blue);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.section-contacts .contact-item .contact-item__icon svg,
.section-services .services-items .item-icon svg {
    height: 24px;
    width: 24px;
}

.section-contacts .contact-item .contact-item__label {
    font-size: 17px;
    color: var(--main-white);
    margin-bottom: 15px;

}
.section-contacts .contact-item *{
    line-height: 1;
}
.section-contacts .contact-item .contact-item__value a {
    font-size: 15px;
    color: var(--main-gray);
}

.site-footer {
    background: var(--dark-blue);
    padding: 48px 0 25px 0;
}

.site-footer .footer-top {
    padding-bottom: 25px;
}

.site-footer .footer-bottom {
    padding-top: 25px;
    border-top: 1px solid var(--main-gray);
}

