/*!
Theme Name: bezuglade
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bezuglade
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bezuglade is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* fonts
-------------------------------------------------------------- */

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

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

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

@font-face {
    font-family: 'tm-bezuglade';
    src: url('fonts/tm-bezuglade.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tm-bezuglade {
    font-family: 'tm-bezuglade' !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-bezuglade-icon-zoom:before {
    content: "\e90a";
}

.tm-bezuglade-icon-certificate:before {
    content: "\e900";
}

.tm-bezuglade-icon-youtube3:before {
    content: "\e901";
}

.tm-bezuglade-icon-pin:before {
    content: "\e902";
}

.tm-bezuglade-icon-mail2:before {
    content: "\e903";
}

.tm-bezuglade-icon-call:before {
    content: "\e904";
}

.tm-bezuglade-icon-facebook:before {
    content: "\e905";
}

.tm-bezuglade-icon-instagram2:before {
    content: "\e906";
}

.tm-bezuglade-icon-twitter:before {
    content: "\e907";
}

.tm-bezuglade-icon-linkedin-full:before {
    content: "\e908";
}

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


/*--------------------------------------------------------------
# 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;
    color: var(--main-color-black);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

:root {
    --main-color-black: #000;
    --main-color-blue: #87A5D5;
    --main-color-light-grey: #EDF1F2;
    --main-color-dark-grey: #3D3D3C;
    --main-color-bg: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0.1) 100%);
}


/* Sections
	 ========================================================================== */

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

* {
    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 {
    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;
    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 {
    box-sizing: inherit;
}

html {
    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: 25px;
}

p:last-child {
    margin-bottom: 0;
}

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

cite {
    font-style: normal;
}

blockquote {
    margin: 0 0 25px;
    padding-left: 23px;
    border-left: 3px solid #ED2C3D;
    font-style: normal;
    font-weight: 600;
}

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
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 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: var(--main-color-blue);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #08589e;
    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);
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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 {
    z-index: 1;
    max-width: 140px;
}

.tm-header__logo,
.tm-header__logo a {
    display: flex;
}

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

.tm-header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    z-index: 1000;
}

.tm-header_active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: fixed;
}

@media (max-width: 1180px) {
    .tm-header__logo {
        max-width: 95px;
    }
}



/* menu
========================================================================== */
/* toggle ----------------- */
.tm-toogle-navigation>label {
    display: flex;
    flex-direction: column;
    width: 16px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    right: 30px;
    top: 32px;
    justify-content: flex-end;
    align-items: flex-end;
}


.tm-toogle-navigation>label span {
    background: #191A00;
    height: 2px;
    margin: 2px 0;
    border-radius: 3px;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    z-index: 1;
}

.tm-page_black .tm-toogle-navigation>label span {
    background: #fff;
}

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

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

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

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



.tm-toogle-navigation input[type="checkbox"]:checked~label>span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(-2.9px, 6.5px);
    width: 50%;
}

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

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

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

@media (max-width: 1180px) {
    .tm-toogle-navigation {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


/* comp navigation ----------------- */
.tm-menu-wrapper-header ul,
.tm-menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    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;
    display: block;
    flex-wrap: wrap;
    z-index: 100;

}

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

.tm-menu-wrapper>li:not(:last-child) {
    padding-right: 32px;
}

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

.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: -12px;
    box-shadow: 0 7px 8px rgb(0 0 0 / 5%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.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(75px) translateY(0%);
    -ms-transform: translateX(75px) translateY(0%);
    transform: translateX(75px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: visible;
    left: 250px;
    top: 0;
}

.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>span>a {
    position: relative;
}

.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after,
.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 4px;
    border: solid #191A00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after {
    right: 5px;
}

.tm-page_black .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    border: solid #FAFAF7;
    border-width: 0 2px 2px 0;
}

.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 14px;
    right: 10px;
}

.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tm-menu-wrapper>li>ul>li.current-menu-ancestor>span>a::after,
.tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
.tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
.tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
.tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

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

.tm-menu-wrapper li li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 16px;
    display: inline-block;
    padding: 2px;
}

.tm-page_black .tm-menu-wrapper>li:hover>span>a,
.tm-page_black .tm-menu-wrapper>li.current-menu-item>span>a,
.tm-menu-wrapper>li:hover>span>a,
.tm-menu-wrapper>li.current-lang>span>a,
.tm-menu-wrapper>li li.current-menu-ancestor>span>a,
.tm-menu-wrapper>li.current-menu-item>span>a,
.tm-menu-wrapper>li.current-menu-ancestor>span>a {
    color: #000;
}

.tm-menu-wrapper li li a:hover {
    background: #fff;
    color: #000;
}

.tm-menu-wrapper li li.current-menu-item>span>a {
    color: #fff;
    background: #000;
    opacity: 1;
}

.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 {
    text-decoration: none;
    color: #000;
    font-weight: 300;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 20px;
}


.tm-menu-wrapper>li>span>a {
    color: #000;
    opacity: 1;
    position: relative;
}

.tm-page_black .tm-menu-wrapper>li>span>a {
    color: #FAFAF7;
}


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

.tm-menu-wrapper li li a {
    line-height: 13px;
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    position: relative;
}

.tm-mob-back::before {
    background: #fff;
    content: '';
    height: 100vh;
    left: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all .3s;
    top: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links>a {
    display: none;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links {
    display: flex;
    justify-content: space-between;
}


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

@media (min-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links {
        display: none;
    }
}

@media (max-width: 1180px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        overflow-y: auto;
        height: calc(100vh - 40px);
        padding-bottom: 80px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #323841;
        width: 32px;
        height: 2px;
    }

    .tm-primary-navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        top: 70px;
    }


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

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

    /* .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        height: 0;
        top: 65px;
        left: 0;
        visibility: hidden;
    } */


    [id=main-navigation-toggle]:checked~.tm-header__right .tm-primary-navigation {
        visibility: visible;
        height: calc(100vh - 65px);
        overflow: auto;
    }

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

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

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

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

    .tm-menu-wrapper>li,
    .tm-menu-wrapper>li>span,
    .tm-menu-wrapper>li>span>a {
        width: 100%;
        display: block;
    }

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

    .tm-menu-wrapper>li.menu-item-has-children>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children.current-menu-item>span>a::before,
    .tm-menu-wrapper>li.current-menu-ancestor>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children:hover>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children>span>a:hover::before {
        width: 23px;
        height: 23px;
        right: 0;
        z-index: 1;
        top: 7px;
        display: block;
    }


    .tm-menu-wrapper>li.current-menu-item>span>a::before {
        display: none;
    }

    .tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a::before,
    .tm-menu-wrapper>li.lang-item:hover>span>a::before,
    .tm-menu-wrapper>li.lang-item>span>a:hover::before,
    .tm-menu-wrapper>li.current-lang>span>a:before,
    .tm-menu-wrapper>li:hover>span>a::before,
    .tm-menu-wrapper>li>span>a:hover::before {
        display: block;
    }

    .tm-menu-wrapper>li.current-lang>span>a:before {
        width: 100%;
        height: 3px;
    }

    .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
        content: "";
        position: absolute;
        right: 7px;
        top: 15px;
        display: inline-block;
        z-index: 5;
    }

    .tm-menu-wrapper>li>ul {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tm-menu-wrapper>li.lang-item>span>a:before {
        left: 0;
        top: 0;
    }

    .tm-menu-wrapper>li>ul li>ul,
    .tm-menu-wrapper ul {
        position: relative;
        height: auto;
        visibility: visible;
        width: 100%;
    }

    .tm-menu-wrapper li li a {
        padding: 13px 15px;
    }

    .tm-menu-wrapper li li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .tm-menu-wrapper>li>ul li>ul,
    .tm-menu-wrapper>li>ul {
        opacity: 1;
        box-shadow: 0 0 0 rgb(0 0 0 / 0%);
        left: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .tm-menu-wrapper>li>ul li>ul {
        left: 20px;
        width: calc(100% - 20px);
    }


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

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

/* breadcrumb
========================================================================== */
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.tm-breadcrumb {
    color: #585858;
    font-size: 14px;
}

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

.tm-breadcrumb a {
    text-decoration: none;
    color: #585858;
}

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



/* sidebar
========================================================================== */
.wp-block-categories li::before {
    display: none;
}

.wp-block-categories li {
    padding-left: 0;
}

.wp-block-categories {
    column-gap: 20px;
}

.wp-block-categories li:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-categories li a {
    font-family: 'Grandis';
    color: var(--main-color-blue);
    background: var(--main-color-light-blue);
    padding: 19px 24px;
    font-weight: 500;
    border-radius: 12px;
    display: block;
    font-size: 16px;
}

.wp-block-categories li.current-cat a,
.wp-block-categories li a:hover,
.wp-block-categories li a:active,
.wp-block-categories li a:focus {
    color: #fff;
    background: var(--main-color-blue);
}


.wp-block-categories {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-categories li a {
    white-space: nowrap;
}

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


@media (max-width: 480px) {
    .wp-block-categories li a {
        font-size: 10px;
        padding: 11px 14px;
    }

    .wp-block-categories li:not(:last-child) {
        margin-bottom: 10px;
    }

    .wp-block-categories {
        column-gap: 10px;
    }

    .wp-block-categories li:not(:last-child) {
        margin-bottom: 10px;
    }
}


/* object fit
========================================================================== */
.tm-blog-card__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 102%;
    z-index: 0;
}


/* other pages
========================================================================== */
.tm-hidden-paragraphs-shadow {
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 80.62%);
    margin-top: -190px;
    position: relative;
    z-index: 1;
}

.tm-read-more-button {
    cursor: pointer;
    font-weight: 500;
    font-family: 'Grandis', sans-serif;
    color: var(--main-color-blue);
}


.tm-read-more-button span {
    padding-right: 24px;
    position: relative;
}

.tm-read-more-button span::after {
    font-family: 'tm-bezuglade';
    content: "\e900";

    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.tm-read-more-button:hover span::after {
    transform: rotate(-45deg);
}

.tm-read-more-button.expanded span::after {
    transform: rotate(-90d*eg);
}

/* lang 
========================================================================== */
.tm-lang .wpml-ls-legacy-dropdown {
    width: 63px;
}

.tm-lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0 none;
    color: #000;
    font-family: "Play", sans-serif;
    font-size: 19px;
    padding: 2px 25px 4px 10px;
}

.tm-lang .wpml-ls-legacy-dropdown li::before {
    display: none;
}

.tm-lang .wpml-ls-legacy-dropdown a:hover,
.tm-lang .wpml-ls-legacy-dropdown a:focus {
    background: none;
}

.tm-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.2em solid transparent;
    border-top: 0.4em solid;
}

.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0 none;
}

.tm-lang .wpml-ls-legacy-dropdown:hover a,
.tm-lang .wpml-ls-legacy-dropdown:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-item:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.tm-lang .wpml-ls-legacy-dropdown a:focus,
.tm-lang .wpml-ls-legacy-dropdown a:hover {
    background: rgba(0, 0, 0, .2);
    color: #000;
}

.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover a:hover {
    color: #fff;
}

/* blog
========================================================================== */

.tm-blog-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 20px;
}

.tm-blog-card__title,
.tm-blog-card__box {
    flex-grow: 1;
}

.tm-blog-card__box {
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
}

.tm-blog-card__title a {
    color: var(--main-color-black);
}

.tm-blog-card__title a:active,
.tm-blog-card__title a:hover {
    color: var(--main-color-blue);
}

.tm-blog-card__img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 59%;
}



@media (max-width: 980px) {

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

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

@media (max-width: 640px) {

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

}

@media (max-width: 480px) {
    .tm-blog-card__img {
        border-radius: 15px;
    }
}

/* single
========================================================================== */
.tm-single__date,
.tm-single__user {
    font-weight: 700;
    color: #72735C;
}

.tm-single__thumbnail {
    position: relative;
}

.tm-single__thumbnail img {
    border-radius: 30px;
    width: 100%;
}

.tm-single__category {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 30px;
    padding: 10px 0;
}

.tm-single__category a {
    font-size: 14px;
    color: var(--main-color-blue);
    background: var(--main-color-light-blue);
    border-radius: 8px;
    padding: 10px;
}

.tm-single__related {
    margin-top: 140px;
}

.tm-single__related.tm-latest-news {
    margin-top: 0;
}

.tm-single__ava {
    max-width: 58px;
    width: 58px;
    height: 58px;
    max-height: 58px;
    border-radius: 50%;
    overflow: hidden;
}

.tm-single__line {
    border-top: 1px solid rgb(22 74 120 / 7%);
    border-bottom: 1px solid rgb(22 74 120 / 7%);
    padding: 15px 0;
}

@media (max-width: 1440px) {
    .tm-single__related {
        margin-top: 80px;
    }
}

@media (max-width: 1180px) {
    .tm-single__related {
        margin-top: 50px;
    }
}

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

@media (max-width: 480px) {
    .tm-single__prev-big {
        display: none;
    }
}

/* pagination
========================================================================== */
.wp-block-query-pagination,
.tm-load-more-wrap,
.tm-pagination-container.active,
.category-pagination .pagination {
    margin-top: 40px;
    margin-bottom: 70px;
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous,
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child,
.wp-block-query-pagination-numbers {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.wp-block-query-pagination span,
.wp-block-query-pagination a,
.tm-pagination-container a,
.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: flex;
    min-width: 51px;
    height: 51px;
    align-items: center;
    justify-content: center;
    background: var(--main-color-light-grey);
    color: #929292;
    transition: all 0.3s ease-out;
    border-radius: 0;
    font-size: 16px;
}

.wp-block-query-pagination-numbers>span,
.wp-block-query-pagination-numbers>a:not(:last-child),
.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links>*:not(:last-child) {
    margin-right: 6px;
}

.wp-block-query-pagination-numbers>span.dots {
    background: none;
    color: #191A00;
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination span,
.tm-pagination-container a.active,
.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: #E9EEF7;
    color: #000;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: var(--main-color-blue);
    color: #fff;
}

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

.wp-block-query-pagination-numbers,
.category-pagination .nav-links {
    display: flex;
    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;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    font-size: 0 !important;
}

.wp-block-query-pagination-previous::before,
.wp-block-query-pagination-next::after {
    font-family: 'tm-radiokava';
    font-size: 14px;
}

.wp-block-query-pagination-previous::before {
    content: '←';
}

.wp-block-query-pagination-next::after {
    content: '→';
}

@media (max-width: 1440px) {
    .category-pagination .pagination {
        margin-top: 90px;
        margin-bottom: 60px;
    }
}

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

@media (max-width: 480px) {

    .wp-block-query-pagination span,
    .wp-block-query-pagination a,
    .tm-pagination-container a,
    .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: 31px;
        height: 31px;
    }
}

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

.mfp-close-btn-in .mfp-close {
    color: #000;
}

.form-popup-content__title span {
    color: #00000044;
}

.form-popup-content__subtitle {
    font-weight: 400;
    margin-bottom: 35px;
}

.form-popup-content {
    background: #fff;
    padding: 40px 50px;
}

.form-popup-content__form {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 1440px) {

    .form-popup-content {
        padding: 60px;
    }
}

@media (max-width: 1180px) {

    .form-popup-content {
        padding: 30px;
    }
}


/* form
========================================================================== */
.wpcf7-form-control {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    outline: none;
    color: #000;
    transition: all .3s ease-in-out;
}

textarea.wpcf7-form-control {
    line-height: 1.2;
    padding-top: 15px;
}

.wpcf7-form-control.wpcf7-file {
    background: transparent;
    padding: 0;
    display: flex;
    column-gap: 15px;
}


.wpcf7-form-control.wpcf7-file:hover,
.wpcf7-form-control.wpcf7-file input[type="file"]:hover,
.wpcf7-form-control.wpcf7-file:hover {
    cursor: pointer;
}

.wpcf7-not-valid {
    border: 1px solid #ff0000;
}

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

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

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

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

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    border-color: rgb(0 0 0 / 35%);
    outline: none;
}

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


.tm-form-btn,
.wpcf7-submit {
    width: 360px;
    min-width: 230px;
    background: #87A5D5;
    border-radius: 5px;
    height: 65px;
    border: 0 none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin: auto;
}


.tm-form-btn.tm-form-btn_left {
    margin-left: 0;
}

.tm-form-btn.tm-form-btn_right {
    margin-right: 0;
}

.tm-form-btn:hover,
.wpcf7-submit:hover {
    background: var(--main-color-black);
    color: #fff;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 7px;
    top: -17px;
    font-size: 12px;
}

textarea.wpcf7-form-control~.wpcf7-not-valid-tip {
    top: -109px;
}

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

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

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

.wpcf7-form-control.wpcf7-acceptance {
    padding: 0;
    border: 0 none;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    height: auto;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 35px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
    position: absolute;
    content: '';
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
    background: #eee;
    left: 0;
    top: 0;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
    left: 10px;
    top: 5px;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-acceptance input:checked~.wpcf7-list-item-label::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}


@media (max-width: 980px) {

    .tm-form-btn,
    .wpcf7-submit {
        width: 100%;
    }
}



/* ======================================================================= */
/* BLOCKS
========================================================================== */
/* list
-------------------------------------------- */
.tm-list-item {
    border: 1px solid #000;
    padding: 40px 55px;
    min-height: 160px;
    display: flex;
    align-items: flex-end;
    font-size: 35px;
    border-radius: 30px;
}

@media (max-width: 1440px) {
    .tm-list-item {
        padding: 30px 35px;
        font-size: 30px;
    }
}

@media (max-width: 1180px) {
    .tm-list-item {
        padding: 25px 30px;
        font-size: 24px;
        min-height: 120px;
    }
}

@media (max-width: 480px) {
    .tm-list-item {
        font-size: 20px;
    }

    .tm-list.tm-row-gap30 {
        row-gap: 20px;
    }
}

/* order
-------------------------------------------- */
.tm-order {
    max-width: 550px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 40px 50px;
    border-radius: 30px;
}

@media (max-width: 480px) {
    .tm-order {
        padding: 30px 20px;
    }
}

/* services
-------------------------------------------- */
.tm-services .tm-grid {
    row-gap: 100px;
}

.tm-services-card {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.tm-services-card__read {
    display: flex;
    justify-content: center;
}

/* terif
-------------------------------------------- */
.tm-terif-card {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 55px 50px 70px;
    height: 100%;
}

@media (max-width: 1280px) {
    .tm-terif-card {
        padding: 35px 25px 40px;
    }
}

@media (max-width: 1080px) {

    .tm-terif-card .tm-content-btn,
    .tm-terif-card .tm-content-btn a {
        width: 100%;
    }
}

/* 270
-------------------------------------------- */
.tm-270-machine {
    margin-top: -480px;
}

@media (max-width: 1440px) {
    .tm-270-machine {
        margin-top: -320px;
    }
}

@media (max-width: 781px) {
    .tm-270-machine {
        margin-top: auto;
        text-align: center;
    }
}

/* report
-------------------------------------------- */
.tm-report {
    padding-right: 120px;
}

.tm-report__circle {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0) 100%);
    flex-direction: column;
    line-height: 1.1;
    row-gap: 22px;
    position: relative;
}

.tm-report__circle a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    left: 0;
    top: 0;
}

.tm-report__circle .tm-bezuglade {
    font-size: 50px;
}

@media (max-width: 1180px) {
    .tm-report__circle {
        width: 310px;
        height: 310px;
    }
}

@media (max-width: 781px) {
    .tm-report.tm-flex-end {
        justify-content: center;
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .tm-report__circle {
        width: 250px;
        height: 250px;
    }

    .tm-report__circle .tm-bezuglade {
        font-size: 30px;
    }
}

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

@media (max-width: 390px) {
    .tm-numbers .tm-grid__width-1-3 {
        width: 100%;
    }
}

/* about
-------------------------------------------- */
.tm-about {
    background: var(--main-color-light-grey);
    border-radius: 30px;
    padding: 160px 0 120px;
}

.tm-about__sub {
    position: absolute;
    top: -146px;
    right: -99px;
    font-size: 220px;
    color: rgb(0 0 0 / 5%);
    line-height: .9;
}

@media (max-width: 1720px) {
    .tm-about__sub {
        right: -50px;
    }
}

@media (max-width: 1440px) {
    .tm-about__sub {
        right: -5px;
        font-size: 15vw;
    }
}

@media (max-width: 767px) {
    .tm-about {
        padding: 100px 0 70px;
    }

    .tm-about__sub {
        top: -92px;
    }
}

@media (max-width: 480px) {
    .tm-about .tm-h1 {
        font-size: 30px;
    }
}

/* about
-------------------------------------------- */
.tm-inbody-circle {
    background: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0) 100%);
    border-radius: 50%;
    width: 408px;
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1180px) {
    .tm-inbody-circle {
        width: 308px;
        height: 308px;
    }
}

@media (max-width: 480px) {
    .tm-inbody-circle {
        width: 260px;
        height: 260px;
    }
}

/* banner
-------------------------------------------- */
.tm-banner {
    padding-top: 50px;
    border-radius: 30px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tm-banner__column {
    padding-top: 70px;
}

@media (max-width: 980px) {
    .tm-banner__column {
        padding-top: 0;
    }

    .tm-banner__img.tm-flex {
        justify-content: center;
        margin-top: 50px;
    }

    .tm-banner__img img {
        max-width: 180px;
    }
}


/* ======================================================================= */
/* END BLOCKS
========================================================================== */

/* 404
========================================================================== */
.tm-404__content {
    max-width: 750px;
    margin: 80px auto 100px;
}

/* footer
========================================================================== */
.tm-footer-contact__container {
    background: var(--main-color-bg);
    border-radius: 30px;
    padding: 90px 0;
}

.tm-footer {
    margin-bottom: 100px;
}

.tm-footer,
.tm-footer a {
    color: #fff;
}

.tm-footer__line-1 {
    padding-bottom: 100px;
}

.tm-footer__line-2 {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

.tm-footer__container {
    background: var(--main-color-dark-grey);
    border-radius: 30px;
    padding: 70px 0;
}

.tm-footer a:hover {
    opacity: .7;
}

.tm-footer__column {
    padding-top: 65px;
}

.tm-footer__phone,
.tm-footer__mail,
.tm-footer__license,
.tm-footer__address {
    padding-left: 83px;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.tm-footer__phone::before,
.tm-footer__mail::before,
.tm-footer__license::before,
.tm-footer__address::before {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: 'tm-bezuglade';
    position: absolute;
    left: 0;
}

.tm-footer__phone::before {
    content: "\e904";
}

.tm-footer__mail::before {
    content: "\e903";
}

.tm-footer__license::before {
    content: "\e900";
}

.tm-footer__address::before {
    content: "\e902";
}

.tm-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 0;
    row-gap: 20px;
}

.tm-footer-wrapper li {
    padding-left: 0;
    display: block;
}

.tm-footer-wrapper li:not(:last-child) {
    margin-bottom: 0;
}

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

.tm-footer-wrapper li a {
    color: #fff;
}

.tm-footer-wrapper li a:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .tm-footer-contact__container {
        padding: 60px 0;
    }

    .tm-footer-contact__container .tm-grid {
        row-gap: 40px;
    }

    .tm-footer-contact__column.tm-flex-end {
        justify-content: flex-start;
    }

    .tm-footer__line-1 {
        padding-bottom: 40px;
    }

    .tm-footer__line-2 {
        padding-top: 40px;
    }

    .tm-footer__phone,
    .tm-footer__mail,
    .tm-footer__license,
    .tm-footer__address {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tm-footer-contact__container {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .tm-footer {
        margin-bottom: 50px;
    }

    .tm-footer-wrapper li {
        width: 100%;
        text-align: center;
    }

    .tm-footer__container {
        padding: 40px 0;
    }

    .tm-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
}


/* social
========================================================================== */
.tm-social a {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    border: 1px solid rgb(255 255 255 / 30%);
}

.tm-social {
    gap: 15px;
}


.tm-social a.tm-bezuglade-icon-twitter {
    font-size: 18px;
}

.tm-social a:hover {
    color: rgb(83, 83, 83);
}

.tm-social a.tm-bezuglade-icon-pinterest:hover,
.tm-social a.tm-bezuglade-icon-youtube3:hover {
    color: #f60002;
}

.tm-social a.tm-bezuglade-icon-linkedin-full:hover {
    color: #2386c7e3;
}

.tm-social a.tm-bezuglade-icon-facebook:hover {
    color: #1675ec;
}

.tm-social a.tm-bezuglade-icon-instagram2:hover {
    color: #f21db2;
}

.tm-social a.tm-bezuglade-icon-whatsapp:hover {
    color: #24e034;
}

.tm-social a.tm-bezuglade-icon-tiktok:hover {
    color: #666666;
}

.tm-social a.tm-bezuglade-icon-telegram:hover {
    color: #11a0ff;
}

@media (max-width: 540px) {

    .tm-single__share,
    .tm-social-box {
        width: 100%;
    }

    .tm-single__share .tm-social-box {
        justify-content: space-between;

    }
}

/* main style
========================================================================== */
.wp-block-image img {
    border-radius: 20px;
}
.tm-block-head {
    background: #EDF1F2;
    border-radius: 30px;
    padding: 90px 0 60px;
}

.tm-block-head__subtitle {
    max-width: 60%;
}

.tm-read a {
    padding-right: 35px;
    position: relative;
    font-size: 24px;
}

.tm-read a::after {
    content: "\e909";
    font-family: 'tm-bezuglade';
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
}

.tm-container {
    margin-left: -120px;
    width: calc(100% + 240px);
}


.wp-block-group.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.wp-block-group.alignfull>div {
    max-width: 1080px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-separator {
    height: 1px;
    border: 0 none;
}

.cmplz-marketing .cmplz-manage-consent,
.grecaptcha-badge,
.vp-portfolio__item-meta-title {
    display: none;
}

.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    background-color: rgba(0, 0, 0, .2);
}

.tm-youtube-wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.tm-youtube {
    width: 100%;
    position: relative;
    padding: 58% 0 0 0;
}

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

body.mega-menu-menu-1-mobile-open,
.tm-fix-body {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.tm-main {
    padding: 25px 0 100px;
    flex: 1 1 auto;
}

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

.tm-page_black {
    background: #111200;
}

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

.tm-padding.wp-block-group,
.tm-padding {
    padding: 100px 0;
}

.tm-smaller-padding.wp-block-group,
.tm-smaller-padding {
    padding: 30px 0;
}

.tm-small-padding.wp-block-group,
.tm-small-padding {
    padding: 40px 0;
}

.tm-middle-padding.wp-block-group,
.tm-middle-padding {
    padding: 60px 0;
}


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

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

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

.tm-flex-grow {
    flex-grow: 1;
}

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

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

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

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

.tm-flex-end {
    justify-content: flex-end;
}

.tm-flex-column {
    flex-direction: column;
}

.tm-flex-row-end {
    justify-content: flex-end;
}

.tm-grid-right {
    order: 2;
}

.tm-col-gap5 {
    column-gap: 5px;
}

.tm-col-gap10 {
    column-gap: 10px;
}

.tm-col-gap15 {
    column-gap: 15px;
}

.tm-col-gap20 {
    column-gap: 20px;
}

.tm-col-gap25 {
    column-gap: 25px;
}

.tm-col-gap30 {
    column-gap: 30px;
}

.tm-col-gap45 {
    column-gap: 45px;
}

.tm-col-gap60 {
    column-gap: 60px;
}

.tm-row-gap5 {
    row-gap: 5px;
}

.tm-row-gap8 {
    row-gap: 8px;
}

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

.tm-row-gap15 {
    row-gap: 15px;
}

.tm-row-gap30 {
    row-gap: 30px;
}

.tm-row-gap20 {
    row-gap: 20px;
}

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

.tm-row-gap60 {
    row-gap: 60px;
}

.tm-gap5 {
    gap: 5px;
}

.tm-gap15 {
    gap: 15px;
}

.tm-gap20 {
    gap: 20px;
}

.tm-gap25 {
    gap: 25px;
}

.tm-gap30 {
    gap: 30px;
}

.tm-gap40 {
    gap: 40px;
}

.tm-gap60 {
    gap: 60px;
}

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

.tm-grid>* {
    padding-left: 20px;
    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%;
}

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


@media (max-width: 1720px) {
    .tm-container {
        margin-left: -60px;
        width: calc(100% + 120px);
    }

    .tm-centered-content {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    .tm-container {
        margin-left: 0;
        width: 100%;
    }
}

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

@media (max-width: 980px) {

    .tm-grid-right {
        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,
    .tm-grid__width-3-20 {
        width: 100%;
    }

    .tm-gap60 {
        gap: 40px;
    }
}


@media (max-width: 781px) {
    .wp-block-columns.tm-certifications {
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .wp-block-columns.tm-certifications:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 50% !important;
        width: 50%;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        max-width: 50%;
    }
}

@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;
    }

    .tm-row-gap60 {
        row-gap: 40px;
    }

    .wp-block-image img {
        border-radius: 25px;
    }
}

@media (max-width: 440px) {
    .wp-block-columns.tm-certifications {
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .wp-block-columns.tm-certifications:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 100%;
    }
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    z-index: 3;
    font-family: 'Lato', sans-serif;
}

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

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

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

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

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

h6,
.tm-h6 {
    font-size: 18px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.blackbold {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.color-white {
    color: #fff;
}

.color-black {
    color: var(--main-color-black);
}

.color-blue {
    color: var(--main-color-blue);
}

.color-light-blue {
    color: var(--main-color-light-blue);
}

.color-grey {
    color: #72735C;
}

.tm-grey-bg {
    background: #F6F6F6;
}

.tm-black-bg {
    background: #191A00;
}

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

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

.trans {
    text-transform: uppercase;
}

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

.max400 {
    max-width: 400px;
}

.max440 {
    max-width: 440px;
}

.max520 {
    max-width: 520px;
}

.max600 {
    max-width: 600px;
}

.max680 {
    max-width: 680px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max1080 {
    max-width: 1080px;
}

.max1140 {
    max-width: 1140px;
}

.tm-column-right {
    order: 2;
}


.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

ul li {
    position: relative;
    padding-left: 15px;
}

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

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}


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

ol li {
    padding-left: 35px;
    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: 30px;
    text-align: right;
    color: #D69700;
}


.tm-content-btn_centered,
.tm-content-btn_centered a {
    margin-left: auto;
    margin-right: auto;
}

.tm-content-btn a {
    width: 360px;
    background: var(--main-color-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-weight: 500;
    font-size: 24px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    column-gap: 10px;
    font-family: 'Grandis', sans-serif;
}

.tm-content-btn a:hover {
    background: var(--main-color-black);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn a span::after {
    font-family: 'tm-bezuglade';
    content: "\e900";
    margin-left: 8px;
    transition: all .3s ease-in-out;
    display: inline-block;
}

.tm-content-btn a:hover span::after {
    transform: rotate(-45deg);
}

.tm-content-btn_full a {
    width: 100%;
}

.tm-content-btn_light a {
    background: var(--main-color-light-blue);
    color: var(--main-color-blue);
}

.tm-content-btn_white a {
    background: #fff;
    color: var(--main-color-blue);
}

.tm-content-btn_small a {
    width: 186px;
}

.tm-content-btn_middle a {
    width: 225px;
}

.tm-content-btn_big a {
    width: 335px;
}

.tm-content-btn_fullwidth a {
    width: 100%;
}

@media (max-width: 1720px) {

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

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

    h3,
    .tm-h3 {
        font-size: 26px;
    }

    h4,
    .tm-h4 {
        font-size: 22px;
    }
}

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

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

}

@media (max-width: 1440px) {
    .tm-block-head {
        padding: 50px 0 40px;
    }

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

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

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

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

    .tm-content-btn a {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}


@media (max-width: 1180px) {

    .tm-main {
        padding: 25px 0 40px;
    }

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

    .tm-middle-padding.wp-block-group,
    .tm-middle-padding {
        padding: 40px 0;
    }

    .tm-read a {
        font-size: 20px;
    }
}

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

    .tm-block-head__subtitle {
        max-width: 100%;
    }

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

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

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

    h3,
    .tm-h3 {
        font-size: 22px;
    }

}


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

    .tm-read a {
        font-size: 18px;
    }

    .tm-read a::after {
        top: 0px;
    }

    .tm-order,
    .tm-footer__container,
    .tm-footer-contact__container,
    .tm-banner,
    .tm-about,
    .tm-terif-card,
    .tm-list-item,
    .tm-single__thumbnail img,
    .tm-blog-card,
    .wp-block-image img,
    .tm-block-head {
        border-radius: 20px;
    }
}

@media (max-width: 350px) {

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

/* margins
========================================================================== */
.tm-margin-3xsmall-bottom {
    margin-bottom: 5px;
}

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

.tm-margin-lsmall-bottom {
    margin-bottom: 10px;
}

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

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

.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: 60px;
}

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

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

.tm-margin-3xlarge-bottom {
    margin-bottom: 120px;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 140px;
}

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

    .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-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {

    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom {
        margin-bottom: 30px;
    }
}

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