/*!
Theme Name: oil
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: oil
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.

oil 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* font
-------------------------------------------------------------- */

@font-face {
    font-family: "Rubik";
    font-display: swap;
    src: url("fonts/Rubik-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    font-display: swap;
    src: url("fonts/Rubik-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    font-display: swap;
    src: url("fonts/Rubik-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    font-display: swap;
    src: url("fonts/Rubik-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'tm-oil';
    src:
        url('fonts/tm-oil.woff?av2hrh') format('woff'),
        url('fonts/tm-oil.svg?av2hrh#tm-oil') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tm-oil {
    font-family: 'tm-oil' !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-oil-icon-pin-where:before {
    content: "\e923";
}

.tm-oil-icon-search:before {
    content: "\e922";
}

.tm-oil-icon-glass:before {
    content: "\e91f";
}

.tm-oil-icon-personalcard:before {
    content: "\e920";
}

.tm-oil-icon-union:before {
    content: "\e921";
}

.tm-oil-icon-add:before {
    content: "\e91d";
}

.tm-oil-icon-minus:before {
    content: "\e91e";
}

.tm-oil-icon-arrow-right:before {
    content: "\e900";
}

.tm-oil-icon-bookmark-fill:before {
    content: "\e901";
}

.tm-oil-icon-bucket:before {
    content: "\e902";
}

.tm-oil-icon-calendar:before {
    content: "\e903";
}

.tm-oil-icon-calendar-tick:before {
    content: "\e904";
}

.tm-oil-icon-call:before {
    content: "\e905";
}

.tm-oil-icon-call-calling:before {
    content: "\e906";
}

.tm-oil-icon-clock:before {
    content: "\e907";
}

.tm-oil-icon-expand-left:before {
    content: "\e908";
}

.tm-oil-icon-expand-right:before {
    content: "\e909";
}

.tm-oil-icon-facebook:before {
    content: "\e90a";
}

.tm-oil-icon-gas-station:before {
    content: "\e90b";
}

.tm-oil-icon-heart:before {
    content: "\e90c";
}

.tm-oil-icon-instagram:before {
    content: "\e90d";
}

.tm-oil-icon-like:before {
    content: "\e90e";
}

.tm-oil-icon-lines:before {
    content: "\e90f";
}

.tm-oil-icon-map:before {
    content: "\e910";
}

.tm-oil-icon-medal-star:before {
    content: "\e911";
}

.tm-oil-icon-mobile:before {
    content: "\e912";
}

.tm-oil-icon-money:before {
    content: "\e913";
}

.tm-oil-icon-paintbucket:before {
    content: "\e914";
}

.tm-oil-icon-phone_fill:before {
    content: "\e915";
}

.tm-oil-icon-pin_fill:before {
    content: "\e916";
}

.tm-oil-icon-play:before {
    content: "\e917";
}

.tm-oil-icon-routing:before {
    content: "\e918";
}

.tm-oil-icon-sms-notification:before {
    content: "\e919";
}

.tm-oil-icon-telegram:before {
    content: "\e91a";
}

.tm-oil-icon-truck:before {
    content: "\e91b";
}

.tm-oil-icon-truck-tick:before {
    content: "\e91c";
}

/*--------------------------------------------------------------
# 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: 400 18px / 24px 'Rubik', sans-serif;
}

@media (max-width:480px) {
    html {
        font: 400 16px / 22px 'Rubik', 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: #00818A;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #FFD800;
    text-decoration: none;
}

a, a:visited {
    text-decoration: none;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 25px;
}

.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;
}


/* header
========================================================================== */
.tm-header {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.tm-header__logo_green {
    display: none;
}
[id=main-navigation-toggle]:checked ~ .tm-header__logo .tm-header__logo_green,
.tm-header_active .tm-header__logo_green {
    display: block;
}
[id=main-navigation-toggle]:checked ~ .tm-header__logo .tm-header__logo_white,
.tm-header_active .tm-header__logo_white {
    display: none;
}
.error404 .tm-header {
    background: #00818A;
}
.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}
.tm-header__logo {
    display: flex;
    z-index: 1;
}
.tm-header__btn {
    position: relative;
    z-index: 1;
}
.tm-header_active .tm-header__btn.tm-header__btn_mob a,
.tm-header__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E1C36;
    background: #FFD800;
    border-radius: 6px;
    width: 196px;
    height: 39px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
}
.tm-header_active .tm-header__btn.tm-header__btn_mob a:hover,
.tm-header_active .tm-header__btn.tm-header__btn_mob a:active,
.tm-header__btn a:hover,
.tm-header__btn a:active {
    background: #0E1C36;
    color: #fff;
}
.tm-header_active .tm-header__btn a {
    background: #00818A;
    color: #fff;
}
.tm-header_active .tm-header__btn a:hover,
.tm-header_active .tm-header__btn a:active {
    background: #FFD800;
    color: #0E1C36;
}
.tm-header__btn a span {
    margin-left: 7px;
    font-size: 17px;
    font-weight: 400;
}
.tm-header__call {
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00818A;
    color: #fff;
    position: relative;
    z-index: 1;
}
.tm-header__btn.tm-header__btn_mob {
    display: none;
}
.tm-header__btn.tm-header__btn_mob a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 1180px) {
    .tm-header__logo {
        max-width: 48px;
        position: absolute;
        left: 80px;
        top: -3px;
    }
    .tm-header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
@media (min-width: 481px) {
    .tm-header__call {
        display: none;
    }
}
@media (max-width: 480px) {
    .tm-header__btn {
        display: none;
    }
    .tm-header__call {
        display: flex;
    }
    .tm-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .tm-header__logo {
        top: 0;
    }
}

/* 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-header_active  .tm-menu-wrapper li a:hover,
.tm-menu-wrapper li a:hover {
    color: #FFD800;
}

.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-mob-back::before {
    background: rgba(0, 0, 0, .5);
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all .3s;
}
.tm-mob-back::after {
    background: #fff;
    content: '';
    height: 73px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: width .3s ease;
    z-index: 0;
}

@media (max-width: 1180px) {
    .tm-header_active .tm-menu-wrapper li a {
        color: #fff;
    }
    .tm-primary-menu-container {
        display: none;
        width: 100%;
        padding: 20px;
    }
    .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #00818A;
        height: 0;
        top: 56px;
        left: 0;
        visibility: hidden;
    }
    [id=main-navigation-toggle]:checked ~ .tm-primary-navigation {
        visibility: visible;
        height: auto;
    }
    [id=main-navigation-toggle]:checked ~ .tm-primary-navigation .tm-header__btn.tm-header__btn_mob,
    [id=main-navigation-toggle]:checked ~ .tm-primary-navigation .tm-primary-menu-container {
        display: block;
    }
    [id=main-navigation-toggle]:checked ~ .tm-toogle-navigation {
        background: #fff;
    }

    [id=main-navigation-toggle]:checked ~ .tm-mob-back::before {
        opacity: 1;
        visibility: visible;
    }
    [id=main-navigation-toggle]:checked ~ .tm-mob-back::after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .tm-mob-back::after {
        top: -17px;
    }
    .tm-mob-back::before {
        top: 56px;
    }
    .tm-menu-wrapper > li:not(:last-child) {
        padding-right: 0;
    }
    .tm-menu-wrapper > li {
        width: 100%;
        text-align: center;
    }

    /* .tm-menu-wrapper > li > ul,
    .tm-menu-wrapper > li > ul li > ul,
    .tm-menu-wrapper > li > ul li,
    .tm-menu-wrapper > li > ul li:hover > ul,
    .tm-menu-wrapper > li > ul li:hover > ul li,
    .tm-menu-wrapper > li:hover > ul,
    .tm-menu-wrapper > li:hover > ul li,
    .tm-menu-wrapper > li:hover > ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .tm-menu-wrapper ul {
        opacity: 1;
        position: relative;
        width: 100%;
        height: auto;
        visibility: visible;
    }
    .tm-menu-wrapper > li > ul {
        opacity: 1;
    }
    .tm-menu-wrapper_header > li ul > li,
    .tm-menu-wrapper_header > li {
        width: 100%;
    }
    .tm-menu-wrapper_header > li.menu-item-has-children,
    .tm-menu-wrapper_header > li:not(:last-child) {
        padding-right: 0;
    }


    .tm-header__left > label {
        width: 30px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
        display: flex;
        align-items: center;
        z-index: 9999;
        margin-right: 25px;
    }
    
    .tm-header__left label span,
    .tm-header__left label span::before,
    .tm-header__left label span::after {
        transition: background 0.3s, transform 0.3s;
    }
    
    .tm-header__left label span,
    .tm-header__left label span::before,
    .tm-header__left label span::after {
        content: "";
        position: absolute;
        height: 3px;
        width: 30px;
        background: rgba(0, 0, 0, 0.4);
    }
    
    .tm-header__left label span::before {
        transform: translateY(-8px);
    }
    
    .tm-header__left label span::after {
        transform: translateY(8px);
    }
    
    .tm-header__left nav {
        position: fixed;
        height: 100%;
        width: 350px;
        left: -350px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        transition: 0.3s ease;
        padding: 40px 30px;
        top: 0;
        height: 100vh;
        overflow-y: scroll;
        z-index: 100;
    }
    
    .tm-header__left nav > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .tm-header__left nav > div label {
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s ease;
    }
    
    .tm-header__left nav > div label span,
    .tm-header__left nav > div label span:before,
    .tm-header__left nav > div label span:after {
        background: rgba(0, 0, 0, 0.7);
    }
    
    
    .tm-header__left nav > ul {
        margin-top: 30px;
        counter-reset: nav-link-count;
    }
    
    .tm-header__left nav > ul li {
        cursor: pointer;
        padding: 10px 0;
        transform: translateX(-30px);
        opacity: 0;
        transition: 0.4s ease;
        counter-increment: nav-link-count;
    }
    
    .tm-header__left nav > ul li a {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 400;
        display: block;
    }
    
    .tm-header__left nav > ul li a::after {
        content: " : " counter(nav-link-count);
    }
    
    
    .tm-header__left nav > ul li:hover {
        animation: hover 0.5s;
    }
    
    
    .tm-header__left input[type="checkbox"] {
        display: none;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ label {
        opacity: 0;
        pointer-events: none;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav {
        left: 0;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav label span {
        background: transparent;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav label span:before {
        transform: rotate(-45deg);
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav label span:after {
        transform: rotate(45deg);
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav label span:before,
    .tm-header__left input[type="checkbox"]:checked ~ nav label span:after {
        transition-delay: 0.2s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li {
        opacity: 1;
        transform: translateX(0px);
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
        transition-delay: 0.1s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
        transition-delay: 0.2s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
        transition-delay: 0.3s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
        transition-delay: 0.4s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
        transition-delay: 0.5s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
        transition-delay: 0.6s;
    }
    
    .tm-header__left input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
        transition-delay: 0.7s;
    } */
}
@media (max-width:480px) {
    .tm-mob-back::after {
        top: -12px;
    }
    .tm-mob-back::before {
        top: 60px;
    }
}
@media (max-width:430px) {
    .tm-header__left nav > div label {
        width: 20px;
    }
    .tm-header__left > label {
        width: 20px;
        margin-right: 15px;
    }
    .tm-header__left label span, 
    .tm-header__left label span::before, 
    .tm-header__left label span::after {
        width: 20px;
    }
    .tm-header__left label span::after {
        transform: translateY(6px);
    }
    .tm-header__left label span::before {
        transform: translateY(-6px);
    }
}
@media (max-width:380px) {
    .tm-header__left nav {
        width: 280px;
        left: -280px;
        height: calc(100vh + 5px);
    }
}

/* banner
========================================================================== */
.tm-banner {
    background: url(img/bg-banner.jpg) no-repeat 50% 50% / cover;
    padding: 120px 20px 440px;
}
.tm-banner__content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tm-banner__content h1 span {
    display: block;
}
.tm-banner__subtitle {
    color: rgba(255, 255, 255, .6);
    font-size: 22px;
    line-height: 30px;
}
.tm-banner__subtitle strong {
    color: #fff;
}

@media (max-width: 1180px) {
    .tm-banner__subtitle br {
        display: none;
    }
}
@media (max-width: 980px) {
    .tm-banner__content {
        text-align: left;
        max-width: 100%;
    }
    .tm-banner {
        padding: 90px 20px 400px;
    }
    .tm-banner__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

/* costs
========================================================================== */
.tm-costs__form {
    margin-top: -360px;
}
.tm-costs-benefits {
    padding-bottom: 78px;
}
.tm-costs-benefits,
.tm-costs-box {
    position: relative;
}
.tm-costs-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    width: 320px;
    box-shadow: 21px 51px 35px -29px rgba(30, 57, 63, 0.16);
}
.tm-costs-box__content {
    font-size: 18px;
    line-height: 140%;
    color: #0E1C36;
    opacity: 0.6;
}
.tm-costs-box_1 {
    left: 195px;
    margin-bottom: 60px;
}
.tm-costs-box_1,
.tm-costs-box_2 {
    z-index: 0;
}
.tm-costs-benefits__img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    right: -173px;
}
.tm-costs-box_3 {
    z-index: 3;
    left: 430px;
    margin-top: -108px;
}
.tm-title-icon {
    font-size: 20px;
    line-height: 120%;
    color: #0E1C36;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.tm-title-icon span {
    font-size: 33px;
    color: #00818A;
    margin-right: 7px;
}

.tm-form-title-icon {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #0E1C36;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    min-height: 32px;
}
.tm-form-title-icon span {
    color: #0E1C36;
    opacity: .5;
    font-size: 24px;
    margin-right: 12px;
}
.tm-form-title-icon span.tm-oil-icon-pin_fill {
    font-size: 32px;
    left: -4px;
    position: relative;
    margin-right: 3px;
}
.tm-costs__form-wrapper {
    background: #fff;
    height: 910px;
    width:100%;
    padding: 56px 73px;
    box-shadow: 24px 24px 130px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.tm-costs__form-title {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 25px;
}
.tm-costs__form-container .wpcf7-form-control {
    background: #F7F5F4;
    border-radius: 6px;
}
.tm-costs__form-container .wpcf7-form-control::-webkit-input-placeholder {color:#b1b4bb;}
.tm-costs__form-container .wpcf7-form-control::-moz-placeholder          {color:#b1b4bb;}
.tm-costs__form-container .wpcf7-form-control:-moz-placeholder           {color:#b1b4bb;}
.tm-costs__form-container .wpcf7-form-control:-ms-input-placeholder      {color:#b1b4bb;}

.tm-costs__form-container .wpcf7-form-control.wpcf7-radio {
    background: none;
    padding-left: 0;
    margin-bottom: 15px;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tm-costs__form-container .wpcf7-list-item:not(:last-child) {
    margin-right: 8px;
}
.tm-costs__form-container .wpcf7-list-item:first-child {
    margin-left: 0;
}
.tm-costs__form-container .wpcf7-submit {
    width: 290px;
    background: #00818A;
    color: #fff;
}
.tm-costs__form-container .wpcf7-submit:hover {
    background: #FFD800;
    color: #273B4A;
}

.tm-form-map {
    background: #fff; 
    height: 910px; 
    width:100%;
    box-shadow: 24px 24px 130px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}
.tm-form-map iframe {
    height: 100%;
    width: 100%;
}
.tm-form-road__search {
    position: relative;
}
.tm-form-road__search .tm-oil {
    position: absolute;
    left: 11px;
    top: 8px;
    color: #0E1C36;
    opacity: .3;
    font-size: 24px;
    z-index: 10;
}
.tm-form-road__search .wpcf7-form-control {
    padding-left: 45px;
}

.tm-map-infobox span {
    font-weight: 700;
}

@media (max-width: 1140px) {
    .tm-costs .tm-grid__width-3-10,
    .tm-costs .tm-grid__width-1-7 {
        width: 100%;
    }
    .tm-costs .tm-h1 {
        text-align: center;
    }
    .tm-costs-benefits__img {
        right: 0;
    }
}

@media (max-width: 980px) {
    .tm-costs .tm-h1 {
        text-align: left;
    }
    .tm-form-map {
        height: 580px; 
    }
    .tm-costs-benefits {
        max-width: 768px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .tm-costs-benefits__img {
        right: -103px;
        max-width: 460px;
    }
    .tm-costs-box_1 {
        left: 345px;
        margin-bottom: 25px;
    }
    .tm-costs-box_2 {
        top: 0;
        position: absolute;
    }
    .tm-costs-box_3 {
        left: 0;
        margin-top: 0;
        z-index: 0;
    }
    .tm-costs-benefits__img {
        width: 460px;
    }
    .tm-costs__form-wrapper {
        padding: 50px 60px;
    }
    .tm-form-road {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
    }
    .tm-form-road > div {
        width: 50%;
        padding-left: 25px;
    }
    .tm-costs__form-container .wpcf7-submit {
        width: 100%;
    }
    .tm-costs__form-wrapper {
        height: auto;
    }
    .tm-costs__form-container .wpcf7-list-item {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .tm-costs__form.tm-margin-2xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 705px) {
    .tm-costs-benefits {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        padding-bottom: 230px;
    }
    .tm-costs-box {
        width: 100%;
    }
    .tm-costs-box_2 {
        top: auto;
        position: relative;
        order: 1;
        margin-bottom: 0;
    }
    .tm-costs-box_1 {
        order: 2;
        left: 0;
        margin-bottom: 0;
    }
    .tm-costs-box_3 {
        order: 3;
    }
    .tm-costs-benefits__img {
        order: 4;
        width: 430px;
        right: -53px;
    }
    .tm-costs__form-wrapper {
        padding: 30px;
    }
    .tm-costs__form-title {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .tm-form-road > div {
        width: 100%;
    }
}
@media (max-width: 440px) {
    .tm-costs-benefits {
        padding-bottom: 160px;
    }
    .tm-costs-benefits__img {
        width: 300px;
    }
    .tm-costs-box {
        padding: 20px 25px;
    }
    .tm-form-title-icon,
    .tm-costs-box__content {
        font-size: 16px;
    }
    .tm-costs__form-container .wpcf7-list-item {
        width: 100%;
    }
}

/* how work
========================================================================== */
.tm-how-work {
    padding-top: 120px;
}
.tm-how-we-work {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
}
.tm-how-we-work__content {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
    background: #EDF3F4;
    border-radius: 6px;
    padding: 22px 30px;
    z-index: 1;
}
.tm-how-we-work__time {
    color: rgba(14, 28, 54, 0.6);
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 120%;
    margin-bottom: 8px;
}
.tm-how-we-work__time span {
    font-size: 22px;
    color: #0E1C36;
    margin-right: 8px;
}
.tm-how-we-work__name {
    font-size: 30px;
    line-height: 120%;
}
.tm-how-we-work__right > div {
    font-size: 58px;
    color: #00818A;
    transition: all 0.3s ease-out;
}
.tm-how-we-work:hover .tm-how-we-work__right > div {
    color: #FFD800;
}
.tm-how-we-work > a,
.tm-how-we-work:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    transition: all 0.3s ease-out;
}
.tm-how-we-work:after {
    z-index: 0;
}
.tm-how-we-work > a {
    z-index: 2;
}
.tm-how-we-work:hover::after {
    background: rgba(255, 255, 255, .6);
}
@media (max-width: 1180px) {
    .tm-how-work {
        padding-top: 70px;
    }
}
@media (max-width: 980px) {
    .tm-how-work .tm-grid__width-1-2:nth-child(1) {
        order: 2;
    }
    .tm-how-we-work {
        min-height: 475px;
    }
}
@media (max-width: 768px) {
    .tm-how-work {
        padding-top: 50px;
    }
    .tm-how-we-work__name {
        font-size: 24px;    
    }
}
@media (max-width: 480px) {
    .tm-how-we-work__content {
        left: 20px;
        width: calc(100% - 40px);
        bottom: 20px;
        padding: 22px 20px;
    }
    .tm-how-we-work__right {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        bottom: 210px;
    }
    .tm-how-we-work__right > div {
        font-size: 88px;
        max-width: 88px;
    }
    .tm-how-we-work__right > div::before {
        z-index: 1;
        position: relative;
    }
    .tm-how-we-work__right > div::after {
        width: 30px;
        height: 30px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        content: '';
        z-index: 0;
    }
    .tm-how-we-work__name {
        font-size: 20px;
    }
}

/* benefits
========================================================================== */
.tm-benefits {
    background: url(img/oilstart.svg) no-repeat center 65px;
    padding-top: 102px;
    padding-bottom: 195px;
}
.tm-benefits-box {
    background: #EDF3F4;
    box-shadow: 24px 24px 51px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    padding: 25px 30px;
    min-height: 134px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tm-benefits-box_1,
.tm-benefits-box_3 {
    top: 80px;
}
.tm-benefits-box__number {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 8px;
}
.tm-benefits-box__icon {
    background: #FFD800;
    border-radius: 10px;
    position: absolute;
    left: 22px;
    width: 43px;
    height: 43px;
    top: -21px;
    color: #00818A;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1440px) {
    .tm-benefits {
        background-size: 1500px 240px;
        background-position: center;
    }
}
@media (max-width: 1180px) {
    .tm-benefits {
        background: url(img/bg-benefits.png) no-repeat center center;
    }
}
@media (max-width: 980px) {
    .tm-benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tm-benefits-box_1, .tm-benefits-box_3 {
        top: 0;
    }
    .tm-benefits .tm-grid {
        row-gap: 35px;
    }
    .tm-benefits-box {
        padding: 28px 20px 25px;
    }
}
@media (max-width: 480px) {
    .tm-benefits {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

/* guarantee
========================================================================== */
.tm-guarantee {
    padding-bottom: 510px;
    background: url(img/machine.jpg) no-repeat center bottom;
}
.tm-title-big-icon {
    font-size: 24px;
    line-height: 100%;
    color: #0E1C36;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.tm-title-big-icon span {
    font-size: 24px;
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    background: #00818A;
    color: #fff;
    margin-right: 12px;
    box-shadow: 5px 4px 12px rgba(29, 84, 88, 0.35);
    border-radius: 10px;
}
.tm-guarantee-box {
    padding: 28px;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.tm-guarantee-box:hover {
    background: #EDF3F4;
    box-shadow: 21px 51px 35px -29px rgba(30, 57, 63, 0.16);
}
@media (max-width: 1180px) {
    .tm-guarantee {
        padding-bottom: 240px;
        background-size: 1240px;
    }
}
@media (max-width: 980px) {
    .tm-guarantee-box {
        padding: 10px;
    }
    .tm-guarantee .tm-h2 {
        margin-bottom: 30px;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .tm-guarantee .tm-grid__width-1-3 {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .tm-guarantee .tm-grid__width-1-3 {
        width: 100%;
    }
    .tm-guarantee-box {
        padding: 0;
    }
}
@media (max-width: 640px) {
    .tm-title-big-icon {
        font-size: 20px;
    }
    .tm-title-big-icon span {
        font-size: 22px;
        width: 38px;
        height: 38px;
    }
    .tm-guarantee {
        padding-bottom: 190px;
        background-size: 840px;
    }
}
@media (max-width: 375px) {
    .tm-guarantee {
        background-size: 740px;
    }
}

/* best price
========================================================================== */
.tm-best-price {
    padding-top: 100px;
    padding-bottom: 15px;
}
.tm-best-price .tm-grid {
    margin-left: 0;
}
.tm-best-price .tm-grid > * {
    padding-left: 0;
}
.tm-best-price__container {
    padding-top: 60px;
}
@media (max-width: 980px) {
    .tm-best-price__container {
        padding-top: 30px;
    }
    .tm-best-price {
        padding-top: 70px;
    }
    .tm-best-price .tm-grid__width-4-20 {
        width: 45%;
    }
    .tm-best-price .tm-grid__width-5-20 {
        width: 55%;
    }
}
@media (max-width: 880px) {
    .tm-best-price__container {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .tm-best-price .tm-grid {
        row-gap: 40px;    
    }
    .tm-best-price .tm-grid__width-4-20,
    .tm-best-price .tm-grid__width-5-20 {
        width: 100%;
    }
    .tm-best-price .tm-grid__width-4-20 {
        order: 2;
        text-align: center;
    }
    .tm-best-price__container {
        padding-top: 0;
    }
    .tm-best-price {
        padding-top: 50px;
    }
    .tm-best-price .tm-grid__width-4-20 img {
        width: 488px;
        margin-bottom: -25px;
    }
}


/* steps
========================================================================== */
.tm-steps {
    background: url(img/road.svg) no-repeat center 20px;
}
.tm-steps-section {
    padding-top: 100px;
    padding-bottom: 170px;
}
.tm-steps__back {
    background: linear-gradient(180deg, rgba(0, 129, 138, 0) 0%, rgba(0, 129, 138, 0.1) 100%);
    border-radius: 30px;
    position: absolute;
    width: 940px;
    height: 530px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    z-index: 0;
}
.tm-steps-box {
    background: #FFFFFF;
    box-shadow: 21px 51px 35px -29px rgba(30, 57, 63, 0.16);
    border-radius: 10px;
    padding: 35px 25px;
    position: relative;
    z-index: 1;
}
.tm-steps__1 {
    margin-top: 130px;
}
.tm-steps__3 {
    margin-top: 90px;
}
.tm-steps-box__time {
    background: #FFD800;
    border-radius: 50px;
    font-size: 14px;
    line-height: 140%;
    color: #9A8300;
    text-align: center;
    padding: 2px 18px;
    position: absolute;
    right: 25px;
    top: -12px;
}
.tm-steps-box__number-container {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    min-height: 58px;
    width: 100%;
}
.tm-steps-box__number {
    font-weight: 900;
    font-size: 100.675px;
    line-height: 120%;
    text-align: right;
    color: #00818A;
    opacity: 0.2;
    position: absolute;
    right: 25px;
    bottom: -45px;
}
.tm-steps__content,
.tm-steps .tm-content-btn {
    position: relative;
    z-index: 1;
}
@media (max-width: 1180px) {
    .tm-steps-section {
        padding-top: 70px;
        padding-bottom: 120px;
    }
}
@media (max-width: 980px) {
    .tm-steps-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tm-steps__1 {
        margin-top: 70px;
    }
    .tm-steps__3 {
        margin-top: 50px;
    }
    .tm-steps__back {
        display: none;
    }
}
@media (max-width: 768px) {
    .tm-steps .tm-grid__width-1-4 {
        width: 50%;
    }
    
}
@media (max-width: 640px) {
    .tm-steps .tm-grid {
        row-gap: 75px;    
    }
    .tm-steps .tm-grid__width-1-4 {
        width: 100%;
    }
    .tm-steps__1,
    .tm-steps__3 {
        margin-top: 0;
    }
    .tm-steps {
        background: url(img/road-mob.svg) no-repeat 45px 10px;
    }
}
@media (max-width: 560px) {
    .tm-steps {
        background-size: 170px 870px;
    }
}
@media (max-width: 440px) {
    .tm-steps {
        background-size: 170px 960px;
    }
}
@media (max-width: 440px) {
    .tm-steps {
        background-size: 170px 910px;
    }
}


/* locations
========================================================================== */
.tm-green-title {
    background: #00818A;
    padding: 90px 20px 140px;
}
.tm-azs {
    margin-top: -115px;
}
.tm-certificate-slider,
.tm-azs-slider {
    padding-bottom: 45px;
}
.tm-azs-slider .swiper-wrapper {
    box-sizing: border-box;
}
.tm-azs-slider .tm-azs-slider__item.swiper-slide {
    height: auto;
}
.tm-azs-slider__card {
    background: #EDF3F4;
    box-shadow: 12px 44px 39px -32px rgba(30, 57, 63, 0.2);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tm-azs-slider__card .tm-azs-slider__price {
    flex-grow: 1;
}
.custom-swiper-button {
    width: 50px;
    height: 50px;
    background: #FFD800;
    border-radius: 10px;
    color: #0E1C36;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.custom-swiper-button:hover {
    background: #00818A;
    color: #fff;
    cursor: pointer;
}
.custom-swiper-button::before {
    font-family: 'tm-oil';
    content: '\e909';
    font-size: 28px;
}
.tm-banner-slider-pagination,
.tm-azs-slider-navigation {
    position: absolute;
    top: 50%;
    margin-top: -25px; 
    width: 100%;
    height: 50px;
    left: 0;
}
.custom-swiper-button.custom-swiper-button-prev::before {
    transform: rotate(-180deg);
}
.custom-swiper-button.custom-swiper-button-prev {
    left: -50px;
}
.custom-swiper-button.custom-swiper-button-next {
    right: -50px;
}
.tm-azs-slider__img {
    text-align: center;
}
.tm-azs-slider__place,
.tm-azs-slider__number {
    padding-left: 32px;
    position: relative;
}
.tm-azs-slider__place {
    font-size: 16px;
    line-height: 140%;
    color: #677282;
}
.tm-azs-slider__place::before,
.tm-azs-slider__number::before {
    font-family: 'tm-oil';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    color: #273B4A;
}
.tm-azs-slider__place::before {
    content: '\e916';
}
.tm-azs-slider__number::before {
    content: '\e915';
}
.tm-azs-slider__number a {
    font-size: 18px;
    font-weight: 500;
    color: #00818A;
}
.swiper-pagination {
    bottom: -35px !important;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,18px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,18px));
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #FFD800;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,24px));
    background: #00818A;
}
@media (max-width:1440px) {
    .tm-green-title {
        padding: 60px 20px 140px;
    }
    .tm-certificate-slider,
    .tm-azs-slider {
        max-width: 1000px;
    }
    .custom-swiper-button.custom-swiper-button-prev {
        left: 20px;
    }
    .custom-swiper-button.custom-swiper-button-next {
        right: 20px;
    }
}
@media (max-width:1180px) {
    .tm-certificate-slider,
    .tm-azs-slider {
        max-width: 100%;
        width: calc(100% - 140px);
        margin-left: auto;
        margin-right: auto;
    }
    .tm-green-title {
        padding: 40px 20px 140px;
    }
}
@media (min-width:767px) {
    .swiper-pagination {
        display: none;
    }
}
@media (max-width:767px) {
    .tm-azs-slider-navigation {
        display: none;
    }
    .tm-certificate-slider,
    .tm-azs-slider {
        width: 100%;
    }
}
@media (max-width:580px) {
    .tm-azs-slider__card {
        height: auto;
    }
}


/* faq
========================================================================== */
.tm-faq {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tm-faq .tm-h2 {
    padding-left: 20px;    
}
.tm-faq .tm-grid {
    margin-left: -5px;
}
.tm-faq .tm-grid > * {
    padding-left: 5px;
}
.tm-accordion > div {
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.tm-accordion > div:not(:last-child) {
    margin-bottom: 20px;
}
.tm-accordion > div.active {
    padding: 15px 20px 25px;
    background: #EDF3F4;
}
.tm-accordion > div > div {
    padding-left: 70px;
    position: relative;
}
.tm-accordion > div > div p:first-child {
    margin-top: 0;
}
.tm-accordion > div > div p:last-child {
    margin-bottom: 0;
}
.tm-accordion__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tm-accordion__title:hover {
    cursor: pointer;
}
.tm-accordion__title::before {
    font-family: 'tm-oil';
    content: "\e91d";
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFD800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E1C36;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tm-accordion > div.active .tm-accordion__title::before {
    content: "\e91e";
    background: transparent;
    color: #00818A;
}
@media (max-width:1180px) {
    .tm-faq {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
@media (max-width:980px) {
    .tm-faq__img {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 640px) {
    .tm-accordion__title {
        font-size: 20px;
        line-height: 110%;
    }
    .tm-accordion__title::before {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
    .tm-accordion > div > div {
        padding-left: 50px;
    }
}

/* certificate
========================================================================== */
.tm-certificate {
    background: url(img/cert-back.jpg) no-repeat 50% 50% / cover;
    position: relative;
    padding-top: 20px;
    padding-bottom: 120px;
}
.tm-certificate::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}
.tm-certificate-slider {
    padding-top: 10px;
}
.tm-certificate-card {
    position: relative;
    box-shadow: 12px 44px 39px -32px rgba(30, 57, 63, 0.64);
}
.tm-certificate-card__icon {
    position: absolute;
    right: 20px;
    top: -15px;
    font-size: 53px;
    color: #00818A;
    z-index: 1;
}
.tm-certificate-card__img a {
    display: block;
    position: relative;
    outline: none;
}
.tm-certificate-card__img {
    border-radius: 6px;
    text-align: center;
}
@media (max-width:1180px) {
    .tm-certificate {
        padding-top: 20px;
        padding-bottom: 70px;
    }
}
@media (max-width:768px) {
    .tm-certificate {
        padding-bottom: 40px;
    }
    .tm-certificate-card__icon {
        font-size: 36px;
    }
}
@media (max-width:480px) {
    .tm-certificate-card {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* details
========================================================================== */
.tm-details {
    padding-top: 90px;
    padding-bottom: 115px;
    position: relative;
    overflow: hidden;
}
.tm-details__back {
    max-width: 1920px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(img/bg-call.jpg) no-repeat right bottom;
    z-index: 0;
}
.tm-details__column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tm-details__container {
    background: #00818A;
    box-shadow: 12px 61px 29px -32px rgba(30, 57, 63, 0.2);
    border-radius: 10px;
    padding: 46px 40px;
    position: relative;
    z-index: 3;
}
.tm-details__form .wpcf7-submit {
    width: 100%;
}
.tm-details__content-2 {
    background: #EDF3F4;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.tm-details__content-2 > div {
    position: relative;
    z-index: 1;
}
.tm-details__content-2::after {
    position: absolute;
    width: 100vw;
    left: calc(-100vw + 1100px);
    content: '';
    top: 0;
    background: #EDF3F4;
    height: 100%;
}
@media (max-width:1180px) {
    .tm-details {
        padding-top: 70px;
        padding-bottom: 85px;
    }
    .tm-details__content-2::after {
        left: calc(-100vw + 120%);
    }
}
@media (max-width:980px) {
    .tm-form-fields {
        display: flex;
        margin-left: -25px;
        flex-wrap: wrap;
    }
    .tm-form-fields > div {
        padding-left: 25px;
        width: 50%;
    }
    .tm-details__content-2::after {
        left: -20px;
        width: calc(100% + 40px);
    }
}
@media (max-width:768px) {
    .tm-details {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}
@media (max-width:540px) {
    .tm-form-fields > div {
        width: 100%;
    }
    .tm-details__container {
        padding: 25px 20px;
    }
}


/* contact
========================================================================== */
.tm-contact {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.tm-contact__back3,
.tm-contact__back2,
.tm-contact__back1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tm-contact__back1 {
    z-index: 2;
    background: url(img/pattern.png) repeat 0 0;
}
.tm-contact__back2 > div {
    height: 100%;
}
.tm-contact__back2_circle {
    background: -webkit-radial-gradient(50% center, circle cover, rgba(0,129,138,0.2) 0%,rgba(0,129,138,0) 100%);
    background: radial-gradient(circle at 50% center, rgba(0,129,138,0.2) 0%,rgba(0,129,138,0) 100%);
    width: 1640px;
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
}
.tm-contact__back2 {
    z-index: 1;
}
.tm-contact__back3 {
    z-index: 0;
    background: #EDF3F4;
}
.tm-centered-content.tm-contact__content {
    z-index: 3;
}
.tm-map-box {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 36px;
}
.tm-map-box__main .tm-oil {
    font-size: 46px;
    margin-right: 7px;
    color: #273B4A;
}
.tm-map-box__azs .tm-oil {
    font-size: 34px;
    margin-right: 7px;
    color: #00818A;
}
.tm-map-box__provider .tm-oil {
    font-size: 34px;
    margin-right: 7px;
    color: #FFD800;
}
.tm-map-box__text {
    color: #0E1C36;
    opacity: 0.6;
}
.tm-map-box__map {
    height: calc(100% - 72px);
}
.tm-map-box__map iframe {
    width: 100%;
    height: 100%;
}
.tm-contact__column {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.tm-contact-box {
    background: #FFFFFF;
    box-shadow: 11px 19px 29px -29px rgba(30, 57, 63, 0.16);
    border-radius: 10px;
    padding: 24px;
    position: relative;
    transition: all 0.3s ease-out;
}
.tm-contact-box_hover:hover {
    background: #FFD800;
}
.tm-contact-box_hover:hover a {
    color: #0E1C36;
}
.tm-contact-box__icon {
    position: absolute;
    background: #0E1C36;
    box-shadow: 5px 4px 12px rgba(29, 84, 88, 0.35);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    right: 20px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.tm-contact-box__link {
    font-weight: 700;
    font-size: 20px;
    color: #0E1C36;
}
.tm-contact-box__address {
    font-size: 18px;
    line-height: 140%;
    color: #0E1C36;
    opacity: 0.6;
}
@media (max-width:1440px) {
    .tm-contact {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (max-width:1180px) {
    .tm-contact {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width:980px) {
    .tm-contact__back2 {
        display: none;
    }
    .tm-contact .tm-h2 {
        text-align: center;
    }
    .tm-map-box__map .wpgmp_map,
    .tm-map-box__map,
    .tm-map-box__map iframe {
        height: 370px !important;
    }
    .tm-details__back {
        max-width: 1120px;
        height: 50%;
        background-size: contain;
    }
}
@media (max-width:768px) {
    .tm-contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tm-contact__column {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
        margin-left: -30px;
        flex-direction: row;
    }
    .tm-contact__column > div {
        width: 50%;
        padding-left: 30px;
    }
}
@media (max-width:640px) {
    .tm-contact__column > div {
        width: 100%;
    }
    .tm-map-box__header > div {
        width: 100%;
    }
    .tm-map-box__azs .tm-oil::before,
    .tm-map-box__provider .tm-oil::before {
        width: 46px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:640px) {
    .tm-map-box {
        padding: 16px;
    }
}

/* 404
========================================================================== */
.tm-404__content {
    max-width: 550px;
    margin: 180px auto 0;
}

/* footer
========================================================================== */
.tm-footer {
    background: #0E1C36;
    padding-top: 25px;
    padding-bottom: 25px;
}
.tm-copyright {
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    color: rgba(255, 255, 255, .55);
}
.tm-developer,
.tm-developer a {
    color: rgba(255, 255, 255, .4);
}
.tm-developer {
    margin-top: 8px;
    text-align: right;
}
.tm-developer a {
    display: block;
}

.tm-social a {
    font-size: 40px;
    color: #0E1C36;
    outline: none;
    transition: all 0.3s ease-out;
}
.tm-social a:hover,
.tm-social a:active {
    color: #00818A;
}
.tm-social a:not(:last-child) {
    margin-right: 16px;
}
.tm-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tm-footer-wrapper > li > a {
    color: #fff;
    font-size: 16px;
}
.tm-footer-wrapper > li > a:hover,
.tm-footer-wrapper > li > a:active {
    color: #FFD800;    
}
.tm-footer-wrapper > li:not(:last-child) {
    margin-right: 36px;
}
@media (max-width:1180px) {
    .tm-footer__container.tm-flex-middle {
        align-items: flex-start;
    }
    .tm-footer__logo {
        max-width: 48px;
    }
    .tm-footer__container .tm-footer__logo {
        margin-bottom: 25px;
    }
    .tm-footer__container .tm-footer__logo,
    .tm-copyright {
        width: 25%;
    }
    .tm-copyright,
    .tm-developer {
        text-align: left;
    }
    .tm-footer-menu {
        width: 75%;
    }
    .tm-footer-wrapper > li {
        width: 33.333%;
        margin-bottom: 16px;
    }
    .tm-footer-wrapper > li:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width:640px) {
    .tm-footer__container .tm-footer__logo,
    .tm-copyright,
    .tm-footer-menu {
        width: 100%;
    }
    .tm-footer-wrapper > li {
        width: 50%;
    }
    .tm-developer a {
        display: inline;
    }
}
@media (max-width:480px) {
    .tm-footer {
        background: #0E1C36 url(img/bg-footer.png) no-repeat right center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
#orderSuccess {
    max-width: 950px;
}
.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;
    text-align: center;
}

.form-popup-content .wpcf7-form-control {
    background: rgba(0, 0, 0, 0.08);
}

.form-popup-content .wpcf7-submit {
    background: #24173D;
}
.form-popup-content .wpcf7-submit:hover {
    background: #2a2a2a;
}

/* form
========================================================================== */
.wpcf7-form-control {
    background: #62AFB5;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 15px;
    border: 0 none;
}
.wpcf7-form-control.tm-phone-flag {
    padding-left: 55px;
    background-image: url(img/flag-ukraine.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid {
    box-shadow: 0 0 15px #dc323257;
}
.wpcf7-form-control::-webkit-input-placeholder {color:rgba(255, 255, 255, .6);}
.wpcf7-form-control::-moz-placeholder          {color:rgba(255, 255, 255, .6);}/* Firefox 19+ */
.wpcf7-form-control:-moz-placeholder           {color:rgba(255, 255, 255, .6);}/* Firefox 18- */
.wpcf7-form-control:-ms-input-placeholder      {color:rgba(255, 255, 255, .6);}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
	border-color: #1e1e27;
	outline: none;
}
.wpcf7-textarea {
    height: 100px;
}
.wpcf7-submit {
    width: 180px;
    background: #FFD800;
    border-radius: 6px;
    height: 52px;
    border: 0 none;
    color: #0E1C36;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
}
.wpcf7-submit span {
    font-size: 24px;
    margin-left: 12px;
}
.wpcf7-submit:hover {
    background: #0E1C36;
    color: #fff;
	cursor: pointer;
}
.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;
}

#orderSuccess .form-popup-content {
    text-align: left;
    font-size: 18px;
}
#orderSuccess .tm-form-order-popup__summ {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
}
#orderSuccess .tm-form-order-popup__summ-1 {
    margin-right: 40px;
}
#orderSuccess .tm-form-order-popup__text {
    margin-bottom: 30px;
    max-width: 550px;
}
#orderSuccess .tm-form-order-popup__text_footer {
    margin-bottom: 80px;
}

#orderSuccess .tm-form-order-popup__summ-1 span,
#orderSuccess .tm-form-order-popup__summ-2 span {
    font-size: 36px;
    color: #00818A;
    font-weight: 700;
}
#orderSuccess .tm-form-order-popup__summ-1,
#orderSuccess .tm-form-order-popup__summ-2 {
    color: #6e7786;
}
.tm-form-order-popup__price,
.tm-form-order-popup__delivery,
.tm-form-order-popup__litr,
.tm-form-order-popup__fuel,
.tm-form-order-popup__km {
    padding-left: 30px;
    position: relative;
    color: #3e495e;
    margin-bottom: 30px;
}
.tm-form-order-popup__price span,
.tm-form-order-popup__delivery span,
.tm-form-order-popup__litr span,
.tm-form-order-popup__fuel span,
.tm-form-order-popup__km span {
    font-size: 20px;
    font-weight: 700;
}
.tm-form-order-popup__price::before,
.tm-form-order-popup__delivery::before,
.tm-form-order-popup__litr::before,
.tm-form-order-popup__fuel::before,
.tm-form-order-popup__km::before {
    font-family: 'tm-oil';
    color: #7fc0c4;
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 0;
}
.tm-form-order-popup__price::before {
    content: "\e913";
}
.tm-form-order-popup__delivery::before {
    content: "\e924";
}
.tm-form-order-popup__litr::before {
    content: "\e91f";
}
.tm-form-order-popup__fuel::before {
    content: "\e902";
}
.tm-form-order-popup__km::before {
    content: "\e910";
}
.tm-form-order-popup__links {
    display: flex;
    flex-wrap: wrap;
}
.tm-form-order-popup__links a:not(:last-child) {
    margin-right: 8px;
}
.tm-form-order-popup__links a {
    color: #00818A;
    font-size: 48px;
    transition: all 0.3s ease-out;
}
.tm-form-order-popup__links a:hover {
    color: #0E1C36;
}
.tm-form-order-popup__links a.tm-oil-icon-call {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00818A;
    transition: all 0.3s ease-out;
}
.tm-form-order-popup__links a.tm-oil-icon-call:hover {
    background: #0E1C36;
}

.jq-radio {
    background: #F3EFEB;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 7px;
    position: static;
}
.jq-radio input {
    width: 100%;
    z-index: 1;
    height: 24px;
    top: 0;
}
.jq-radio input:hover {
    cursor: pointer;
}
.jq-radio__div {
    position: absolute;
    left: 4px;
    top: 8px;
    height: 8px;
    width: 8px;
    display: none;
    background: #00818A;
    border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
    display: block;
}
.jq-selectbox__dropdown {
    width: 100% !important;
    background: #f2f2f2;
    left: 0;
    top: 43px !important;
    border-radius: 3px;
}
.jq-selectbox__dropdown ul {
    margin: 0;
}
.jq-selectbox__dropdown ul li {
    padding: 4px 12px;
}
.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel {
    background: #eee;
}



.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media (max-width:1440px) {
    .form-popup-content__title {
        font-size: 35px;
        line-height: 40px;
    }
    #orderSuccess .tm-form-order-popup__summ-1 span, #orderSuccess .tm-form-order-popup__summ-2 span {
        font-size: 28px;
    }
}
@media (max-width:480px) {
    .wpcf7-form-control {
        margin-bottom: 12px;
    }
    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
    #orderSuccess .tm-form-order-popup__summ-1 span, #orderSuccess .tm-form-order-popup__summ-2 span {
        font-size: 22px;
    }
    #orderSuccess .form-popup-content {
        font-size: 16px;
    }
    .tm-form-order-popup__litr span, .tm-form-order-popup__fuel span, .tm-form-order-popup__km span {
        font-size: 18px;
    }
    .tm-form-order-popup__links a {
        font-size: 38px;
    }
    .tm-form-order-popup__links a.tm-oil-icon-call {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }
    #orderSuccess .tm-form-order-popup__text_footer {
        margin-bottom: 40px;
    }
}
@media (max-width:440px) {
    .jq-radio__div {
        top: 7px;
    }
}

/* main style
========================================================================== */
.tm-pattern {
    background: #EDF3F4 url(img/pattern.png) repeat 0 0;
}
.tm-main {
    padding: 20px 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: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 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-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-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-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: 700;
    line-height: 120%;
}

h1,
.tm-h1 {
    font-size: 60px;
}

h2,
.tm-h2 {
    font-size: 56px;
}

h3,
.tm-h3 {
    font-size: 24px;
}

h4,
.tm-h4 {
    font-size: 22px;
}

h5,
.tm-h5 {
    font-size: 20px;
}

h6,
.tm-h6 {
    font-size: 18px;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.lightmedium {
    font-weight: 500;
}

.color-white {
    color: #fff;
}
.color-yellow {
    color: #FFD800;
}
.color-green {
    color: #00818A;
}

.text-center {
    text-align: center;
}



.tm-content-btn_centered,
.tm-content-btn_centered a {
    margin: 0 auto;
}


.tm-content-btn a {
    width: 255px;
    background: #00818A;
    color: #fff;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    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: #FFD800;
    color: #0E1C36;
    text-decoration: none;
}
.tm-content-btn a span {
    margin-left: 10px;
    font-size: 24px;
}




@media (max-width: 1440px) {
    h1,
    .tm-h1 {
        font-size: 50px;
    }

    h2,
    .tm-h2 {
        font-size: 46px;
    }

    h3,
    .tm-h3 {
        font-size: 22px;
    }
}

@media (max-width: 1180px) {
    h1,
    .tm-h1 {
        font-size: 40px;
    }

    h2,
    .tm-h2 {
        font-size: 36px;
    }

    h3,
    .tm-h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    h1,
    .tm-h1 {
        font-size: 36px;
    }

    h3,
    .tm-h3,
    h4,
    .tm-h4 {
        font-size: 20px;
    }
}
@media (max-width: 370px) {
    h1,
    .tm-h1 {
        font-size: 30px;
    }
}

@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: 65px;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 80px;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 120px;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 160px;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 200px;
}

@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;
    }
}
