@font-face {
    font-family: "ProbaPro";
    src: url("fonts/ProbaPro-Bold.woff2") format("woff2"),
        url("fonts/ProbaPro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProbaPro";
    src: url("fonts/ProbaPro-Regular.woff2") format("woff2"),
        url("fonts/ProbaPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProbaPro";
    src: url("fonts/ProbaPro-Medium.woff2") format("woff2"),
        url("fonts/ProbaPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Proba Pro", sans-serif !important;
}

.oh,
section {
    overflow: hidden;
}

img {
    max-width: 100%;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

a:hover {
    text-decoration: none;
}

input {
    outline: 0;
}

/*
** FIRST SCREEN
*/
.first_screen {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    background-size: cover;
    background-position: bottom;
    z-index: 5;
}

.first_column-text a {
    margin-bottom: 10px;
    display: block;
}

.section_content {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    z-index: 3;
    padding-top: 50px;
}

.first_column,
.second_column {
    width: 50%;
}

h1.page_title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 800;
    margin: 30px 0px 50px;
}

h1.page_title span {
    border-bottom: 5px solid #000000;
}

.first_column-subtitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.7rem;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #242829;
    letter-spacing: 3px;
    color: transparent;
}

/*.first_column-desc {
    font-size: 2.2rem;
}*/
.first_column-phones a {
    display: block;
    font-weight: 600;
}

.first_column-phones span {
    color: #111417;
}

.first_column-phones {
    margin: 20px 0px;
}

.first_column-cta a,
.button-primary {
    position: relative;
    top: 0;
    display: block;
    width: fit-content;
    background: #000000;
    color: #fff;
    font-weight: 500;
    padding: 20px 0px 20px 10px;
    margin: 30px 0px 50px;
    -webkit-box-shadow: 0 0.938rem 2.813rem rgb(0 0 0 / 18%);
    box-shadow: 0 0.938rem 2.813rem rgb(0 0 0 / 18%);
    transition: all 0.3s ease-out;
}

.first_column-cta a:before,
.button-primary:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    display: block;
    border: 1px solid #000000;
    z-index: 0;
}

.first_column-cta a:hover,
.button-primary:hover {
    background: #dadada;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 0.938rem 2.813rem rgb(0 0 0 / 18%);
    box-shadow: 0 0.938rem 2.813rem rgb(0 0 0 / 18%);
    transition: all 0.3s ease-out;
    top: -5px;
}

.first_column-cta a i,
.button-primary i {
    margin-left: 5px;
    margin-right: 8px;
    width: 28px;
    height: 1px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease;
}

.first_column-cta a i:after,
.button-primary i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 0px;
}

.first_column-cta a:hover i,
.button-primary:hover i {
    margin-left: 20px;
    width: 28px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease;
}

.first_column-cta a:hover i:after,
.button-primary:hover i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 0px;
}

.first_column-text>img {
    margin-bottom: 3vw;
}

.first_column-second-text {
    margin: 10px 0px 20px;
}

.map {
    position: relative;
    z-index: 5;
}

.texture-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: -1;
    border: 40px solid #17e5e5;
}

.texture-2.top {
    bottom: auto;
    left: auto;
    top: 0px;
    right: 0;
}

.texture-2:before {
    content: "";
    position: absolute;
    width: 100px;
    top: 110%;
    right: -50px;
    box-shadow: 3px 24px 4px 12px rgb(0 0 0 / 30%);
    border-radius: 50%;
    transform: rotate(-45deg);
}

.bordered-image {
    position: relative;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding: 10px;
    border: 2px solid #000000;
}

.seo_text-images {
    position: relative;
    padding: 25px;
}

.seo_text-contacts {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.blur-background {
    filter: blur(4px);
    position: absolute;
    width: 100%;
    height: 100%;
}

.seo_text-contacts-content {
    backdrop-filter: blur(10px);
    padding: 30px;
    color: #ffffff;
    font-size: 14px;
}

.seo_text-contacts-item {
    margin-right: 15px;
}

.seo_text-contacts-content a {
    color: #ffffff;
}

.seo_text-contacts-item .title {
    font-size: 16px;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #ffffff20;
    margin: 15px 0px 5px;
}

.seo_text-contacts-item>div {
    margin-right: 15px;
}

/*
** LINES
*/
.lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    pointer-events: none;
}

.lines .container {
    width: 100%;
    height: 100%;
}

.vertical-line {
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(130, 117, 117, .1);
    top: 0;
}

.vertical-line_second {
    left: 33.3%;
}

.vertical-line_third {
    left: 66.6%;
}

.vertical-line_fourth {
    left: 100%;
}

@media (max-width: 768px) {

    .first_column,
    .second_column {
        width: 100%;
    }

    .first_screen {
        height: auto;
    }

    .section_content {
        flex-direction: column;
    }

    h1.page_title {
        font-size: 3rem;
    }

    .seo_text-contacts-content {
        padding: 10px;
    }

    .seo_text-images {
        padding: 5px;
    }

}