/*!
Theme Name: likarigeroiv
Theme URI: http://arnocode.com/
Author: Arnocode
Author URI: https://arnocode.com/
Description: Theme template for likarigeroiv. To contact the developer, write to telegram @arnocode
Version: 1.0.0
Text Domain: likarigeroiv

*/

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

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

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

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

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

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

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

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

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

.tm-likari-icon-minus:before {
    content: "\e908";
}

.tm-likari-icon-plus:before {
    content: "\e909";
}

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

.tm-likari-icon-twitter:before {
    content: "\e906";
}

.tm-likari-icon-youtube:before {
    content: "\e907";
}

.tm-likari-icon-cancel:before {
    content: "\e903";
}

.tm-likari-icon-ok:before {
    content: "\e904";
}

.tm-likari-icon-arrow:before {
    content: "\e900";
}

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

.tm-likari-icon-phone:before {
    content: "\e902";
}



/*--------------------------------------------------------------
# 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: #F2F6FA;
    color: var(--color-grey);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'e-Ukraine', sans-serif;
}



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

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

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

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

:root {
    --color-black: #000;
    --color-grey: #7E7E7E;
    --color-light-blue: #84C4CC;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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


/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
    margin-bottom: 25px;
}

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

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

cite {
    font-style: normal;
}

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

address {
    margin: 0 0 25px;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 0 0 1em;
}

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

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

a {
    color: #84C4CC;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

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

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


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */

.updated:not(.published) {
    display: none;
}

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 25px;
    margin-bottom: 25px;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 25px;
    margin-bottom: 25px;
}

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

/* header
========================================================================== */
.tm-header__logo {
    z-index: 1;
    width: 125px;
}

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

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

.tm-header {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F2F6FA;
    z-index: 1000;
}

.tm-header_active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: fixed;
    animation: slideDown 0.5s;
    background: #fff;
    left: 0;
    top: 0;
}

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

    to {
        transform: translateY(0);
    }
}

.tm-header-phone a {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-light-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-header-phone a:hover {
    background: #61AAB3;
}


.tm-mobile-wrap {
    padding: 0 20px 20px;
    display: none;
}

.tm-mobile-wrap>div:not(:last-child) {
    margin-bottom: 15px;
}

.tm-mobile-wrap a {
    color: var(--color-grey);
}


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

@media (max-width: 640px) {
    .tm-header-btn-wrap {
        display: none;
    }

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

    .tm-header-phone a {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
}

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

    .tm-header__logo {
        width: 80px;
    }
}

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

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


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


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

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

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

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



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

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

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

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

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

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

    .tm-toogle-navigation>label {
        top: 25px;
    }
}

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

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 250px;
    background: #fff;
    height: 0;
    visibility: hidden;
    display: block;
    flex-wrap: wrap;
    z-index: 100;

}

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

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

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

.tm-menu-wrapper>li>ul {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.6s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    left: -18px;
    box-shadow: 0 7px 8px rgb(0 0 0 / 5%);
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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


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

.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.tm-menu-wrapper>li>ul>li.current-menu-ancestor>span>a::after,
.tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
.tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
.tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
.tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
    border: solid #4E8B93;
    border-width: 0 2px 2px 0;
    transition: all 0.3s ease-in-out;
}

.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.menu-item-has-children>span>a:hover::after {
    margin-top: 2px;
    transform: rotate(-135deg);
}

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

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

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

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

.tm-menu-wrapper li li.current-menu-item>span>a {
    color: var(--color-black);
    opacity: 1;
}

.tm-menu-wrapper li li.current-menu-item>span>a:hover,
.tm-menu-wrapper li li a:hover {
    color: #4E8B93;
}

.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: var(--color-black);
    font-weight: 400;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 14px;
}


.tm-menu-wrapper>li>span>a {
    color: var(--color-black);
    opacity: 1;
    position: relative;
    text-transform: uppercase;
}


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

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

.tm-mob-back {
    position: fixed;
}

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



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

@media (max-width: 1180px) {

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

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

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

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


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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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


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

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

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

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

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

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

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

@media (max-width: 1180px) {
    .tm-breadcrumb-wrapper {
        margin-bottom: 30px;
    }
}

/* homepage
========================================================================== */
.tm-img-banner {
    min-width: 606px;
}

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

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

/* BLOCKS
========================================================================== */
/* main classes
--------------------------------------------- */
@media (min-width:671px) {
    .tm-hide-mob {
        display: none !important;
    }
}

@media (max-width:670px) {
    .tm-hide-comp {
        display: none !important;
    }
}

/* numbers
--------------------------------------------- */
.tm-numbers .tm-grid {
    margin-left: 0;
    row-gap: 0;
}

.tm-numbers .tm-grid>* {
    padding-left: 0;
}

.tm-numbers-card {
    border-color: #D0D0D0;
    border-style: solid;
    padding: 40px 45px;
    height: 100%;
}

.tm-numbers-card_1 {
    border-radius: 20px 0 0 20px;
    border-width: 1px 0 1px 1px;
}

.tm-numbers-card_2 {
    border-width: 1px;
}

.tm-numbers-card_3 {
    border-radius: 0 20px 20px 0;
    border-width: 1px 1px 1px 0;
}

@media (max-width: 1440px) {
    .tm-numbers-card__title.tm-margin-medium-bottom {
        margin-bottom: 20px;
    }
}

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

    .tm-numbers-card {
        padding: 30px 25px;
    }
}

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

    .tm-numbers-card {
        text-align: center;
    }

    .tm-numbers-card_1 {
        border-width: 1px 1px 0 1px;
        border-radius: 20px 20px 0 0;
    }

    .tm-numbers-card_3 {
        border-radius: 0 0 20px 20px;
        border-width: 0 1px 1px 1px;
    }

    .tm-numbers-card__title.size64 {
        line-height: 1;
    }
}

@media (max-width: 480px) {
    .tm-numbers-card__title.tm-margin-medium-bottom {
        margin-bottom: 8px;
    }
}

/* projects
--------------------------------------------- */
.tm-other-projects-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.tm-other-projects-card__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--color-light-blue);
    color: #fff;
}

.tm-other-projects-card__links a:hover {
    background: #61AAB3;
}

/* help
--------------------------------------------- */
.tm-how-help-card__img {
    min-width: 90px;
}

.tm-how-help-card {
    background: #fff;
    border-radius: 20px;
    padding: 45px 50px 45px 40px;
    height: 100%;
}

.tm-how-help-card__list>div {
    padding-left: 35px;
    position: relative;
}

.tm-how-help-card__list>div::before {
    font-family: 'tm-likari';
    font-size: 19px;
    position: absolute;
    left: 0;
    top: -1px;
}

.tm-how-help-card__list-ok>div::before {
    content: "\e904";
    color: #8ED48E;
}

.tm-how-help-card__list-no>div::before {
    content: "\e903";
    color: #F18278;
}

.tm-how-help-card__list>div:not(:last-child) {
    margin-bottom: 8px;
}

@media (max-width: 480px) {
    .tm-how-help-card.tm-flex-nw {
        flex-wrap: wrap;
    }

    .tm-how-help-card__img {
        display: flex;
        margin-bottom: 20px;
    }

    .tm-how-help-card {
        padding: 30px;
    }
}

/* back banner
--------------------------------------------- */
.tm-back-banner {
    border-radius: 20px;
    padding: 130px;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-back-banner-column {
    padding: 80px;
    display: flex;
    align-items: center;
}

.tm-back-banner-wrapper-column,
.tm-back-banner-column {
    height: 100%;
}

.tm-back-banner-column .tm-h1 {
    font-size: 36px;
}

.tm-back-banner__content {
    max-width: 670px;
    position: relative;
    z-index: 1;
}

.tm-back-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    content: '';
}

@media (max-width: 1180px) {
    .tm-back-banner {
        padding: 100px;
    }
}
@media (max-width: 980px) {
    .tm-back-banner-column .tm-h1 {
        font-size: 26px;
    }
}

@media (max-width: 670px) {
    .tm-back-banner {
        padding: 130px 30px;
        margin-left: -20px;
        width: calc(100% + 40px);
        border-radius: 0;
    }
}

/* contacts
--------------------------------------------- */
.tm-contacts-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.tm-contacts-card a {
    color: #7E7E7E;
}

.tm-contacts-card a:hover {
    color: var(--color-light-blue);
}

.tm-contacts-card__map,
.tm-contacts-card__map iframe {
    height: 100%;
}

.tm-contacts-card__map iframe {
    width: 100%;
    border-radius: 20px;
}

/* tabs money
--------------------------------------------- */
.tm-tabs-money {
    background: #fff;
    border-radius: 10px;
}

.tm-tabs-money__column {
    padding: 50px;
    width: calc(30% - 30px);
}

.tm-tabs-money__content {
    width: 70%;
    padding: 50px 60px;
    min-height: 500px;
    border-left: 1px solid #C7C7C7;
}

.tm-tabs-money__content strong {
    font-weight: 400;
    color: #000;
}

.tm-tabs-money__counts>div:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C7C7C7;
}
@media (max-width: 1180px) {
    .tm-tabs-money .tm-slider-line1 {
        width: calc(30% - 30px);
    }
}

@media (max-width: 768px) {
    .tm-tabs-money .tm-slider-line1,
    .tm-tabs-money__column {
        width: calc(40% - 30px);
        padding: 30px;
    }

    .tm-tabs-money__content {
        width: 60%;
        padding: 30px;
    }
}

@media (max-width: 670px) {
    .tm-tabs-money .tm-slider-line1,
    .tm-tabs-money__column,
    .tm-tabs-money__content {
        width: 100%;
    }
    .tm-tabs-money__content {
        border: 0 none;
        min-height: auto;
    }
    .tm-tabs-money__column.tm-flex {
        flex-wrap: nowrap;
        flex-direction: row;
    }
}

/* tabs report
--------------------------------------------- */
.tm-tabs-report__tabs {
    margin-left: -20px;
}

.tm-tabs-report__tab {
    padding-left: 20px;
    width: 25%;
}

.tm-tabs-report__tab .tm-tabs-triggers__item span {
    white-space: wrap;
    color: #4F4F4F;
    padding-bottom: 0;
    line-height: 1.6;
}

.tm-tabs-report__tab .tm-tabs-triggers__item span::after {
    display: none;
}

.tm-tabs-report__tab .tm-tabs-triggers__item.tm-tabs-triggers__item-active span {
    color: #fff;
}

.tm-tabs-report__tab .tm-tabs-triggers__item {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.tm-tabs-report__tab .tm-tabs-triggers__item.tm-tabs-triggers__item-active {
    background: #4E8B93;
}

.tm-tabs-report__link {
    padding: 8px 0;
}

.tm-tabs-report__link a {
    color: #4F4F4F;
}

.tm-tabs-report__link a:hover {
    color: #4E8B93;
}

@media (max-width: 1180px) {
    .tm-tabs-report__tabs {
        margin-left: 0;
        column-gap: 20px;
    }
    .tm-tabs-report__tab {
        padding-left: 0;
    }
    .tm-tabs-report__tab,
    .tm-tabs-report__tab .tm-tabs-triggers__item {
        width: 200px;
    }
    .tm-tabs-report__tab:last-child {
        padding-right: 20px;
    }
}

/* people
--------------------------------------------- */
.tm-people-slider__img {
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* partners
--------------------------------------------- */
.tm-partner-slider .tm-partner-slider__item {
    height: auto;
}

.tm-partner-slider__image {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* documents
--------------------------------------------- */
.tm-documents-slider__image img {
    border-radius: 10px;
}

/* specialist
--------------------------------------------- */
.sp-popups.form-popup {
    max-width: 800px;
}

.sp-popups .form-popup-content {
    padding: 70px;
}

.tm-specialist-slider__card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.tm-specialist-slider__img {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #69819C;
    padding: 5px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-specialist-slider__img img {
    max-width: 78px;
    max-height: 80px;
}

@media (max-width: 1180px) {
    .sp-popups .form-popup-content {
        padding: 50px;
    }
}

@media (max-width: 480px) {
    .tm-specialist-slider__card,
    .sp-popups .form-popup-content {
        padding: 30px;
    }
}

/* gallery
--------------------------------------------- */
.tm-gallery-thumbs__image img,
.tm-gallery-slider__image img {
    border-radius: 20px;
}

.tm-gallery-navigation__next.swiper-button,
.tm-gallery-navigation__prev.swiper-button {
    background: transparent;
    border: 1px solid #4F5D63;
}

.tm-gallery-navigation__next.swiper-button::after,
.tm-gallery-navigation__prev.swiper-button::after {
    color: #4F5D63;
}

.tm-gallery-navigation__next.swiper-button {
    margin-right: -70px;
}

.tm-gallery-navigation__prev.swiper-button {
    margin-left: -70px;
}

@media (max-width: 1440px) {
    .tm-gallery-navigation__next.swiper-button {
        margin-right: 20px;
    }

    .tm-gallery-navigation__prev.swiper-button {
        margin-left: 20px;
    }

    .tm-gallery-navigation__next.swiper-button,
    .tm-gallery-navigation__prev.swiper-button {
        background: rgba(255, 255, 255, .2);
        border: 1px solid #fff;
    }

    .tm-gallery-navigation__next.swiper-button:hover,
    .tm-gallery-navigation__prev.swiper-button:hover {
        background: rgba(255, 255, 255, 1);
    }

    .tm-gallery-navigation__next.swiper-button::after,
    .tm-gallery-navigation__prev.swiper-button::after {
        color: #fff;
    }

    .tm-gallery-navigation__next.swiper-button:hover::after,
    .tm-gallery-navigation__prev.swiper-button:hover::after {
        color: #4F5D63;
    }
}

@media (max-width: 767px) {
    .tm-gallery-slider.tm-margin-xstandart-bottom {
        margin-bottom: 6px;
    }

    .tm-gallery-thumbs__image img {
        border-radius: 5px;
    }

    .tm-gallery-slider__image img {
        border-radius: 10px;
    }
}

/* inline blocks
--------------------------------------------- */
@media (max-width: 782px) {
    .wp-block-columns.tm-inline-header:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0 !important;
    }
}

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

.tm-steps-card {
    height: 100%;
    position: relative;
}

.tm-steps-card__number {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #69819C;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 101;
}

.tm-steps-card__number::before {
    content: counter(num);
    counter-increment: num;
}

.tm-steps-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.tm-steps-card_4::before,
.tm-steps-card::after {
    content: '';
    background: url(./img/line.svg) repeat-x 0 0;
    position: absolute;
    height: 2px;
    z-index: 100;
}

.tm-steps-card_1::after,
.tm-steps-card_2::after,
.tm-steps-card_3::after,
.tm-steps-card_4::after,
.tm-steps-card_5::after {
    left: 100px;
    top: 70px;
}

.tm-steps-card_1::after,
.tm-steps-card_2::after,
.tm-steps-card_4::after,
.tm-steps-card_5::after {
    width: 100%;
}

.tm-steps-card_4::before,
.tm-steps-card_3::after {
    width: 100vw;
}

.tm-steps-card_4::before {
    right: calc(100% - 40px);
    top: 70px;
}

@media (max-width: 980px) {

    .tm-steps-card_4::before,
    .tm-steps-card::after {
        display: none;
    }
}


/* 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: 10px;
    padding: 26px 30px;
    border: 1px solid #fff;
}

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

.tm-content-accordion-list>div.active {
    border: 1px solid #84C4CC;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title span::after {
    right: 30px;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 22px;
    line-height: 20px;
    content: "\e909";
    font-family: 'tm-likari';
    transition: all 0.2s ease-out;
    color: #4E8B93;
    font-weight: 400;
}

.tm-content-accordion-list>div.active .tm-content-accordion-list__title span::after {
    transition: all 0.2s ease-out;
    content: "\e908";
}

.tm-content-accordion-list__title {
    font-weight: 500;
    color: var(--color-black);
    font-size: 22px;
    line-height: 1.2;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

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

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

@media (max-width: 680px) {
    .tm-content-accordion-list__title span {
        display: block;
        padding-right: 35px;
    }


    .tm-content-accordion-list__title {

        font-size: 16px;
    }

    .tm-content-accordion-list__text {}
}


/* swiper
========================================================================== */
.tm-gallery-heroes-main-wrap,
.swiper-pagination,
.slider__image {
    position: relative;
}

.swiper-pagination {
    margin-top: 20px;
}

.tm-hero-navigation,
.tm-specialist-navigation,
.tm-documents-navigation,
.tm-partner-navigation,
.tm-people-navigation {
    margin-top: 40px;
}

.tm-hero-navigation .swiper-pagination,
.tm-specialist-navigation .swiper-pagination,
.tm-documents-navigation .swiper-pagination,
.tm-partner-navigation .swiper-pagination,
.tm-people-navigation .swiper-pagination {
    width: auto;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-light-blue);
    opacity: 1;
}

.prev-slider-button,
.next-slider-button {
    color: var(--color-light-blue);
    font-size: 30px;
    cursor: pointer;
}

.prev-slider-button:hover,
.next-slider-button:hover {
    color: #4E8B93;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: #4E8B93;
}

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

.swiper-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #51532e;
    transition: all .3s ease-in-out;
}

.swiper-button:hover {
    background: #0a0909;
}

.tm-gallery-heroes-main:hover .swiper-button,
.swiper:hover .swiper-button {
    color: #fff;
}

.tm-gallery-heroes-main:hover .swiper-button.swiper-button-disabled,
.swiper:hover .swiper-button.swiper-button-disabled {
    opacity: .5;
}

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

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

.slider__image {
    padding-bottom: 78%;
    overflow: hidden;
    border-radius: 10px;
}

.slider__image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.swiper-button::after {
    font-size: 16px;
    color: #fff;
}

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


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


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

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




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


/* blog + single
========================================================================== */
.tm-category-item a {
    text-transform: uppercase;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 700;
}

.tm-category-item:hover a,
.tm-category-item.active a {
    color: #4E8B93;
    padding-bottom: 4px;
    position: relative;
}

.tm-category-item.active a::after {
    height: 1px;
    background: #4E8B93;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.tm-single__navigation .nav-links {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.tm-single__navigation .nav-previous a,
.tm-single__navigation .nav-next a {
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    height: 50px;
}

.tm-single__navigation .nav-previous a:hover,
.tm-single__navigation .nav-next a:hover {
    background: var(--color-light-blue);
    color: #fff;
}

.tm-single__navigation {
    margin-top: 40px;
}


.wp-block-handpicked-products,
.tm-single__thumbnail {
    margin-bottom: 30px;
}

.tm-hero-card__image {
    width: 100%;
}

.tm-hero-card__image img,
.tm-post-card__image img,
.tm-single__thumbnail img {
    border-radius: 20px;
}

.wp-block-handpicked-products li::before {
    display: none;
}

.tm-single__category a {
    font-size: 14px;
    font-weight: 700;
}

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

.tm-single__content-data {
    padding-left: 75px;
    height: 100%;
}

.tm-single__donate-mono.tm-content-btn a {
    width: 169px;
    background: #000;
}

.tm-single__donate-mono.tm-content-btn a:hover {
    background: #3b3b3b;
}

.tm-single__donate-privat.tm-content-btn a {
    width: 185px;
    background: #68BE64;
}

.tm-single__donate-privat.tm-content-btn a:hover {
    background: #3b9137;
}

.tm-hero__btn-card.tm-single__donate-privat.tm-content-btn a,
.tm-hero__btn-card.tm-single__donate-mono.tm-content-btn a {
    width: 210px;
}

.tm-documents-gallery__image img,
.tm-result-gallery__image img {
    border-radius: 10px;
}

.tm-hero__price-line.tm-grid {
    margin-left: 0;
}

.tm-hero__price-line.tm-grid>* {
    padding-left: 0;
}

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

.tm-hero__btn-read.tm-content-btn a {
    background: none;
    color: #000;
}

.tm-hero__btn-read.tm-content-btn a:hover {
    background: #84C4CC;
    color: #fff;
}

.tm-category__all-link a,
.tm-category__all,
.tm-menu-inline li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 1px;
    white-space: nowrap;
}

.tm-category__all-link a,
.tm-menu-inline li a {
    color: #4F4F4F;
}

.tm-menu-inline li.current-menu-item a,
.tm-category__all-link a:hover,
.tm-menu-inline li a:hover {
    color: #4E8B93;
}

.tm-category__all-link,
.tm-menu-inline {
    display: flex;
}

.tm-menu-inline {
    gap: 30px;
}

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

.tm-menu-inline li {
    padding-left: 0;
    display: flex;
}

.tm-menu-inline li:not(:last-child) {
    margin-bottom: 0;
    display: flex;
}

.tm-menu-inline li:last-child {
    margin-right: 30px;
}

.tm-category__all {
    color: #4E8B93;
}

.tm-menu-inline li.current-menu-item a::after,
.tm-category__all-link a:hover::after,
.tm-menu-inline li a:hover::after,
.tm-category__all::after {
    height: 1.5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: #4E8B93;
}

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

@media (max-width: 1180px) {
    .tm-single__tabs.tm-flex {
        flex-wrap: nowrap;
    }
}

@media (max-width: 980px) {

    .tm-single__price.tm-h2,
    .tm-hero__price.tm-h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .tm-result-gallery .tm-grid__width-1-4,
    .tm-documents-gallery .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-single__content-data {
        padding-left: 0;
    }
}
@media (max-width: 570px) {
    .tm-single__navigation .nav-links {
        flex-wrap: wrap;
    }
    .tm-single__navigation .nav-previous,
    .tm-single__navigation .nav-next,
    .tm-single__navigation .nav-previous a, 
    .tm-single__navigation .nav-next a {
        width: 100%;
    }
}

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

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

}

@media (max-width: 400px) {
    .tm-single__donate-btns.tm-flex-nw {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .tm-single__content-data>div,
    .tm-single__donate-btns,
    .tm-single__donate-mono,
    .tm-single__donate-privat,
    .tm-single__donate-mono.tm-content-btn a,
    .tm-single__donate-privat.tm-content-btn a {
        width: 100%;
    }
}

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

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

.wp-block-query-pagination span,
.wp-block-query-pagination a,
.tm-pagination-container a,
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: flex;
    min-width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    font-size: 16px;
}

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

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

.wp-block-query-pagination a:hover,
.wp-block-query-pagination span,
.tm-pagination-container a.active,
.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current {
    background: var(--color-light-blue);
    color: #000;
}

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

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

.wp-block-query-pagination-numbers,
.category-pagination .nav-links {
    display: flex;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* form
========================================================================== */
.wpcf7-form-control {
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 18px;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #84C4CC;
    border-style: solid;
    outline: none;
    color: var(--color-black);
    border-radius: 10px;
}

.wpcf7-form-control.wpcf7-checkbox {
    padding: 0;
    border: 0 none;
    display: flex;
    height: 35px;
    line-height: 1.3;
}

.wpcf7-form-control.wpcf7-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

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

.wpcf7-form-control.wpcf7-checkbox input:checked~.wpcf7-list-item-label::before {
    left: 6px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
    border: 1px solid #e0e0e0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: 0;
    top: 8px;
}

.wpcf7-form-control.wpcf7-checkbox input:checked~.wpcf7-list-item-label::after {
    border: 1px solid var(--color-red);
    background: var(--color-red);
}

.wpcf7-list-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

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


.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control::-webkit-input-placeholder {
    color: #7E7E7E;
}

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

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

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

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

.wpcf7-textarea {
    height: 200px;
    resize: vertical;
    line-height: 1.2;
    padding-top: 25px;
}


.tm-form-btn,
.wpcf7-submit {
    width: 180px;
    background: var(--color-light-blue);
    border-radius: 40px;
    height: 50px;
    border: 0 none;
    color: #fff;
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

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

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

.tm-form-btn:hover,
.wpcf7-submit:hover {
    background: #61AAB3;
    color: #fff;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

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



.tm-contact-form .tm-grid {
    margin-left: -8px;
    row-gap: 16px;
}

.tm-contact-form .tm-grid>* {
    padding-left: 8px;
}

.form-popup-content__content .tm-form-btn {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 980px) {
    .wpcf7-form-control {
        height: 50px;
        font-size: 16px;
        padding: 7px 20px;
    }
    .wpcf7-textarea {
        height: 150px;
        padding-top: 20px;
    }
}

/* lang
========================================================================== */
.tm-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.tm-lang ul li::before {
    display: none;
}

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

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

.tm-lang .wpml-ls-legacy-dropdown a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #84C4CC;
    color: #fff;
    border: 0 none;
}

.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover {
    background: #61AAB3;
}

@media (max-width: 640px) {
    .tm-lang .wpml-ls-legacy-dropdown {
        width: 30px;
    }

    .tm-lang .wpml-ls-legacy-dropdown a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/* 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-popup-content {
        padding: 20px;
    }
}

/* social
========================================================================== */
.tm-social a {
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 1;
    border-radius: 50%;
    background: var(--color-light-blue);
}

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

.tm-social a:hover {
    color: #fff;
    text-decoration: none !important;
}

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

.tm-social a.tm-likari-icon-linkedin:hover {
    background: #2386c7e3;
}

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

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

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

.tm-social a.tm-likari-icon-tiktok:hover {
    background: #666666;
}

.tm-social a.tm-likari-icon-twitter:hover {
    background: #000;
}

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



/* tabs
========================================================================== */
.tm-product__tabs-line {
    border-bottom: 1px solid #4E8B93;
    margin-bottom: 25px;
}

.tm-tabs-triggers__item:last-child {
    padding-right: 20px;
}

.tm-tabs-triggers__item span {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #4F4F4F;
    padding-bottom: 3px;
    position: relative;
    background: none;
    outline: none;
    border: 0 none;
    text-transform: uppercase;
    white-space: nowrap;
}

.tm-tabs-triggers__item:hover span,
.tm-tabs-triggers__item-active span {
    color: #4E8B93;
}

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

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

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

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

.tm-tabs-content__item {
    display: none;
}

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

@media (min-width: 1181px) {
    .tm-tabs .scroll-wrapper .scroll-element_track {
        display: none;
    }

    .tm-tabs .tm-gallery__tabs.tm-slider-line {
        padding-bottom: 5px;
    }
}


/* footer
========================================================================== */
.tm-footer {
    background: #fff;
}

.tm-footer__phone {
    font-size: 22px;
}

.tm-footer__title span {
    border-bottom: 1px solid #000;
}

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

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

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

.tm-footer-wrapper a {
    font-size: 16px;
    color: #000;
}

.tm-footer-wrapper a:hover {
    color: #4E8B93;
}

@media (max-width: 980px) {
    .tm-footer .tm-grid {
        row-gap: 30px;
    }

    .tm-footer .tm-grid__width-1-5:nth-child(2),
    .tm-footer .tm-grid__width-1-5:nth-child(3) {
        width: 50%;
    }
}

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


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

.tm-read-more-button.expanded {
    margin-top: 25px;
}

.tm-read-more-button span {
    padding-right: 30px;
    position: relative;
    color: #4E8B93;
    cursor: pointer;
}

.tm-read-more-button span::after {
    font-family: 'tm-likari';
    content: "\e90b";
    font-size: 18px;
    line-height: 1;
    height: 18px;
    right: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

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

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

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

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


.wp-block-group.alignfull.tm-red-bg_cut {
    padding-top: 100px;
}

.tm-middle-padding.wp-block-group.tm-grey-bg_cut {
    padding-bottom: 170px;
}



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

.tm-group-btns>div {
    display: flex;
    gap: 25px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-group.alignfull.tm-padding-no-bottom,
.tm-padding-no-bottom {
    padding-bottom: 0;
}

.wp-block-columns.tm-flex,
.tm-flex {
    display: flex;
    flex-wrap: wrap;
}

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

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

.wp-block-columns.tm-flex-middle,
.tm-flex-middle {
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-gap5 {
    gap: 5px;
}

.tm-gap10 {
    gap: 10px;
}

.tm-gap15 {
    gap: 15px;
}

.tm-gap20 {
    gap: 20px;
}

.tm-gap25 {
    gap: 25px;
}

.tm-gap30 {
    gap: 30px;
}

.tm-gap40 {
    gap: 40px;
}

.tm-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -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-6-30 {
    width: 66.666%;
}

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

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

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

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

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

@media (max-width: 980px) {

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

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

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

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


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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    z-index: 3;
    font-family: 'e-Ukraine', sans-serif;
    color: var(--color-black);
}

.tm-hero-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-black);
}

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

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

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

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

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

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

.size10 {
    font-size: 10px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size22 {
    font-size: 22px;
}


.size36 {
    font-size: 36px;
}

.size64 {
    font-size: 64px;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.color-white {
    color: #fff;
}

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

.color-grey {
    color: var(--color-grey);
}


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

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

.trans {
    text-transform: uppercase;
}

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

.max400 {
    max-width: 400px;
}

.max440 {
    max-width: 440px;
}

.max520 {
    max-width: 520px;
}

.max600 {
    max-width: 600px;
}

.max680 {
    max-width: 680px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max1080 {
    max-width: 1080px;
}

.max1140 {
    max-width: 1140px;
}

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


.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


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

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

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

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


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

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

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

ol li:before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    width: 30px;
    text-align: right;
    color: var(--color-red);
}



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

.tm-content-btn button,
.tm-content-btn a {
    width: 253px;
    background: var(--color-light-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 2px 10px;
    text-align: center;
    border-radius: 40px;
    column-gap: 10px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: 0 none;
}

.tm-content-btn button:hover,
.tm-content-btn_line a:hover,
.tm-content-btn_line a:active,
.tm-content-btn_line a:focus,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: #61AAB3;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn button:hover:disabled,
.tm-content-btn button:disabled {
    opacity: 0.5;
    cursor: default;
    background: var(--color-light-blue);
}

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

.tm-content-btn_line a {
    background: none;
    color: var(--color-black);
}


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

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

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

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

@media (max-width: 1600px) {

    .wp-block-group.alignfull.tm-padding-no-bottom,
    .tm-padding-no-bottom {
        padding-bottom: 0;
    }

}

@media (max-width: 1440px) {
    .tm-hero-title {
        font-size: 40px;
    }

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

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

    .size64 {
        font-size: 50px;
    }
}


@media (max-width: 1180px) {

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

    .wp-block-group.alignfull.tm-padding-no-bottom,
    .tm-padding-no-bottom {
        padding-bottom: 0;
    }

}

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

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


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

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

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

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

    .size64 {
        font-size: 40px;
    }

}

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

@media (max-width: 480px) {
    .size22 {
        font-size: 18px;
    }
    .tm-content-btn button,
    .tm-content-btn a {
        font-size: 14px;
    }
    .wp-block-image img {
        border-radius: 10px;
    }
}

@media (max-width: 350px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

@media (max-width: 480px) {

    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .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: 4px;
    background: #e1e1e1;
}

.scroll-wrapper .scroll-x .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #565755;
    height: 4px;
}

.scroll-wrapper .scroll-y .scroll-element_track {
    width: 4px;
    background: #e1e1e1;
}

.scroll-wrapper .scroll-y .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #565755;
    width: 4px;
}

@media (max-width: 1180px) {
    .tm-slider-line1 {
        width: calc(100% + 20px);
    }
}