/*!
Theme Name: maxenergy
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: maxenergy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


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

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

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

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

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

.tm-maxenergy {
    font-family: 'tm-maxenergy' !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-maxenergy-icon-call:before {
    content: "\e900";
}

.tm-maxenergy-icon-viber:before {
    content: "\e901";
}

.tm-maxenergy-icon-mail2:before {
    content: "\e902";
}

.tm-maxenergy-icon-pin:before {
    content: "\e903";
}



/*--------------------------------------------------------------
# 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: #212121;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Manrope', sans-serif;
}

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

:root {
    --dynamic-height: 100%;
    /* Example dynamic height, can be set dynamically */
}

/* 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: #327DE3;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #589eff;
    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;
    width: 263px;
}

.tm-header__phone a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.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;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1000;
    padding: 40px 0;
}


.home .tm-header.tm-header_active,
.tm-header_active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    animation: slideDown 0.5s;
    background: #000;
    padding: 8px 0;
    border-bottom: 0 none;
}

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

    to {
        transform: translateY(0);
    }
}


.tm-header__btn.tm-content-btn a {
    width: 180px;
    height: 53px;
    font-size: 16px;
}

.tm-mobile-header-container {
    padding: 20px;
    display: none;
    row-gap: 20px;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1180px) {
    .tm-mobile-header-container .tm-header__phone {
        justify-content: center;
    }
    .tm-mobile-header-container .tm-header__btn a {
        margin-left: auto;
        margin-right: auto;
    }

    .tm-header__phone-wrap,
    .tm-header__btn-wrap {
        display: none;
    }


    .tm-header__right {
        padding-right: 68px;
    }

    .tm-header {
        padding: 8px 0;
    }

    .tm-header__btn.tm-content-btn a {
        height: 45px;
    }
}

@media (max-width: 570px) {


    .tm-header__right {
        padding-right: 55px;
    }
}

@media (max-width: 360px) {
    .tm-header__logo {
        max-width: 186px;
    }
}


/* menu
========================================================================== */

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

.tm-toogle-navigation>label::after {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    content: '';
    position: absolute;
    z-index: 0;
    right: -15px;
    bottom: -14px;
}

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


.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>label::after {
        width: 36px;
        height: 36px;
        left: -10px;
        top: -8px;
    }
    .tm-toogle-navigation>label {
        top: 7px;
    }
}



/* 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-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 #D69700;
    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-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: rgba(255, 255, 255, 0.5);
}

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

.tm-menu-wrapper li li.current-menu-item>span>a {
    color: #fff;
    background: #D69700;
    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: #fff;
    font-weight: 400;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 16px;
}


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

.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 {
    position: fixed;
    left: 0;
    top: 0;
}

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



@media (min-width: 1181px) {

    .tm-mob-back {
        display: none;
    }
}

@media (max-width: 1180px) {


    .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%;
        height: 0;
        top: 65px;
        left: 0;
        visibility: hidden;
    }


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


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

    [id=main-navigation-toggle]:checked~.tm-header__left .tm-mobile-header-container {
        display: flex;
    }


    [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;
        text-align: center;
    }

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


/* BLOCKS
========================================================================== */
/* banner
---------------------------------------- */
.tm-banner {
    margin-left: calc(-50vw + 50%);
    width: 100vw;

    padding-bottom: 35px;
}

.tm-banner,
.tm-banner__title,
.tm-banner__content,
.tm-banner__img,
.tm-banner__img img,
.tm-banner__link {
    position: relative;
}

.tm-banner__title,
.tm-banner__content {
    z-index: 2;
}

.tm-banner__svg {
    height: 260px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.tm-banner__img {
    max-width: 631px;
    margin-left: auto;
    margin-right: auto;
}

.tm-banner__img img {
    z-index: 1;
}

.tm-banner__content_left,
.tm-banner__content_right {
    position: absolute;
    z-index: 2;
}

.tm-banner__content_left img,
.tm-banner__content_right img {
    position: absolute;
    width: 375px;
    height: 62px;
    min-width: 375px;
}

.tm-banner__content_left img {
    left: 40px;
    bottom: -80px;
}

.tm-banner__content_right img {
    bottom: -20px;
    right: 40px;
}

.tm-banner__content_left {
    left: -275px;
    top: 90px;
}

.tm-banner__content_right {
    right: -275px;
    top: 150px;
}

.tm-banner__link {
    z-index: 3;
    margin-top: -110px;
}

.tm-banner__btn.tm-content-btn a {
    width: 280px;
    height: 50px;
}


.tm-banner .pulse {
    background-color: #555555;
    height: 20vmax;
    width: 20vmax;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -120px;
    z-index: 0;
}

.tm-banner .ring {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    opacity: 0.8;
    animation: pulsing 2s ease-out infinite;
}

.tm-banner .ring:nth-of-type(1) {
    animation-delay: -0.5s;
}

.tm-banner .ring:nth-of-type(2) {
    animation-delay: -1s;
}

.tm-banner .ring:nth-of-type(3) {
    animation-delay: -1.5s;
}


@keyframes pulsing {
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@media (max-width: 1220px) {
    .tm-banner__content_left {
        left: 95px;
        top: 17px;
    }

    .tm-banner__content_right {
        top: auto;
        bottom: 140px;
        right: 120px;
    }
}

@media (max-width: 768px) {
    .tm-banner .pulse {
        height: 30vmax;
        width: 30vmax;
    }
}

@media (max-width: 670px) {

    .tm-banner__content_left img,
    .tm-banner__content_right img {
        display: none;
    }

    .tm-banner__content_left,
    .tm-banner__content_right {
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
    }

    .tm-banner__arrow {
        max-width: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .tm-banner .pulse {
        top: 70px;
    }

}

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

/* list catalog
---------------------------------------- */
.tm-list-catalog-card {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 30px;
}
.tm-list-catalog-card__btn.tm-content-btn a {
    height: 40px;
    width: 100%;
}
@media (max-width: 980px) {
    .tm-list-catalog .tm-grid__width-1-4 {
        width: 50%;
    }
    .tm-list-catalog-card {
        padding: 15px;
    }
}
@media (max-width: 360px) {
    .tm-list-catalog .tm-grid__width-1-4 {
        width: 100%;
    }
}

/* sklad
---------------------------------------- */
.tm-sklad {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

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

.tm-sklad .tm-grid {
    margin-left: -90px;
}

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

.tm-sklad__zoom a {
    color: #fff;
}

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

@media (max-width: 980px) {
    .tm-sklad .tm-grid {
        margin-left: -40px;
    }

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

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

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

@media (max-width: 830px) {
    .tm-sklad .tm-grid__width-1-4:first-child {
        width: 100%;
    }

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

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

    .tm-sklad .tm-grid__width-1-4:last-child {
        width: 40%;
    }
}

@media (max-width: 540px) {

    .tm-sklad .tm-grid__width-1-2,
    .tm-sklad .tm-grid__width-1-4:last-child {
        width: 100%;
    }

    .tm-sklad__title,
    .tm-sklad__content {
        text-align: center;
    }

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

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

/* service
---------------------------------------- */
.tm-service__header {
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.tm-service__header span {
    position: relative;
    z-index: 1;
}

.tm-service__header img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tm-service__card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 0 20px 40px;
    height: 100%;
    text-align: center;
}

.tm-service__icon {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -72px;
    margin-bottom: -50px;
}

.tm-service__grid .tm-grid__width-1-4:nth-child(1) .tm-service__card,
.tm-service__grid .tm-grid__width-1-4:nth-child(4) .tm-service__card {
    margin-top: -200px;
}

@media (max-width: 980px) {

    .tm-service__grid .tm-grid__width-1-4:nth-child(1) .tm-service__card,
    .tm-service__grid .tm-grid__width-1-4:nth-child(4) .tm-service__card {
        margin-top: 0;
    }

    .tm-service__grid.tm-grid {
        row-gap: 52px;
    }

    .tm-service__icon {
        width: 90px;
        height: 90px;
        top: -45px;
        margin-bottom: -30px;
    }

    .tm-service__icon img {
        max-width: 45px;
    }

    .tm-service__header {
        height: 166px;
    }

    .tm-service__header img {
        max-width: 170px;
    }
}


/* system
---------------------------------------- */
.tm-system-block__inner {
    counter-reset: num;
}

.tm-system-block__item:first-child {
    border-top: 1px solid #fff;
}

.tm-system-block__item {
    border-bottom: 1px solid #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 88px;
}

.tm-system-block__item::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    font-size: 40px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}

@media (max-width: 480px) {
    .tm-system-block__item {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 18px;
        padding-left: 68px;
    }

    .tm-system-block__item::before {
        font-size: 28px;
        height: 28px;
    }
}

/* catalog
---------------------------------------- */
.tm-catalog-block__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -65px;
}

.tm-catalog-block__grid>* {
    padding-left: 65px;
}

.tm-catalog-block__left {
    width: 38%;
}

.tm-catalog-block__right {
    width: 62%;
}

.tm-catalog-block__title {
    font-weight: 700;
    font-size: 20px;
    height: 95px;
    display: flex;
    align-items: center;
    padding: 20px 105px 20px 0;
    position: relative;
}

.tm-catalog-block__title img {
    position: absolute;
    right: 0;
    top: 0;
}

.tm-catalog-block__content {
    margin-bottom: 90px;
    font-size: 18px;
}

.tm-catalog-block__grid_2 {
    display: flex;
    margin-left: -20px;
}

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

.tm-catalog-block__catalog_inner-2,
.tm-catalog-block__catalog_inner {
    padding: 50px 55px;
    min-height: 310px;
}

.tm-catalog-block__catalog_inner {
    background: #fff;
}

.tm-catalog-block__catalog_title.tm-h2,
.tm-catalog-block__catalog_inner {
    color: #000;
}

.tm-catalog-block__grid_wrap {
    margin-left: -25%;
}

.tm-catalog-block__catalog_right .tm-content-btn a {
    height: 50px;
    width: 240px;
}

.tm-catalog-block__catalog_number {
    font-size: 60px;
}
@media (max-width: 1180px) {
    .tm-catalog-block__grid_wrap {
        margin-left: -15%;
    }
    .tm-catalog-block__catalog_inner-2, 
    .tm-catalog-block__catalog_inner {
        padding: 30px 25px;
        min-height: 240px;
    }
    .tm-catalog-block__catalog_number {
        font-size: 40px;
    }
}
@media (max-width: 940px) {
    .tm-catalog-block__left,
    .tm-catalog-block__right {
        width: 100%;
    }
    .tm-catalog-block__grid_wrap {
        margin-left: 0;
    }
    .tm-catalog-block__content {
        margin-bottom: 40px;
    }
    .tm-catalog-block__left img {
        max-width: 250px;
    }
}
@media (max-width: 670px) {
    .tm-catalog-block__grid_2 {
        flex-wrap: wrap;
    }
    .tm-catalog-block__catalog_left,
    .tm-catalog-block__catalog_right {
        width: 100%;
    }
    .tm-catalog-block__catalog_see {
        text-align: center;
    }
    .tm-catalog-block__catalog_right .tm-content-btn a {
        margin-left: auto;
        margin-right: auto;
    }
    .tm-catalog-block__catalog_see.tm-margin-medium-bottom {
        margin-bottom: 20px;
    }
    .tm-catalog-block__catalog_inner-2 {
        min-height: auto;
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .tm-catalog-block__left {
        order: 2;
        margin-top: 30px;
    }
    .tm-catalog-block__left img {
        max-width: 100%;
    }
}

/* download
---------------------------------------- */
.tm-download-block__pdf {
    font-size: 28px;
    font-weight: 700;
}

/* schema
---------------------------------------- */
.tm-schema__header {
    text-align: right;
    position: relative;
}

.tm-schema__header::after,
.tm-schema__header::before {
    content: '';
    position: absolute;
    left: 13%;
    display: block;
    background: #fff;
}

.tm-schema__header::after {
    width: 1px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 40px;
}

.tm-schema__header::before {
    width: calc(100% - 50%);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
}

.tm-schema__grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 95px;
}

.tm-schema__slide {
    width: 26.666%;
}

.tm-schema__line {
    width: 10%;
}

.tm-schema__card {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 0 25px 40px;
    height: 100%;
}

.tm-schema__img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -72px;
    margin-bottom: -50px;
}

.tm-schema__btn.tm-content-btn a {
    font-size: 12px;
    width: 135px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.tm-schema__card a {
    color: #fff;
}

.tm-schema__line {
    position: relative;
}

.tm-schema__line::after {
    width: calc(100% - 40px);
    height: 1px;
    background: #fff;
    content: '';
    top: 50%;
    margin-top: -10px;
    display: block;
    position: absolute;
    left: 20px;
}

.tm-schema__grid>div:nth-child(1) {
    order: 1;
}

.tm-schema__grid>div:nth-child(2) {
    order: 2;
}

.tm-schema__grid>div:nth-child(3) {
    order: 3;
}

.tm-schema__grid>div:nth-child(4) {
    order: 4;
}

.tm-schema__grid>div:nth-child(5) {
    order: 5;
}

.tm-schema__grid>div:nth-child(6) {
    position: relative;
    order: 10;
}

.tm-schema__grid>div:nth-child(7) {
    order: 7;
}

.tm-schema__grid>div:nth-child(8) {
    order: 8;
}

.tm-schema__grid>div:nth-child(9) {
    order: 9;
}

.tm-schema__grid>div:nth-child(10) {
    order: 6;
}


.tm-schema__grid>div:nth-child(6)::before {
    width: 1px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: -80px;
    content: '';
    background: #fff;
    margin: auto;
    z-index: 2;
}

@media (max-width: 1440px) {
    .tm-schema__header::after {
        margin-top: 34px;
    }
}

@media (max-width: 1180px) {
    .tm-schema__header::after {
        margin-top: 29px;
    }

    .tm-schema__header::before {
        width: calc(100% - 42%);
    }

    .tm-schema__img {
        width: 90px;
        height: 90px;
        top: -45px;
        margin-bottom: -30px;
    }

    .tm-schema__img img {
        max-width: 36px;
        max-height: 39px;
    }
}

@media (max-width: 1000px) {
    .tm-schema__header::before {
        width: calc(100% - 50%);
    }
}

@media (max-width: 767px) {
    .tm-schema__slide {
        width: 45%;
    }

    .tm-schema__header::before {
        width: calc(100% - 60%);
    }

    .tm-schema__header::before,
    .tm-schema__header::after,
    .tm-schema__grid>div:nth-child(6)::before,
    .tm-schema__grid>div:nth-child(4) {
        display: none;
    }


    .tm-schema__grid>div:nth-child(10) {
        order: 10;
    }

    .tm-schema__grid>div:nth-child(7) {
        order: 5;
    }

    .tm-schema__grid>div:nth-child(6) {
        order: 4;
    }

    .tm-schema__grid>div:nth-child(5) {
        order: 6;
    }

    .tm-schema__grid>div:nth-child(5),
    .tm-schema__grid>div:nth-child(8) {
        position: relative;
    }

    .tm-schema__grid>div:nth-child(8)::before,
    .tm-schema__grid>div:nth-child(5)::before {
        width: 1px;
        height: 36px;
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        top: -80px;
        content: '';
        background: #fff;
        margin: auto;
        z-index: 2;
    }

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

@media (max-width: 580px) {

    .tm-schema__line,
    .tm-schema__grid>div:nth-child(8)::before,
    .tm-schema__grid>div:nth-child(5)::before {
        display: none;
    }

    .tm-schema__grid {
        row-gap: 50px;
    }

    .tm-schema__slide {
        width: 100%;
    }

    .tm-schema__grid>div:nth-child(6) {
        order: 5;
    }

    .tm-schema__grid>div:nth-child(5) {
        order: 4;
    }
}


/* select
========================================================================== */
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    background-color: transparent;
}

.select2-container--default .select2-results>.select2-results__options li:not(:last-child) {
    margin-bottom: 0;
}

.select2-container--default .select2-results>.select2-results__options li::before {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #ED2C3D;
}

/* swiper
========================================================================== */
.swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(45deg, rgba(67, 140, 245, 1) 0%, rgba(50, 125, 227, 1) 100%);
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(67, 140, 245, 1) 0%, rgba(50, 125, 227, 1) 100%);
    transition: all .3s ease-in-out;
}


.swiper:hover .swiper-button.swiper-button-disabled {
    opacity: .5;
}

.swiper-button-prev {
    left: -25px;
}

.swiper-button-next {
    right: -25px;
}

.swiper-button::after {
    font-size: 17px;
    color: #fff;
    font-family: 'tm-maxenergy';
    content: "\e908";
}

.swiper-button-prev::after {
    transform: rotate(-180deg);
}

.swiper-button:hover::after {
    color: #fff;
}


@media (max-width: 1180px) {
    .swiper-button {
        visibility: visible;
        transform: translateY(0%);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .swiper-button-prev {
        left: -15px;
    }

    .swiper-button-next {
        right: -15px;
    }
}

@media (max-width: 480px) {
    .swiper-button {
        width: 35px;
        height: 35px;
    }

    .swiper-button::after {
        font-size: 17px;
    }
}



/* 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;
}



/* form
========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 8px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 30px;
    border: 1px solid#F0F0F0;
    outline: none;
    color: #fff;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
    padding: 0;
    border: 0 none;
    line-height: 1;
}

.wpcf7-list-item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding-left: 28px;
    font-weight: 600;
}

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

.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #DDDDDD;
    top: -2px;
}

.wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
    border-radius: 2px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    border-radius: 50%;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(67, 140, 245, 1);
    opacity: 0;
    left: 4px;
    top: 2px;
    border: 0;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.wpcf7-form-control.wpcf7-checkbox input:checked~.wpcf7-list-item-label::before {
    border: 1px solid rgba(67, 140, 245, 1);
    background: linear-gradient(to bottom, rgba(67, 140, 245, 1) 0%, rgba(50, 125, 227, 1) 100%);
}

.wpcf7-form-control.wpcf7-radio input:checked~.wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-checkbox input:checked~.wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-not-valid {
    border: 1px solid rgb(184, 19, 19);
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.wpcf7-form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.wpcf7-form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.wpcf7-form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    border-color: rgba(255, 255, 255, 0.6);
    outline: none;
}

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


.tm-form-btn,
.wpcf7-submit {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    height: 65px;
    border: 0 none;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 30px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    color: #000;
}

.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: rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
}

.tm-content-form_download .tm-form-btn {
    width: 100%;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -34px;
    font-size: 12px;
}


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

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

.tm-content-form__chats .wpcf7-list-item {
    padding: 0;
}

.wpcf7-spinner,
.tm-content-form__chats .wpcf7-list-item-label::before {
    display: none;
}

.tm-content-form_popup .tm-form-btn {
    width: 100%;
}

@media (max-width: 480px) {
    .wpcf7-form-control {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 7px 20px;
    }

    .tm-form-btn,
    .wpcf7-submit {
        width: 100%;
        height: 45px;
        font-size: 18px;
    }
}



/* popup
========================================================================== */
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.form-popup {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}

.form-popup-content {
    border-radius: 20px;
    background: #212121;
    padding: 30px;
}


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

@media (max-width:480px) {
    .form-popup-content__title {
        font-size: 28px;
    }

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





/* footer
========================================================================== */
.tm-footer-form {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 90px;
    min-height: 900px;
}

.tm-footer-form__bg-comp,
.tm-footer-form__bg-mob,
.tm-footer-form::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-footer-form__bg-comp,
.tm-footer-form__bg-mob {
    z-index: 0;
    opacity: .1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-footer-form::after {
    z-index: 1;
}

.tm-footer-form::after {
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0) 55%, rgba(33, 33, 33, 1) 100%);
}

.tm-footer-form__form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tm-footer {
    margin-top: -50px;
}

.tm-footer__copyright,
.tm-footer__right {
    text-align: right;
}

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

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

.tm-footer__policy a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

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

.tm-footer .tm-maxenergy {
    font-size: 18px;
}

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


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

@media (max-width: 1440px) {
    .tm-footer-form {
        padding-top: 90px;
        padding-bottom: 70px;
        min-height: 700px;
    }
}

@media (max-width: 980px) {
    .tm-footer .tm-grid__width-3-20 {
        width: 50%;
    }

    .tm-footer .tm-grid__width-3-20:nth-child(1) {
        order: 2;
    }

    .tm-footer .tm-grid__width-3-20:last-child {
        order: 3;
    }

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

@media (max-width: 540px) {
    .tm-footer .tm-grid__width-3-20 {
        width: 100%;
    }

    .tm-footer__left,
    .tm-footer__right {
        text-align: center;
    }

    .tm-footer__address,
    .tm-footer__mail,
    .tm-footer__phone {
        justify-content: center;
    }

    .tm-footer__phone {
        flex-direction: row-reverse;
    }
}

@media (max-width: 480px) {
    .tm-footer-form__bg-comp {
        display: none;
    }

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

@media (max-width: 380px) {

    .tm-footer__policy,
    .tm-footer__copyright {
        width: 100%;
        text-align: center;
    }
}


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


/* main style
========================================================================== */
.tm-under-line a {
    text-decoration: underline;
}

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

.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;
    margin-left: auto;
    margin-right: auto;
}

.tm-img-right-line,
.tm-img-left-line {
    position: relative;
    margin: 0;
}

.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: 70px 0 80px;
    flex: 1 1 auto;
}
.home .tm-main {
    padding: 150px 0 80px;
}

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


.tm-centered-content {
    max-width: 1220px;
    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: 50px 0;
}

.tm-padding-no-bottom.wp-block-group,
.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 {
    flex-direction: row;
}

.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-gap15 {
    row-gap: 15px;
}

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

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

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: 300;
    line-height: 1.4;
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}

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

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

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

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

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

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

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.blackbold {
    font-weight: 900;
}

.extrabold {
    font-weight: 800;
}

.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-grey {
    color: rgba(255, 255, 255, 0.6);
}


.bg-black {
    background: #1F1F1F;
}


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

.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


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

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

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-group-btns>div {
    display: flex;
    gap: 25px;
}

.tm-group-btns p {
    margin-bottom: 0;
}


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

.tm-content-btn button,
.tm-content-btn a {
    width: 280px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    column-gap: 10px;
    position: relative;
    overflow: hidden;
}

.tm-content-btn button:hover,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn a:hover::after {
    height: 100%;
}

.tm-content-btn button {
    cursor: pointer;
}

.tm-content-btn span {
    font-size: 22px;
}

.tm-content-btn button {
    background: none;
    color: #000;
}


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

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

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

    .home .tm-main {
        padding: 110px 0 70px;
    }
    

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

}

@media (max-width: 1440px) {

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

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

}


@media (max-width: 1180px) {

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

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

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

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

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

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

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

}

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

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


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


}

@media (max-width: 570px) {
    .tm-group-btns>div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {

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

    .tm-content-btn button,
    .tm-content-btn a {
        height: 45px;
        font-size: 14px;
        width: 280px;
    }

}

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

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

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

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

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

.tm-margin-xstandart-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-large2-bottom {
    margin-bottom: 70px;
}

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

@media (max-width: 480px) {

    .tm-margin-large2-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: 50px;
    }
}