@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

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

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

@font-face {
    font-family: ClashDisplay;
    font-display: swap;
    src: url(../fonts/ClashDisplay-Variable.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

html {
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    font-family: Montserrat, sans-serif
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    position: relative
}

.tm-page {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.tm-main {
    flex: 1 1 auto
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

a {
    background: 0 0
}

:active,
:hover,
a:active,
a:hover {
    outline: 0
}

a {
    color: #372dbe;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #008eb9;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

address,
blockquote,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0 0 15px 0
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 15px
}

button {
    cursor: pointer
}

ul li {
    list-style: none
}

::selection {
    background: #0a2d50;
    color: #fff;
    text-shadow: none
}

.tm-header-logo a {
    display: flex;
    max-width: 275px
}

.tm-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px 0;
    z-index: 1000
}

.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    padding: 10px 0;
    -webkit-animation: slideDown .5s;
    animation: slideDown .5s
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1440px) {
    .tm-header {
        padding: 30px 0
    }

    .tm-header-logo {
        width: 180px
    }
}

@media (max-width:980px) {
    .tm-header {
        padding: 15px 0
    }
}

.tm-banner,
.tm-banner>.tm-centered-content {
    height: 100vh
}

.tm-banner>.tm-centered-content {
    display: flex;
    align-items: center
}

.tm-banner__title {
    font-size: 3.5vh;
    line-height: 1.2;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    position: absolute;
    left: 0;
    top: 1vh
}

.tm-banner__wrap-subtitle {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 5.5vh
}

.tm-banner__subtitle-text1 {
    margin-left: 21vh
}

.tm-banner__subtitle-text3 {
    margin-left: 16vh
}

.tm-banner__img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 76%;
    z-index: 0;
    margin-right: -15vh
}

@media (max-width:1440px) {
    .tm-banner__img {
        margin-right: -20px
    }
}

@media (max-width:1180px) {
    .tm-banner__title {
        font-size: 20px;
        top: 2px
    }

    .tm-banner__subtitle-text1 {
        margin-left: 140px
    }

    .tm-banner__subtitle-text3 {
        margin-left: 60px
    }

    .tm-banner__wrap-subtitle {
        row-gap: 20px
    }
}

@media (max-width:540px) {

    .tm-banner,
    .tm-banner>.tm-centered-content {
        height: auto
    }

    .tm-banner>.tm-centered-content {
        display: block
    }

    .tm-banner {
        padding-top: 120px
    }

    .tm-banner__img {
        position: relative;
        height: 480px;
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .tm-banner__wrap-subtitle {
        margin-bottom: 15px
    }
}

@media (max-width:414px) {
    .tm-banner__title {
        font-size: 16px
    }
}

@media (max-width:380px) {
    .tm-banner__img {
        height: 380px
    }
}

.tm-question__title {
    text-align: right;
    margin-right: 60px
}

.tm-question__title_1 {
    margin-right: 16vh;
    margin-bottom: 35px
}

.tm-question__contacts {
    max-width: 580px;
    font-weight: 400;
    margin-top: -15px;
    margin-left: 16vh
}

.tm-question__contacts .tm-grid {
    row-gap: 45px
}

.tm-question__contact_title {
    font-size: 14px;
    opacity: .55;
    margin-bottom: 10px
}

.tm-question__contact_data {
    font-size: 16px
}

.tm-question__contact_data img {
    width: 16px
}

@media (max-width:980px) {
    .tm-question__contacts .tm-grid {
        row-gap: 15px
    }
}

@media (max-width:768px) {
    .tm-question__title {
        text-align: left;
        margin-right: 0;
        margin-left: 20px
    }

    .tm-question__title_1 {
        margin-right: 0;
        margin-bottom: 10px
    }

    .tm-question__title_2 {
        margin-left: 30px
    }

    .tm-question__contacts {
        margin-top: 30px;
        margin-left: 50px
    }
}

.tm-contacts__img {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
    margin-left: -21vh
}

.tm-contacts__block {
    padding: 30px 0
}

.tm-contacts__title_1 {
    font-size: 38px
}

.tm-contacts__title_2 {
    font-size: 31px
}

.tm-contacts__title {
    margin-bottom: 55px
}

.tm-contacts__subtitle {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px
}

.tm-contacts__address {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px
}

.tm-contacts__phone-text img {
    width: 33.1px
}

.tm-contacts__phone-text {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.tm-contacts__phone-text a {
    color: #000
}

.tm-contacts__phone-title {
    font-size: 16px;
    margin-bottom: 7px
}

.tm-contacts__column>div {
    width: 100%;
    padding-left: 100px
}

.tm-contacts__lines {
    margin-bottom: 80px
}

.tm-contacts__copyright,
.tm-contacts__developer {
    font-size: 14px;
    font-weight: 400
}

.tm-contacts__copyright {
    opacity: .85;
    margin-bottom: 30px
}

.tm-contacts__developer {
    opacity: .55
}

@media (max-width:1440px) {
    .tm-contacts__column>div {
        padding-left: 40px;
        padding-right: 40px
    }

    .tm-contacts__img {
        margin-left: -20px
    }

    .tm-contacts__title_1 {
        font-size: 32px
    }

    .tm-contacts__title_2 {
        font-size: 28px
    }

    .tm-contacts__grid .tm-grid__width-4-10,
    .tm-contacts__grid .tm-grid__width-6-10 {
        width: 50%
    }
}

@media (max-width:1280px) {
    .tm-contacts__img {
        padding-bottom: 90%;
        height: 100%
    }

    .tm-contacts__phone-text {
        font-size: 18px
    }

    .tm-contacts__phone-text img {
        width: 29.1px;
        margin-bottom: 2px
    }
}

@media (max-width:1180px) {
    .tm-contacts__title_1 {
        font-size: 28px
    }

    .tm-contacts__title_2 {
        font-size: 24px
    }
}

@media (max-width:980px) {

    .tm-contacts__grid .tm-grid__width-4-10,
    .tm-contacts__grid .tm-grid__width-6-10 {
        width: 100%
    }

    .tm-contacts__img {
        width: calc(100% + 40px);
        height: 380px;
        padding-bottom: 0
    }

    .tm-contacts__lines .tm-grid__width-4-10,
    .tm-contacts__lines .tm-grid__width-6-10 {
        width: 50%
    }
}

@media (max-width:480px) {
    .tm-contacts__column>div {
        padding-left: 0;
        padding-right: 0
    }

    .tm-contacts__lines {
        margin-bottom: 50px
    }
}

@media (max-width:380px) {
    .tm-contacts__lines {
        row-gap: 30px
    }

    .tm-contacts__lines .tm-grid__width-4-10,
    .tm-contacts__lines .tm-grid__width-6-10 {
        width: 100%
    }
}

.tm-banner__wrap-subtitle,
.tm-question__title {
    font-family: ClashDisplay, sans-serif;
    text-transform: uppercase;
    line-height: 1
}

.tm-banner__wrap-subtitle {
    font-size: 14vh
}

.tm-question__title {
    font-size: 12vh
}

@media (max-width:1180px) {
    .tm-banner__wrap-subtitle {
        font-size: 60px
    }

    .tm-question__title {
        font-size: 35px
    }
}

@media (max-width:414px) {
    .tm-banner__wrap-subtitle {
        font-size: 48px
    }

    .tm-question__title {
        font-size: 32px
    }
}

@media (max-width:360px) {
    .tm-banner__wrap-subtitle {
        font-size: 40px
    }
}

.tm-banner__img img,
.tm-contacts__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 102%
}

.tm-page {
    overflow: hidden
}

.tm-centered-content {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.tm-padding {
    padding-top: 140px;
    padding-bottom: 140px
}

.tm-padding-no-bottom {
    padding-bottom: 0
}

.tm-flex {
    display: flex;
    flex-wrap: wrap
}

.tm-flex-middle {
    align-items: center
}

.tm-flex-middle-end {
    align-items: flex-end
}

.tm-flex-middle {
    align-items: center
}

.tm-flex-center {
    justify-content: center
}

.tm-flex-space {
    justify-content: space-between
}

.tm-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -35px;
    row-gap: 20px
}

.tm-grid>* {
    padding-left: 35px;
    box-sizing: border-box
}

.tm-grid__width-1-2 {
    width: 50%
}

.tm-grid__width-1-3 {
    width: 33.333%
}

.tm-grid__width-1-4 {
    width: 25%
}

.tm-grid__width-1-5 {
    width: 20%
}

.tm-grid__width-1-8 {
    width: 80%
}

.tm-grid__width-1-7 {
    width: 70%
}

.tm-grid__width-7-10 {
    width: 75%
}

.tm-grid__width-6-10 {
    width: 60%
}

.tm-grid__width-6-20 {
    width: 65%
}

.tm-grid__width-4-10 {
    width: 40%
}

.tm-grid__width-3-10 {
    width: 30%
}

.tm-grid__width-3-20 {
    width: 35%
}

.tm-grid__right {
    order: 2
}

@media (max-width:1180px) {
    .tm-grid {
        margin-left: -15px
    }

    .tm-grid>* {
        padding-left: 15px
    }

    .tm-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:980px) {
    .tm-grid__right {
        order: inherit
    }

    .tm-grid__width-1-2,
    .tm-grid__width-1-3,
    .tm-grid__width-1-4,
    .tm-grid__width-1-5,
    .tm-grid__width-1-7,
    .tm-grid__width-1-8,
    .tm-grid__width-3-10,
    .tm-grid__width-3-20,
    .tm-grid__width-4-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-7-10 {
        width: 100%
    }

    .tm-block-padding {
        padding: 30px 0
    }

    .tm-padding {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.tm-margin-small-bottom {
    margin-bottom: 15px
}

.tm-margin-standart-bottom {
    margin-bottom: 25px
}

.tm-margin-default-bottom {
    margin-bottom: 30px
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px
}

.tm-margin-medium-bottom {
    margin-bottom: 50px
}

.tm-margin-large-bottom {
    margin-bottom: 65px
}

.tm-margin-xlarge-bottom {
    margin-bottom: 80px
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 100px
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 140px
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 160px
}

@media (max-width:1440px) {
    .tm-margin-2xlarge-bottom {
        margin-bottom: 80px
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 90px
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 120px
    }
}

@media (max-width:980px) {

    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom,
    .tm-margin-xlarge-bottom {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {

    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom,
    .tm-margin-large-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-xdefault-bottom,
    .tm-margin-xlarge-bottom {
        margin-bottom: 30px
    }
}
