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

*/


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

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

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

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

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

.tm-nextavira {
    font-family: 'tm-nextavira' !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-nextavira-icon-left-arrow-line-symbol:before {
    content: "\e901";
}

.tm-nextavira-icon-right-arrow-angle:before {
    content: "\e902";
}

.tm-nextavira-icon-check:before {
    content: "\e900";
}



/*--------------------------------------------------------------
# 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: #414357;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Montserrat', 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: #A651F6;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #c281ff;
    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: 213px;
}

.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: 15px 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: #fff;
    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;
}

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

@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__right {
        padding-right: 68px;
    }



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

@media (max-width: 570px) {

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

    .tm-header__btn.tm-content-btn a {
        width: 85px;
    }
}

@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: #EEEEEE;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    content: '';
    position: absolute;
    z-index: 0;
    right: -15px;
    bottom: -14px;
}

.tm-toogle-navigation>label span {
    background: #A651F6;
    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;
    }
}




/* 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;
    margin-bottom: 0;
}

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

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

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


.tm-menu-wrapper>li>span>a {
    color: #414357;
    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: #fff;
    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-primary-navigation {
        visibility: visible;
        height: calc(100vh - 65px);
        overflow: auto;
    }


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

    [id=main-navigation-toggle]:checked~.tm-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-block__imgs_main,
.tm-banner-block__imgs {
    position: relative;
}

.tm-banner-block__imgs_back,
.tm-banner-block__imgs_1,
.tm-banner-block__imgs_2,
.tm-banner-block__imgs_3,
.tm-banner-block__imgs_4 {
    position: absolute;
}

.tm-banner-block__imgs_back {
    font-size: 250px;
    line-height: 0.7;
    font-weight: 900;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.8) 0%, rgba(199, 126, 237, 0.28) 51%, rgba(199, 126, 237, 0.06) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-banner-block__imgs_main,
.tm-banner-block__imgs_1,
.tm-banner-block__imgs_2,
.tm-banner-block__imgs_3,
.tm-banner-block__imgs_4 {
    z-index: 2;
}

.tm-banner-block__imgs_1 {
    left: 180px;
    top: 170px;
}

.tm-banner-block__imgs_2 {
    left: 275px;
    top: 10px;
}

.tm-banner-block__imgs_3 {
    right: 330px;
    top: 60px;
}

.tm-banner-block__imgs_4 {
    right: 195px;
    top: 150px;
}

.tm-banner-block__imgs {
    text-align: center;
}

.tm-banner-block__offer {
    background: #fff;
    border-radius: 50px;
    height: 70px;
    width: 780px;
    margin: 0 auto;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .15);
    padding: 6px;
}

.tm-banner-block__price {
    background: #EEEEEE;
    width: 158px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    border-radius: 40px;
    height: 58px;
}

.tm-banner-block__old-price {
    text-decoration: line-through;
}


.tm-timer {
    font-size: 25px;
    font-weight: 700;
}

.tm-banner-block__price-pre {
    position: absolute;
    top: -50px;
    text-align: center;
    font-weight: 700;
    z-index: 10;
    width: 100%;
}

@media (max-width: 1120px) {
    .tm-banner-block__imgs_back {
        font-size: 22vw;
    }

    .tm-banner-block__imgs_1 {
        left: 5%;
    }

    .tm-banner-block__imgs_2 {
        left: 8%;
    }

    .tm-banner-block__imgs_3 {
        right: 10%;
        top: 20px;
    }

    .tm-banner-block__imgs_4 {
        right: 3%;
        top: 120px;
    }
}

@media (max-width: 820px) {
    .tm-banner-block__price-line {
        width: 100%;
        justify-content: center;
    }

    .tm-banner-block__offer {
        width: 100%;
        max-width: 100%;
        height: auto;
        row-gap: 10px;
        padding: 15px;
        border-radius: 20px;
    }
}

@media (max-width: 570px) {

    .tm-banner-block__imgs_1 {
        left: -20px;
        top: 90px;
    }

    .tm-banner-block__imgs_2 {
        left: -30px;
        top: -20px;
    }

    .tm-banner-block__imgs_3 {
        right: -20px;
        top: -20px;
    }

    .tm-banner-block__imgs_4 {
        right: -30px;
        top: 80px;
    }

}

@media (max-width: 480px) {
    .tm-banner-block__title.tm-margin-small-bottom {
        margin-bottom: 5px;
    }

    .tm-banner-block__text p {
        margin-bottom: 10px;
    }

    .tm-banner-block__imgs_main {
        max-width: 250px;
    }

    .tm-banner-block__btn.tm-content-btn a,
    .tm-banner-block__btn.tm-content-btn {
        width: 100%;
        height: 50px;
    }

    .tm-banner-block__offer.tm-flex-space {
        justify-content: center;
        padding: 10px;
    }

    .tm-banner-block__gift-text {
        text-align: left;
    }

    .tm-banner-block__gift-text br {
        display: none;
    }

    .tm-banner-block__gift-block {
        min-width: 45px;
    }

    .tm-banner-block__price {
        width: 120px;
        font-size: 20px;
        height: 40px;
    }

    .tm-timer {
        font-size: 20px;
    }

    .tm-banner-block__price-pre {
        order: 1;
    }

    .tm-banner-block__btn {
        order: 2;
    }

    .tm-banner-block__offer .tm-timer {
        order: 3;
    }
}
@media (max-width: 380px) {
    .tm-banner-block__imgs_main {
        max-width: 165px;
    }

    .tm-banner-block__title.tm-h1 {
        font-size: 14px;
    }

    .tm-banner-block__imgs img:not(:first-child) {
        width: 115px;
    }

    .tm-banner-block__imgs_1 {
        left: -9px;
        top: 37px;
    }

    .tm-banner-block__imgs_2 {
        left: 8px;
        top: -22px;
    }

    .tm-banner-block__imgs_3 {
        right: 14px;
        top: -22px;
    }

    .tm-banner-block__imgs_4 {
        right: 6px;
        top: 40px;
    }
}

/* you will do
---------------------------------------- */
.tm-you-will-do .tm-grid {
    row-gap: 65px;
}

.tm-you-will-do-card {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.3) 0%, rgba(199, 126, 237, 0.15) 50%, rgba(243, 236, 247, 0.3) 100%);
    border: 1px solid #F0E0FF;
    padding: 0 50px 40px;
    border-radius: 20px;
    height: 100%;
}

.tm-you-will-do-card__icon {
    margin-top: -32px;
}

.tm-you-will-do-card__text ul li:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

.tm-you-will-do-card__text ul {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .tm-you-will-do-card {
        padding: 0 25px 30px;
    }
}

/* program + learn + quick + gift
---------------------------------------- */
.tm-program-card {
    padding: 50px;
    border: 1px solid #F0E0FF;
    background: linear-gradient(120deg, rgba(248, 248, 248, 0.3) 0%, rgba(199, 126, 237, 0.20) 50%, rgba(243, 236, 247, 0.3) 100%);
}

.tm-gift,
.tm-quick-start,
.tm-what-learn,
.tm-program-card {
    border-radius: 20px;
}

.tm-what-learn {
    padding: 35px 50px 40px;
    border: 1px solid #F0E0FF;
}

.tm-quick-start {
    padding: 30px 50px 35px;
    border: 1px solid #FFEAC4;
    background: linear-gradient(120deg, rgba(255, 238, 187, 0.2) 0%, rgba(235, 164, 28, 0.20) 50%, rgba(243, 236, 247, 0.2) 100%);
}

.tm-gift {
    padding: 30px 50px 35px;
    border: 1px solid #FFD0D3;
    background: linear-gradient(120deg, rgba(255, 223, 223, 0.2) 0%, rgba(255, 188, 188, 0.50) 50%, rgba(255, 233, 233, 0.2) 100%);
}

.tm-program-card__result {
    padding-left: 30px;
}

.tm-gift__desc {
    margin-top: 20px;
}

.tm-gift__text p {
    margin-bottom: 10px;
}

.tm-gift__text p:last-child {
    margin-bottom: 0;
}

.tm-gift__text a {
    text-decoration: underline;
}

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

.tm-program-card__result::before {
    content: "\e900";
    font-family: 'tm-nextavira';
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    color: #A651F6;
}

.tm-what-learn ul li:not(:last-child),
.tm-program-card__text ul li:not(:last-child) {
    margin-bottom: 12px;
}

.tm-gift__desc {
    display: none;
}

@media (max-width: 767px) {

    .tm-what-learn,
    .tm-quick-start,
    .tm-gift,
    .tm-program-card {
        padding: 25px;
    }

    .tm-what-learn__img,
    .tm-gift__img {
        min-width: 72px;
    }
}

/* grid with icon
---------------------------------------- */
.tm-grid-with-icon-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    padding: 25px 20px 30px;
    height: 100%;
}

/* purchase
---------------------------------------- */
.tm-purchase {
    padding: 45px;
    border: 1px solid #F0E0FF;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(248, 248, 248, 0.3) 0%, rgba(199, 126, 237, 0.20) 50%, rgba(243, 236, 247, 0.3) 100%);
}
.form-popup-content__price,
.tm-purchase__price,
.tm-purchase__title {
    font-size: 25px;
}
.form-popup-content__old-price,
.tm-purchase__old-price {
    text-decoration: line-through;
}
@media (max-width: 980px) {
    .tm-purchase__right.tm-flex-middle-end {
        align-items: center;
    }

    .tm-purchase__before-timer.text-right,
    .tm-purchase__left {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .tm-purchase {
        padding: 30px;
    }
}


/* author
---------------------------------------- */
.wp-block-image.tm-author-photo {
    margin: 0;
}

/* reviews
---------------------------------------- */
.tm-review-slider.swiper {
    padding-left: 1px;
}

.tm-review-slider.swiper::before,
.tm-review-slider.swiper::after {
    background: #fff;
    height: calc(100% + 40px);
    content: '';
    position: absolute;
    width: calc(100vw - 100%);
    z-index: 10;
    display: block;
    top: -20px;
}

.tm-review-slider.swiper::before {
    left: calc(-100% - 15px);
}

.tm-review-slider.swiper::after {
    right: calc(-100% - 15px);
}

.tm-review-slider-card {
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 6px 25px rgba(0, 0, 0, .15);
}

.tm-review-slider.swiper {
    overflow: visible;
}

.tm-review-slider__item.swiper-slide {
    height: auto;
}


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

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

.tm-content-accordion-list>div .tm-content-accordion-list__title::before {
    margin-right: 30px;
}

.tm-content-accordion-list>div:not(:last-child) {
    margin-bottom: 10px;
}

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

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 20px;
    content: "\e902";
    font-family: 'tm-nextavira';
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #A651F6;
    font-weight: 400;
    background: rgba(0, 0, 0, .05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}

.tm-content-accordion-list>div.active .tm-content-accordion-list__title::after {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(90deg);
    color: #fff;
    background: #A651F6;
}

.tm-content-accordion-list__title {
    font-weight: 700;
    color: #414357;
    font-size: 18px;
    line-height: 1.1;
    transition: all 0.3s ease-out;
    padding: 18px 52px 18px 25px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    position: relative;
}

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

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

@media (max-width: 980px) {
    .tm-content-accordion-list__title {
        padding: 18px 52px 18px 25px;
    }

}

@media (max-width: 768px) {
    .tm-content-accordion-list__title {
        font-size: 16px;
    }

    .tm-content-accordion-list__title {
        padding: 18px 52px 18px 25px;
    }

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

/* 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: 20px;
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #A651F6;
}

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

.swiper-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
    transition: all .3s ease-in-out;
    top: calc(50% - 20px);
}

.swiper-button:hover {
    background: rgba(0, 0, 0, .15);
}

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

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

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

.swiper-button::after {
    font-size: 17px;
    color: #A651F6;
    font-family: 'tm-nextavira';

}

.swiper-button-next::after {
    content: "\e902";
}

.swiper-button-prev::after {
    content: "\e901";
}

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


@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: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 30px;
    border: 1px solid#fff;
    outline: none;
    color: #414357;
    border-radius: 50px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .15);
}

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

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

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

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

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

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


.tm-form-btn,
.wpcf7-submit {
    width: 390px;
    background: #A651F6;
    border-radius: 50px;
    height: 70px;
    border: 0 none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    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;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.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: #8d31e2;
    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: #000;
}

.form-popup {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.form-popup-content {
    border-radius: 20px;
    background: #fff;
    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: 35px 20px;
    }
}





/* footer
========================================================================== */
.tm-footer__line1 {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}

.tm-footer__links a {
    color: #414357;
    text-decoration: underline;
}

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

.tm-footer__line2 {
    padding-bottom: 35px;
}

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


/* main style
========================================================================== */
.tm-relative {
    position: relative;
}

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

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


.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: 80px 0 115px;
    flex: 1 1 auto;
}


.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,
.tm-hero-title {
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    z-index: 3;
    color: #414357;
    font-family: 'Montserrat', sans-serif;
}

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

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

.tm-hero-title {
    font-size: 65px;
}

.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-purple,
.tm-colored-title span {
    color: #A651F6;
}


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

.max960 {
    max-width: 960px;
}

.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: 8px;
    font-size: 20px;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}


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

ol li {
    /* padding-left: 35px; */
    position: relative;
}

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

li::marker {
    font-weight: 700;
}

/* 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: 155px;
    background: #A651F6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 35px;
    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: #8d31e2;
    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_big a {
    width: 256px;
}

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

    .tm-hero-title {
        font-size: 55px;
    }

}

@media (max-width: 1440px) {

    .tm-hero-title {
        font-size: 45px;
    }

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

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

}


@media (max-width: 1180px) {

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

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

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

    .tm-hero-title {
        font-size: 30px;
    }

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

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

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

    ul li::before {
        top: 6px;
    }

}

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