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

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

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

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

/* font
-------------------------------------------------------------- */

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

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

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

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

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

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

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

@font-face {
    font-family: 'tm-ride';
    src:
        url('fonts/tm-ride.woff?f67i4p') format('woff'),
        url('fonts/tm-ride.svg?f67i4p#tm-ride') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tm-ride {
    font-family: 'tm-ride' !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-ride-icon-filter:before {
    content: "\e922";
}

.tm-ride-icon-children:before {
    content: "\e91f";
}

.tm-ride-icon-side-wheels:before {
    content: "\e920";
}

.tm-ride-icon-suspension:before {
    content: "\e921";
}

.tm-ride-icon-calendar:before {
    content: "\e91e";
}

.tm-ride-icon-drive:before {
    content: "\e91b";
}

.tm-ride-icon-point:before {
    content: "\e91c";
}

.tm-ride-icon-question:before {
    content: "\e91d";
}

.tm-ride-icon-left-arrow-line-symbol:before {
    content: "\e917";
}

.tm-ride-icon-right-arrow-angle:before {
    content: "\e918";
}

.tm-ride-icon-arrow-left:before {
    content: "\e915";
}

.tm-ride-icon-arrow-right:before {
    content: "\e916";
}

.tm-ride-icon-bag:before {
    content: "\e90f";
}

.tm-ride-icon-brake:before {
    content: "\e910";
}

.tm-ride-icon-frame:before {
    content: "\e911";
}

.tm-ride-icon-height:before {
    content: "\e912";
}

.tm-ride-icon-load:before {
    content: "\e913";
}

.tm-ride-icon-speed:before {
    content: "\e914";
}

.tm-ride-icon-call:before {
    content: "\e90e";
}

.tm-ride-icon-mail:before {
    content: "\e90a";
}

.tm-ride-icon-clock:before {
    content: "\e90b";
}

.tm-ride-icon-viber:before {
    content: "\e90c";
}

.tm-ride-icon-whatsapp:before {
    content: "\e90d";
}

.tm-ride-icon-quote:before {
    content: "\e909";
}

.tm-ride-icon-plus:before {
    content: "\e908";
}

.tm-ride-icon-minus:before {
    content: "\e919";
}

.tm-ride-icon-plus-q:before {
    content: "\e91a";
}

.tm-ride-icon-cart:before {
    content: "\e900";
}

.tm-ride-icon-compare:before {
    content: "\e901";
}

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

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

.tm-ride-icon-location:before {
    content: "\e904";
}

.tm-ride-icon-phone:before {
    content: "\e905";
}

.tm-ride-icon-telegram:before {
    content: "\e906";
}

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	background: #fff;
    font: 300 18px / 25px 'NotoSans', sans-serif;
}

@media (max-width:480px) {
    html {
        font: 300 13px / 18px 'NotoSans', sans-serif;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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


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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
optgroup,
textarea {
	color: #404040;
	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;
}

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

blockquote {
	margin: 0 25px;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 25px 25px;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a {
    color: #95D904;
    text-decoration: none;
    cursor: pointer;
}

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

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



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

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



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


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

/* lang 
========================================================================== */
.tm-lang .wpml-ls-legacy-dropdown {
    width: 63px;    
}
.tm-lang .widget {
    margin-bottom: 0;
}
.tm-lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0 none;
    color: #fff;
    font-weight: 700;
}
.tm-header_color .tm-lang .wpml-ls-legacy-dropdown a {
    color: #000;
}
.tm-lang .wpml-ls-legacy-dropdown li::before {
    display: none;
}
.tm-lang .wpml-ls-legacy-dropdown a:hover,
.tm-lang .wpml-ls-legacy-dropdown a:focus {
    background: none;
}
.tm-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.2em solid transparent;
    border-top: 0.4em solid;
}
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0 none;
}
.tm-lang .wpml-ls-legacy-dropdown:hover a,
.tm-lang .wpml-ls-legacy-dropdown:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-item:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, 
.tm-lang .wpml-ls-legacy-dropdown a:focus, 
.tm-lang .wpml-ls-legacy-dropdown a:hover {
    background: #f9f7f7;
    color: #000;
}
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover a:hover {
    color: #95D904;
}
@media (max-width: 1180px) {
    .tm-lang .wpml-ls-legacy-dropdown a {
        font-size: 18px;
        padding-right: 15px !important;
    }
    .tm-lang .wpml-ls-legacy-dropdown {
        width: 55px;    
    }
}


/* header
========================================================================== */
.tm-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 20px;
}

.tm-header_active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #0D0D0D;
}
.tm-header_color.tm-header_active,
.tm-header_color {
    background: #DEF2B3;
}

.tm-header__toolbar-block {
    width: calc(50% - 65px);
    padding: 0 0 13px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    gap: 25px;
}
.tm-header_color .tm-header__toolbar-block {
    border-bottom: 1px solid #0D0D0D;
}
.tm-header__toolbar-block .tm-ride {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    transition: all .3s ease-out;
}
.tm-header_color .tm-header__toolbar-block .tm-ride {
    color: #0D0D0D;
}
.tm-header__toolbar-block .tm-ride:hover {
    opacity: .6;
}

.tm-header__toolbar-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    will-change: transform;
    cursor: pointer;
}

.tm-header__toolbar-icon:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.tm-header__logo {
    max-width: 130px;
    width: 100%;
    text-align: center;
}
.tm-header__logo a {
    display: block;
    padding: 0 10px;
}
.header-logo-color {
    display: none;
}
/*
.tm-header_active .header-logo-color {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tm-header_active .header-logo-white {
    display: none;
} */

.tm-header__menu-btn {
    display: none;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}

.tm-header__menu-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tm-header_color .tm-header__menu-btn span {
    background-color: #000;
}

.tm-header__menu-btn span:first-child {
    top: 0;
}

.tm-header__menu-btn span:last-child {
    bottom: 0;
}

.tm-header__menu-btn.open span {
    background-color: #0D0D0D;
}

.tm-header__menu-btn.open span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.tm-header__menu-btn.open span:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -6px);
    transform: rotate(-45deg) translate(7px, -6px);
}

.tm-header__menu-btn.open::before {
    opacity: 0.9;
    visibility: visible;
}

.tm-header__menu-btn::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -23px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.tm-header-mobile-logo {
    display: none;
    z-index: 102;
    position: fixed;
    top: 18px;
    left: 21px;
}


.tm-header-mobile-logo img {
    width: 100%;
    max-width: 107px;
}

.tm-menu.open {
    top: 0;
}

.tm-menu.open .tm-header-mobile-logo {
    display: block;
}

/* .tm-menu.open::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3029586835)), color-stop(40%, rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3029586835) 0%, rgb(255, 255, 255) 40%);
    z-index: 101;
} */
.tm-menu__list {
    margin: 0;
    list-style: none;
}


.tm-menu__socials {
    display: none;
}

.tm-menu__socials-block {
    margin-bottom: 25px;
    gap: 35px;
    max-width: 165px;
}

.tm-menu__socials-item {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 30px;
}

.tm-cart-wrapper {
    margin: 0;
    list-style: none;
}
.tm-header .wpmenucart-icon-shopping-cart-0:before {
    font-family: 'tm-ride';
    content: "\e900";
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: 5px;
}
.tm-header .wpmenucart-contents {
    color: #fff;
    position: relative;
}
.tm-header_color .wpmenucart-contents {
    color: #0D0D0D;
}
.tm-header li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 11px;
    right: 1px;
    top: -6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1180px) {
    .tm-header__logo a {
        padding: 0;
    }
    .tm-header__logo {
        order: 1;
    }
    .tm-header__toolbar-block.tm-flex-row-start {
        order: 2;
    }
    .tm-header__toolbar-block.tm-flex-row-end {
        order: 3;
    }
    .tm-header__toolbar-block {
        width: auto;
        padding: 0;
        border-bottom: 0 none;
        margin-bottom: 0;
        gap: 15px;
    }
    .tm-header__menu-btn {
        display: block;
        position: relative;
        width: 56px;
        height: 18px;
        order: 4;
    }
    .tm-header__toolbar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 7px;
    }
    .tm-header_color .tm-header__toolbar-block {
        border-bottom: 0 none;
    }
    .tm-header {
        padding-bottom: 7px;
    }
    .tm-menu__socials {
        display: flex;
        flex-wrap: wrap;
    }
    .tm-menu__item_current {
        display: block;
    }
    .tm-menu__list.tm-flex-space {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .tm-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: calc(-100% - 120px);
        background: #fff;
        margin: 0;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        overflow-y: auto;
        z-index: 100;
        padding: 130px 30px 50px;
    }
    .tm-header__logo {
        max-width: 108px;
    }
}

@media (max-width: 480px) {
    .tm-header {
        padding-bottom: 0;
    }
    .tm-header__menu-btn {
        width: 34px;
        height: 12px;
    }
    .tm-menu {
        padding: 110px 20px 50px;
    }
    .tm-header-mobile-logo {
        left: 20px;
    }
    .tm-header__menu-btn::before {
        left: -9px;
        top: -18px;
        width: 50px;
        height: 50px;
    }
    .tm-header__menu-btn.open span:last-child {
        -webkit-transform: rotate(-45deg) translate(3px, -3px);
        transform: rotate(-45deg) translate(3px, -3px);
    }
    .tm-header-mobile-logo img,
    .tm-header__logo {
        max-width: 74px;
    }
    .tm-header__toolbar {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .tm-header-mobile-logo {
        top: 7px;
    }
    .tm-header .wpmenucart-icon-shopping-cart-0:before {
        top: 2px;
    }
    .tm-header li.wpmenucartli a.wpmenucart-contents span {
        top: -12px;
    }
}


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

/* toggle ----------------- */
.tm-toogle-navigation label {
    display: flex;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.tm-toogle-navigation label span {
    background: #000;
    height: 3px;
    margin: 3px 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: 50%;
}

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

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

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

.tm-toogle-navigation label::after {
    content: '';
    background: #FFD800;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    left: -10px;
    top: -10px;
    position: absolute;
    z-index: 0;
}

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

.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(12px, -5px) rotatez(45deg);
}

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


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

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


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

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

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

.tm-menu-wrapper > li > ul {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.6s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    left: -12px;
}

.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(195px) translateY(0%);
    -ms-transform: translateX(195px) translateY(0%);
    transform: translateX(195px) 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 > a {
    position: relative;
}

.tm-menu-wrapper li.menu-item-has-children > a::after {
    content: "\e909";
    font-family: 'tm-oil';
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 3px;
    margin: auto;
    font-size: 10px;
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(90deg);
}


.tm-menu-wrapper > li.menu-item-has-children > a::after {
    right: -14px;
    top: 3px;
    bottom: 0;
}

.tm-menu-wrapper li.current-menu-item a {
    color: #3261AB;
}

.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 {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out;
} */

.tm-menu-wrapper > li > a {
    font-family: "Murecho";
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: inherit;
    text-transform: uppercase;
    position: relative;
}

.tm-menu-wrapper > li > a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0.8;
}
.tm-header_color .tm-menu-wrapper > li > a::before {
    background: #0D0D0D;
}

/* .tm-header_active  .tm-menu-wrapper li a:hover,
.tm-menu-wrapper li a:hover {
    color: #41591C;
} */
.tm-menu-wrapper > li.current-menu-item > a,
.tm-menu-wrapper > li > a:hover {
    color: #fff;
}
.tm-header_color .tm-menu-wrapper > li.current-menu-item > a,
.tm-header_color .tm-menu-wrapper > li > a:hover,
.tm-header_active.tm-header_color .tm-menu-wrapper > li.current-menu-item > a,
.tm-header_active.tm-header_color .tm-menu-wrapper > li > a:hover {
    color: #0D0D0D;
}

/* .tm-header_active .tm-menu-wrapper li a {
    color: #0E1C36;
} */

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

.tm-menu-wrapper li li a {
    line-height: 14px;
    padding: 14px 11px;
    display: block;
    position: relative;
    color: #0E1C36;
}

.menu-image-title-after img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 11px;
    top: 7px;
}

span.menu-image-title-after.menu-image-title {
    display: block;
    padding-left: 35px;
}

.tm-menu-wrapper > li > a:hover:before,
.tm-menu-wrapper > li.current-menu-item > a::before {
    width: 100%;
}

@media (max-width: 1180px) {
    /* .tm-header_active .tm-menu-wrapper li a {
        color: #fff;
    } */
    .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #00818A;
        height: 0;
        top: 56px;
        left: 0;
        visibility: hidden;
    }
    .tm-menu-wrapper > li:not(:last-child) {
        padding-right: 0;
    }
    .tm-menu-wrapper > li > a {
        font-family: "MacPawFixelDisplay";
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.03em;
        color: #41591C;
    }
    .tm-menu-wrapper > li.menu-item {
        margin-bottom: 45px;
    }
    .tm-menu-wrapper > li.current-menu-item > a, 
    .tm-menu-wrapper > li > a:hover {
        color: #41591C;
    }
    .tm-menu-wrapper > li > a::before {
        background: #95D904;
        height: 3px;
    }
}
@media (max-width: 768px) {
    .tm-menu-wrapper > li.menu-item {
        margin-bottom: 25px;
    }
}
@media (min-width: 769px) {
    .tm-menu-wrapper > li > a:hover {
        color: #fff;
    }
    
}

/* header pages
========================================================================== */
.tm-page-header-img {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.tm-page-header-img-category {
    height: 626px;
}
.tm-page-header-img::after {
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.56) 27.59%, rgba(0, 0, 0, 0.49) 55.6%, rgba(0, 0, 0, 0.42) 81.5%);
}
.tm-page-header-img__title-block {
    padding-bottom: 135px;
    height: 100%;
}
.tm-page-header-img__centered-title {
    padding-bottom: 65px;
    padding-top: 120px;
    height: 100%;
}

@media (max-width: 1440px) {
    .tm-page-header-img__centered-title {
        padding-bottom: 15px;
        padding-top: 140px;
    }
    .tm-page-header-img {
        height: 560px;
    }
}
@media (max-width: 768px) {
    .tm-page-header-img {
        height: 350px;
    }
    .tm-page-header-img__title-block {
        padding-bottom: 75px;
    }
}
@media (max-width: 480px) {
    .tm-page-header-img {
        height: 300px;
    }
}

/* homepage
========================================================================== */
/* promo ------------ */
.tm-promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.tm-promo::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0.455) 27.59%, rgba(0, 0, 0, 0.385) 55.6%, rgba(0, 0, 0, 0) 81.5%);
}
.tm-promo__title {
    max-width: 650px;
}
.tm-promo__wrap {
    min-height: 100vh;
    padding: 190px 0 100px;
}
.tm-promo__middle-part {
    margin-bottom: 115px;
}
.tm-promo__text {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    padding-top: 15px;
    margin-right: 73px;
}
.tm-promo__main-btn {
    display: block;
    position: relative;
    width: 194px;
    height: 194px;
    padding: 30px;
}
.tm-promo__main-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("img/main-btn-text.svg") center/contain no-repeat;
    -webkit-animation: 15s linear 0s normal none infinite running infinity-rotate;
    animation: 15s linear 0s normal none infinite running infinity-rotate;
}
.tm-promo__main-btn .tm-svg-circle,
.tm-promo__main-btn .tm-svg-arrow {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tm-promo__main-btn:hover .tm-svg-circle {
    fill: #fff;
}
.tm-promo__main-btn:hover .tm-svg-arrow {
    stroke: #000;
}
.tm-promo__benefits {
    max-width: 1100px;
    margin: 0 auto;
    gap: 150px;
}
.tm-promo__benefits-item {
    max-width: 310px;
    padding-left: 50px;
    position: relative;
}
.tm-promo__benefits-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
}
.tm-promo__benefits-item.tm-item-1::before {
    background: url("img/eco.svg") center/contain no-repeat;
}

.tm-promo__benefits-item.tm-item-2::before {
    background: url("img/box.svg") center/contain no-repeat;
}

.tm-promo__benefits-item.tm-item-3::before {
    background: url("img/diamond.svg") center/contain no-repeat;
}

@media (max-width: 1180px) {
    .tm-promo .tm-promo__title {
        max-width: 450px;
    }
}
@media (max-width: 998px) {
    .tm-promo__benefits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .tm-promo__text {
        max-width: 280px;
    }    
}
@media (max-width: 768px) {
    .tm-promo__main-btn {
        width: 135px;
        height: 135px;
        padding: 25px;
        margin-top: 50px;
    }
    .tm-promo__main-btn svg {
        width: 85px;
        height: 85px;
    }
    .tm-promo__wrap {
        padding: 245px 0 55px;
    }
    .tm-promo__middle-part {
        margin-bottom: 100px;
    }
    .tm-promo__text {
        max-width: 280px;
        margin-right: 45px;
    }
    .tm-promo .tm-promo__title {
        max-width: 350px;
    }
}
@media (max-width: 480px) {
    .tm-promo__benefits-item {
        padding-left: 45px;
    }
    .tm-promo__benefits-item::before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .tm-promo__main-btn {
        margin-top: 0;
        margin-left: 45px;
    }
    .tm-promo__wrap {
        padding: 90px 0 50px;
    }
    .tm-promo__middle-part {
        margin-bottom: 90px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tm-promo__text {
        max-width: 190px;
        font-size: 16px;
        margin-bottom: 30px;
    }
}

/* popular ------------ */
.tm-bikes__wrap {
    position: relative;
}
.tm-bikes__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 60px;
}
.tm-bikes-profi__slider,
.tm-bikes__slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tm-bikes-profi__slider-item.swiper-slide,
.tm-bikes__slider-item.swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.tm-bikes__slider-nav {
    position: absolute;
    left: 0;
    bottom: 80px;
    gap: 40px;
}
/* .tm-bikes-profi__slider .swiper-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
  
  min-height: 0;
  min-width: 0;
} */



@media (max-width: 1240px) {
    .tm-bikes__slider {
        width: calc(100% + 20px) !important;
    }
}
@media (max-width: 1200px) {
    .tm-bikes__title {
        margin-right: 70px;
    }
}
@media (max-width: 998px) {
    .tm-bikes__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 70px;
    }
    .tm-bikes-profi__slider,
    .tm-bikes__slider {
        width: 100%;
    }
    .tm-bikes__slider-nav.tm-flex {
        display: none;
    }
    .tm-bikes__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .tm-bikes__title {
        margin-bottom: 15px;
    }
}

/* about ------------ */
.tm-ecoride__img,
.tm-about__img {
    position: relative;
}

.tm-ecoride__img::after,
.tm-about__img::before,
.tm-about__img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    height: 30%;
    z-index: 2;
}
.tm-about__img::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.56) 27.59%, rgba(0, 0, 0, 0.49) 55.6%, rgba(0, 0, 0, 0) 81.5%);
}
.tm-about__img::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.56) 27.59%, rgba(0, 0, 0, 0.49) 55.6%, rgba(0, 0, 0, 0) 81.5%);
}
.tm-ecoride__img::after {
    bottom: 0;
    background: linear-gradient(to top, #0D0D0D 0%, rgba(0, 0, 0, 0.8) 27.59%, rgba(0, 0, 0, 0.7) 55.6%, rgba(0, 0, 0, 0) 81.5%);
}
@media (max-width:480px) {
    .tm-about__img.tm-margin-medium-bottom {
        margin-bottom: 0;
    }
}


/* digits ------------ */
.tm-digits {
    margin-top: -100px;
}
.tm-digits__list {
    padding-bottom: 50px;
}
.tm-digits__value {
    font-size: 90px;
    line-height: 120%;
    font-family: "MacPawFixelDisplay";
}
.tm-digits__label {
    max-width: 280px;
}
@media (max-width: 1200px) {
    .tm-digits__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tm-digits__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
        padding-top: 50px;
    }
    .tm-digits__label {
        max-width: 250px;
    }
    .tm-digits__item:nth-child(1) {
        order: 2;
    }
    .tm-digits__item:nth-child(2) {
        order: 3;
    }
    .tm-digits__item:nth-child(3) {
        order: 1;
    }
}

@media (max-width: 480px) {
    .tm-digits__list {
        gap: 30px;
    }
    .tm-digits__list {
        padding-top: 0;
    }
    .tm-digits__value {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .tm-digits {
        margin-top: -50px;
    }
}

/* guests ------------ */
.tm-from-guests {
    position: relative;
    overflow: hidden;
}
.tm-from-guests__wrap {
    padding: 80px 0;
}
.tm-from-guests__slider-item-img-wrap {
    position: relative;
    height: 800px;
}
.tm-from-guests__slider-item-img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.tm-from-guests__slider-nav {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 40;
    gap: 40px;
    margin-bottom: 30px;
}
.tm-from-guests__float-overlay {
    width: 110%;
    height: 190px;
    position: absolute;
    left: -5%;
    right: -5%;
    border-radius: 45%;
    background-color: #0D0D0D;
    z-index: 3;
}
.tm-from-guests__float-overlay_top {
    top: 0;
}
.tm-from-guests__float-overlay_bottom {
    bottom: 0;
}


@media (max-width: 998px) {
    .tm-from-guests__slider-item-img-wrap {
        height: 600px;
    }
    .tm-from-guests__float-overlay {
        height: 120px;
    }
}
@media (max-width: 768px) {
    .tm-from-guests__wrap {
        padding: 40px 0 80px;
    }
    .tm-from-guests__float-overlay_top {
        top: 0;
    }
    .tm-from-guests__float-overlay_bottom {
        bottom: 50px;
    }
    .tm-from-guests__slider-btn-prew {
        margin-right: 29px;
    }
    .tm-from-guests__slider-nav {
        bottom: 20px;
    }
    .tm-from-guests__slider-item-img-wrap {
        height: 250px;
    }
    .tm-from-guests__float-overlay {
        height: 60px;
        border-radius: 38%;
    }
    .tm-swiper-btn-prew,
    .tm-swiper-btn-next {
        width: 35px;
        height: 33px;
    }
    .tm-from-guests {
        margin-top: -25px;    
    }
}

/* repair ------------ */
.tm-question,
.tm-partners,
.tm-repair {
    padding-bottom: 50px;
}
.tm-question__title {
    letter-spacing: 3px;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
    .tm-question__title {
        letter-spacing: 0;
    }
}
@media (max-width: 480px) {
    .tm-question__title {
        font-size: 23px !important;
    }
}

/* partners ------------ */
.tm-partners-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}
.tm-partners-slider__card {
    position: relative;
    border-width: 1px 0 1px 1px;
    border-color: #DEF2B3;
    border-style: solid;
    height: 110px;
    box-sizing: border-box;
}
.tm-partners-slider__card>div {
    padding: 10px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* faq
========================================================================== */
.tm-content-accordion-list {
    position: relative;
    width: 100%;
    height: auto;
    counter-reset: num;
}

.tm-content-accordion-list>div {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-top: 35px;
    padding-bottom: 35px;
}
.tm-content-accordion-list>div:not(:last-child) {
    border-bottom: 2px solid #eaf7cd;
}
.tm-content-accordion-list>div .tm-content-accordion-list__title::before {
    content: counter(num) ". ";
    counter-increment: num;
    margin-right: 10px;
    display: inline-block;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 0;
    top: 46px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(149, 217, 4, 0.05);
    font-size: 50px;
    line-height: 50px;
    content: "\e908";
    font-family: 'tm-ride';
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #41591C;
    font-weight: 400;
}

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

.tm-content-accordion-list__title {
    font-weight: 500;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 26px;
    transition: all 0.3s ease-out;
    padding: 21px 52px 21px 0;
    background: #fff;
    border-radius: 5px;
    font-family: "Murecho";
    font-weight: 700;
}

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

.tm-content-accordion-list__text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 980px) {
    .tm-content-accordion-list__title {
        padding: 14px 52px 14px 0;
    }
    .tm-content-accordion-list__text {
        padding: 18px 78px;
    }
    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        top: 15px;
    }
    .tm-content-accordion-list>div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .tm-content-accordion-list__title {
        padding: 18px 52px 18px 0;
    }
    .tm-content-accordion-list__text {
        padding: 18px 20px;
    }
    .tm-content-accordion-list>div {
        max-width: 100%;
    }
    .tm-content-accordion-list__title {
        font-size: 16px;
        line-height: 22px;
    }
    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        width: 35px;
        height: 35px;
        font-size: 35px;
        line-height: 35px;
    }
    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        top: 27px;
    }
    .tm-content-accordion-list__text {
        padding: 0 0 18px;
    }
}

/* filtr
========================================================================== */
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-from, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-to {
    background: #678C2E;
}
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-single {
    background: #95D904;
}
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-line-mid, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-line-left, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-line-right, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-bar, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-bar-edge, 
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-slider {
    background: url(img/sprite-skin-thin.png) repeat-x;
}
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-bar {
    background-position: 0 -60px;
}
.tm-archive-product__sidebar-inner .pf_rngstyle_thin .irs-slider {
    background-position: 0 -120px;
}
.tm-archive-product__sidebar-inner h2.widgettitle {
    font-size: 25px;
    margin-bottom: 20px;
}
.tm-archive-product__sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    width: 17px;
    height: 17px;
}
.tm-archive-product__sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span::after {
    position: absolute;
    left: 7px;
    top: 5px;
    background: #678C2E;
    border-radius: 50%;
    content: '';
    width: 9px;
    height: 9px;
    display: block;
}
.tm-archive-product__sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter.prdctfltr_pa_color label.prdctfltr_active>span::after{
    display: none;
}
.tm-archive-product__sidebar-inner .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
    width: 20px;
    height: 20px;
}
.tm-archive-product__sidebar-btn-mob {
    border: 2px solid #DEF2B3;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 40px;
    position: relative;
}
.tm-archive-product__sidebar-btn-mob::after {
    font-family: 'tm-ride';
    content: "\e922";
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 20px;
}
@media (min-width: 980px) {
    .tm-archive-product__sidebar-btn-mob {
        display: none;
    }
}
@media (max-width: 980px) {
    .widget.prdctfltr-widget {
        position: fixed;
        z-index: 100;
        background: #fff;
        padding: 20px;
        left: 0;
        top: 0;
        width: 290px;
        height: 100vh;
        transform: translateX(-290px);
        transition: all 0.3s ease-out;
        overflow-y: scroll;
    }
    .widget.prdctfltr-widget.rdctfltr-widget_active {
        transform: translateX(0);
    }
    .content-area.filtering_active {
        position: relative;
        z-index: 1001;
    }
    .site-main.filtering_active {
        position: relative;
        z-index: 1000;
    }
    body.filtering_active {
        overflow: hidden;
    }
    span.filtering_close {
        display: block;
        position: fixed;
        left: 255px;
        top: 15px;
        width: 20px;
        height: 20px;
        z-index: 101;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    span.filtering_close.filtering_active {
        opacity: 1;
        visibility: visible;
    }
    span.filtering_close::after {
        font-family: 'tm-ride';
        content: "\e908";        
        font-size: 20px;        
        transform: rotate(45deg);
        display: block;
    }
    .filtering_back {
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        height: 100vh;
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: all 0.3s ease-in-out;
        z-index: 99;
    }
    .filtering_back.filtering_active {
        width: 100%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}
@media (max-width: 480px) {
    .tm-archive-product__sidebar-inner h2.widgettitle {
        font-size: 20px;
    }
}

/* products card category
========================================================================== */
.woocommerce-info.woocommerce-no-products-found {
    display: block;
    width: 100%;
    padding-left: 50px;
}

.tm-subcat-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.tm-subcat-mini .category a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #eee;
    border-radius: 5px;
    color: #2b2b2b;
    transition: all 0.3s ease-in-out;
}
.tm-subcat-mini .category a:hover {
    background: #95D904;
    color: #fff;
}

.tm-product-subcats {
    margin-left: -20px;
    row-gap: 20px;
}
.tm-product-subcats .category {    
    padding-left: 20px;
    height: 340px;
}
.tm-product-subcats .category-card {
    height: 100%;
    position: relative;
}
.tm-product-subcats .category a {
    display: block;
    width: 100%;
    height: 100%;    
    background: #F2F2F2;
    font-family: "Murecho";
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #41591C;
    transition: all 0.3s ease-out;
}

.tm-product-subcats .category a img {
    mix-blend-mode: multiply;
}
.tm-product-subcats .category_mountain-bikes,
.tm-product-subcats .category_kids-bikes,
.tm-product-subcats .category_all-bikes,
.tm-product-subcats .category_accessories {
    width: 32%;
}
.tm-product-subcats .category_road-bikes,
.tm-product-subcats .category_city-bikes {
    width: 36%;
}
.tm-product-subcats .category_three-wheel-bikes {
    width: 40%;
}
.tm-product-subcats .category_other-bikes {
    width: 30%;
}
.tm-product-subcats .category_mountain-bikes img,
.tm-product-subcats .category_mountain-bikes span,
.tm-product-subcats .category_other-bikes span,
.tm-product-subcats .category_three-wheel-bikes span,
.tm-product-subcats .category_kids-bikes span,
.tm-product-subcats .category_road-bikes span,
.tm-product-subcats .category_city-bikes span,
.tm-product-subcats .category_all-bikes span,
.tm-product-subcats img,
.tm-product-subcats .category_accessories span {
    position: absolute;
}
.tm-product-subcats img {
    left: 0;
    bottom: 20px;
    max-width: 300px;
    transition: all 0.3s ease-out;
}
.category-card:hover img {
    max-width: 340px;
}
.tm-product-subcats .category_accessories .category-card:hover img:first-child {
    max-width: 300px;
}
/* .tm-product-subcats .category_accessories img {
    transition: none;
} */
.tm-product-subcats .category_accessories .category-card img.category-card_second-img,
.tm-product-subcats .category_accessories .category-card:hover img:first-child {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}
.tm-product-subcats .category_accessories .category-card img.category-card_second-img {
    bottom: 0;
    left: 0;
    top: auto;
}
.tm-product-subcats .category_accessories .category-card:hover img.category-card_second-img {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}
.tm-product-subcats .category_accessories img {
    right: 0;
    top: 0;
    left: auto;
}
.tm-product-subcats .category_mountain-bikes img {
    right: 0;
    left: auto;
    bottom: 10px;
}
.tm-product-subcats .category_mountain-bikes span {
    left: 30px;
    top: 25px;
}
.tm-product-subcats .category_accessories span {
    left: 30px;
    bottom: 25px;
}
.tm-product-subcats .category_accessories .category-card:hover span {
    left: auto;
    bottom: auto;
    top: 25px;
    right: 25px;
}
.tm-product-subcats .category_other-bikes span,
.tm-product-subcats .category_three-wheel-bikes span,
.tm-product-subcats .category_kids-bikes span,
.tm-product-subcats .category_road-bikes span,
.tm-product-subcats .category_city-bikes span,
.tm-product-subcats .category_all-bikes span {
    top: 25px;
    right: 25px;
}


.tm-bike-card {
    background: #FFFFFF;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 28px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tm-bike-card > a.product_type_variable {
    display: none;
}
.tm-bike-card:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(103, 140, 46, 0.1);
    box-shadow: 5px 5px 15px rgba(103, 140, 46, 0.1);
    border: 3px solid #DEF2B3;
}
.tm-bike-card__img {
    width: 100%;
    height: 285px;
    position: relative;   
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tm-bike-card__img a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-bike-card img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.tm-bike-card__name {
    margin-bottom: 22px;
    flex-grow: 1;
}
.tm-bike-card__name a {
    font-size: 25px;
    line-height: 28px;
    color: #0D0D0D;
    transition: all 0.3s ease-out;
}
.tm-bike-card__name a:hover {
    opacity: .6;
}
.tm-bike-card__colors {
    margin-bottom: 19px;
    gap: 10px;
}

.tm-bike-card__color {
    border: 3px solid #0D0D0D;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.tm-bike-card__color_black {
    background: #313131;
}
.tm-bike-card__info {
    margin-bottom: 30px;
}
.tm-bike-card__info-item {
    position: relative;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.tm-bike-card__info-item > span {
    font-size: 25px;
    line-height: 25px;
    margin-right: 8px;
    color: #678C2E;
}

.tm-bike-card__price-count-wrap {
    margin-bottom: 35px;
}
.tm-bike-card__count {
    height: 44px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}
.tm-bike-card__btn-count-inc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #949494;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-right: none;
}

.tm-bike-card__count-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    background: #DEF2B3;
    border: 1px solid #949494;
}
.tm-bike-card__btn-count-dec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #949494;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-left: none;
}
.tm-bike-card__price {
    padding-bottom: 7px;
}
.tm-product__full-price {
    margin-top: 25px;
}
.tm-product__full-price,
.tm-bike-card__price-value {
    font-family: "MacPawFixelDisplay";
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
    color: #678C2E;
    margin-right: 12px;
}
.tm-bike-card__price-label {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.022em;
}
.tm-bike-card__bottom {
    gap: 30px;
}
.woocommerce .tm-bike-card__btn-buy-cart.button,
.woocommerce .tm-bike-card__btn-buy.button.alt,
.tm-bike-card__btn-buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    width: 250px;
    height: 60px;
    background: #DEF2B3;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Murecho", sans-serif;
    font-weight: 500;
    color: #0D0D0D;
    border: 0 none;
    font-size: 18px;
    transition: all 0.3s ease-out;
}
.woocommerce .tm-bike-card__btn-buy-cart.button.disabled:hover {
    background: #DEF2B3;
    cursor: default;
}
.woocommerce .tm-bike-card__btn-buy-cart.button:hover,
.woocommerce .tm-bike-card__btn-buy.button.alt:hover,
.tm-bike-card__btn-buy:hover {
    color: #fff;
    background: #95D904;
    cursor: pointer;
}
.tm-bike-card__btn-compare {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 32px;
    top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-bike-card__btn-compare::before {
    font-family: 'tm-ride';
    content: '\e901';
    font-size: 32px;
    color: #678C2E;
}
.woocommerce div.product .tm-bike-card form.cart {
    margin-bottom: 0;
}
.tm-bike-card .button.wp-element-button.product_type_variable {
    display: none;
}

@media (max-width: 1280px) {
    .tm-product-subcats .category a {   
        font-size: 30px;
        line-height: 32px;
    }
}
@media (max-width: 1180px) {
    .tm-product-subcats .category a {   
        font-size: 20px;
        line-height: 24px;
    }
    .tm-product-subcats .category {
        height: 290px;
    }
}
@media (max-width: 980px) {
    .tm-archive-product__item.tm-grid__width-1-2 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .tm-product-subcats .category {
        width: 50%;
    }
    .tm-product-subcats img {
        max-width: 180px;
    }
    .tm-product-subcats .category {
        height: 215px;
    }
}
@media (max-width: 570px) {
    .tm-archive-product__item.tm-grid__width-1-2 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    
    .tm-product-subcats {
        margin-left: -15px;
        row-gap: 15px;
    }
    .tm-product-subcats .category {    
        padding-left: 15px;
    }
    .tm-product-subcats img {
        max-width: 145px;
    }
    .tm-product-subcats .category {
        height: 175px;
    }
    .tm-product-subcats .category_mountain-bikes span {
        left: 15px;
        top: 15px;
    }
    .tm-product-subcats .category_accessories span {
        left: 15px;
        bottom: 15px;
    }
    .tm-product-subcats .category_other-bikes span,
    .tm-product-subcats .category_three-wheel-bikes span,
    .tm-product-subcats .category_kids-bikes span,
    .tm-product-subcats .category_road-bikes span,
    .tm-product-subcats .category_city-bikes span,
    .tm-product-subcats .category_all-bikes span {
        top: 15px;
        right: 15px;
    }
    .tm-product-subcats img {
        bottom: 5px;
    }
    .tm-bike-card {
        padding: 15px;
    }
    .tm-bike-card__count {
        height: 30px;
        margin-right: 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
        flex: 0 0 76px;
        font-size: 16px;
        line-height: 22px;
    }
    .tm-bike-card__name {
        margin-bottom: 15px;
    }
    .tm-bike-card__name a {
        font-size: 20px;
        line-height: 24px;
    }
    .tm-bike-card__img {
        height: 190px;
        max-width: 250px;
    }
    .tm-bike-card__content {
        padding: 10px 10px 18px;
    }
    .tm-bike-card__color {
        width: 25px;
        height: 25px;
    }
    .tm-bike-card__info {
        margin-bottom: 25px;
    }
    .tm-bike-card__info-item {
        font-size: 13px;
    }
    .tm-bike-card__price-count-wrap {
        margin-bottom: 30px;
    }
    .tm-bike-card__btn-count-inc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
    }
    .tm-bike-card__btn-compare {
        width: 25px;
        height: 25px;
        right: 15px;
        top: 15px;
    }
    .tm-bike-card__btn-buy {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
        flex: 0 1 160px;
        height: 44px;
        font-size: 15px;
    }
    .tm-bike-card__price-label {
        font-size: 14px;
    }
    .tm-bike-card__price-value {
        font-size: 25px;
        margin-right: 5px;
    }
    .tm-product__full-price {
        font-size: 25px;
    }
    .tm-bike-card__btn-count-dec {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
    }
    .tm-bike-card__count-value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }
}

/* product page
========================================================================== */
#wpgs-gallery .icon-sp_wgs-left-open.slick-arrow:hover, 
#wpgs-gallery .icon-sp_wgs-right-open.slick-arrow:hover,
#wpgs-gallery .icon-sp_wgs-left-open.slick-arrow, 
#wpgs-gallery .icon-sp_wgs-right-open.slick-arrow {
    background-color: transparent;
}
#wpgs-gallery .icon-sp_wgs-left-open.slick-arrow:hover:before, 
#wpgs-gallery .icon-sp_wgs-right-open.slick-arrow:hover:before {
    color: #95D904;
}
#wpgs-gallery .icon-sp_wgs-left-open.slick-arrow:before, 
#wpgs-gallery .icon-sp_wgs-right-open.slick-arrow:before {
    color: #000;
    font-family: 'tm-ride';
    font-size: 32px;
    line-height: 32px;
    color: #41591C;
}
#wpgs-gallery .icon-sp_wgs-left-open.slick-arrow:before {
    content: "\e917";
}
#wpgs-gallery .icon-sp_wgs-right-open.slick-arrow:before {
    content: "\e918";
}
#wpgs-gallery .slick-list {
    height: auto !important;
}
.tm-product__options span {
    font-size: 40px;
    line-height: 40px;
}
.tm-product__grid .tm-grid {
    margin-left: -40px;
}
.tm-product__grid .tm-grid > * {
    padding-left: 40px;
}
.tm-bikes.tm-product__similar {
    padding-top: 100px;
}

.tm-product__item-quantity {
    width: 100%;
    row-gap: 25px;
}
.woo-variation-swatches.wvs-show-label .variations th {
    display: none;
}
.woo-variation-swatches.wvs-show-label .variations td {
    display: flex;
    align-items: center;
}
.woo-variation-swatches.wvs-show-label .variations .reset_variations {
    margin-left: 10px;
}
.woocommerce .tm-product__price-block button.button:disabled, 
.woocommerce .tm-product__price-block button.button:disabled[disabled],
.woocommerce .tm-product__price-block button.button:disabled:hover, 
.woocommerce .tm-product__price-block button.button:disabled[disabled]:hover,
.woocommerce .tm-product__price-block button.button.alt,
.woocommerce .tm-product__price-block button.button.alt.disabled,
.woocommerce .tm-product__price-block button.button.alt.disabled:hover {
    background-color: #0D0D0D;
    color: #fff;
    height: 60px;
    width: 250px;
    border-radius: 40px;
    transition: all 0.3s ease-out;
}
.woocommerce .tm-product__price-block button.button.alt:hover {
    background-color: #95D904;
}
.woocommerce .tm-product__price-block .error-product {
    font-size: 14px;
    color: red;
}
.tm-product__secondary-title span {
    font-size: 12px;
    color: #B8B8B8;
    font-family: 'Noto Sans', sans-serif;
    margin-left: 15px;
}

.tm-bike-card__popup-link {
    font-size: 12px;
    font-weight: 600;
}
.tm-bike-card__popup-link a {
    font-size: 22px;
    color: #000000;
    transition: all 0.3s ease-out;
    margin-left: 12px;
}
.tm-bike-card__popup-link a:hover {
    color: #95D904;
}
.tm-bike-card__popup-link:nth-child(1) {
    margin-right: 25px;
}


.tm-quantity input[type=number].input-text {
    -moz-appearance: textfield;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    color: #0D0D0D;
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    border: 0 none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.tm-quantity input[type=number].input-text::-webkit-outer-spin-button,
.tm-quantity input[type=number].input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.tm-quantity {
    background: #DEF2B3;
    width: 155px;
    height: 60px;
    position: relative;
    border-radius: 30px;
}
.tm-bike-card .tm-quantity {
    height: 45px;
    width: 110px;
}
.tm-quantity .quantity {
    height: 100%;
}
.tm-quantity__button {
    background: #fff;
    position: absolute;
    top: 1px;
    width: 45px;
    height: calc(100% - 2px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.tm-bike-card .tm-quantity__button {
    width: 33px;
}
.tm-quantity__button:hover {
    cursor: pointer;
    opacity: .7;
}
.tm-quantity__top {
    right: 1px;
    border-radius: 0 30px 30px 0;
}
.tm-quantity__down {
    left: 1px;
    border-radius: 30px 0 0 30px;    
}
.tm-quantity__button::before {
    font-family: 'tm-ride';
    font-size: 25px;
}
.tm-bike-card .tm-quantity__button::before {
    font-size: 18px;
}
.tm-quantity__top::before {
    content: "\e91a";
}
.tm-quantity__down::before {
    content: "\e919";
}
#wpgs-gallery .slick-slider .slick-list .slick-slide img {
    margin-left: auto;
    margin-right: auto;
}
.tm-product__calendar-wrap {
    width: 240px;
    height: 60px;
    position: relative;
}
.tm-product__calendar-wrap .tm-product__calendar {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 1px solid #DEF2B3;
    outline: none;
    padding: 22px;
    font-size: 13px;
}
.tm-product__calendar-wrap::before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: #DEF2B3;
    border-radius: 0 40px 40px 0;
    content: '';
    width: 60px;
}
.tm-product__calendar-wrap::after {
    content: "\e91e";
    font-family: 'tm-ride';
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
}
@media (max-width: 1440px) {
    .tm-bikes.tm-product__similar {
        padding-top: 50px;
    }
    
}
@media (max-width: 480px) {
    .tm-bikes.tm-product__similar {
        padding-top: 0;
    }
    .tm-quantity,
    .tm-product__calendar-wrap {
        height: 45px;
    }
}


/* cart
========================================================================== */
.woocommerce-order-received .tm-h1,
.woocommerce-order-received .tm-breadcrumb-wrapper,
.woocommerce a.added_to_cart,
.cart-empty.woocommerce-info,
.woocommerce-checkout #payment ul.payment_methods,
.shipped_via {
    display: none;
}
.woocommerce-order-received .tm-page-without-img {
    padding-top: 220px;
}
.tm-cart-content__wrap {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tm-cart-content__wrap::after {
    position: absolute;
    font-family: 'tm-ride';
    content: "\e900";
    z-index: 0;
    font-size: 500px;
    color: rgba(222, 242, 179, 0.2);;
}
.tm-cart-content__wrap > * {
    position: relative;
    z-index: 1;
}
.tm-cart-content__text a {
    color: #0D0D0D;
    text-decoration: underline;
}
.tm-cart-content__text a:hover {
    text-decoration: none;
}

.tm-cart__total-title {
    font-size: 25px;
    font-weight: 500;
    margin-right: 20px;
}
.tm-cart__total-sum .woocommerce-Price-amount {
    font-size: 35px;
    font-weight: 600;
    color: #678C2E;
    font-family: "MacPawFixelDisplay";
}
.woocommerce #payment #place_order,
.woocommerce .tm-proceed-to-checkout a.button.alt {
    width: 250px;
    height: 60px;
    background: #0D0D0D;
    border-radius: 50px;
    font-family: "MacPawFixelDisplay";
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.woocommerce #payment #place_order:hover,
.woocommerce .tm-proceed-to-checkout a.button.alt:hover {
    background: #95D904;
}
.woocommerce-cart-form__cart-item .tm-quantity {
    width: 110px;
    height: 45px;
}
.woocommerce-cart-form__cart-item .tm-quantity input[type=number].input-text {
    font-size: 18px;
}
.woocommerce-cart-form__cart-item .tm-quantity__button {
    width: 35px;
}
.woocommerce-cart-form__cart-item .tm-quantity__button::before {
    font-size: 23px;
}
.woocommerce-cart table.cart img {
    width: 190px;
}
.woocommerce-cart table.cart th,
.woocommerce-cart .woocommerce table.shop_table td {
    border-bottom: 1px solid #DEF2B3;
}
.tm-cart__date {
    height: 45px;
    padding: 4px 12px;
    border: 1px solid #DEF2B3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    width: 190px;
}
.woocommerce-cart .product-name a {
    color: #0D0D0D;
}
.woocommerce-cart .product-name a:hover {
    color: #95D904;
    text-decoration: underline;
}
.woocommerce-cart .product-subtotal .woocommerce-Price-amount,
.woocommerce-cart .product-name a {
    font-family: "MacPawFixelDisplay";
    font-weight: 500;
}
.woocommerce-cart .product-subtotal .woocommerce-Price-amount {
    color: #678C2E;
}
.woocommerce-cart .product-subtotal .woocommerce-Price-amount,
.tm_cart__order-number-title {
    font-size: 24px;
}
.tm_cart__order-number-title {
    margin-right: 15px;
}
.tm-thankyou__received .tm-h2 {
    font-size: 35px;
}
.tm-thankyou__received_header,
.tm_cart__order-overview {
    gap: 40px;
}
.tm_cart__order-overview-column {
    width: 180px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
}
.woocommerce-checkout #payment {
    background: none;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.tm-img-out.tm_cart__finish-img {
    width: calc(50vw - 5%) !important;
    height: calc(100% - 96px);
}
.tm-cart__shipping {
    display: flex;
    gap: 25px;
    padding-left: 40px;
}
.tm-cart__shipping-default {
    width: 60%;
}
.tm-cart__shipping-delivery {
    width: 40%;
}
.woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .checkout .shipping_address,
.woocommerce-billing-fields__field-wrapper {
    padding-left: 40px;
}
.woocommerce-checkout .checkout .shipping_address,
.woocommerce-billing-fields__field-wrapper p:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper input,
.woocommerce form .woocommerce-shipping-fields__field-wrapper select,
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row .input-text,
.woocommerce-billing-fields__field-wrapper input {    
    border-radius: 30px;
    background: #F2F2F2;
    padding: 10px 20px;
    border: 0 none;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper input,
.woocommerce form .woocommerce-shipping-fields__field-wrapper select,
.woocommerce-billing-fields__field-wrapper input {
    height: 60px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row .input-text {
    height: 190px;
    resize: vertical;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper select {
    outline: none;
}
.woocommerce form .form-row label,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label {
    line-height: 1;
}
.woocommerce form .form-row label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper label {
    font-family: "MacPawFixelDisplay";
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.tm-cart__title-block {
    font-size: 35px;
}
.tm-cart__shipping-type-content {
    font-size: 15px;
    line-height: 18px;
}
.tm-cart__shipping-default label,
.tm-cart__shipping-delivery label {
    background: #F2F2F2;
    padding: 25px 25px 25px 95px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.tm-cart__shipping_active label {
    background: #DEF2B3;
}
.tm-cart__shipping-default label:hover,
.tm-cart__shipping-delivery label:hover {
    cursor: pointer;
}
.tm-cart__shipping-default label::before,
.tm-cart__shipping-delivery label::before {
    font-family: 'tm-ride';
    font-size: 64px;
    line-height: 64px;
    position: absolute;
    left: 15px;
    top: 35px;
}
.tm-cart__shipping-default label::before {
    content: "\e91c";
}
.tm-cart__shipping-delivery label::before {
    content: "\e91b";
}
.tm-cart__shipping-default input,
.tm-cart__shipping-delivery input {
    visibility: hidden;
    opacity: 0;
    left: -999px;
    position: absolute;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row {
    padding: 0;
    margin: 0;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row {
    padding: 0 0 0 25px;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row:first-child{
    width: 30%;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row:last-child{
    width: 70%;
}
.woocommerce .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    padding-left: 40px;
}
.woocommerce .col2-set .col-1 {
    width: 60%;
}
.woocommerce .col2-set .col-2 {
    width: 40%;
}
.tm_cart__order-details {
    max-width: 80%;
}
.woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 600;
}
.woocommerce-table__product-number {
    width: 5%;
}
.woocommerce-order-details {
    border: 3px solid #DEF2B3;
    padding: 45px;
    border-radius: 20px;
}
.woocommerce-order-details a {
    color: #0D0D0D;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table {
    border: 0 none;    
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-top: 2px solid #DEF2B3;
}
.woocommerce table.shop_table tbody tr:last-child td {
    padding-bottom: 25px;
}
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
    padding-top: 25px;
}
.woocommerce-checkout .woocommerce table.shop_table th {
    font-size: 12px;
}
.tm-checkout__order-list h3 {
    background: #DEF2B3;
    border-radius: 20px 20px 0 0;
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}
.tm-checkout__order-list .woocommerce-checkout-review-order > .woocommerce-checkout-review-order-table__wrap {
    border-width: 0 3px 3px 3px;
    border-color: #DEF2B3;
    border-style: solid;
    border-radius: 0 0 20px 20px;
    padding: 20px 25px;
    margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce table.shop_table {
    margin-bottom: 0;
}
.woocommerce-checkout .product-total__name,
.woocommerce-checkout .product-total,
.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout .order-total td:last-child  {
    text-align: right;    
}
.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout .product-name,
.woocommerce-checkout .cart-product-quantity-item,
.woocommerce-checkout .product-total,
.woocommerce-checkout .product-name {
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 1440px) {
    .tm-thankyou__received .tm-h2 {
        font-size: 30px;
    }
    .tm-cart__title-block {
        font-size: 25px;
    }
}
@media (max-width: 1180px) {
    .woocommerce-order-received .tm-page-without-img {
        padding-top: 120px;
    }
}
@media (max-width: 980px) {
    .tm-thankyou__right-column {
        display: none;
    }
    .woocommerce .col2-set .col-1 {
        width: 100%;
    }
    .tm_cart__order-details {
        max-width: 100%;
    }
    .tm-thankyou__received .tm-h2 {
        font-size: 25px;
    }
    .woocommerce-page img.tm-thankyou__icon-check {
        max-width: 85px;
        max-height: 85px;
    }
    .woocommerce-order-details {
        padding: 20px;
    }
    .tm-cart-content__wrap {
        min-height: 300px;
    }
    .tm-cart-content__wrap::after {
        font-size: 400px;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2 {
        width: 100%;
        padding-left: 0;
    }
    .woocommerce .col2-set {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .woocommerce-cart .woocommerce table.shop_table td {
        border-bottom: 0;
    }
    .woocommerce-cart .woocommerce table.shop_table td.product-price,
    .woocommerce-cart .woocommerce table.shop_table td.product-quantity {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr {
        border-bottom: 1px solid #DEF2B3;
    }
    .woocommerce-cart .woocommerce table.shop_table td.product-number {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0,0,0,0);
    }
    .woocommerce-cart .product-subtotal .woocommerce-Price-amount, 
    .tm_cart__order-number-title,
    .tm-cart__total-title {
        font-size: 20px;
    }
    .tm-cart__total-sum .woocommerce-Price-amount {
        font-size: 25px;
        line-height: 25px;
    }
    .woocommerce .tm-proceed-to-checkout a.button.alt {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }
    .tm-cart__shipping,
    .woocommerce-additional-fields__field-wrapper, 
    .woocommerce-checkout .checkout .shipping_address, 
    .woocommerce-billing-fields__field-wrapper {
        padding-left: 0;
    }
    
}
@media (max-width: 670px) {
    .tm_cart__order-overview-content.size20,
    .tm_cart__order-overview-title.size20 {
        font-size: 11px;
        line-height: 14px;
    }
    .tm-thankyou__received_header, 
    .tm_cart__order-overview {
        gap: 15px;
    }
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row:first-child {
        margin-bottom: 20px;
    }
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row:first-child,
    .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row:last-child {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .woocommerce-order-received .tm-page-without-img {
        padding-top: 90px;
    }
    .tm-cart-content__wrap {
        min-height: 250px;
    }
    .tm-cart-content__wrap::after {
        font-size: 300px;
    }
    .woocommerce-cart .product-subtotal .woocommerce-Price-amount, 
    .tm_cart__order-number-title,
    .tm-cart__total-title {
        font-size: 16px;
    }
    .tm-cart__title-block,
    .tm-cart__total-sum .woocommerce-Price-amount {
        font-size: 20px;
        line-height: 20px;
    }
    .woocommerce .tm-proceed-to-checkout a.button.alt {
        width: 140px;
    }
    .tm-cart__shipping {
        flex-wrap: wrap;
    }
    .tm-cart__shipping-delivery,
    .tm-cart__shipping-default,
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .tm-cart__shipping-type-title.tm-h3,
    .woocommerce form .form-row label, 
    .woocommerce-additional-fields__field-wrapper label, 
    .woocommerce-billing-fields__field-wrapper label {
        font-size: 16px;
        padding-left: 0;
    }
    .woocommerce form .woocommerce-shipping-fields__field-wrapper input, 
    .woocommerce form .woocommerce-shipping-fields__field-wrapper select, 
    .woocommerce-billing-fields__field-wrapper input {
        height: 48px;
    }
    .woocommerce-checkout .checkout .shipping_address, 
    .woocommerce-billing-fields__field-wrapper p:not(:last-child) {
        margin-bottom: 20px;
    }
    .tm-cart__shipping-default label, 
    .tm-cart__shipping-delivery label {
        padding: 20px 25px 20px 65px;
    }
    .tm-cart__shipping-default label::before, 
    .tm-cart__shipping-delivery label::before {
        font-size: 45px;
        line-height: 45px;
        left: 10px;
        top: 18px;
    }
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row .input-text {
        border-radius: 15px;
    }
}


/* rental terms
========================================================================== */
/* tabs ---- */
.tm-rental__tabs-line {
    border-bottom: 2px solid #eaf7cd;
    display: flex;
    flex-wrap: wrap;
}

.tm-tabs-triggers__item {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #0D0D0D;
    padding-bottom: 40px;
    position: relative;
    background: none;
    outline: none;
    border: 0 none;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "MacPawFixelDisplay";
}
.tm-tabs-triggers__item-active {
    font-weight: 700;
}

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

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

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

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

.tm-tabs-content__item.tm-tabs-content__item-active {
    display: block;
}
@media (max-width:1180px) {
    .tm-tabs-triggers__item {
        font-size: 20px;
    }
}
@media (max-width:980px) {
    .tm-rental__tabs-line1 {
        width: calc(100% + 20px);
        overflow: hidden;
        padding-right: 20px;
    }
    .tm-rental__tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
        border-bottom: 2px solid #eaf7cd;
        margin-bottom: 25px;
        padding-bottom: 2px;
        width: calc(100% + 20px);
    }
    .tm-rental__tabs-line2::-webkit-scrollbar {
        display: none;
    }
    .tm-rental__tabs-line3 {
        max-width: 100%;
    }
    .tm-rental__tabs-line {
        display: flex;
        flex-wrap: nowrap;
        border-bottom: 0 none;
        margin-bottom: 0 !important;
    }
    .tm-tabs-triggers__item {
        width: inherit;
        white-space: nowrap;
        margin-right: 7px;
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .tm-tabs-triggers__item:not(:last-child) {
        margin-right: 25px;
    }
    
}

/* about us
========================================================================== */
.tm-about-page__about-img::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    content: '';
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) -0.99%, rgba(0, 0, 0, 0.4) 26.6%, rgba(0, 0, 0, 0.35) 54.61%, rgba(0, 0, 0, 0) 80.51%);
}

/* repair
========================================================================== */
.tm-repair-page__what .tm-run-text__title {
    max-width: 495px;
}
@media (max-width: 980px) {
    .tm-repair-page__form .tm-grid__width-1-2:nth-child(1) {
        order: 2;
    }
}

/* contacts
========================================================================== */
.tm-contact-page__column {
    width: 25%;
}
.tm-contact-page__column_first {
    background: #DEF2B3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.tm-contacts__title {
    font-family: "Murecho";
}
.tm-contacts__hours,
.tm-contacts__email,
.tm-contacts__address,
.tm-contacts__phones {
    padding-left: 54px;
    position: relative;
}
.tm-contacts__hours::before,
.tm-contacts__email::before,
.tm-contacts__address::before,
.tm-contacts__phones::before {
    font-family: 'tm-ride';    
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 4px;
}
.tm-contacts__hours::before {
    content: "\e90b";
}
.tm-contacts__phones::before {
    content: "\e905";
}
.tm-contacts__email::before {
    content: "\e90a";
}
.tm-contacts__address::before {
    content: "\e904";
    font-size: 32px;
}
.tm-contact-page__column_inner {
    border: 1px solid #DEF2B3;
    padding: 74px 54px;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-contacts__phones a {
    color: #0D0D0D;
}
.tm-contacts__phones a:hover {
    color: #95D904;
}
.tm-contacts__social_text {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}
.tm-contacts__social_text a {
    width: 33.333%;
    font-size: 24px;
    color: #0D0D0D;
}
.tm-contacts__social_text a:hover {
    color: #95D904;
}
.tm-contact-page__map iframe {
    width: 100%;
    height: 660px;
}
@media (max-width: 1440px) {
    .tm-contact-page__column_inner {
        padding: 54px 34px;
    }
}
@media (max-width: 1180px) {
    .tm-contact-page__map iframe {
        height: 345px;
    }
    .tm-contact-page__column_inner {
        padding: 25px 20px;
        border-width: 1px 0 1px 1px;
    }
    .tm-contact-page__column_inner,
    .tm-contact-page__column_first {
        height: 300px;
        min-height: 300px;
    }
    .tm-contact-page__column {
        width: 50%;
    }
    .tm-contact-page__column_first {
        background: none;
        border-top: 1px solid #DEF2B3;
    }
    .tm-contact-page__column:nth-child(2) .tm-contact-page__column_inner {
        border-width: 1px 0 0 1px;
    }
    .tm-contact-page__column:nth-child(3) .tm-contact-page__column_inner {
        border-width: 1px 0 1px 0;
    }
}
@media (max-width: 980px) {
    .tm-contact-page__form .tm-img-out.tm-img-out__left {
        display: none;
    }
}
@media (max-width: 480px) {
    .tm-contact-page__map iframe {
        height: 210px;
    }
    .tm-contact-page__column {
        width: 100%;
    }
    .tm-contact-page__column:nth-child(2) .tm-contact-page__column_inner {
        border-width: 1px 0 0 0;
    }
    .tm-contact-page__column:nth-child(3) .tm-contact-page__column_inner {
        border-width: 1px 0 0 0;
    }
    .tm-contact-page__column:nth-child(4) .tm-contact-page__column_inner {
        border-width: 1px 0 1px 0;
    }
    .tm-contact-page__column_inner,
    .tm-contact-page__column_first {
        height: auto;
        min-height: 250px;
    }
    .tm-contact-page__column:nth-child(2) .tm-contact-page__column_inner > div,
    .tm-contact-page__column:nth-child(3) .tm-contact-page__column_inner > div,
    .tm-contact-page__column_first > div {
        min-width: 210px;
    }
}

/* 404
========================================================================== */
.tm-main__404 {
    background: url(img/bg-404.jpg) no-repeat center bottom / cover;
    position: relative;
}
.tm-main.tm-main__404 {
    padding-bottom: 160px;
}
.tm-main__404::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(65deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.56) 27.59%, rgba(0, 0, 0, 0.49) 55.6%, rgba(0, 0, 0, 0) 81.5%);
}
.tm-404__content {
    margin: 300px auto 0;
    position: relative;
    z-index: 1;
}
.tm-404__404 {
    font-family: 'MacPawFixelDisplay', sans-serif;
    font-weight: 900;
    font-size: 300px;
    line-height: 300px;
}
.tm-404__text {
    font-size: 25px;
    line-height: 120%;
}

@media (max-width: 1440px) {
    .tm-404__404 {
        font-size: 200px;
        line-height: 200px;
    }
    .tm-404__text {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .tm-404__404 {
        font-size: 120px;
        line-height: 120px;
    }
    .tm-404__text {
        font-size: 18px;
    }
    .tm-404__content {
        margin: 150px auto 0;
    }
}

/* breadcrumb
========================================================================== */
.tm-breadcrumb {
    color: #0D0D0D;
}
.tm-black-block .tm-breadcrumb {
    color: #fff;
}
.tm-breadcrumb .widget {
    margin: 0;
}
.tm-breadcrumb span.current-item {
    font-weight: 500;
    font-family: "Murecho", sans-serif;
}
.tm-breadcrumb a {
    color: #8B8B8B;
    text-decoration: none;
}
.tm-breadcrumb a:hover {    
    text-decoration: underline;
}



/* footer
========================================================================== */
.tm-footer__logo {
    max-width: 108px;
}
.tm-footer__copyright,
.tm-footer__content,
.tm-footer__menu {
    font-size: 14px;
}
.tm-footer__menu a,
.tm-footer__content a {
    color: #0D0D0D;
}

.tm-footer-social a {
    font-size: 23px;
    color: #41591C;
    outline: none;
    transition: all 0.3s ease-out;
}
.tm-footer__menu a:hover,
.tm-footer__menu a:active,
.tm-footer__content a:hover,
.tm-footer__content a:active,
.tm-footer-social a:hover,
.tm-footer-social a:active {
    color: #95D904;
}
.tm-footer-social a:not(:last-child) {
    margin-right: 16px;
}

.tm-footer__menu > div {
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .tm-footer__copyright,
    .tm-footer__wrapper {
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        row-gap: 30px;
    }
    .tm-footer__wrapper > div {
        width: 100%;
    }
    .tm-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
    .tm-footer__wrapper > div:nth-child(1) {
        order: 4;        
    }
    .tm-footer__copyright,
    .tm-footer__wrapper > div:nth-child(1) {
        text-align: center;
    }
    .tm-footer__copyright {
        margin-top: 20px;
    }
    .tm-footer__wrapper > div:nth-child(2) {
        order: 1;
    }
    .tm-footer__wrapper > div:nth-child(3) {
        order: 2;
    }
    .tm-footer__wrapper > div:nth-child(4) {
        order: 3;
    }
}


/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.form-popup-content__title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
.form-popup-content__title span {
    color: #00818A;
}
.form-popup-content__subtitle {
    font-weight: 400;
    margin-bottom: 35px;
}
.form-popup-content {    
    border-radius: 20px;
    background: #fff;
    padding: 30px;
}



/* form
========================================================================== */
.wpcf7-form-control {
    background: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    font-family: 'NotoSans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 0;
    border-width: 0 0 1px 0;
    border-color: #0D0D0D;
    border-style: solid;
}
.tm-form-dark .wpcf7-form-control {
    border-bottom: 1px solid #7C7C7C;
}
.wpcf7-form label span {
    font-family: "Murecho";
    font-weight: 700;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid {
    box-shadow: 0 0 15px #dc323257;
}
.wpcf7-form-control::-webkit-input-placeholder {color:rgba(163, 163, 163, 0.9);}
.wpcf7-form-control::-moz-placeholder          {color:rgba(163, 163, 163, 0.9);}/* Firefox 19+ */
.wpcf7-form-control:-moz-placeholder           {color:rgba(163, 163, 163, 0.9);}/* Firefox 18- */
.wpcf7-form-control:-ms-input-placeholder      {color:rgba(163, 163, 163, 0.9);}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
	border-color: #1e1e27;
	outline: none;
}
.wpcf7-textarea {
    height: 50px;
    resize: vertical;
}
.tm-from-btn {
    display: block;
    position: relative;
    width: 194px;
    height: 194px;
    padding: 30px;
}
.tm-from-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/send-message.svg) center/contain no-repeat;
    -webkit-animation: 15s linear 0s normal none infinite running infinity-rotate;
    animation: 15s linear 0s normal none infinite running infinity-rotate;
}
.tm-form-dark .tm-from-btn::before,
.tm-from-btn_white::before {
    background: url(img/send-message-white.svg) center/contain no-repeat;
}
.wpcf7-submit {
    width: 134px;
    background: #fff url(img/btn-arrow.svg) no-repeat center center;
    background-size: 55px;
    border-radius: 50%;
    height: 134px;
    border: 0 none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    position: relative;
    z-index: 2;
}
.tm-from-btn_white .wpcf7-submit {
    background: url(img/btn-arrow.svg) no-repeat center center;
    background-size: 55px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.wpcf7-submit span {
    font-size: 24px;
    margin-left: 12px;
}
.wpcf7-submit:hover {
    background: #95D904 url(img/btn-arrow.svg) no-repeat center center;
    background-size: 55px;
    color: #0D0D0D;
	cursor: pointer;
}
.tm-from-btn_white .wpcf7-submit:hover {
    filter: none;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: -16px;
    font-size: 12px;
}
.wpcf7-list-item {
    display: flex;
    align-items: center;
    position: relative;
}


@media (max-width:1440px) {
    .form-popup-content__title {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width:768px) {
    .tm-from-btn {
        width: 135px;
        height: 135px;
        padding: 25px;
    }
    .wpcf7-submit {
        height: 85px;
        width: 85px;
        background-size: 35px;
    }
    .tm-from-btn_white .wpcf7-submit {
        background-size: 35px;
    }
}
@media (max-width:480px) {
    .wpcf7-form-control {
        margin-bottom: 12px;
    }
    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
}

/* ======================================================================= */
/* blocks
========================================================================== */
/* quote -------------------------------------- */
.tm-title-quote {
    position: relative;
}
.tm-title-quote span {
    position: relative;
    z-index: 1;
}
.tm-title-quote::before {
    content: "\e909";
    z-index: 0;
    font-family: 'tm-ride';
    position: absolute;
    left: -44px;
    top: -10px;
    color: #678C2E;
    opacity: 0.2;
    font-size: 70px;
    line-height: 70px;
}

.tm-img-out {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.tm-img-out img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
.tm-img-out__left {
    width: calc(50vw - 10%);
    /* left: -50vw; */
}
@media (max-width:1440px) {
    .tm-title-quote::before {
        left: -24px;
        top: -20px;
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width:1280px) {
    .tm-title-quote {
        padding-left: 40px;
    }
    .tm-title-quote::before {
        left: 14px;
    }
}
@media (max-width:980px) {
    .tm-img-out__left {
        width: calc(100% + 40px);
    }
    .tm-img-out {
        min-height: 660px;
    }
}
@media (max-width:480px) {
    .tm-img-out {
        min-height: 336px;
    }
}

/* full page image -------------------------------------- */
.tm-page-full-size-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 58%;
}
.tm-page-full-size-img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

/* run text -------------------------------------- */
.tm-run-text {
    padding: 50px 0;
    position: relative;
}
.tm-run-text .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.tm-run-text .swiper-slide {
    width: auto;
}
.tm-run-text__slider-text {
    font-family: "MacPawFixelDisplay";
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0.03em;
    opacity: 0.5;
    color: #0D0D0D;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(149, 217, 4, 0.4);
    text-transform: uppercase;
}
.tm-run-text__title-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    .tm-run-text__slider-text {
        font-size: 50px;
        line-height: 50px;
    }
}

/* advantages -------------------------------------- */
.tm-advantages__list {
    position: relative;
}

.tm-advantages__blocks-top {
    padding-right: 500px;
    margin-bottom: 2px;
    position: relative;
}
.tm-advantages__blocks-top .tm-advantages__item:nth-child(1) .tm-advantages__item-img {
    -webkit-transform: rotate(11.5deg);
    transform: rotate(11.5deg);
    top: -15px;
    right: 70px;
}

.tm-advantages__blocks-top .tm-advantages__item:nth-child(2) .tm-advantages__item-img {
    -webkit-transform: rotate(8.37deg);
    transform: rotate(8.37deg);
    top: 20px;
    right: 90px;
}

.tm-advantages__blocks-top .tm-advantages__item:nth-child(3) .tm-advantages__item-img {
    -webkit-transform: rotate(-7.3deg);
    transform: rotate(-7.3deg);
    top: 10px;
    right: 90px;
}

.tm-advantages__blocks-bottom {
    padding-left: 500px;
    text-align: right;
    position: relative;
}
.tm-advantages__blocks-bottom .tm-advantages__item:nth-child(1) .tm-advantages__item-img {
    bottom: 15px;
    left: 80px;
    -webkit-transform: rotate(-5.68deg);
    transform: rotate(-5.68deg);
}

.tm-advantages__blocks-bottom .tm-advantages__item:nth-child(2) .tm-advantages__item-img {
    bottom: 15px;
    left: 80px;
    -webkit-transform: rotate(8.37deg);
    transform: rotate(8.37deg);
}
.tm-advantages__blocks-bottom .tm-advantages__item:nth-child(3) .tm-advantages__item-img {
    bottom: 15px;
    left: 90px;
    -webkit-transform: rotate(-6.61deg);
    transform: rotate(-6.61deg);
}

.tm-advantages__item {
    border-bottom: 1px solid #DEF2B3;
    padding: 30px 15px;
}
.tm-advantages__item:hover {
    font-weight: 600;
    font-size: 32px;
}

.tm-advantages__item:hover .tm-advantages__item-img {
    opacity: 1;
}

.tm-advantages__item-text {
    font-family: "MacPawFixelDisplay";
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.tm-advantages__item-img {
    width: 350px;
    height: 350px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.tm-advantages__item-img.tm-advantages__item-img_repair {
    width: 280px;
    height: 280px;
}
.tm-advantages__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 1180px) {
    .tm-advantages__item-text br {
        display: none;
    }
}
@media (max-width: 998px) {
    .tm-advantages__blocks-top {
        padding-right: 0;
    }
    .tm-advantages__blocks-bottom {
        padding-left: 0;
        text-align: left;
    }
    .tm-advantages__blocks-bottom .tm-advantages__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .tm-advantages__item {
        padding: 30px 35px;
    }
    .tm-advantages__item-img {
        display: none;
    }
    
}

@media (max-width: 768px) {
    .tm-advantages__item-text {
        font-size: 25px;
        line-height: 130%;
    }
}
@media (max-width: 480px) {
    .tm-advantages__item-text {
        font-size: 16px;
        line-height: 150%;
    }
    .tm-advantages__item {
        padding: 15px 20px;
    }
}

/* video -------------------------------------- */
.tm-youtube__container {
    width: 100%;
    position: relative;
    padding: 48% 0 0 0;
    overflow: hidden;
}
.tm-youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
}
#youtubeCover img.youtubeCover-play {
    position: absolute;
    width: 115px;
    height: 115px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#youtubeCover img.youtubeCover-play:hover {
    cursor: pointer;
}
#youtubeCover {
    opacity: 1;
}
#youtubeCover img.youtubeCover-img {    
    transition: all 0.3s ease-in;
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

/* video -------------------------------------- */
.tm-swiper-btn-prew,
.tm-swiper-btn-next {
    width: 38px;
    height: 38px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 38px;
}
.tm-swiper-btn-prew.swiper-button-disabled:hover,
.tm-swiper-btn-next.swiper-button-disabled:hover,
.tm-swiper-btn-prew.swiper-button-disabled,
.tm-swiper-btn-next.swiper-button-disabled {
    opacity: 0.6;
    color: #000;
    cursor: default;
}
.tm-swiper-btn-prew:hover,
.tm-swiper-btn-next:hover {
    cursor: pointer;
    color: #95D904;
}

/* fixed btns
========================================================================== */
.tm-fixed-btns {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 35px;
    bottom: 35px;
    z-index: 1000;
}
.tm-fixed-btns::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
}
.tm-fixed-btns::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: pulse 2s 1s ease-out infinite;
    animation: pulse 2s 1s ease-out infinite;
}

@-webkit-keyframes pulse {
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.tm-fixed-btns:hover .tm-fixed-btns__buttons {
    opacity: 1;
    visibility: visible;
}

.tm-fixed-btns:hover .tm-fixed-btns__link {
    -webkit-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
    transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
}

.tm-fixed-btns-action-button:hover+.tm-fixed-btns__buttons .tm-fixed-btns__link::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tm-fixed-btns-action-button {
    position: absolute;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.tm-fixed-btns__buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tm-fixed-btns__item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.tm-fixed-btns__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center;
    background-size: 22px;
    background-color: #fff;
    background-repeat: no-repeat;
    color: #0D0D0D;
    font-size: 24px;
}
.tm-fixed-btns__link:hover {
    color: #95D904;
}



[data-tooltip]::after {
    top: calc(50% - 5px);
    margin-top: -11px;
    font-weight: 500;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    padding: 4px 7px;
    margin-right: 12px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 100%;
    white-space: nowrap;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: "Murecho";
}

[data-tooltip]:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
}
@media (max-width: 480px) {
    .tm-fixed-btns {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 20px;
    }
    .tm-fixed-btns-action-button {
        font-size: 24px;
    }
    .tm-fixed-btns__buttons {
        bottom: 55px;
    }
    .tm-fixed-btns__link {
        width: 35px;
        height: 35px;
        background-size: 16px;
    }
}

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

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

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

.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: #95D904;
    color: #fff;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: #95D904;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

/* main style
========================================================================== */
.tm-page-without-img {
    padding-top: 180px;
}

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

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

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

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

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

.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-flex-nw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.tm-flex-middle-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

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

.tm-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-flex-row-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.tm-flex-row-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

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

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

.tm-big-column-space .tm-grid {
    margin-left: -110px;
}
.tm-big-column-space .tm-grid > * {
    padding-left: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1180px) {
    .tm-grid {
        margin-left: -20px;
    }

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

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

@media (max-width: 980px) {
    
    .tm-grid-right {
        order: inherit;
    }
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-grid__width-2-3,
    .tm-grid__width-5-20,
    .tm-grid__width-6-20,
    .tm-grid__width-4-20,
    .tm-grid__width-1-2,
    .tm-grid__width-2-3,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10 {
        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;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 900;
    line-height: 120%;
    font-family: "MacPawFixelDisplay";
}

.tm-hero-title {
    font-family: "MacPawFixelDisplay";
    font-weight: 900;
    font-size: 145px;
    line-height: 150px;
    letter-spacing: 0.03em;
}

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

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

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

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

.black {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.lightmedium {
    font-weight: 500;
}

.color-white {
    color: #fff;
}
.color-green-light {
    color: #95D904;
}
.color-green {
    color: #678C2E;
}
.uniq-font {
    font-family: "Murecho";
}

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

.size20 {
    font-size: 20px;
    line-height: 27px;
}
.size40 {
    font-size: 40px;
    line-height: 47px;
}

.tm-black-block {
    background: #0D0D0D;
    color: #fff;
}


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

.tm-content-btn a {
    width: 180px;
    height: 60px;
    background: #95D904;
    color: #0D0D0D;
    display: flex;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 20px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: #DEF2B3;
    color: #0D0D0D;
    text-decoration: none;
}


@-webkit-keyframes infinity-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes infinity-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1440px) {
    h1,
    .tm-h1 {
        font-size: 40px;
    }
    
    h2,
    .tm-h2 {
        font-size: 26px;
    }
    .tm-hero-title {
        font-size: 90px;
        line-height: 95px;
        max-width: 700px;
    }
    .tm-promo__wrap .tm-hero-title {
        font-size: 110px;
        line-height: 120px;
    }
}

@media (max-width: 1180px) {
    .tm-page-without-img {
        padding-top: 140px;
    }
}
@media (max-width: 768px) {
    .tm-hero-title {
        font-size: 70px;
        line-height: 75px;
    }
    .tm-promo__wrap .tm-hero-title {
        font-size: 90px;
        line-height: 100px;
    }
}

@media (max-width: 480px) {
    .tm-page-without-img {
        padding-top: 100px;
    }
    .tm-hero-title {
        font-size: 40px;
        line-height: 45px;
    }
    .tm-promo__wrap .tm-hero-title {
        font-size: 70px;
        line-height: 75px;
    }
    h1,
    .tm-h1 {
        font-size: 30px;
    }
    
    h2,
    .tm-h2 {
        font-size: 22px;
    }
    .size20 {
        font-size: 16px;
        line-height: 22px;
    }
}

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

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

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

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

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

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

@media (max-width: 1440px) {
    .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-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tm-margin-xdefault-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 30px;
    }
}
