@font-face {
    font-family: 'TT Commons';
    src: url('/wp-content/themes/truetone/fonts/TTCommons-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/truetone/fonts/TTCommons-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('/wp-content/themes/truetone/fonts/TTCommons-Bold.woff2') format('woff2'),
        url('/wp-content/themes/truetone/fonts/TTCommons-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('/wp-content/themes/truetone/fonts/TTCommons-Regular.woff2') format('woff2'),
        url('/wp-content/themes/truetone/fonts/TTCommons-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('/wp-content/themes/truetone/fonts/TTCommons-Medium.woff2') format('woff2'),
        url('/wp-content/themes/truetone/fonts/TTCommons-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'TT Commons' !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: url(https://truetone-service.com.ua/wp-content/uploads/2021/02/bg_home.jpg);
    background-size: cover;
    background-position: bottom;
}

.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;
    font-weight: 800;
}
.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: #233b61;
    color: #fff;
    font-weight: 500;
    padding: 20px 30px 20px 40px;
    margin: 30px 0px 50px;
    border-radius: 38px;
    -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 .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 #17e5e5;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    z-index: 0;
}
.first_column-cta a:hover, .button-primary:hover {
    background: #17e5e5;
    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 .3s ease-out;
    top: -5px;
}
.first_column-cta a i, .button-primary i {
    margin-left: 20px;
    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;
}
@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;
    }
}
.first_column-text > img {
    margin-bottom: 3vw;
}
.first_column-second-text {
    margin: 10px 0px 20px;
}
.map {
    position: relative;
}
.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 );
}