/* font
-------------------------------------------------------------- */
@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: "Montserrat";
    font-display: swap;
    src: url("fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

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

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

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

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

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

@font-face {
    font-family: "tm-hub";
    src: url("fonts/tm-hub.woff?dxzwwv") format("woff"), url("fonts/tm-hub.svg?dxzwwv#tm-hub") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tm-hub {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tm-hub" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-hub-icon-down-arrow:before {
    content: "\e90c";
}

.tm-hub-icon-arrow-top:before {
    content: "\e90a";
}

.tm-hub-icon-arrow-left:before {
    content: "\e908";
}

.tm-hub-icon-arrow-right:before {
    content: "\e909";
}

.tm-hub-icon-email:before {
    content: "\e907";
}

.tm-hub-icon-checklist:before {
    content: "\e906";
}

.tm-hub-icon-youtube:before {
    content: "\e900";
}

.tm-hub-icon-instagram:before {
    content: "\e901";
}

.tm-hub-icon-facebook:before {
    content: "\e902";
}

.tm-hub-icon-tiktok:before {
    content: "\e90b";
}

.tm-hub-icon-telegram:before {
    content: "\e903";
}

.tm-hub-icon-arrowleft:before {
    content: "\e904";
}

.tm-hub-icon-search:before {
    content: "\e905";
}

/*--------------------------------------------------------------
  # Generic
  --------------------------------------------------------------*/
/* Normalize
  --------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
       ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
}

@media (min-width: 1200px) {
    html {
        font-size: 1.15vw;
        line-height: 2vw;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Sections
       ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
html,
body {
    height: 100%;
}

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

/* Grouping content
       ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
       ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: 700;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Interactive
       ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
       ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

/* Box sizing
  --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
/* Typography
  --------------------------------------------- */
optgroup,
textarea {
    color: #58595a;
    font-family: -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.1363636364rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 25px;
    padding-left: 40px;
    border-left: 13px solid #28ffb2;
}

address {
    margin: 0 0 25px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px solid #d3d3d3;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0 0 25px 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 25px;
    width: 100%;
}

/* Links
  --------------------------------------------- */
:active,
:hover,
a:active,
a:hover {
    outline: 0;
}

a {
    color: #00aeef;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #f7941e;
    text-decoration: none;
}

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

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
/* Posts and pages
  --------------------------------------------- */
.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 25px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 25px;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
    margin-bottom: 25px;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
    margin-bottom: 25px;
    display: grid;
    grid-gap: 25px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
/* Accessibility
  --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px solid #d3d3d3;
    margin: -1px auto;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 25px;
    margin-bottom: 25px;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 25px;
    margin-bottom: 25px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

/* header
  ========================================================================== */
.tm-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 13.6363636364rem;
    margin-right: 1.3636363636rem;
}

.tm-header__logo a {
    width: 100%;
    display: block;
}

.tm-header__logo img {
    width: 100%;
}

.tm-header {
    padding-top: 1.1818181818rem;
    padding-bottom: 1.1818181818rem;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #5f82b5;
}

.home .tm-header,
.tm-header.tm-header_without {
    border-bottom: 0 none;
}

.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding-top: 0.5454545455rem;
    padding-bottom: 0.5454545455rem;
    border-bottom: 0 none;
}

.tm-search {
    margin-right: 1.3636363636rem;
}

.tm-search__icon {
    font-size: 1.3181818182rem;
    border-radius: 50%;
    background: #5f82b5;
    width: 1.8181818182rem;
    height: 1.8181818182rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.4545454545rem;
    padding-right: 0.4090909091rem;
    color: #f5c34a;
    padding-bottom: 0.2727272727rem;
}

.tm-search__icon {
    cursor: pointer;
}

.tm-search {
    position: relative;
}

.tm-search__content {
    position: absolute;
    top: 2.0454545455rem;
    width: 12.7272727273rem;
    background: #fff;
    padding: 0.6818181818rem;
    right: 0;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.tm-header__social {
    margin-right: 0.7272727273rem;
}

.tm-header__btns {
    row-gap: 0.4090909091rem;
}

.tm-header__btns .tm-header__btn.tm-content-btn a {
    width: 8.1818181818rem;
    height: 1.9090909091rem;
    font-size: 0.5454545455rem;
}

.tm-header__btns .tm-header__btn.tm-content-btn a span {
    padding-right: 1.3636363636rem;
}

.tm-header__btns .tm-header__btn.tm-content-btn a span::after {
    font-size: 0.8636363636rem;
    line-height: 1;
}

.is-form-style input.is-search-input {
    font-family: "Akrobat", sans-serif;
    font-size: 16px !important;
}

.tm-header__search-mob .is-form-style.is-form-style-3 input.is-search-input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #424242 !important;
    height: 48px;
    padding-left: 0;
}

.tm-header__search-mob .is-form-style.is-form-style-3 label {
    width: calc(100% - 48px) !important;
}

.tm-header__search-mob .is-form-style button.is-search-submit {
    height: 48px;
    width: 48px;
    border-bottom: 1px solid #424242 !important;
}

.tm-header__search-mob .is-search-icon {
    border: 0 none;
    height: 48px;
    width: 48px;
    padding: 0;
    border-width: 0 0 1px 0 !important;
    border-color: #424242;
    background: none !important;
    position: relative;
}

.tm-header__search-mob .is-search-icon::before,
.tm-header__search-mob .is-search-icon::after {
    position: absolute;
    content: "";
}

.tm-header__search-mob .is-search-icon::before {
    bottom: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #5e82b4;
    left: 0;
}

.tm-header__search-mob .is-search-icon::after {
    font-family: "tm-hub";
    content: "\e905";
    color: #fac448;
    font-size: 27px;
    line-height: 27px;
    width: 27px;
    height: 27px;
    top: 8px;
    left: 8px;
}

.tm-header__search-mob .is-search-icon svg {
    display: none;
}

@media (min-width: 1181px) {
    .tm-header__mobile {
        display: none;
    }
}

@media (max-width: 1600px) {
    .tm-header__logo {
        width: 250px;
    }
}

@media (max-width: 1440px) {
    .tm-header__logo {
        width: 200px;
    }
}

@media (max-width: 1366px) {
    .tm-header__logo {
        width: 150px;
        margin-right: 10px;
    }

    .tm-search {
        margin-right: 10px;
    }

    .tm-header__btns .tm-header__btn.tm-content-btn a {
        width: 7.7272727273rem;
    }
}

@media (max-width: 1180px) {
    .tm-search {
        display: none;
    }

    .tm-header__search-mob {
        margin-bottom: 25px;
    }

    .tm-header__btns {
        row-gap: 25px;
    }
}

@media (max-width: 480px) {
    .tm-header__search-mob {
        width: 100%;
    }

    .tm-header__btns,
    .tm-header__btns .tm-header__btn.tm-content-btn a {
        width: 100%;
    }

    .tm-header__mobile .tm-social {
        max-width: 100%;
        width: 100%;
    }

    .tm-header__btns .tm-header__btn.tm-content-btn a span::after {
        font-size: 15px;
    }
}

/* menu
  ========================================================================== */
/* toggle ----------------- */
.tm-toogle-navigation label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.tm-toogle-navigation label span {
    background: #333;
    height: 3px;
    margin: 3px 0;
    border-radius: 3px;
    -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    z-index: 1;
}

.tm-toogle-navigation label>span:nth-of-type(1) {
    width: 50%;
}

.tm-toogle-navigation label>span:nth-of-type(2) {
    width: 100%;
}

.tm-toogle-navigation label>span:nth-of-type(3) {
    width: 75%;
}

.tm-toogle-navigation input[type=checkbox] {
    display: none;
}

.tm-toogle-navigation input[type=checkbox]:checked~label>span:nth-of-type(1) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotatez(45deg) translate(4px, 1px);
    -ms-transform: rotate(45deg) translate(4px, 1px);
    transform: rotatez(45deg) translate(4px, 1px);
}

.tm-toogle-navigation input[type=checkbox]:checked~label>span:nth-of-type(2) {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotatez(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotatez(-45deg);
}

.tm-toogle-navigation input[type=checkbox]:checked~label>span:nth-of-type(3) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 50%;
    -webkit-transform: translate(12px, -5px) rotatez(45deg);
    -ms-transform: translate(12px, -5px) rotate(45deg);
    transform: translate(12px, -5px) rotatez(45deg);
}

@media (min-width: 1181px) {
    .tm-toogle-navigation label {
        display: none;
    }
}

@media (max-width: 1180px) {
    .tm-toogle-navigation>label {
        position: absolute;
        right: 20px;
    }

    .tm-header__social.tm-flex,
    .tm-header__btns-comp.tm-flex {
        display: none;
    }

    .tm-toogle-navigation {
        padding-right: 50px;
    }

    .tm-header__mobile {
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* comp navigation ----------------- */
.tm-menu-wrapper-header ul,
.tm-menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 250px;
    background: #fff;
    height: 0;
    visibility: hidden;
}

.tm-menu-wrapper_header>li,
.tm-menu-wrapper_header>li>a {
    line-height: 40px;
}

.tm-menu-wrapper>li:not(:last-child) {
    padding-right: 30px;
    margin-bottom: 0;
}

.tm-menu-wrapper>li.menu-item-has-children {
    padding-right: 40px;
}

@media (min-width: 1181px) {
    .tm-menu-wrapper>li>ul {
        -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
        transition: opacity 0.6s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.6s;
        transition: transform 0.3s, opacity 0.6s;
        transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;
        left: -34px;
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    }

    .tm-menu-wrapper>li>ul li {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .tm-menu-wrapper>li>ul li>ul {
        -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, -webkit-transform 0.6s;
        -o-transition: transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
        -webkit-transform: translateX(95px) translateY(0%);
        -ms-transform: translateX(95px) translateY(0%);
        transform: translateX(95px) translateY(0%);
        opacity: 0;
        height: auto;
        visibility: visible;
        left: 250px;
        top: 0;
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    }

    .tm-menu-wrapper>li>ul li:hover>ul {
        -webkit-transform: translateX(0) translateY(0%);
        -ms-transform: translateX(0) translateY(0%);
        transform: translateX(0) translateY(0%);
        opacity: 1;
    }

    .tm-menu-wrapper>li>ul li:hover>ul li {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .tm-menu-wrapper>li:hover>ul {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .tm-menu-wrapper>li:hover>ul li {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.tm-menu-wrapper li.menu-item-has-children>a {
    position: relative;
}

.tm-menu-wrapper li.menu-item-has-children>span>a::after {
    content: "\e90c";
    font-family: "tm-hub";
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 3px;
    margin: auto;
    font-size: 0.4545454545rem;
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    right: -14px;
    top: 3px;
    bottom: 0;
}

.tm-menu-wrapper li.current-menu-item a {
    color: #434445;
}

.tm-menu-wrapper>li.current-menu-item>span>a {
    color: #434445;
}

.tm-menu-wrapper li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.tm-menu-wrapper li::before {
    display: none;
}

.tm-menu-wrapper li a {
    color: #434445;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 0.9090909091rem;
}

.tm-menu-wrapper li li>span,
.tm-menu-wrapper>li>span {
    position: relative;
}

.tm-menu-wrapper li li>span::before,
.tm-menu-wrapper>li>span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background: #28ffb2;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 0;
}

.tm-menu-wrapper>li>span::before {
    bottom: 3px;
    height: 9px;
}

.tm-menu-wrapper li li>span::before {
    height: 100%;
}

.tm-menu-wrapper li li>span {
    display: block;
}

.tm-menu-wrapper>li.current-menu-parent>span::before,
.tm-menu-wrapper>li:hover>span::before,
.tm-menu-wrapper>li.current-menu-item>span::before {
    width: 100%;
}

.tm-menu-wrapper ul>li.current-menu-item>span::before,
.tm-menu-wrapper ul>li:hover>span::before {
    width: 17px;
}

.tm-header_active .tm-menu-wrapper li a:hover,
.tm-menu-wrapper li a:hover {
    color: #434445;
}

.tm-header_active .tm-menu-wrapper li a {
    color: #434445;
}

.tm-menu-wrapper li:hover {
    cursor: pointer;
}

.tm-menu-wrapper li li a {
    line-height: 14px;
    padding: 14px 0 14px 35px;
    position: relative;
    color: #434445;
    font-weight: 500;
    font-size: 16px;
}

.tm-menu-wrapper>li>ul li:not(:last-child) {
    border-bottom: 1px solid;
    margin-bottom: 0;
}

.menu-image-title-after img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 11px;
    top: 7px;
}

span.menu-image-title-after.menu-image-title {
    display: block;
    padding-left: 35px;
}

.tm-mob-back::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100vh;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tm-mob-back::after {
    background: #fff;
    content: "";
    height: 73px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: 0;
}

@media (max-width: 1600px) {
    .tm-menu-wrapper>li.menu-item-has-children {
        padding-right: 35px;
    }

    .tm-menu-wrapper li a {
        font-size: 0.8181818182rem;
    }
}

@media (max-width: 1440px) {
    .tm-menu-wrapper>li.menu-item-has-children {
        padding-right: 30px;
    }

    .tm-menu-wrapper li a {
        font-size: 0.7272727273rem;
    }
}

@media (max-width: 1366px) {
    .tm-menu-wrapper li a {
        font-size: 0.6818181818rem;
    }
}

@media (max-width: 1280px) {
    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 0.9090909091rem;
    }

    .tm-menu-wrapper>li.menu-item-has-children {
        padding-right: 1.5909090909rem;
    }
}

@media (max-width: 1180px) {
    .tm-header_active .tm-menu-wrapper li a {
        color: #434445;
    }

    .tm-primary-menu-container {
        display: none;
        width: 100%;
        padding: 20px 20px 0;
    }

    .nav-back-link {
        padding: 18px 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .nav-back-link span {
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-right: 10px;
    }

    .nav-back-link-wrap {
        border-bottom: 1px solid #d1d1d1 !important;
        margin-bottom: 18px !important;
    }

    .nav-back-link span {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        position: relative;
        font-size: 18px;
    }

    .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        height: 0;
        top: 56px;
        left: 0;
        visibility: hidden;
        max-height: calc(100vh - 105px);
        overflow: auto;
    }

    .tm-menu-wrapper li a {
        font-size: 18px;
        font-weight: 700;
        padding: 14px 0 14px 0;
    }

    .tm-menu-wrapper li li a {
        padding: 14px 0 14px 0;
    }

    [id=main-navigation-toggle]:checked~.tm-primary-navigation {
        visibility: visible;
        height: auto;
    }

    [id=main-navigation-toggle]:checked~.tm-primary-navigation .tm-header__btn.tm-header__btn_mob,
    [id=main-navigation-toggle]:checked~.tm-primary-navigation .tm-primary-menu-container {
        display: block;
    }

    [id=main-navigation-toggle]:checked~.tm-toogle-navigation {
        background: #fff;
    }

    [id=main-navigation-toggle]:checked~.tm-mob-back::before {
        opacity: 1;
        visibility: visible;
    }

    [id=main-navigation-toggle]:checked~.tm-mob-back::after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .tm-mob-back::after {
        top: -17px;
    }

    .tm-menu-wrapper li a,
    .tm-menu-wrapper li li a {
        font-size: 18px;
        font-weight: 700;
    }

    .tm-mob-back::before {
        top: 56px;
    }

    .tm-menu-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        border-top: 1px solid #d1d1d1;
        padding-top: 10px;
    }

    .tm-menu-wrapper>li.menu-item-has-children,
    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 0;
    }

    .tm-menu-wrapper>li>ul li:not(:last-child) {
        border-bottom: 0 none;
    }

    .tm-menu-wrapper li {
        position: initial;
    }

    .tm-menu-wrapper>li {
        width: 100%;
    }

    /* .tm-menu-wrapper ul {
        position: relative;
        height: auto;
        visibility: visible;
        width: 100%;
    }
    .tm-menu-wrapper ul li {
        text-align: center;
    } */
    .tm-menu-wrapper>li>ul {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        left: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10;
        -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
        transition: opacity 0.6s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.6s;
        transition: transform 0.3s, opacity 0.6s;
        transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
    }

    .tm-menu-wrapper>li.active>ul {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }

    .tm-menu-wrapper>li>ul li {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .tm-menu-wrapper li a.nav-back-link {
        display: block;
    }
}

@media (max-width: 480px) {
    .tm-mob-back::after {
        top: -12px;
    }

    .tm-mob-back::before {
        top: 60px;
    }
}

/* contact
  ========================================================================== */
.tm-contact-phone a {
    color: #333333;
}

/* blocks
  ========================================================================== */
/* home slider
  ---------------------------------------------- */
.tm-home-slider {
    /* max-width: 1620px; */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 980px) {
    .tm-home-slider .swiper-pagination {
        position: relative;
        margin-top: 30px;
    }

    .tm-home-slider img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        height: 100%;
        z-index: 0;
        opacity: 0.3;
    }

    .tm-home-slider__content {
        position: relative;
        z-index: 2;
    }

    .tm-home-slider__content {
        min-height: 380px;
    }

    .tm-home-slider.wp-block-group.alignfull>div {
        padding: 0;
    }

    .tm-home-slider .tm-home-slider__content {
        padding-left: 40px;
        padding-right: 20px;
    }

    .tm-home-slider-wrap {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}

/* benefits
  ---------------------------------------------- */
.tm-benefits-block {
    width: 100%;
    position: relative;
    z-index: 3;
}

.tm-benefits-block>div {
    width: 33.333%;
}

.tm-benefits-card__icon {
    width: 3.7272727273rem;
    height: 3.7272727273rem;
    padding: 0.4545454545rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-benefits-card__icon img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.tm-benefits-card__block {
    width: 9.0909090909rem;
    height: 9.0909090909rem;
    padding: 0.6818181818rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Akrobat";
    text-align: center;
    font-weight: 700;
    row-gap: 0.6818181818rem;
}

.tm-benefits-card__title {
    font-size: 3.2727272727rem;
    line-height: 110%;
}

.tm-benefits-card__text {
    font-size: 0.9090909091rem;
    line-height: 100%;
    min-height: 1.8181818182rem;
}

@media (max-width: 767px) {
    .tm-benefits-card__icon {
        width: 82px;
        height: 82px;
        padding: 10px;
    }

    .tm-benefits-card__block {
        width: 200px;
        height: 200px;
        padding: 15px;
        row-gap: 15px;
    }

    .tm-benefits-card__title {
        font-size: 72px;
    }

    .tm-benefits-card__text {
        font-size: 20px;
        min-height: 40px;
    }

    .tm-benefits-block {
        row-gap: 25px;
    }

    .tm-benefits-block>div {
        width: 100%;
    }

    .tm-benefits-block>div:nth-child(2) .tm-benefits-card .tm-benefits-card__icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/* social contact
  ---------------------------------------------- */
.tm-social-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.6818181818rem;
    -moz-column-gap: 0.6818181818rem;
    column-gap: 0.6818181818rem;
}

.tm-social-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.8181818182rem;
    height: 1.8181818182rem;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 0.8181818182rem;
}

.tm-social-contact a:hover {
    opacity: 0.6;
}

.tm-social-contact a::before {
    width: 0.7727272727rem;
}

/* box with out image
  ---------------------------------------------- */
:where(.wp-block-columns.tm-box-out-img.is-layout-flex) {
    gap: 4.5454545455rem;
}

.tm-box-out-img .wp-block-column:nth-child(1) {
    padding-top: 5.4545454545rem;
}

.tm-box-out-img .wp-block-column:nth-child(2) {
    position: relative;
}

.tm-box-out-img .tm-box-out-img__img {
    position: absolute;
    z-index: 0;
    left: -4.5454545455rem;
    max-width: 11.4545454545rem;
}

.tm-box-out-img .tm-box-out-img__content {
    position: relative;
    z-index: 1;
    padding-top: 10.4545454545rem;
}

@media (max-width: 980px) {
    .tm-box-out-img .wp-block-column:nth-child(1) {
        padding-top: 0;
    }

    .tm-box-out-img .alignright {
        float: none;
        margin: 0;
    }

    :where(.wp-block-columns.tm-box-out-img.is-layout-flex) {
        gap: 0.9090909091rem;
    }

    .tm-box-out-img .tm-box-out-img__content {
        padding-top: 0;
    }

    .tm-box-out-img__img img {
        max-width: 4.5454545455rem;
    }

    .tm-box-out-img .tm-box-out-img__img {
        left: 0;
        top: -4.5454545455rem;
    }
}

/* partners slider
  ---------------------------------------------- */
.tm-partners-slider-wrap {
    position: relative;
}

.tm-partners-slider-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.tm-partners-slider {
    margin-left: 4.4545454545rem;
    margin-right: 4.4545454545rem;
}

.tm-partners-slider-navigation .partners-button-prev,
.tm-partners-slider-navigation .partners-button-next {
    background: #5f82b5;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    position: absolute;
    cursor: pointer;
    top: 50%;
}

.tm-partners-slider-navigation .partners-button-next {
    right: 0;
}

.tm-partners-slider-navigation .partners-button-prev:hover,
.tm-partners-slider-navigation .partners-button-next:hover {
    background: #e05248;
}

.tm-partners-slider-navigation .partners-button-prev::after,
.tm-partners-slider-navigation .partners-button-next::after {
    font-family: "tm-hub";
    color: #fac446;
    font-size: 4rem;
    line-height: 96%;
}

.tm-partners-slider-navigation .partners-button-prev::after {
    content: "\e908";
}

.tm-partners-slider-navigation .partners-button-next::after {
    content: "\e909";
}

.tm-partners-slider__img {
    text-align: center;
}

@media (max-width: 767px) {
    .tm-partners-slider.swiper {
        overflow: visible;
        margin: 0;
    }

    .tm-partners-slider.swiper .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tm-partners-slider__item.swiper-slide {
        width: 50%;
    }

    .tm-partners-slider-navigation {
        display: none;
    }
}

/* help links
  ---------------------------------------------- */
.tm-help-links>div {
    padding-top: 0.9090909091rem;
    padding-bottom: 0.9090909091rem;
}

.tm-help-links>div:not(:last-child) {
    margin-bottom: 1.5909090909rem;
}

.tm-help-links a {
    font-size: 2.1818181818rem;
    line-height: 120%;
    font-family: "Akrobat";
    padding: 1.1363636364rem 3.1818181818rem 1.1363636364rem 4.5454545455rem;
    position: relative;
    color: #333;
    background: #fac446;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 2.2727272727rem;
}

.tm-help-links a:hover {
    color: #5f82b5;
    background: #28ffb2;
}

.tm-help-links a span::before {
    position: absolute;
    left: 1.8181818182rem;
    top: 1.8181818182rem;
    font-family: "tm-hub";
    content: "\e906";
    font-size: 1.3636363636rem;
    line-height: 30px;
    color: #5f82b5;
}

@media (max-width: 1600px) {
    .tm-help-links a {
        font-size: 1.8181818182rem;
    }

    .tm-help-links a span::before {
        font-size: 1.1818181818rem;
        line-height: 26px;
        top: 1.3636363636rem;
    }
}

@media (max-width: 1440px) {
    .tm-help-links a {
        font-size: 1.3636363636rem;
    }

    .tm-help-links a span::before {
        top: 1.3636363636rem;
    }
}

@media (max-width: 980px) {
    .tm-help-links>div {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tm-help-links a {
        font-size: 1.0909090909rem;
        width: 100%;
        display: block;
    }
}

@media (max-width: 980px) {
    .tm-help-links a {
        padding: 0.6818181818rem 0.9090909091rem 0.6818181818rem 3.1818181818rem;
    }

    .tm-help-links a span::before {
        top: 0.7272727273rem;
        font-size: 0.9090909091rem;
    }
}

/* some projects
  ---------------------------------------------- */
.tm-some-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9090909091rem;
}

.tm-some-projects .tm-some-projects__item {
    width: 16.9090909091rem;
}

/* gallery logos
  ---------------------------------------------- */
@media (max-width: 768px) {
    .tm-gallery-logos .tm-grid__width-1-4 {
        width: 50%;
    }
}

/* home and other pages
  ============================================================================ */
.wp-block-group.alignfull {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}

.wp-block-group.alignfull>div {
    max-width: 73.6363636364rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.9090909091rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

@media (max-width: 1180px) {
    .wp-block-group.alignfull>div {
        max-width: 1620px;
        padding: 0 20px;
    }
}

/* latest news
  ============================================================================ */
.tm-latest-news__btn {
    margin-top: 1.1363636364rem;
}

@media (min-width: 481px) {
    .tm-latest-news__btn {
        display: none;
    }
}

@media (max-width: 480px) {

    .tm-latest-news .tm-grid__width-1-4:nth-child(5),
    .tm-latest-news .tm-grid__width-1-4:nth-child(6),
    .tm-latest-news .tm-grid__width-1-4:nth-child(7),
    .tm-latest-news .tm-grid__width-1-4:nth-child(8) {
        display: none;
    }
}

/* archive
  ============================================================================ */
.tm-posts-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.3636363636rem;
    font-weight: 700;
}

.tm-posts-categories-wrap {
    background: #f8f8f8;
    padding: 0.6818181818rem 0.9090909091rem;
}

.tm-posts-categories a,
.tm-posts-categories a:hover {
    color: #333;
}

.tm-posts-categories a,
.tm-posts-categories span,
.tm-posts-categories a span,
.tm-posts-categories span span {
    position: relative;
}

.tm-posts-categories a span,
.tm-posts-categories span span {
    z-index: 1;
}

.tm-posts-categories a::after,
.tm-posts-categories>span::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 9px;
    width: 0;
    background: #28ffb2;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 0;
}

.tm-posts-categories a:hover::after,
.tm-posts-categories>span.active::after {
    width: 100%;
}

.tm-posts-categories a,
.tm-posts-categories span {
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .tm-posts-categories {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 0.9090909091rem;
    }

    .tm-posts-categories__tabs-line1 {
        width: 100%;
        overflow: hidden;
    }

    .tm-posts-categories__tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
    }

    .tm-posts-categories__tabs-line2::-webkit-scrollbar {
        display: none;
    }

    .tm-posts-categories__tabs-line3 {
        max-width: 100%;
    }

    .tm-posts-categories__tabs-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 0 none;
        margin-bottom: 0;
    }
}

/* article card
  ============================================================================ */
.tm-aticle-card {
    position: relative;
    padding-bottom: 100%;
}

.tm-aticle-card::after,
.tm-aticle-card a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-aticle-card:hover h3 {
    text-decoration: underline;
}

.tm-aticle-card a {
    z-index: 5;
}

.tm-aticle-card::after {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tm-aticle-card:hover:after {
    opacity: 0;
}

.tm-aticle-date__content {
    position: absolute;
    z-index: 3;
    padding: 1.1363636364rem 1.3636363636rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.tm-aticle-card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    z-index: 0;
}

.tm-aticle-date {
    font-size: 0.8181818182rem;
    position: absolute;
    left: 1.3636363636rem;
    top: 1.1363636364rem;
}

/* single
  ============================================================================ */
.tm-single__header {
    background: rgba(250, 197, 70, 0.87);
    padding: 2.7272727273rem 3.1818181818rem;
    margin-left: -30%;
}

.tm-single__social {
    -webkit-column-gap: 0.9090909091rem;
    -moz-column-gap: 0.9090909091rem;
    column-gap: 0.9090909091rem;
}

.tm-single__tags {
    gap: 0.6818181818rem;
}

.tm-single__tags a {
    margin-right: 10px;
    padding: 8px 20px;
    border-radius: 35px;
    background: #eee;
}

.tm-related-slider.swiper {
    overflow: inherit;
}

.tm-related-slider .swiper-pagination {
    position: relative;
    margin-top: 25px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 2px solid #5f82b5;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet-active {
    background: #5f82b5;
}

.tm-home-slider .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #fff;
}

.tm-home-slider .swiper-pagination .swiper-pagination-bullet:hover,
.tm-home-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.tm-related-slider::before,
.tm-related-slider::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 5;
}

.tm-related-slider::before {
    left: -100%;
}

.tm-related-slider::after {
    right: -100%;
}

.tm-time {
    font-size: 18px;
    font-weight: 500;
}

.tm-single-project-header .tm-time {
    opacity: 0.4;
}

.tm-single-project-header .tm-grid {
    margin-left: -120px;
}

.tm-single-project-header .tm-grid>* {
    padding-left: 120px;
}

@media (max-width: 1440px) {
    .tm-single-project-header .tm-grid {
        margin-left: -90px;
    }

    .tm-single-project-header .tm-grid>* {
        padding-left: 90px;
    }
}

@media (max-width: 980px) {
    .tm-single__header {
        background: rgba(250, 197, 70, 0.87);
        padding: 30px 20px;
        margin-left: 0;
        margin-top: -100px;
        width: 100%;
    }

    .tm-time {
        font-size: 15px;
    }

    .tm-time.tm-margin-default-bottom {
        margin-bottom: 10px;
    }
}

/* comments
  ========================================================================== */
.tm-comments-area .comment-reply-title,
.tm-comments-area .comment-notes,
.tm-comments-area .logged-in-as {
    text-align: center;
}

.tm-comments-area .comment-notes {
    margin-bottom: 100px;
}

.tm-comments-area .comment-reply-title {
    font-size: 72px;
    line-height: 110%;
}

.tm-comments-area .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-comments-area .logged-in-as,
.tm-comments-area .comment-form-cookies-consent,
.tm-comments-area label,
.tm-comments-area .comment-notes,
.tm-comments-area .comment-form-comment {
    width: 100%;
}

.tm-comments-area .comment-form-author,
.tm-comments-area .comment-form-email,
.tm-comments-area .comment-form-url {
    width: 33.333%;
}

.tm-comments-area .comment-form-email,
.tm-comments-area .comment-form-url {
    padding-left: 40px;
}

.tm-comments-area label {
    display: block;
    font-family: "Akrobat";
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 8px;
}

.tm-comments-area input,
.tm-comments-area textarea {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333;
    width: 100%;
    outline: none;
}

.tm-comments-area textarea {
    height: 140px;
    resize: vertical;
}

.tm-comments-area .comment-form-author input,
.tm-comments-area .comment-form-email input,
.tm-comments-area .comment-form-url input {
    height: 60px;
}

.tm-comments-area .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-comments-area .comment-form-cookies-consent input {
    width: 20px;
    margin-right: 10px;
}

.tm-comments-area .form-submit {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
}

.tm-comments-area .form-submit::after {
    font-family: "tm-hub";
    content: "\e904";
    position: absolute;
    right: 50px;
    top: 16px;
    font-size: 24px;
    color: #fff;
}

.tm-comments-area .form-submit:hover:after {
    color: #fff;
}

.tm-comments-area .form-submit input[type=submit] {
    width: 100%;
    height: 72px;
    cursor: pointer;
    border: 0;
    background: #5f82b5;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
}

.tm-comments-area .form-submit input[type=submit]:hover {
    background: #2a5493;
    color: #fff;
}

.tm-comments-area .comment-awaiting-moderation {
    background: #ddd;
    padding: 8px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.tm-comments-area .comments-title,
.tm-comments-area .comment-list {
    margin-bottom: 80px;
}

.tm-comments-area .comment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.tm-comments-area .comment {
    background: #eee;
    padding: 40px;
}

.tm-comments-area .comment .comment {
    padding-right: 0;
}

.tm-comments-area .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tm-comments-area .comment-metadata {
    margin-left: 10px;
}

.tm-comments-area .comment-list .comment-reply-title {
    font-size: 30px;
}

.tm-comments-area .comment-list .comment-reply-title small {
    margin-left: 40px;
    font-size: 20px;
}

.tm-comments-area .comment-list .reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tm-comments-area .comment-list .reply .comment-reply-link {
    width: 200px;
    border-radius: 5px;
    font-size: 16px;
    background: #c9c9c9;
    text-align: center;
    padding: 8px 25px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #333;
}

.tm-comments-area .comment-list .reply .comment-reply-link:hover {
    background: #9c9c9c;
    color: #fff;
}

@media (max-width: 1440px) {
    .tm-comments-area .comment-reply-title {
        font-size: 60px;
    }
}

@media (max-width: 1440px) {

    .tm-comments-area .comments-title,
    .tm-comments-area .comment-list {
        margin-bottom: 60px;
    }

    .tm-comments-area .comment {
        padding: 30px;
    }

    .tm-comments-area .comment-reply-title {
        font-size: 45px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1180px) {

    .tm-comments-area .comments-title,
    .tm-comments-area .comment-list {
        margin-bottom: 40px;
    }

    .tm-comments-area .comment {
        padding: 20px;
    }
}

@media (max-width: 1180px) {
    .tm-comments-area .comment-meta>div {
        width: 100%;
    }

    .tm-comments-area .comment-metadata {
        margin-left: 0;
        margin-top: 8px;
    }

    .tm-comments-area .comment-reply-title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .tm-comments-area .form-submit::after {
        top: 25px;
    }

    .tm-comments-area .comment-list .comment-reply-title small {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .tm-comments-area .comment-list .comment-reply-title {
        margin-top: 20px;
    }
}

/* social
  ========================================================================== */
.tm-social a {
    width: 1.8181818182rem;
    height: 1.8181818182rem;
    border-radius: 50%;
    background: #5f82b5;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9090909091rem;
    line-height: 0.9090909091rem;
}

.tm-social_footer a {
    background: #fff;
    color: #5f82b5;
}

.tm-social a:hover {
    color: #fff;
}

.tm-social a.tm-hub-icon-telegram:hover {
    background: #27a3e3;
}

.tm-social a.tm-hub-icon-youtube:hover {
    background: #f60002;
}

.tm-social a.tm-hub-icon-facebook:hover {
    background: #1675ec;
}

.tm-social a.tm-hub-icon-instagram:hover {
    background: #ff4c9f;
}

.tm-social a.tm-hub-icon-tiktok:hover {
    background: #000;
}

@media (min-width: 1181px) {
    .tm-social_footer.tm-flex {
        display: none;
    }
}

@media (max-width: 1180px) {
    .tm-social a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 20px;
    }
}

/* 404
  ========================================================================== */
.tm-404__content {
    max-width: 550px;
    margin: 180px auto 0;
}

.tm-social {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 350px;
}

/* breadcrumb
  ========================================================================== */
.tm-breadcrumb-wrapper {
    padding: 0.8636363636rem 0;
    font-size: 0.7272727273rem;
}

.tm-breadcrumb {
    color: #5f82b5;
}

.tm-colored-crumb .tm-breadcrumb {
    color: rgba(255, 255, 255, 0.8);
}

.tm-breadcrumb .widget {
    margin: 0;
}

.tm-breadcrumb a {
    color: #58595a;
    text-decoration: underline;
}

.tm-breadcrumb a {
    color: #58595a;
    text-decoration: underline;
}

.tm-colored-crumb .tm-breadcrumb a {
    color: #fff;
}

.tm-breadcrumb a:hover {
    text-decoration: none;
}

@media (max-width: 1180px) {
    .tm-breadcrumb-wrapper {
        padding: 19px 0;
        font-size: 16px;
    }
}

/* pagination
  ========================================================================== */
.category-pagination .pagination {
    margin-top: 7.2727272727rem;
    margin-bottom: 5rem;
}

.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 2.7272727273rem;
    height: 2.7272727273rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9f7f7;
    color: #929292;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    font-size: 1.0909090909rem;
}

.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links>*:not(:last-child) {
    margin-right: 0.7727272727rem;
}

.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current {
    background: #f9f7f7;
    color: #5f82b5;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: #5f82b5;
    color: #fff;
}

.category-pagination .nav-links span.dots {
    background: none;
}

.category-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li::before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
}

@media (max-width: 1440px) {
    .category-pagination .pagination {
        margin-top: 4.0909090909rem;
        margin-bottom: 2.7272727273rem;
    }

    .woocommerce-pagination ul.page-numbers span.page-numbers,
    .woocommerce-pagination ul.page-numbers a.page-numbers,
    .category-pagination .nav-links a.page-numbers,
    .category-pagination .nav-links span.page-numbers {
        min-width: 1.8181818182rem;
        height: 1.8181818182rem;
        font-size: 0.7272727273rem;
    }

    .woocommerce-pagination ul.page-numbers li:not(:last-child),
    .category-pagination .nav-links>*:not(:last-child) {
        margin-right: 0.2272727273rem;
    }
}

@media (max-width: 1180px) {
    .category-pagination .pagination {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .woocommerce-pagination ul.page-numbers span.page-numbers,
    .woocommerce-pagination ul.page-numbers a.page-numbers,
    .category-pagination .nav-links a.page-numbers,
    .category-pagination .nav-links span.page-numbers {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .woocommerce-pagination ul.page-numbers li:not(:last-child),
    .category-pagination .nav-links>*:not(:last-child) {
        margin-right: 5px;
    }
}

/* search
  ========================================================================== */
.tm-page-search {
    max-width: 480px;
}

.tm-page-search .is-form-style.is-form-style-3 input.is-search-input {
    background: #fff !important;
    color: #000 !important;
}

/* footer
  ========================================================================== */
.tm-to-top_btn {
    position: fixed;
    right: 2.0454545455rem;
    bottom: 2.0454545455rem;
    z-index: 10;
}

.tm-to-top_btn a {
    width: 4.0909090909rem;
    height: 4.0909090909rem;
    display: block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: #276766;
}

.tm-to-top_btn a::after {
    content: "";
    display: block;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: "\e90a";
    font-family: "tm-hub";
    font-size: 4.0909090909rem;
    line-height: 4.0909090909rem;
    color: #fac446;
}

.tm-to-top_btn a:hover::after {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tm-footer {
    padding-top: 4.5454545455rem;
    padding-bottom: 4.5454545455rem;
    background: #5f82b5;
    color: #fff;
}

.tm-footer__logo {
    max-width: 17.7272727273rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-footer__title {
    font-size: 2.0454545455rem;
    line-height: 2.1818181818rem;
}

.tm-footer__mail a {
    color: #fac546;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tm-footer__mail a:hover {
    color: #e05248;
}

.tm-developer a,
.tm-footer__links a {
    text-decoration: underline;
    color: #fff;
}

.tm-developer a:hover,
.tm-footer__links a:hover {
    text-decoration: none;
}

.tm-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.4545454545rem;
}

.tm-developer,
.tm-footer__links a,
.tm-footer__copyright {
    font-size: 0.7272727273rem;
    line-height: 0.8181818182rem;
}

.tm-footer-form .tm-from-btn {
    margin-right: 0;
    background: #fff;
    margin-top: 1.8181818182rem;
    color: #5f82b5;
}

.tm-footer-form .wpcf7-form-control {
    border-color: #fff;
}

.tm-footer-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #fff;
}

.tm-footer-form .wpcf7-form-control::-moz-placeholder {
    color: #fff;
}

.tm-footer-form .wpcf7-form-control:-moz-placeholder {
    color: #fff;
}

.tm-footer-form .wpcf7-form-control:-ms-input-placeholder {
    color: #fff;
}

@media (max-width: 1180px) {
    .tm-to-top_btn a {
        width: 50px;
        height: 50px;
    }

    .tm-to-top_btn a::after {
        font-size: 50px;
        line-height: 50px;
    }

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

    .tm-footer__title {
        font-size: 30px;
        line-height: 35px;
    }

    .tm-footer__logo {
        max-width: 300px;
    }

    .tm-developer,
    .tm-footer__links a,
    .tm-footer__copyright {
        font-size: 16px;
        line-height: 18px;
    }

    .tm-footer__links {
        row-gap: 10px;
    }
}

@media (max-width: 980px) {
    .tm-footer__title {
        font-size: 18px;
        line-height: 30px;
    }

    .tm-footer .tm-grid__width-1-2:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tm-footer-form .tm-from-btn {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 20px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .tm-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tm-to-top_btn {
        display: none;
    }

    .tm-footer__logo-subtitle.tm-h2 {
        font-size: 20px;
    }

    .tm-footer__title.tm-margin-default-bottom {
        margin-bottom: 5px;
    }

    .tm-footer__logo {
        max-width: 165px;
    }
}

/* accordion
  ========================================================================== */
.tm-content-accordion-list {
    position: relative;
    width: 100%;
    height: auto;
}

.tm-content-accordion-list>div {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0.6818181818rem;
}

.tm-content-accordion-list>div.active {
    border-bottom: 0;
    padding-bottom: 0;
}

.tm-content-accordion-list__title::after {
    right: 1.4545454545rem;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 1.3636363636rem;
    height: 1.3636363636rem;
    font-size: 1.3636363636rem;
    line-height: 1.3636363636rem;
    content: "\e90a";
    font-family: "tm-umpd";
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #00aeef;
}

.tm-content-accordion-list__title.active::after {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tm-content-accordion-list__title {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 32px 32px 32px 32px;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    background: #f9f7f7;
    position: relative;
}

.tm-content-accordion-list__text {
    padding: 3.4090909091rem 0;
}

.tm-content-accordion-list__text p:last-child {
    margin-bottom: 0;
}

.tm-content-accordion-list-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.6818181818rem;
    -moz-column-gap: 0.6818181818rem;
    column-gap: 0.6818181818rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.accordion-swiper-button-prev,
.accordion-swiper-button-next {
    width: 2.7272727273rem;
    height: 2.7272727273rem;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 3.1818181818rem;
}

.accordion-swiper-button-prev.swiper-button-disabled,
.accordion-swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.accordion-swiper-button-prev,
.accordion-swiper-button-next,
.accordion-swiper-button-prev.swiper-button-disabled:hover,
.accordion-swiper-button-next.swiper-button-disabled:hover {
    background: #00aeef;
}

.accordion-swiper-button-prev:hover,
.accordion-swiper-button-next:hover {
    background: #f7941e;
}

.accordion-swiper-button-prev::before,
.accordion-swiper-button-next::before {
    font-family: "tm-umpd";
    font-size: 1.0909090909rem;
    content: "\e90a";
    display: block;
    width: 1.0909090909rem;
    height: 1.0909090909rem;
}

.accordion-swiper-button-prev::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-swiper-button-next::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-swiper-button-prev.swiper-button-lock,
.accordion-swiper-button-next.swiper-button-lock {
    display: none;
}

@media (max-width: 1440px) {
    .tm-content-accordion-list__title {
        font-size: 2.0454545455rem;
        line-height: 2.2727272727rem;
    }
}

@media (max-width: 980px) {
    .tm-content-accordion-list__title {
        padding: 24px 32px;
        font-size: 35px;
        line-height: 40px;
    }

    .tm-content-accordion-list__text {
        padding: 18px 20px;
    }

    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        top: -5px;
    }

    .tm-content-accordion-list__title::after {
        width: 26px;
        height: 26px;
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .tm-content-accordion-list__title {
        padding: 15px 20px;
        font-size: 28px;
        line-height: 32px;
    }

    .tm-content-accordion-list__text {
        padding: 18px 20px;
    }

    .tm-content-accordion-list>div {
        max-width: 100%;
    }
}

/* popup
  ========================================================================== */
.form-popup {
    position: relative;
    max-width: 25rem;
    margin: 0 auto;
}

#becomeMember {
    max-width: 34.0909090909rem;
}

.form-popup-content {
    border-radius: 0.9090909091rem;
    background: #fff;
    padding: 1.3636363636rem;
}

@media (max-width: 1440px) {
    .form-popup-content__title {
        font-size: 1.5909090909rem;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .form-popup-content__title {
        font-size: 1.2727272727rem;
        line-height: 40px;
    }
}

/* form
  ========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: 3.6363636364rem;
    line-height: 70px;
    font-family: "Akrobat", sans-serif;
    font-size: 1.0909090909rem;
    font-weight: 400;
    margin-bottom: 0.9090909091rem;
    padding: 0.3181818182rem 0;
    border-width: 0 0 1px 0;
    border-color: #4e4e4e;
    border-style: solid;
    outline: none;
    color: #434445;
}

.wpcf7-not-valid {
    -webkit-box-shadow: 0 0 15px rgba(220, 50, 50, 0.3411764706);
    box-shadow: 0 0 15px rgba(220, 50, 50, 0.3411764706);
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #434445;
}

.wpcf7-form-control::-moz-placeholder {
    color: #434445;
}

.wpcf7-form-control:-moz-placeholder {
    color: #434445;
}

.wpcf7-form-control:-ms-input-placeholder {
    color: #434445;
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    border-color: #1e1e27;
    outline: none;
}

.wpcf7-textarea {
    height: 180px;
    resize: vertical;
}

.tm-from-btn,
.wpcf7-submit {
    width: 13.6363636364rem;
    background: #5f82b5;
    border-radius: 5px;
    height: 3.1818181818rem;
    border: 0 none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.8181818182rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: auto;
    margin-right: auto;
}

.tm-from-btn:hover,
.wpcf7-submit:hover {
    background: #2a5493;
    color: #fff;
    cursor: pointer;
}

.tm-from-btn span {
    padding-right: 1.7272727273rem;
    position: relative;
}

.tm-from-btn span::after {
    content: "\e904";
    font-family: "tm-hub";
    position: absolute;
    right: 0;
    top: -0.0454545455rem;
    font-size: 1rem;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -0.7272727273rem;
    font-size: 0.5454545455rem;
}

.wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.tm-content-form {
    max-width: 42.7272727273rem;
}

@media (max-width: 1180px) {
    .wpcf7-form-control {
        height: 2.7272727273rem;
        font-size: 1.0909090909rem;
        list-style: 40px;
    }

    .wpcf7-textarea {
        height: 5.4545454545rem;
    }
}

@media (max-width: 768px) {
    .wpcf7-form-control {
        height: 2.1818181818rem;
        font-size: 0.8181818182rem;
        line-height: 34px;
    }

    .wpcf7-textarea {
        height: 4.5454545455rem;
    }
}

@media (max-width: 480px) {
    .wpcf7-form-control {
        margin-bottom: 0.5454545455rem;
    }
}

/* pattern
  ========================================================================== */
.tm-back-line {
    background: url(img/back-line.webp) no-repeat center bottom/contain;
    padding-bottom: 3.6363636364rem;
}

.tm-back-line-top {
    background: url(img/back-line2.webp) no-repeat center top/contain;
    padding-top: 3.6363636364rem;
}

.tm-back-split>div,
.tm-back-logo>div {
    position: relative;
}

.tm-back-split>div::after,
.tm-back-logo>div::after {
    content: "";
    width: 14.6818181818rem;
    height: 21.5454545455rem;
    background: url(img/logo-out.webp) no-repeat 0 0;
    position: absolute;
    right: -15%;
    bottom: 0;
    z-index: -1;
}

.tm-back-split {
    background: url(img/back-line2.webp) no-repeat center top/contain;
    padding-top: 3.6363636364rem;
}

@media (max-width: 1600px) {

    .tm-back-split>div::after,
    .tm-back-logo>div::after {
        height: 15.9090909091rem;
        width: 10.8636363636rem;
        background-size: 100%;
        right: -5%;
    }
}

@media (max-width: 1600px) {

    .tm-back-split>div::after,
    .tm-back-logo>div::after {
        height: 12.2727272727rem;
        width: 8.3636363636rem;
    }
}

@media (max-width: 980px) {
    .tm-back-split>div::after {
        bottom: auto;
        top: -8.6363636364rem;
    }

    .tm-back-split {
        background-size: 1400px 400px;
        background-position: -677px;
        padding-top: 0;
    }
}

@media (max-width: 480px) {

    .tm-back-split>div::after,
    .tm-back-logo>div::after {
        height: 165px;
        width: 112px;
    }

    .tm-back-split>div::after {
        top: -120px;
    }
}

/* main style
  ========================================================================== */
:where(.wp-block-columns.tm-two-column-space.is-layout-flex) {
    gap: 5.4545454545rem;
}

:where(.wp-block-columns.tm-three-column-space.is-layout-flex) {
    gap: 4.5454545455rem;
}

.tm-youtube {
    width: 100%;
    position: relative;
    padding: 45% 0 0 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 54.5454545455rem;
}

.tm-youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-fix-body {
    overflow: hidden;
}

.tm-main {
    padding: 0 0 5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tm-page {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.tm-centered-content {
    max-width: 73.6363636364rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.9090909091rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tm-padding {
    padding: 5.4545454545rem 0;
}

.tm-small-padding {
    padding: 1.8181818182rem 0;
}

.tm-middle-padding {
    padding: 2.7272727273rem 0;
}

.tm-box {
    padding: 4.0909090909rem 3.6363636364rem;
}

.tm-box-big {
    padding: 5.4545454545rem 3.6363636364rem;
}

.tm-small-padding .wp-block-columns {
    margin-bottom: 0;
}

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

.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.tm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tm-grid-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.tm-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9090909091rem;
    row-gap: 0.9090909091rem;
}

.tm-grid>* {
    padding-left: 0.9090909091rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tm-grid__width-1-1 {
    width: 100%;
}

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

.tm-grid__width-5-20 {
    width: 55%;
}

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

.tm-grid__width-2-3 {
    width: 35%;
}

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

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

.tm-grid__width-1-6 {
    width: 16.666%;
}

.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-4-20 {
    width: 45%;
}

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

@media (max-width: 1180px) {
    :where(.wp-block-columns.tm-two-column-space.is-layout-flex) {
        gap: 4.0909090909rem;
    }

    :where(.wp-block-columns.tm-three-column-space.is-layout-flex) {
        gap: 3.1818181818rem;
    }

    .tm-grid__width-1-6 {
        width: 33.333%;
    }
}

@media (max-width: 980px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .wp-block-columns {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .tm-grid-right {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }

    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

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

    .tm-grid {
        margin-left: -20px;
        row-gap: 20px;
    }

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

@media (max-width: 768px) {
    .tm-grid__width-1-6 {
        width: 50%;
    }

    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }

    .tm-grid>*:last-child {
        margin-bottom: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6,
.tm-h1-content,
.tm-h2-content {
    font-weight: 800;
    line-height: 120%;
    position: relative;
    z-index: 3;
}

h1,
.tm-h1 {
    font-size: 3.2727272727rem;
}

h2,
.tm-h2 {
    font-size: 1.3636363636rem;
}

h3,
.tm-h3 {
    font-size: 1.0909090909rem;
}

h4,
.tm-h4,
h5,
.tm-h5,
h6,
.tm-h6 {
    font-size: 1rem;
}

.tm-size-36 {
    font-size: 1.6363636364rem;
    line-height: 120%;
}

.tm-size-40 {
    font-size: 1.8181818182rem;
    line-height: 120%;
}

.tm-size-42 {
    font-size: 1.9090909091rem;
    line-height: 120%;
}

.tm-size-60 {
    font-size: 2.7272727273rem;
    line-height: 120%;
}

.tm-size-80 {
    font-size: 3.6363636364rem;
    line-height: 110%;
}

.tm-size-90 {
    font-size: 4.0909090909rem;
    line-height: 110%;
}

.tm-size-100 {
    font-size: 4.5454545455rem;
    line-height: 110%;
}

.tm-font-uniq {
    font-family: "Akrobat";
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.lightmedium {
    font-weight: 500;
}

.normal {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-blue {
    color: #5f82b5;
}

.color-green {
    color: #276766;
}

.color-red {
    color: #e05248;
}

.color-yellow {
    color: #fac546;
}

.tm-bg-blue {
    background: #5f82b5;
}

.tm-bg-dark-blue {
    background: #5a7bac;
}

.tm-bg-green {
    background: #276766;
}

.tm-bg-dark-green {
    background: #256261;
}

.tm-bg-dark-blue ul li::before,
.tm-bg-dark-green ul li::before,
.tm-bg-blue ul li::before,
.tm-bg-green ul li::before {
    color: #fdc145;
}

.text-center {
    text-align: center;
}

.trans {
    text-transform: uppercase;
}

.maxcenter {
    margin-left: auto;
    margin-right: auto;
}

.max750 {
    max-width: 34.0909090909rem;
}

.lh160 {
    line-height: 160%;
}

.lh180 {
    line-height: 180%;
}

.tm-column-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

ul {
    padding: 0;
    margin-left: 0.3181818182rem;
    list-style: none;
}

ul li {
    position: relative;
    padding-left: 1.5909090909rem;
}

ul li:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

ul li::before {
    content: "\e906";
    font-family: "tm-hub";
    position: absolute;
    left: 0;
    top: 0.0909090909rem;
    font-size: 0.9090909091rem;
    color: #5f82b5;
}

ul.tm-check-yellow li::before {
    color: #fdc145;
}

ul.tm-list-space li:not(:last-child) {
    margin-bottom: 1.1363636364rem;
}

ol {
    counter-reset: num;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

ol li {
    padding-left: 1.5909090909rem;
    position: relative;
}

ol li:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

ol li:before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    width: 1.3636363636rem;
    text-align: right;
    color: #f7941e;
}

.tm-load-btn_centered,
.tm-content-btn_centered,
.tm-content-btn_centered a {
    margin: 0 auto;
}

.tm-load-btn,
.tm-content-btn a {
    width: 9.7727272727rem;
    background: #5f82b5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.7272727273rem;
    font-weight: 500;
    font-size: 0.6363636364rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.4545454545rem;
}

.tm-content-btn.tm-content-btn_white a {
    background: #fff;
    color: #5e82b4;
}

.tm-content-btn.tm-content-btn_yellow a {
    background: #fac546;
    color: #fff;
}

.tm-content-btn.tm-content-btn_yellow a:active,
.tm-content-btn.tm-content-btn_yellow a:focus,
.tm-content-btn.tm-content-btn_yellow a:hover {
    background: #e05248;
}

.tm-load-btn span,
.tm-content-btn a span {
    padding-right: 30px;
    position: relative;
}

.tm-load-btn span::after,
.tm-content-btn a span::after {
    content: "\e904";
    font-family: "tm-hub";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0.9090909091rem;
    height: 0.9090909091rem;
    line-height: 1;
}

.tm-load-btn span::after {
    font-size: 0.8181818182rem;
    height: 1rem;
}

.tm-load-btn span::after {
    content: "+";
}

.tm-load-btn:hover,
.tm-load-btn:active,
.tm-load-btn:focus,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: #2a5493;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn.tm-content-btn_middle a,
.tm-content-btn.tm-content-btn_big a {
    height: 3.9545454545rem;
    font-weight: 700;
    font-size: 0.8181818182rem;
    text-align: center;
}

.tm-content-btn.tm-content-btn_middle a span,
.tm-content-btn.tm-content-btn_big a span {
    padding-right: 50px;
}

.tm-content-btn.tm-content-btn_middle a span::after,
.tm-content-btn.tm-content-btn_big a span::after {
    font-size: 1.1363636364rem;
}

.tm-content-btn.tm-content-btn_middle a {
    width: 22.7272727273rem;
}

.tm-content-btn.tm-content-btn_big a {
    width: 30.9090909091rem;
}

.tm-btn-box .tm-content-btn a {
    width: 87%;
    font-size: 1.6363636364rem;
    color: #333333;
    border-radius: 0;
}

.tm-btn-box .tm-content-btn a:active,
.tm-btn-box .tm-content-btn a:focus,
.tm-btn-box .tm-content-btn a:hover {
    background: #fac546;
    color: #333;
}

.tm-btn-box .tm-content-btn a span {
    padding: 0;
}

.tm-btn-box .tm-content-btn a span::after {
    display: none;
}

@media (max-width: 1600px) {
    .tm-main {
        padding: 0 0 3.6363636364rem;
    }

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

    h1,
    .tm-h1 {
        font-size: 2.7272727273rem;
    }

    .tm-size-36 {
        font-size: 1.5454545455rem;
    }

    .tm-size-40 {
        font-size: 1.7272727273rem;
    }

    .tm-size-60 {
        font-size: 2.2727272727rem;
    }

    .tm-size-80 {
        font-size: 3.1818181818rem;
    }

    .tm-size-90 {
        font-size: 3.4090909091rem;
    }

    .tm-size-100 {
        font-size: 3.8636363636rem;
    }

    .tm-box {
        padding: 3.1818181818rem 2.7272727273rem;
    }

    .tm-box-big {
        padding: 4.0909090909rem 2.7272727273rem;
    }

    .tm-btn-box .tm-content-btn a {
        font-size: 1.3636363636rem;
    }
}

@media (max-width: 1440px) {

    h1,
    .tm-h1 {
        font-size: 2.2727272727rem;
    }

    .tm-size-36 {
        font-size: 1.3636363636rem;
    }

    .tm-size-40 {
        font-size: 1.5454545455rem;
    }

    .tm-size-60 {
        font-size: 1.8181818182rem;
    }

    .tm-size-80 {
        font-size: 2.2727272727rem;
    }

    .tm-size-90 {
        font-size: 2.7272727273rem;
    }

    .tm-size-100 {
        font-size: 3.1818181818rem;
    }

    .tm-padding {
        padding: 4.0909090909rem 0;
    }

    /* .lh160 {
        line-height: 140%;
    }
    .lh180 {
        line-height: 150%;
    } */
    .tm-box {
        padding: 1.8181818182rem 1.3636363636rem;
    }

    .tm-box-big {
        padding: 2.7272727273rem 1.8181818182rem;
    }

    .tm-btn-box .tm-content-btn a {
        font-size: 1.0909090909rem;
    }
}

@media (max-width: 1180px) {

    .tm-load-btn,
    .tm-content-btn a {
        height: 60px;
        width: 215px;
        font-size: 14px;
        line-height: 18px;
    }

    .tm-padding {
        padding: 60px 0;
    }

    .tm-main {
        padding: 0 0 60px;
    }

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

    ul.tm-list-space li:not(:last-child) {
        margin-bottom: 15px;
    }

    h1,
    .tm-h1 {
        font-size: 40px;
    }

    h2,
    .tm-h2,
    .tm-size-36 {
        font-size: 24px;
    }

    .tm-size-40,
    .tm-size-60 {
        font-size: 30px;
    }

    .tm-size-80 {
        font-size: 35px;
    }

    .tm-size-90 {
        font-size: 40px;
    }

    .tm-size-100 {
        font-size: 50px;
    }

    .tm-btn-box .tm-content-btn a {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 980px) {
    .tm-column-right {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }

    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }
}

@media (max-width: 700px) {

    .tm-content-btn.tm-content-btn_middle a,
    .tm-content-btn.tm-content-btn_big a {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        height: 60px;
    }

    .tm-content-btn.tm-content-btn_middle a span::after,
    .tm-content-btn.tm-content-btn_big a span::after {
        line-height: 20px;
    }
}

@media (max-width: 480px) {

    h1,
    .tm-h1 {
        font-size: 36px;
    }

    h3,
    .tm-h3,
    h4,
    .tm-h4,
    h5,
    .tm-h5,
    h6,
    .tm-h6 {
        font-size: 20px;
    }

    .tm-size-80,
    .tm-size-90 {
        font-size: 9vw;
    }

    .tm-size-100 {
        font-size: 11vw;
    }

    /* .lh160,
    .lh180 {
        line-height: 120%;
    } */
    .tm-btn-box .tm-content-btn a {
        font-size: 18px;
    }

    .tm-content-btn a {
        width: 100%;
        font-weight: 700;
    }

    .tm-load-btn span::after,
    .tm-content-btn a span::after {
        bottom: 0;
        margin: auto;
        height: 16px;
        line-height: 16px;
    }

    .tm-load-btn span::after {
        font-size: 16px;
        height: 18px;
    }

    .tm-load-btn span,
    .tm-content-btn a span {
        padding-right: 40px;
    }

    .tm-box-big,
    .tm-box {
        padding: 30px 20px;
    }
}

@media (max-width: 350px) {
    .tm-content-btn a {
        width: 100%;
    }
}

/* margins
  ========================================================================== */
.tm-margin-xxsmall-bottom {
    margin-bottom: 0.3636363636rem;
}

.tm-margin-small-bottom {
    margin-bottom: 0.6818181818rem;
}

.tm-margin-standart-bottom {
    margin-bottom: 0.9090909091rem;
}

.tm-margin-default-bottom {
    margin-bottom: 1.3636363636rem;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 1.8181818182rem;
}

.tm-margin-medium-bottom {
    margin-bottom: 2.2727272727rem;
}

.tm-margin-large-bottom {
    margin-bottom: 2.9545454545rem;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 3.6363636364rem;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 4.5454545455rem;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 5.4545454545rem;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 7.2727272727rem;
}

@media (max-width: 1440px) {
    .tm-margin-xlarge-bottom {
        margin-bottom: 2.7272727273rem;
    }

    .tm-margin-2xlarge-bottom {
        margin-bottom: 3.6363636364rem;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 4.0909090909rem;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 5.4545454545rem;
    }
}

@media (max-width: 980px) {

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

    .tm-margin-xxsmall-bottom {
        margin-bottom: 8px;
    }

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

    .tm-margin-standart-bottom {
        margin-bottom: 20px;
    }

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

@media (max-width: 767px) {

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