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

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

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

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

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

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

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

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

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

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

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

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

.tm-actilife {
    font-family: 'tm-actilife' !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-actilife-icon-right-arrow:before {
    content: "\e90c";
}

.tm-actilife-icon-arrow-right:before {
    content: "\e90b";
}

.tm-actilife-icon-minus:before {
    content: "\e909";
}

.tm-actilife-icon-plus:before {
    content: "\e90a";
}

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

.tm-actilife-icon-loupe:before {
    content: "\e901";
}

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

.tm-actilife-icon-instagram:before {
    content: "\e903";
}

.tm-actilife-icon-telegram:before {
    content: "\e904";
}

.tm-actilife-icon-mail:before {
    content: "\e905";
}

.tm-actilife-icon-phone:before {
    content: "\e906";
}

.tm-actilife-icon-point:before {
    content: "\e907";
}

.tm-actilife-icon-viber:before {
    content: "\e908";
}



/*--------------------------------------------------------------
# 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: #2F529C;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'MazzardM', sans-serif;
}

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


/* 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,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 25px;
    padding: 10px 25px;
    border-left: 3px solid #000;
    background: #eee;
}

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 solid #d3d3d3;
    margin-bottom: 25px;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

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

a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    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:last-child {
    margin: 0;
}

.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 {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.alignright {
    float: right;
    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;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff;
}

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

.tm-header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    min-height: 242px;
    position: relative;
}



.tm-header__line1 {
    padding-top: 18px;
}

.tm-header__line2 {
    padding-left: 30px;
}

.tm-mob-logos .tm-header__logos {
    justify-content: center;
    margin-bottom: 40px;
}

.tm-mob-contacts {
    margin-bottom: 40px;
}

.tm-mob-social>div,
.tm-mob-contacts>div {
    display: flex;
    justify-content: center;
}


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

    .home .tm-header {
        margin-bottom: -56px;
    }

    .tm-page_totop {
        margin-top: -56px;
    }
}

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

    .tm-header__logo {
        left: 0;
        top: 0;
        width: 90px;
        height: 90px;
    }

    .tm-header__logo img {
        width: 50px;
    }
    .tm-header__line1 {
        padding-right: 75px;
        margin-bottom: 0;
        padding-top: 20px;
    }

    .tm-header__line2 {
        padding-left: 0;
        position: relative;
        z-index: 10;
    }

    .tm-header__phone-wrap,
    .tm-header__mail-wrap,
    .tm-social-header-wrap,
    .tm-header__logos-wrap,
    .tm-toogle-navigation::after {
        display: none;
    }

    .tm-header__logo1 {
        width: 52px;
    }

    .tm-header__logo2 {
        width: 64px;
    }
}

/* menu
========================================================================== */
.tm-toogle-navigation {
    background: #fff;
    padding-left: 290px;
    position: relative;
}

.tm-toogle-navigation::after {
    position: absolute;
    width: 100vw;
    left: 100%;
    top: 0;
    background: #fff;
    content: '';
    height: 100%;
}

/* toggle ----------------- */
.tm-toogle-nav {
    display: flex;
    flex-direction: column;
    width: 21px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    right: 36px;
    top: 25px;
    align-items: flex-end;
    row-gap: 5px;
}


.tm-toogle-nav span {
    background: #102244;
    height: 2px;
    border-radius: 3px;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    z-index: 1;
    display: flex;
}

.tm-toogle-nav>span:nth-of-type(1) {
    width: 100%;
    background: #F39024;
}

.tm-toogle-nav>span:nth-of-type(2) {
    width: 50%;
}

.tm-toogle-nav>span:nth-of-type(3) {
    width: 100%;
}

input#main-navigation-toggle[type="checkbox"] {
    display: none;
}

.tm-toogle-nav::after {
    content: '';
    background: #fff;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    left: -15px;
    top: -17px;
    position: absolute;
    z-index: 0;
}

input#main-navigation-toggle[type="checkbox"]:checked~label>span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 5px);
    background: #102244;
}

input#main-navigation-toggle[type="checkbox"]:checked~label>span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    opacity: 0;
}

input#main-navigation-toggle[type="checkbox"]:checked~label>span:nth-of-type(3) {
    transform-origin: bottom;
    transform: translate(-1px, -9px) rotatez(133deg);
}

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


@media (max-width: 1180px) {
    .tm-toogle-navigation {
        background: none;
        padding-left: 0;
    }
}


/* comp navigation ----------------- */
.tm-menu-wrapper-header ul,
.tm-menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 270px;
    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: 66px;
}

.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: -52px;
    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(275px) translateY(0%);
    -ms-transform: translateX(275px) translateY(0%);
    transform: translateX(275px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: visible;
    left: 270px;
    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);
    margin-bottom: 0;
}

.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.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 6px;
    border: solid #102244;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.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 #102244;
    border-width: 0 2px 2px 0;
}


.tm-menu-wrapper li li.menu-item-has-children {
    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.lang-item>span>a:before,
.tm-menu-wrapper>li>span>a::before {
    width: 0;
    height: 4px;
    content: '';
    position: absolute;
    bottom: -24px;
    background: #F39024;
    transition: all 0.3s ease-in-out;
    border-radius: 7px;
}

.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: calc(100% + 20px);
}

.tm-menu-wrapper>li.current-menu-item>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 {
    width: 100%;
}

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

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

/* .tm-menu-wrapper li li.current-menu-item a {
    color: #fff;
    background: #ff0202;
    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: #102244;
    font-weight: 700;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 16px;
    position: relative;
}



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

.tm-menu-wrapper li li a {
    line-height: 16px;
    font-size: 16px;
    padding: 10px 18px 10px 53px;
    display: block;
    position: relative;
    font-weight: 400;
}

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

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

.tm-mob-container {
    display: none;
    padding-bottom: 30px;
}

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

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


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

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

    [id=main-navigation-toggle]:checked~.tm-header__line2 .tm-primary-navigation {
        visibility: visible;
        height: calc(100vh - 124px);
        overflow: auto;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

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

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

    [id=main-navigation-toggle]:checked~.tm-header__line2 .tm-mob-container {
        display: block;
    }


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

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

    .tm-menu-wrapper>li>span {
        text-align: center;
    }
 

    .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 {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    .tm-menu-wrapper>li.current-menu-item>span>a::before,
    .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: none;
    }

    .tm-menu-wrapper>li:hover>span>a,
    .tm-menu-wrapper>li.current-lang>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.7);
    }

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

    .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,
    .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
    }

    .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 ul {
        position: relative;
        height: auto;
        visibility: visible;
        width: 100%;
    }

    .tm-menu-wrapper li>span>a {
        font-size: 20px;
    }

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

    .tm-menu-wrapper li li a {
        padding: 13px 15px;
        color: #102244;
        text-align: center;
    }

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

    .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 {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}




/* BLOCKS
========================================================================== */
/* benefits
---------------------------------------- */
.tm-benefits__card {
    min-height: 145px;
    background: #568FC6;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 33px;
}

.tm-benefits__card::after {
    border-radius: 50%;
    width: 192px;
    height: 192px;
    background: #F39024;
    right: -51px;
    bottom: -101px;
    position: absolute;
    z-index: 0;
    content: '';
}

.tm-benefits__card img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

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

@media (max-width: 980px) {
    .tm-benefits__grid.tm-grid .tm-grid__width-1-3:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-benefits__img img {
        max-width: 175px;
        height: auto;
        max-height: 115px;
    }

    .tm-benefits__grid br {
        display: block;
    }
}

/* how work + grid with numbers
---------------------------------------- */
.tm-how-work__grid.tm-grid {
    margin-left: -55px;
    row-gap: 55px;
}

.tm-how-work__grid.tm-grid>* {
    padding-left: 55px;
}

.tm-grid-icons__grid {
    justify-content: center;
}

.tm-grid-icons__grid,
.tm-how-work {
    counter-reset: num;
}

.tm-grid-icons__grid.tm-grid-icons__grid_3 {
    counter-reset: num 2;
}

.tm-grid-icons__grid.tm-grid {
    row-gap: 50px;
}

.tm-grid-icons__grid .tm-grid-icons__card::before,
.tm-how-work .tm-how-work__card::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    width: 90px;
    height: 90px;
    display: flex;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 50%;
    box-shadow: 0px 16px 34px rgba(249, 176, 30, 0.26);
    font-weight: 700;
}

.tm-grid-icons__grid .tm-grid-icons__card::before {
    left: 0;
    right: 0;
    margin: auto;
}

.tm-how-work__card {
    padding-left: 110px;
    position: relative;
}

.tm-grid-icons__card {
    position: relative;
    padding-top: 110px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}



@media (max-width: 480px) {
    .tm-how-work .tm-how-work__card::before {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .tm-how-work__title {
        padding-left: 75px;
        min-height: 40px;
    }

    .tm-how-work__card {
        padding-left: 0;
    }
}

/* why we
---------------------------------------- */
.tm-why-we__card {
    position: relative;
    overflow: hidden;
    padding: 25px 25px 25px 230px;
    background: #fff;
    border-radius: 21px;
    height: 100%;
}

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

@media (min-width: 541px) {
    .tm-why-we__img-mob {
        display: none;
    }
}

@media (max-width: 540px) {
    .tm-why-we__img-comp {
        display: none;
    }

    .tm-why-we__card {
        padding: 176px 25px 25px 25px;
    }

    .tm-why-we__title,
    .tm-why-we__text {
        text-align: center;
    }

    .tm-why-we__card img {
        bottom: auto;
        top: 0;
        right: 0;
    }

    .tm-why-we__grid.tm-grid {
        row-gap: 10px;
    }
}

/* ways + grid
---------------------------------------- */
.tm-ways-wrap,
.tm-grid-blocks-wrap {
    position: relative;
}

.tm-grid-blocks__card,
.tm-ways__card {
    text-align: center;
}

.tm-grid-blocks__img,
.tm-ways__img {
    height: 85px;
}

.tm-grid-blocks__img img,
.tm-ways__card img {
    width: 100%;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    max-width: 82px;
}

.tm-grid-blocks__grid {
    justify-content: center;
}

@media (min-width: 1181px) {
    .tm-ways__grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .tm-ways__item {
        width: 20%;
    }

    .tm-ways-prev,
    .tm-ways-next,
    .tm-ways-pagination {
        display: none;
    }
}

@media (max-width: 768px) {

    .tm-grid-blocks__grid .tm-grid__width-1-5,
    .tm-grid-blocks__grid .tm-grid__width-1-3,
    .tm-grid-blocks__grid .tm-grid__width-1-6,
    .tm-grid-blocks__grid .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-grid-blocks-wrap_3 .tm-grid-blocks__grid .tm-grid__width-1-3 {
        width: 100%;
    }
}


/* list with icons
---------------------------------------- */
.tm-list-icons__grid {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.tm-list-icons__card {
    min-height: 63px;
    position: relative;
    padding-left: 83px;
    display: flex;
    align-items: center;
}

.tm-list-icons__card img {
    position: absolute;
    left: 0;
    top: 8px;
    margin: auto;
    max-width: 63px;
}

.tm-list-bigger {
    width: calc(100% + 250px);
}

.tm-list-bigger_medium {
    width: calc(100% + 150px);
}

.tm-list-bigger_small-width {
    width: calc(100% + 50px);
}

.tm-list-bigger .tm-list-icons__grid {
    row-gap: 40px;
}

@media (min-width: 481px) {
    .tm-list-bigger {
        font-size: 20px;
    }
}

@media (min-width: 1181px) {
    .tm-list-bigger {
        font-size: 24px;
    }
}

@media (max-width: 1280px) {
    .tm-list-bigger {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-list-bigger .tm-list-icons__grid {
        row-gap: 20px;
    }
}

/* list with icons and bg
---------------------------------------- */
.tm-list-icons-bg__card {
    background: #fff;
    position: relative;
    padding: 16px 30px 16px 90px;
    border-radius: 30px;
    color: #000;
}

.tm-list-icons-bg__img {
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(249, 176, 30, .26);
}

@media (max-width: 480px) {
    .tm-list-icons-bg__card {
        padding: 14px 30px 14px 90px;
    }
}

/* list of services
---------------------------------------- */
.tm-list-services__grid.tm-grid {
    margin-left: -20px;
    row-gap: 35px;
}

.tm-list-services__grid.tm-grid>* {
    padding-left: 25px;
}

.tm-list-services__card {
    position: relative;
    height: 76px;
    border-radius: 40px;
    padding: 10px 15px 10px 90px;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    align-items: center;
    color: #fff;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tm-list-services__card:hover {
    box-shadow: 0px 16px 34px 0px rgba(249, 176, 30, 0.26);
}

.tm-list-services__card::before,
.tm-list-services__card::after {
    content: '';
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-list-services__card::before {
    background: linear-gradient(267deg, #2F529C 2%, #378FCD 91.05%);
    z-index: 0;
}

.tm-list-services__card::after {
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    z-index: 1;
    opacity: 0;
}

.tm-list-services__card:hover::before {
    opacity: 0;
}

.tm-list-services__card:hover::after {
    opacity: 1;
}

.tm-list-services__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
    width: 58px;
    height: 58px;
    z-index: 2;
}

.tm-list-services__img img {
    max-width: 38px;
    max-height: 38px;
}

.tm-list-services__title {
    position: relative;
    z-index: 3;
}

.tm-list-services__card a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

@media (max-width: 480px) {
    .tm-list-services__grid.tm-grid {
        row-gap: 20px;
    }
}

/* custom order
---------------------------------------- */
.tm-custom-order__card {
    position: relative;
    padding-top: 46px;
    height: 100%;
}

.tm-custom-order__card::after {
    height: 275px;
    width: 85%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    content: '';
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
}

.tm-custom-order-wrap_no-circle .tm-custom-order__card::after {
    display: none;
}

.tm-custom-order__container {
    background: #F8F8F8;
    border-radius: 21px;
    position: relative;
    height: 100%;
    padding: 30px;
    text-align: center;
    z-index: 1;
}

.tm-white-card-left .tm-custom-order__container {
    text-align: left;
}

.tm-custom-order__img {
    position: relative;
    text-align: center;
    margin-top: -95px;
    margin-bottom: -15px;
}

.tm-custom-order__img img {
    width: 185px;
    margin-left: auto;
    margin-right: auto;
}

.tm-custom-order ul li::before {
    background: #000;
}

@media (max-width: 980px) {
    .tm-custom-order__grid.tm-grid {
        justify-content: center;
    }

    .tm-custom-order__card::after {
        height: 245px;
        width: 290px;
    }
}

@media (max-width: 768px) {
    .tm-custom-order__container {
        min-height: 200px;
    }
}

/* rounded image
---------------------------------------- */
.tm-round-img {
    height: 610px;
    padding: 15px;
    width: 1250px;
    background: linear-gradient(1deg, #FCC419 13.93%, #F39024 84.17%);
    position: relative;
    border-radius: 300px 0 0 300px;
}

.tm-round-img__img {
    position: absolute;
    left: 15px;
    top: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    border-radius: 300px;
    overflow: hidden;
}

.tm-round-img_left .tm-round-img__img {
    display: flex;
    justify-content: flex-end;
}

.tm-round-img_left {
    position: relative;
    height: 610px;
}

.tm-round-img_left .tm-round-img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 300px 300px 0;
}

.tm-round-img_left .tm-round-img__img img {
    height: 105%;
    margin-top: -5px;
}

@media (max-width: 1180px) {
    .tm-round-img {
        height: 400px;
    }
}

@media (max-width: 980px) {
    .tm-round-img_left {
        height: auto;
        margin-left: -30px;
    }

    .tm-round-img_left .tm-round-img {
        position: relative;
    }

    .tm-round-img__img {
        position: absolute;
        left: 9px;
        top: 9px;
        height: calc(100% - 18px);
        width: 100%;
        border-radius: 300px 0 0 300px;
    }

    .tm-round-img_left .tm-round-img__img {
        position: absolute;
        left: 0;
        top: 9px;
        height: calc(100% - 18px);
        width: calc(100% - 9px);
        border-radius: 0 300px 300px 0;
    }

    .tm-round-img {
        height: 280px;
        padding: 9px;
        width: calc(100% + 30px);
    }

    .tm-round-img_left .tm-round-img {
        width: 100%;
    }

    .tm-round-img__img img {
        object-fit: cover;
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        height: 100%;
    }
}



/* join
---------------------------------------- */
.tm-join-wrap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
    padding-left: 90px;
}

.tm-join-image-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 460px;
}

.tm-join-image-container::after {
    background: url(img/circle-join.svg) no-repeat 0 0;
    background-size: 100%;
    width: 436px;
    height: 436px;
    position: absolute;
    z-index: 0;
    left: -24px;
    bottom: -10px;
    content: '';
}

.tm-join-image {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(1deg, #FCC419 13.93%, #F39024 84.17%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    z-index: 1;
}

.tm-join-image__inner {
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.tm-join {
    padding: 10px;
    border-radius: 21px;
    background: linear-gradient(1deg, #FCC419 13.93%, #F39024 84.17%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    font-size: 20px;
}

.tm-join__text {
    background: #2F529C;
    border-radius: 19px;
    padding: 50px 50px 50px 437px;
}

@media (max-width: 1180px) {
    .tm-join__text {
        padding: 215px 50px 50px 50px;
        text-align: center;
    }

    .tm-join-image {
        width: 290px;
        height: 290px;
    }

    .tm-join-image-container {
        bottom: auto;
        right: 0;
        height: auto;
        width: 290px;
    }

    .tm-join-image-container::after {
        display: none;
    }

    .tm-join-wrap {
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .tm-join-image {
        width: 200px;
        height: 200px;
        padding: 5px;
    }

    .tm-join-image-container {
        width: 200px;
    }

    .tm-join__text {
        padding: 115px 20px 30px 20px;
    }

    .tm-join {
        padding: 3px;
    }
}

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

.tm-gallery-slider__prev.swiper-button-prev {
    left: -140px;
}

.tm-gallery-slider__next.swiper-button-next {
    right: -140px;
}

.tm-gallery-slider .slider__image {
    border: 10px solid #D9D9D9;
    border-radius: 5px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.tm-gallery-slider .slider__image a {
    display: flex;
    position: relative;
}

.tm-gallery-slider .slider__image a::before,
.tm-gallery-slider .slider__image a::after {
    position: absolute;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.tm-gallery-slider .slider__image a::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
    z-index: 1;
    content: '';
}

.tm-gallery-slider .slider__image a::after {
    font-family: 'tm-actilife';
    content: "\e901";
    font-size: 33px;
    line-height: 33px;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: #F39024;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.tm-gallery-slider .slider__image a:hover::before,
.tm-gallery-slider .slider__image a:hover::after {
    opacity: 1;
}

@media (max-width: 1490px) {
    .tm-gallery-slider__prev.swiper-button-prev {
        left: -70px;
    }

    .tm-gallery-slider__next.swiper-button-next {
        right: -70px;
    }
}

@media (max-width: 1366px) {
    .tm-gallery-slider__prev.swiper-button-prev {
        left: -20px;
    }

    .tm-gallery-slider__next.swiper-button-next {
        right: -20px;
    }
}

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

.tm-command-slider__prev.swiper-button-prev {
    left: -140px;
}

.tm-command-slider__next.swiper-button-next {
    right: -140px;
}

.tm-command-slider__img {
    display: flex;
    position: relative;
    overflow: hidden;
}

.tm-command-slider__img img {
    position: relative;
    z-index: 1;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.tm-command-slider__img::after {
    position: absolute;
    z-index: 0;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    bottom: -30px;
    content: '';
}

@media (max-width: 1490px) {
    .tm-command-slider__prev.swiper-button-prev {
        left: -70px;
    }

    .tm-command-slider__next.swiper-button-next {
        right: -70px;
    }
}

@media (max-width: 1366px) {
    .tm-command-slider__prev.swiper-button-prev {
        left: -20px;
    }

    .tm-command-slider__next.swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 980px) {
    .tm-command-slider__img::after {
        width: 70%;
        padding-bottom: 70%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 800px) {
    .tm-command-slider__img::after {
        width: 85%;
        padding-bottom: 85%;
    }
}

@media (max-width: 600px) {
    .tm-command-slider__img::after {
        width: 285px;
        height: 285px;
        padding-bottom: 0;
    }
}

/* banner with video
---------------------------------------- */
.tm-banner-img-wrap {
    position: relative;
    height: 784px;
}

.tm-banner-img-video {
    position: absolute;
    top: 440px;
    z-index: 10;
    width: 120px;
    height: 120px;
}

.tm-banner-img-video::after {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border: 1px solid #F39024;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.7s ease-out infinite;
    animation: pulse-border-2 1.7s ease-out infinite;
}

.tm-banner-img-video::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border: 1px solid #F39024;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 2.2s ease-in-out infinite;
    animation: pulse-border-2 2.2s ease-in-out infinite;
}

.tm-banner-img-video__link {
    border-radius: 50%;
    -webkit-box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 30%);
    box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 30%);
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    text-align: center;
    font-size: 16px;
    color: #111;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 10;
    bottom: 0;
}

.tm-banner-img-video__link span {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 29px solid #fff;
    border-bottom: 18px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.tm-banner-img-image-container {
    position: relative;
}

.tm-banner-img-image-container::after {
    background: url(img/banner-bg-circle.svg) no-repeat 0 0;
    height: 655px;
    width: 1067px;
    position: absolute;
    left: -39px;
    top: 0;
    z-index: 0;
    content: '';
}

.tm-banner-img-image {
    position: relative;
    overflow: hidden;
    width: 1067px;
    z-index: 5;
}

.tm-banner-img-image__inner {
    height: 1067px;
    width: 1067px;
    border-radius: 50%;
    margin-top: -308px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    animation: city 30s linear infinite;
    -webkit-animation: city 30s linear infinite;
}
.tm-banner-img-image__wrap {
    height: 1067px;
    width: 1067px;
    border-radius: 50%;
    margin-top: -308px;
    position: relative;
    overflow: hidden;
}
.tm-banner-img-image__video {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

@keyframes city {
    0% {
        background-position: -587px 100%, 0 0;
    }

    50% {
        background-position: 0px 100%, 0 0;
    }

    100% {
        background-position: -587px 100%, 0 0;
    }
}

@-webkit-keyframes city {
    0% {
        background-position: -587px 100%, 0 0;
    }

    50% {
        background-position: 0px 100%, 0 0;
    }

    100% {
        background-position: -587px 100%, 0 0;
    }
}

@media (max-width: 1180px) {
    .tm-banner-img-image-container {
        display: none;
    }

    .tm-banner-img-video {
        top: 40px;
    }

    .tm-banner-img-wrap {
        height: auto;
    }
}

@media (max-width: 980px) {
    .tm-banner-img-wrap {
        position: absolute;
        right: 20px;
        width: 120px;
        top: 0;
    }
}

@media (max-width: 650px) {
    .tm-banner-img-wrap {
        width: 52px;
    }

    .tm-banner-img-video__link,
    .tm-banner-img-video {
        width: 52px;
        height: 52px;
    }

    .tm-banner-img-video__link span {
        border-top: 7px solid transparent;
        border-left: 9px solid #fff;
        border-bottom: 7px solid transparent;
    }

    .tm-banner-title {
        padding-right: 70px;
    }
}


/* banner with static image
---------------------------------------- */
.tm-banner-img-block-wrap {
    position: relative;
    height: 784px;
}

.tm-banner-img-block-image-container {
    position: relative;
}

.tm-banner-img-block-image-container::after {
    background: url(img/banner-bg-circle.svg) no-repeat 0 0;
    height: 655px;
    width: 1067px;
    position: absolute;
    left: -39px;
    top: 0;
    z-index: 0;
    content: '';
}

.tm-banner-img-block-image {
    position: relative;
    overflow: hidden;
    width: 1067px;
    z-index: 5;
}

.tm-banner-img-block-image__inner-mob,
.tm-banner-img-block-image__inner {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.tm-banner-img-block-image__inner {
    height: 1067px;
    width: 1067px;
    margin-top: -308px;
}

.tm-banner-img-block-image__inner-mob {
    height: 400px;
    width: 400px;
}

@media (min-width: 671px) {
    .tm-banner-img-block-image__inner-mob {
        display: none;
    }
}

@media (max-width: 1180px) {
    .tm-banner-img-block-wrap {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .tm-banner-img-block-image {
        width: 427px;
    }
}

@media (max-width:768px) {
    .tm-banner-img-block-image {
        width: 227px;
    }
    .tm-banner-img-block-image-container::after {
        height: 360px;
        width: 397px;
        left: -29px;
        top: -64px;
        background-size: 100%;
    }
    .tm-banner-img-block-image__inner {
        height: 407px;
        width: 407px;
        margin-top: -148px;
    }
}

@media (max-width: 670px) {
    .tm-banner-img-block-image__inner {
        display: none;
    }

    .tm-banner-img-block-wrap {
        width: 219px;
        height: 272px;
    }

    .tm-banner-img-block-image__inner-mob {
        height: 300px;
        width: 300px;
        margin-top: -150px;
        right: -35px;
        position: relative;
    }

    .tm-banner-img-block-image-container::after {
        background: url(img/banner-bg-circle-mob.svg) no-repeat 0 0;
        width: 199px;
        height: 241px;
        background-size: 100%;
        top: -89px;
        left: 10px;
    }
}

/* box line
---------------------------------------- */
.tm-box-line {
    background: linear-gradient(135deg, #fcc11a 0%, #f49224 100%);
    padding: 2px;
    border-radius: 21px;
}

.tm-box-line__inner {
    border-radius: 20px;
    background: #2F529C;
    padding: 20px 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2) inset;
}

/* tables
---------------------------------------- */
.tm-table-sizes,
.tm-color-table,
.tm-table-with-head {
    min-width: 1000px;
}

.tm-table-sizes,
.tm-table-sizes table,
.tm-color-table,
.tm-color-table table,
.tm-table-with-head,
.tm-table-with-head table {
    margin-bottom: 0;
}

.tm-color-table table {
    border: 0 none;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 25%);
    overflow: hidden;
}

.tm-color-table tr>td:first-child {
    width: 230px;
    background: #f39024;
    color: #fff;
    font-weight: 700;
}

.tm-color-table tr:nth-child(2n)>td:first-child {
    background: #bb6f1c;
}

.tm-color-table tr:nth-child(2n)>td:nth-child(2) {
    background: #f8f8f8;
}

.tm-color-table tr>td {
    padding: 22px 30px;
    border: 0 none;
    background: #fff;
    color: #000;
    font-weight: 500;
}

.tm-table-sizes table {
    border-radius: 20px;
    overflow: hidden;
    color: #000;
    font-weight: 500;
}

.tm-table-sizes tr td:first-child {
    font-weight: 700;
    text-align: left;
    width: 300px;
    padding-left: 30px;
}

.tm-table-sizes td {
    border-width: 0 0 1px 0;
    border-color: #DBE6FF;
    background: #fff;
    width: 115px;
    text-align: center;
    padding: 12px;
}

.tm-table-sizes tr>td:nth-child(2n) {
    background: #F8F8F8;
}

.tm-table-with-head td {
    background: #fff;
    color: #000;
    border-color: rgba(47, 82, 156, .2);
}

.tm-table-with-head thead {
    border-bottom: 0 none;
    background: #F8F8F8;
    color: #2F529C;
}

.tm-table-with-head thead th {
    border-color: rgba(47, 82, 156, .2);
}

.tm-table-with-head thead th,
.tm-table-with-head td {
    text-align: left;
    vertical-align: top;
    padding: 25px;
}

.tm-table-with-head table {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 480px) and (max-device-width: 480px) {

    .tm-color-table tr:nth-child(2n)>td,
    .tm-color-table tr>td {
        font-size: 14px !important;
        -webkit-text-size-adjust: 100%;
    }

}

/* grid with images
---------------------------------------- */
.tm-grid-image__card {
    padding: 0 30px 30px;
    background: #fff;
    border-radius: 20px;
    color: #000;
    height: 100%;
}

.tm-bg-fly-pills .tm-grid-image__card {
    background-image: url(img/pills-fly.webp);
    background-repeat: no-repeat;
    background-position: center 95%;
}

/* grid with left icon
---------------------------------------- */
.tm-grid-left-icon__card {
    position: relative;
    padding-left: 125px;
}

.tm-grid-left-icon__img {
    max-width: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    box-shadow: 0 16px 34px rgba(249, 176, 30, 0.26);
}

.tm-grid-left-icon__img img {
    width: 100%;
}

@media (max-width: 480px) {
    .tm-grid-left-icon__img {
        max-width: 68px;
    }

    .tm-grid-left-icon__card {
        padding-left: 95px;
    }
}


/* ul list with checkbox
---------------------------------------- */
.tm-list-checkbox li {
    padding-left: 35px;
}

.tm-list-checkbox li:not(:last-child) {
    margin-bottom: 7px;
}

.tm-list-checkbox li::before {
    background: url(img/checkbox.svg) no-repeat 0 0;
    background-size: 100%;
    width: 23px;
    height: 23px;
    left: 0;
    top: 2px;
}

@media (max-width: 480px) {
    .tm-list-checkbox li::before {
        width: 18px;
        height: 18px;
    }
}

/* split blocks
---------------------------------------- */
.tm-split-block__bg {
    background: #fff;
    color: #000;
    border-radius: 28px;
    padding: 30px 30px 30px 90px;
    position: relative;
}

.tm-split-block__text {
    max-width: 545px;
    line-height: 1.6;
}

.tm-split-block__icon {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(249, 176, 30, 0.26);
    display: flex;
    left: -15px;
    top: -22px;
}

.tm-split-block__2>img {
    position: absolute;
    left: 60%;
    bottom: 0;
}

.tm-split-block__1 {
    margin-bottom: 60px;
}

@media (max-width: 1080px) {
    .tm-split-block__2>img {
        display: none;
    }
}

@media (max-width: 767px) {
    .tm-split-block__bg {
        padding: 30px;
    }

    .tm-split-block__icon {
        width: 60px;
        height: 60px;
    }
}

/* question block
---------------------------------------- */
.tm-rounded-image-to-right img {
    min-width: 1040px;
    border-radius: 270px;
}

.tm-question-column {
    position: relative;
}

.tm-question-column::after {
    content: '';
    background: url(img/quistion.svg) no-repeat 0 0;
    width: 330px;
    height: 489px;
    position: absolute;
    left: -70px;
    top: -61px;
    z-index: 0;
}

.tm-question-column>* {
    position: relative;
    z-index: 1;
}

.tm-rounded-image-to-right img {
    min-width: 1040px;
    border-radius: 270px;
}

@media (max-width: 1366px) {
    .tm-question-columns>div:first-child {
        flex-basis: 60% !important;
    }

    .tm-question-columns>div:last-child {
        flex-basis: 40% !important;
    }
}

@media (max-width: 1180px) {
    .tm-rounded-image-to-right img {
        min-width: 740px;
        border-radius: 190px;
    }
}

@media (max-width: 980px) {
    .tm-question-column::after {
        width: 160px;
        height: 239px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: 100%;
    }

    .tm-question-column {
        text-align: center;
    }
}

/* other styles
---------------------------------------- */
.tm-box-white {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}
.tm-box-shadow {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .15);
    background: #F8F8F8;
    padding: 30px 40px;
    height: 100%;
    border-radius: 10px;
}


.tm-line-title {
    padding: 19px 0 15px;
    position: relative;
}

.tm-line-title::before {
    content: '';
    background: #F39024;
    border-radius: 4px;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tm-img-to-left-push-with-line {
    position: relative;
}

.tm-img-to-left-push-with-line::after,
.tm-img-to-left-push-with-line::before {
    background: #F39024;
    position: absolute;
    content: '';
    bottom: 0;
    height: 16px;
    z-index: 1;
}

.tm-img-to-left-push-with-line::before {
    border-radius: 0 10px 10px 0;
    width: 100%;
}

.tm-img-to-left-push-with-line::after {
    width: 100vw;
    right: calc(100% - 1px);
}

.tm-invis-title {
    font-size: 64px;
    line-height: 1;
    margin-top: -30px;
    color: rgb(255 255 255 / 16%);
}

.tm-separate-columns {
    position: relative;
}

.tm-separate-columns::after {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: calc(100% - 80px);
    top: 40px;
    background: #B9B9B9;
    content: '';
}



@media (min-width: 1367px) {
    .tm-img-to-left-push-with-line img {
        min-width: 725px;
        left: -40%;
    }
}

@media (min-width: 982px) {
    .tm-img-to-right-push img {
        min-width: 720px;
    }

    .tm-img-to-left-push-with-line img {
        min-width: 600px;
        position: relative;
        left: -30%;
    }
}

@media (max-width: 781px) {
    .tm-separate-columns::after {
        display: none;
    }
}


/* decor
---------------------------------------- */
@media (min-width: 1181px) {

    .tm-split-orange-right,
    .tm-small-split-orange-to-left,
    .tm-small-split-orange-to-right,
    .tm-single-orange-small-decor-left,
    .tm-single-big-decor-left,
    .tm-single-small-decor-left,
    .tm-single-small-decor-right,
    .tm-single-decor-right,
    .tm-split-decor,
    .tm-split-decor2,
    .tm-banner-decor {
        position: relative;
    }

    .tm-split-orange-right>div,
    .tm-small-split-orange-to-left>div,
    .tm-small-split-orange-to-right>div,
    .tm-single-orange-small-decor-left>div,
    .tm-single-big-decor-left>div,
    .tm-split-decor2>div,
    .tm-single-small-decor-left>div,
    .tm-single-small-decor-right>div,
    .tm-single-decor-right>div,
    .tm-split-decor>div,
    .tm-banner-decor>div {
        position: relative;
        z-index: 10;
    }

    .tm-split-orange-right::before,
    .tm-split-orange-right::after,
    .tm-small-split-orange-to-left::before,
    .tm-small-split-orange-to-left::after,
    .tm-small-split-orange-to-right::before,
    .tm-small-split-orange-to-right::after,
    .tm-single-orange-small-decor-left::after,
    .tm-single-big-decor-left::after,
    .tm-split-decor2::after,
    .tm-split-decor2::before,
    .tm-single-small-decor-left::after,
    .tm-single-small-decor-right::after,
    .tm-single-decor-right::after,
    .tm-banner-decor::after,
    .tm-banner-decor::before,
    .tm-split-decor::after,
    .tm-split-decor::before {
        content: '';
        position: absolute;
    }

    .tm-banner-decor::after {
        background: url(img/circle-banner.svg) no-repeat 0 0;
        width: 388px;
        height: 388px;
        left: -515px;
        top: 50px;
    }

    .tm-banner-decor::before {
        background: url(img/banner-big-right-bg.svg) no-repeat 0 0;
        width: 670px;
        height: 670px;
        right: -715px;
        bottom: 50px;
    }

    .tm-split-decor::after {
        background: url(img/circle-big.svg) no-repeat 0 0;
        width: 782px;
        height: 782px;
        left: -510px;
        bottom: 100px;
    }

    .tm-single-orange-small-decor-left::after {
        background: url(img/circle-single-small-orange.svg) no-repeat 0 0;
        width: 300px;
        height: 300px;
        left: -510px;
        bottom: -50px;
    }

    .tm-split-decor::before {
        background: url(img/circle-small-double-right.svg) no-repeat 0 0;
        width: 388px;
        height: 388px;
        right: -140px;
        top: 206px;
    }

    .tm-split-decor.tm-split-decor-right-top-top::before {
        top: -200px;
    }

    .tm-single-decor-right::after {
        width: 475px;
        height: 475px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -395px;
        background: url(img/circle-middle.svg) no-repeat 0 0;
    }

    .tm-single-small-decor-left::after {
        width: 339px;
        height: 339px;
        top: 95px;
        left: -447px;
        background: url(img/circle-small-left.svg) no-repeat 0 0;
    }

    .tm-single-small-decor-right::after {
        width: 339px;
        height: 339px;
        top: 96px;
        right: -417px;
        background: url(img/circle-small-right.svg) no-repeat 0 0;
    }

    .tm-single-big-decor-left::after {
        width: 767px;
        height: 767px;
        bottom: -165px;
        left: -525px;
        background: url(img/circle-big-left.svg) no-repeat 0 0;
        background-size: 100%;
    }

    .tm-split-decor2::before {
        width: 339px;
        height: 339px;
        right: -518px;
        top: 200px;
        background: url(img/circle-small-right.svg) no-repeat 0 0;
    }

    .tm-split-decor2::after {
        width: 475px;
        height: 475px;
        left: -669px;
        bottom: 40px;
        background: url(img/circle-middle.svg) no-repeat 0 0;
    }

    .tm-small-split-orange-to-right::before {
        width: 177px;
        height: 69px;
        left: -118px;
        bottom: -100px;
        background: url(img/orange-cirle-split1-small.webp) no-repeat 0 0;
    }

    .tm-small-split-orange-to-right::after {
        width: 266px;
        height: 456px;
        right: -189px;
        top: -67px;
        background: url(img/orange-cirle-split1-big.webp) no-repeat 0 0;
        background-size: 100%;
    }

    .tm-small-split-orange-to-right.tm-small-split-orange-to-right_correct-top-right::after {
        top: -70px;
    }

    .tm-small-split-orange-to-right.tm-small-split-orange-to-right_correct-top-right2::after {
        top: -82px;
        right: -268px;
    }

    .tm-small-split-orange-to-left::before {
        width: 177px;
        height: 69px;
        left: 144px;
        bottom: -100px;
        background: url(img/orange-circle-split2-left-small.webp) no-repeat 0 0;
    }

    .tm-small-split-orange-to-left::after {
        width: 525px;
        height: 525px;
        right: -596px;
        top: -67px;
        background: url(img/orange-circle-split2-right-big.webp) no-repeat 0 0;
        background-size: 100%;
    }

    .tm-split-orange-right::before {
        background: url(img/circle-single-small-orange.svg) no-repeat 0 0;
        width: 300px;
        height: 300px;
        right: -120px;
        bottom: 24px;
    }

    .tm-split-orange-right::after {
        width: 525px;
        height: 525px;
        right: -596px;
        top: -67px;
        background: url(img/orange-circle-split2-right-big.webp) no-repeat 0 0;
        background-size: 100%;
    }


}

/* object fit
========================================================================== */
.tm-join-image__inner img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

/* home
========================================================================== */
.tm-category-menu a {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #000;
}

.tm-category-menu a:hover {
    border-bottom: 0 none;
}

.tm-subscribe-form input {
    height: 50px;
    background: #fff;
    border: 0 none;
    font-size: 12px;
    text-align: center;
    width: 100%;
    outline: none;
}

.tm-subscribe-form .tm-grid {
    row-gap: 12px;
}

.tm-subscribe-form .subsribe-terms input {
    width: 15px;
    height: 15px;
}

.tm-subscribe-form input[type=submit] {
    height: 32px;
    width: 90px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tm-subscribe-form input[type=submit]:hover {
    background: #535353;
}

.tm-single-product {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

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

.tm-single-product .tm-product-category__btn {
    display: none;
}

.tm-total-block figure {
    text-align: center;
}

.tm-home-categories__card {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border: 4px solid #DADADA;
}

.tm-home-categories__card img {
    transition: all .3s ease-in-out;
}

.tm-home-categories__card:hover img {
    opacity: .5;
}

.tm-home-categories__card>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tm-home-categories__content {
    max-width: 215px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.tm-home-categories__content .tm-content-btn a {
    width: 160px;
    height: 36px;
    font-size: 20px;
    font-weight: 600;
}

.tm-home-categories__text {
    margin-bottom: 10px;
}

.tm-home-categories__grid.swiper-wrapper {
    box-sizing: border-box;
}


@media (min-width: 881px) {
    .tm-home-categories__grid {
        display: flex;
        flex-wrap: wrap;
        row-gap: 23px;
        margin-left: -23px;
    }

    .tm-home-categories__item {
        width: 50%;
        padding-left: 23px;
        box-sizing: border-box;
    }

    .tm-home-categories .swiper-pagination {
        display: none;
    }
}

@media (min-width: 1181px) {
    .tm-home-categories__item {
        width: 33.333%;
    }
}


@media (max-width: 767px) {
    .tm-total-block {
        position: relative;
    }

    .tm-total-block .tm-content-btn {
        position: absolute;
        bottom: 6%;
        left: 5%;
    }
}

@media (max-width: 700px) {
    .tm-total-block figure {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}

@media (max-width: 480px) {
    .tm-subscribe-form-title.tm-h2 {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tm-category-menu p {
        margin-bottom: 12px;
    }

    .tm-category-menu a {
        font-size: 16px;
    }

    .tm-subscribe-form input {
        height: 32px;
        font-size: 10px;
    }
}

/* offcanvas
========================================================================== */
.tm-offcanvas-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;

    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.tm-offcanvas-container.active {
    visibility: visible;
    opacity: 1;
}

.tm-offcanvas-container .tm-offcanvas-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

.tm-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #ffffff;
    overflow-y: auto;
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    visibility: hidden;
    opacity: 0;
    -ms-scroll-chaining: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
    padding: 40px 20px;
}

.tm-offcanvas-container.active .tm-offcanvas-bar {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.tm-filter {
    padding: 7px 12px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tm-filter:hover {
    background: #d1d1d1;
}

.tm-offcanvas-bar .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: 100%;
}

.tm-archive-product__chips .widget,
.tm-archive-product__chips .wpc-filter-chips-list li,
body .tm-archive-product__chips .wpc-filter-chips-list li.wpc-filter-chip,
.tm-archive-product__chips li.wpc-filter-chip,
.tm-archive-product__chips .wpc-custom-selected-terms ul.wpc-filter-chips-list li:last-child {
    margin-bottom: 0 !important;
}



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

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

.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
}

.wp-block-button__link:hover {
    background: rgb(77, 77, 77);
    color: #fff;
}

/* swiper
========================================================================== */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

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

.swiper-button {
    width: 57px;
    height: 57px;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    box-shadow: 0px 16px 34px 0px rgba(249, 176, 30, 0.26);
    background-position: 50% 0;
    background-size: 150% 150%;
    transition: all .3s ease-in-out;
    border-radius: 50%;
}

.swiper-button:hover {
    background-position: 0 0;
}


.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button::after {
    transition: all .3s ease-in-out;
    font-family: 'tm-actilife';
    content: "\e90b";
    font-size: 19px;
    color: #fff;
}

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

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

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

@media (max-width: 480px) {
    .swiper-button {
        width: 35px;
        height: 35px;
        background: none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }

    .swiper-button::after {
        color: #F39024;
    }
}


/* social
========================================================================== */
.tm-social a {
    color: #F39024;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 17px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
}

.tm-social.tm-social_header a {
    color: #245AA6;
}

.tm-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.tm-social a.tm-actilife-icon-pinterest:hover,
.tm-social a.tm-actilife-icon-youtube:hover {
    background: #f60002;
}

.tm-social a.tm-actilife-icon-viber:hover {
    background: #793baa;
}

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

.tm-social a.tm-actilife-icon-instagram:hover {
    background: #f21db2;
}

.tm-social a.tm-actilife-icon-whatsapp:hover {
    background: #24e034;
}

.tm-social a.tm-actilife-icon-tiktok:hover {
    background: #313131;
}

.tm-social a.tm-actilife-icon-telegram:hover {
    background: #11a0ff;
}

@media (max-width:1440px) {
    .tm-social {
        column-gap: 15px;
        row-gap: 15px;
    }
}

@media (max-width:480px) {
    .tm-social.tm-social_footer {
        justify-content: center;
    }
}

/* latest news
========================================================================== */
.tm-blog-card__img {
    display: flex;
    margin-bottom: 12px;
}

.tm-blog-card__readmore a {
    font-size: 12px;
    text-decoration: underline;
}

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

.tm-blog-card__content {
    font-size: 15px;
}

.tm-blog-card__img a:hover,
.tm-blog-card__title a:hover {
    opacity: .5;
}

@media (max-width: 979px) {
    .tm-latests-news {
        width: calc(100% + 20px);
    }
}

@media (max-width: 570px) {
    .tm-latests-news {
        width: calc(100% + 20px);
    }
}

@media (max-width: 480px) {
    .tm-blog-card__title.tm-h5 {
        font-size: 14px;
    }

    .tm-blog-card__content {
        font-size: 11px;
        line-height: 1.4;
    }

    .tm-blog-card__readmore a {
        font-size: 10px;
    }
}

/* @media (min-width: 1181px) {
    .tm-latests-news__grid {
        display: flex;
        flex-wrap: wrap;
        row-gap: 23px;
        margin-left: -23px;
    }

    .tm-latests-news__item {
        width: 33.333%;
        padding-left: 23px;
        box-sizing: border-box;
    }
} */


/* 404
========================================================================== */
.tm-404__content {
    padding-top: 170px;
    padding-bottom: 100px;
}

@media (max-width: 1180px) {
    .tm-404__content {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

@media (max-width: 980px) {
    .tm-404__content {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .tm-404__content {
        text-align: center;
    }

    .tm-404__content .tm-grid {
        row-gap: 50px;
    }

    .tm-404__content .tm-content-btn a {
        margin-left: auto;
        margin-right: auto;
    }
}


/* breadcrumb
========================================================================== */
.tm-breadcrumb-wrapper {
    padding: 19px 0 0;
    margin-bottom: 25px;
}

.tm-breadcrumb {
    color: rgba(255, 255, 255, 0.7);
    font-family: "MazzardM";
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    font-size: 18px;
}

.tm-breadcrumb span.current-item {
    color: #fff;
}

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

.tm-breadcrumb span a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: "MazzardM";
}

.tm-breadcrumb span a:hover {
    color: #fff;
    text-decoration: underline;
}

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


/* pagination
========================================================================== */
.category-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: flex;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: #f9f7f7;
    color: #929292;
    transition: all 0.3s ease-out;
    border-radius: 2px;
    font-size: 14px;
}

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

.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current,
.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: #e6e6e6;
    color: #636363;
}

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

.category-pagination .nav-links {
    display: flex;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

/* 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;
    background: #fff;
    border-radius: 35px;
}

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

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

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

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 33px;
    height: 33px;
    font-size: 20px;
    line-height: 20px;
    content: "\e90a";
    font-family: 'tm-actilife';
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    content: "\e909";
}

.tm-content-accordion-list__title {
    font-weight: 700;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease-out;
    padding: 21px 62px 21px 34px;
    position: relative;

}

.tm-content-accordion-list__text {
    padding: 20px 34px 30px 34px;
    font-size: 14px;
    color: #272727;
    position: relative;
}

.tm-content-accordion-list__text::before {
    position: absolute;
    top: 0;
    left: 34px;
    width: calc(100% - 68px);
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, .2);
}

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

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

    .tm-content-accordion-list>div {
        border-radius: 40px;
    }

    .tm-content-accordion-list__title {
        min-height: 69px;
        display: flex;
        align-items: center;
    }

}


/* lang 
========================================================================== */

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

.tm-lang .wpml-ls-legacy-dropdown a {
    background: #fff;
    border-radius: 25px;
    border: 0 none;
    color: #000;
}

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

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

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

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

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

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



/* search
========================================================================== */
.tm-search-card {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 15px 18px;
    text-align: center;
}

.tm-search-card__content {
    line-height: 24px;
}

/* footer
========================================================================== */
.tm-footer {
    font-size: 14px;
    line-height: 1.6;
}

.tm-footer__logo {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tm-footer__logo img {
    width: 65px;
}

.tm-footer__line1 {
    background: #568FC6;
}

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

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

.tm-footer-wrapper li a {
    color: #fff;
    font-size: 14px;
}

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

.tm-footer__line2 {
    background: #F39024;
    padding: 16px 0;
}

.tm-footer .menu li {
    padding-left: 0;
}

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

.tm-footer .menu {
    margin: 0;
}

.tm-footer .menu li a {
    font-size: 16px;
    color: #fff;
}

.tm-footer .menu li a:hover {
    opacity: .6;
}

.tm-to-top_btn {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 10;    
}

.tm-to-top_btn a {
    width: 60px;
    height: 60px;
    display: flex;
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: center;
    border: 2px solid #4EA4F6;
    border-radius: 50%;
}

.tm-to-top_btn a:hover {
    background-color: #fff;
}

.tm-to-top_btn a::after {
    font-family: "tm-actilife";
    content: "\e90c";
    transform: rotate(-90deg);
    display: block;
    color: #4EA4F6;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .tm-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }

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

    .tm-footer__line1 .tm-grid__width-1-4:nth-child(2),
    .tm-footer__line1 .tm-grid__width-1-4:nth-child(3) {
        width: 50%;
    }
    .tm-to-top_btn a {
        width: 45px;
        height: 45px;
    }
    .tm-to-top_btn a::after {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }
    .tm-to-top_btn {
        right: 25px;
        bottom: 25px; 
    }
}

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

    .tm-footer__logo img {
        width: 49px;
    }
}


/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    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: 40px;
    }
}

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



/* form
========================================================================== */
html.swal2-shown,
body.swal2-shown {
    position: unset !important;
}

.wpcf7-form-control {
    background: transparent;
    border-radius: 40px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-family: 'MazzardM', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    outline: none;
    color: #000;
}

.wpcf7-not-valid {
    border-color: red;
}

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

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

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

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

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

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

.wpcf7-form-control.wpcf7-acceptance label {
    display: block;
    line-height: 24px;
}

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

.tm-form-btn,
.wpcf7-submit {
    width: 222px;
    background: #000;
    border-radius: 0;
    height: 55px;
    border: 0 none;
    color: #fff;
    font-family: 'MazzardM', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
}

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

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

.wpcf7-spinner {
    display: none;
}

.wpcf7-form-control-wrap,
.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
}

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

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

.wpcf7-form-control.wpcf7-checkbox {
    border: 0 none;
    height: auto;
    line-height: inherit;
    display: block;
    padding: 0;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
    border: 1px solid #E6E6E6;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-form-control.wpcf7-checkbox label {
    display: block;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked~.wpcf7-list-item-label::after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #F39024;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
}

@media (max-width: 800px) {
    .wpcf7-form-control {
        font-size: 14px;
    }

}

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

/* quiz
========================================================================== */
.tm-quiz {
    width: 100%;
    /* max-width: 678px; */
    padding: 40px 0 0;
    background: #fff;
    overflow: hidden;
}

.tm-quiz__inner {
    width: 2100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tm-quiz__step {
    width: 678px;
    margin: 0 0 0 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.tm-quiz__step.active {
    height: auto;
    opacity: 1;
}


#propose {
    color: #000;
    outline: none;
}
#propose,
.tm-propose-container {
    max-width: 768px;
}
.tm-propose-container > div {
    padding-left: 15px;
    padding-right: 15px;
}


.tm-box-propose-white {
    border-radius: 30px;
    padding-bottom: 30px;
    background: #fff;
    overflow: hidden;
}

#propose .form-popup-content {
    padding-left: 0;
    padding-right: 0;
}

.tm-quiz__popup-content {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-quiz__popup-content-title {
    padding-left: 45px;
    padding-right: 45px;
}

.tm-quiz__popup-content-title {
    margin-bottom: 20px;
}

.tm-quiz__content {
    margin-bottom: 40px;
}

.tm-quiz__numbers {
    color: #152852;
    font-size: 36px;
    font-weight: 700;
}

.tm-quiz__numbers span {
    color: rgba(21, 40, 82, 0.31);
    font-size: 24px;
}

.tm-quiz-form__btn,
.tm-quiz__btn_prev,
.tm-quiz__btn_next {
    cursor: pointer;
    min-width: 180px;
    height: 80px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all 0.3s ease-out;
    background: #F8F8F8;
    color: #6C6C6C;
    outline: none;
    border: 0 none;
}

.tm-quiz-form__btn,
.tm-quiz__btn_next {
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    box-shadow: 0px 16px 34px 0px rgba(249, 176, 30, 0.26);
    background-position: 50% 0;
    background-size: 150% 150%;
    color: #fff;
}

.tm-quiz-form__btn:hover,
.tm-quiz__btn_next:hover {
    background-position: 0 0;
}

.tm-quiz__btn_prev:hover {
    background: #cacaca;
}

.tm-quiz__popup-line {
    width: 100%;
    height: 5px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(47, 82, 156, 0.15) 0%, rgba(47, 82, 156, 0.15) 100%), rgba(47, 82, 156, 0.15);
}

.tm-quiz__popup-fill {
    width: 100%;
    height: 100%;
    background: #FCC419;
    transform: translateX(-99%);
    transition: all .3s ease-in-out;
}

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


@media (max-width:800px) {
    #propose,
    .tm-propose-container {
        max-width: 375px;
    }

    .tm-quiz__step {
        width: 305px;
        margin: 0 0 0 20px;
    }

    .tm-quiz__inner {
        width: 1900%;
    }

    .tm-quiz-form__btn,
    .tm-quiz__btn_prev,
    .tm-quiz__btn_next {
        height: 50px;
    }

    .tm-quiz__popup-content-title.tm-h3 {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 24px;
    }

    .tm-quiz-form__btn,
    .tm-quiz__btn_next {
        margin-bottom: 15px;
    }
}

@media (max-width:480px) {
    .tm-quiz__popup-content-title.tm-h3 {
        font-size: 20px;
    }
}

@media (max-width:394px) {
    #propose,
    .tm-propose-container {
        max-width: 312px;
    }

    .tm-page_propose .tm-breadcrumb-wrapper .tm-centered-content,
    .tm-centered-content.tm-page_propose-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tm-quiz__step {
        width: 282px;
        margin: 0 0 0 10px;
    }
}

/* tabs 
========================================================================== */
.tm-tabs-content__item {
    display: none;
}

.tm-tabs-content__item.tm-tabs-content__item-active {
    display: block;
}


.tm-tabs-triggers__item {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    padding-bottom: 12px;
    position: relative;
    background: none;
    outline: none;
    border: 0 none;
    font-family: "MazzardM";
}

.tm-tabs-triggers__item:hover {
    cursor: pointer;
}

.tm-tabs-triggers__item::after {
    content: '';
    width: 0%;
    height: 4px;
    background: #c46404;
    bottom: -3px;
    left: 0;
    display: block;
    position: absolute;
    transition: all 0.3s ease-out;
}

.tm-tabs-triggers__item:hover::after,
.tm-tabs-triggers__item-active::after {
    width: 100%;
}

.tm-tabs-triggers__item:not(:last-child) {
    margin-right: 45px;
}


/* main style
========================================================================== */
.tm-top-page {
    margin-top: 90px;
}

.body-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.tm-bg-white-to-right,
.tm-bg-white-to-left {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #000;
    position: relative;
}

.tm-bg-white-to-right.tm-small-pad,
.tm-bg-white-to-left.tm-small-pad {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tm-bg-white-to-right>.wp-block-group__inner-container::before,
.tm-bg-white-to-right::before,
.tm-bg-white-to-right::after,
.tm-bg-white-to-left>.wp-block-group__inner-container::before,
.tm-bg-white-to-left::before,
.tm-bg-white-to-left::after {
    position: absolute;
    content: '';
    background: #fff;
    height: 100%;
    top: 0;
    z-index: 0;
}

.tm-bg-white-to-left::before {
    width: 100vw;
    right: calc(100% - 1px);
}

.tm-bg-white-to-left::after {
    width: 70%;
    left: 50%;
    border-radius: 0 50% 50% 0;
}

.tm-bg-white-big-radius.tm-bg-white-to-left::after {
    border-radius: 0 270px 270px 0;
}

.tm-bg-white-to-left_small_column::after {
    width: 100%;
    left: 35%;
}

.tm-bg-white-to-left>.wp-block-group__inner-container::before {
    width: 60%;
    left: 0;
}

.tm-bg-white-to-right::before {
    width: 100vw;
    left: calc(100% - 1px);
}

.tm-bg-white-to-right::after {
    width: 70%;
    right: 50%;
    border-radius: 50% 0 0 50%;
}

.tm-bg-white-big-radius.tm-bg-white-to-right::after {
    border-radius: 270px 0 0 270px;
}

.tm-bg-white-to-right_small::after {
    width: 50%;
    right: 70%;
}

.tm-bg-white-to-right>.wp-block-group__inner-container::before {
    width: 60%;
    right: 0;
}

.tm-bg-white-to-right_small>.wp-block-group__inner-container::before {
    width: 75%;
}

.tm-bg-white-to-left>.wp-block-group__inner-container>*,
.tm-bg-white-to-right>.wp-block-group__inner-container>* {
    position: relative;
    z-index: 1;
}

.tm-bg-white-to-right h1,
.tm-bg-white-to-right h2,
.tm-bg-white-to-right h3,
.tm-bg-white-to-right h4,
.tm-bg-white-to-right h5,
.tm-bg-white-to-right h6,
.tm-bg-white-to-right .tm-h1,
.tm-bg-white-to-right .tm-h2,
.tm-bg-white-to-right .tm-h3,
.tm-bg-white-to-right .tm-h4,
.tm-bg-white-to-right .tm-h5,
.tm-bg-white-to-right .tm-h6,
.tm-bg-white-to-left h1,
.tm-bg-white-to-left h2,
.tm-bg-white-to-left h3,
.tm-bg-white-to-left h4,
.tm-bg-white-to-left h5,
.tm-bg-white-to-left h6,
.tm-bg-white-to-left .tm-h1,
.tm-bg-white-to-left .tm-h2,
.tm-bg-white-to-left .tm-h3,
.tm-bg-white-to-left .tm-h4,
.tm-bg-white-to-left .tm-h5,
.tm-bg-white-to-left .tm-h6 {
    color: #152852;
}

.tm-bg-white-to-left .tm-h1.color-orange {
    color: #F39024;
}

.tm-push-to-right {
    padding-left: 17%;
}

@media (max-width: 1180px) {
    .tm-push-to-right {
        padding-left: 7%;
    }

    .tm-bg-white-to-right,
    .tm-bg-white-to-left {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tm-bg-white-to-right_small::after {
        right: auto;
        left: -20px;
    }

    .tm-bg-white-big-radius.tm-bg-white-to-right::after,
    .tm-bg-white-to-right::after {
        border-radius: 44px 0 0 44px;
        width: calc(50% + 20px);
    }

    .tm-bg-white-big-radius.tm-bg-white-to-left::after,
    .tm-bg-white-to-left::after {
        border-radius: 0 44px 44px 0;
        width: calc(50% + 20px);
    }

    .tm-bg-white-to-left::after {
        left: auto;
        right: -20px;
    }
}

@media (max-width: 980px) {
    .tm-push-to-right {
        padding-left: 0;
    }

    .max470.tm-vitamins-block {
        margin-left: auto;
        margin-right: auto;
    }

    .tm-bg-white-to-right.tm-small-pad,
    .tm-bg-white-to-left.tm-small-pad {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .tm-bg-white-to-right,
    .tm-bg-white-to-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }


}

.cmplz-marketing .cmplz-manage-consent {
    display: none;
}

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

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

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

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

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

.tm-centered-content_small {
    max-width: 1160px;
}

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

.tm-smaller-padding {
    padding: 30px 0;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    row-gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-grid__width-4-20 {
    width: 45%;
}

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

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 1 !important;
    }
}

@media (max-width: 1280px) {
    .tm-grid__width-1-5 {
        width: 25%;
    }
}

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

@media (max-width: 980px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }

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

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

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

    .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-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10 {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .tm-grid__width-1-5,
    .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-5,
    .tm-grid__width-1-6 {
        width: 100%;
    }

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

h1,
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: 700;
    line-height: 120%;
    position: relative;
    z-index: 3;
    font-family: "MazzardM";
}

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

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

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

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

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

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

.size19 {
    font-size: 19px;
}

.font-uniq {
    font-family: "Gilroy";
}


.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.lightmedium {
    font-weight: 500;
}

.normal {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.tm-no-color-link a {
    color: #000;
}

.tm-contrast-content a,
.color-white {
    color: #fff;
}

.color-black {
    color: #141414;
}

.color-deep-blue {
    color: #152852;
}

.color-orange {
    color: #F39024;
}

.tm-gradient-title span {
    background: -webkit-linear-gradient(90deg, #F49125 36.81%, #FDC41A 96.5%);
    background: linear-gradient(90deg, #F49125 36.81%, #FDC41A 96.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

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

.trans {
    text-transform: uppercase;
}

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

.max400 {
    max-width: 400px;
}

.max470 {
    max-width: 470px;
}

.max510 {
    max-width: 510px;
}

.max580 {
    max-width: 580px;
}

.max630 {
    max-width: 630px;
}

.max680 {
    max-width: 680px;
}

.max780 {
    max-width: 780px;
}

.max850 {
    max-width: 850px;
}

.max980 {
    max-width: 980px;
}

.max1080 {
    max-width: 1080px;
}

.max1140 {
    max-width: 1140px;
}

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

.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


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

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

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

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


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

ol li {
    padding-left: 25px;
    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: 500;
    width: 22px;
    text-align: right;
    color: #fff;
}

.tm-content-accordion-list__text ol li::before {
    color: #000;
}
.tm-content-accordion-list__text ul li::before {
    background: #000;
}

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

.tm-content-btn a {
    width: 305px;
    background: linear-gradient(237deg, #FCC419 13.93%, #F39024 84.17%);
    background-position: 50% 0;
    background-size: 150% 150%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    box-shadow: 0px 16px 34px 0px rgba(249, 176, 30, 0.26);
    border-radius: 50px;
    text-align: center;
}

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

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

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

.tm-content-btn_xbig a {
    width: 530px;
    font-size: 16px;
}

.tm-content-btn_white a {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}

.tm-content-btn_white a:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.tm-content-btn_line a {
    background: none;
    border: 1px solid #F39024;
    color: #000;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}

.tm-content-btn_line a:active,
.tm-content-btn_line a:focus,
.tm-content-btn_line a:hover {
    background: #F39024;
    color: #fff;
}


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

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

}


@media (max-width: 1180px) {

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

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

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

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

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

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

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

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

    .tm-page_totop>.tm-centered-content {
        position: unset;
    }
}

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

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

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


@media (max-width: 480px) {

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

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

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

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

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

    br {
        display: none;
    }

    .tm-content-btn a {
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }

    .tm-top-page {
        display: none;
    }

}


/* margins
========================================================================== */
.tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
}

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

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

.tm-margin-xstandart-bottom {
    margin-bottom: 25px;
}

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

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

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

.tm-margin-large-bottom {
    margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

@media (max-width: 767px) {

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


/* html slider
========================================================================== */

@media (max-width:1180px) {
    .tm-slider-line1 {
        width: 100%;
        overflow: hidden;
    }

    .tm-slider-line {
        display: flex;
        border-bottom: 0 none;
        margin-bottom: 0;
    }
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    /* box-sizing: content-box !important; */
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}



/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}


.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}


/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}



/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}



/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}


/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}


/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}


/* hover & drag */

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}


.scroll-wrapper .scroll-element_outer {
    position: relative;
}

.scroll-wrapper .scroll-x .scroll-element_track {
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
}

.scroll-wrapper .scroll-x .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #F39024;
    height: 8px;
}

.scroll-wrapper .scroll-y .scroll-element_track {
    width: 8px;
    background: #e1e1e1;
}

.scroll-wrapper .scroll-y .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #F39024;
    width: 8px;
}

@media (max-width: 1180px) {
    .tm-slider-line1 {
        width: calc(100% + 30px);
    }
}