/*!
Theme Name: dragflow
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: dragflow
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.

softup 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: "OpenSans";
    font-display: swap;
    src: url("fonts/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

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


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

.tm-dragflow {
    font-family: 'tm-dragflow' !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-dragflow-icon-instagram2:before {
    content: "\e900";
}

.tm-dragflow-icon-facebook:before {
    content: "\e901";
}

.tm-dragflow-icon-linkedin:before {
    content: "\e902";
}

.tm-dragflow-icon-flickr:before {
    content: "\e903";
}

.tm-dragflow-icon-twitter:before {
    content: "\e904";
}

.tm-dragflow-icon-left-arrow:before {
    content: "\e905";
}

.tm-dragflow-icon-right-arrow:before {
    content: "\e906";
} 

/*--------------------------------------------------------------
# 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 16px / 1.5 'OpenSans', sans-serif;
    color: #404040;
}
.tm-single .tm-grid__width-7-10,
.tm-page .tm-grid__width-7-10 {
    line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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


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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
optgroup,
textarea {
    color: #58595a;
    font-family: -apple-system, "Segoe UI", "OpenSans 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-bottom: 1.5em;
    padding: 45px 20px;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 24px;
    border-left: 5px solid #eee;
    background: #f7f7f7;
}
blockquote h1,
blockquote h2,
blockquote h3 {
    font-weight: 400;
    text-align: center;
}
blockquote h1:last-child,
blockquote h2:last-child,
blockquote h3:last-child {
    margin-bottom: 0;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

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

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

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

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


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

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



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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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


/* header
========================================================================== */
.tm-header {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
}

.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    animation: slideDown 0.5s;
}

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

    to {
        transform: translateY(0);
    }
}

.tm-header__logo {
    display: flex;
    z-index: 1;
    max-width: 250px;
    min-width: 250px;
    max-height: 55px;
}

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

.tm-header__line1 {    
    background: #0d3c55;
    padding-top: 9px;
    padding-bottom: 9px;
}
.tm-header__line1,
.tm-header__phones a {
    color: #fff;
}
.tm-header__phones a {
    font-weight: 700;
}
.tm-header__icons {
    display: flex;
    column-gap: 11px;
}
.tm-header__icons a {
    background: #fff;
    color: #0d3c55;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-header__icons a:hover {
    background: #e96656;
    color: #fff;
}


@media (max-width: 1180px) {

    .tm-header__logo {
        max-width: 200px;
        min-width: 200px;
        max-height: 44px;
    }
    
}
@media (max-width: 400px) {
    .tm-header__phones a:nth-child(2) {
        display: none;
    }
}

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

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


.tm-toogle-navigation>label span {
    background: #fff;
    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: #ef781d;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    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;
    }
}
@media (max-width: 1180px) {
    .tm-toogle-navigation {
        height: 60px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


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

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

}

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

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

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

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

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

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

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

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

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

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

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


.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    display: inline-block;
}

.tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
.tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
.tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
.tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
    border-top: 5px solid #ff0202;
}

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

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

.tm-menu-wrapper>li.lang-item>span>a:before,
.tm-menu-wrapper>li>span>a::before {
    width: 0;
    height: 3px;
    content: '';
    position: absolute;
    top: -33px;
    background: #ef781d;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 0 7px rgba(87, 80, 220, .18);
}

.tm-menu-wrapper>li.menu-item-has-children.current-menu-item>span>a::before,
.tm-menu-wrapper>li.current-menu-ancestor>span>a::before,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a::before,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover::before {
    width: calc(100% + 20px);
}

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

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

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

.tm-menu-wrapper li li.current-menu-item a {
    color: #fff;
    background: #ff0202;
    opacity: 1;
}

.tm-menu-wrapper li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

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

.tm-menu-wrapper li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 11px;
    text-transform: uppercase;
}

.tm-menu-wrapper>li>span>a {
    color: #000;
    opacity: 1;
    position: relative;
}



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

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

.tm-mob-back::before {
    background: #fff;
    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: 1600px) {
    .tm-menu-wrapper>li.menu-item-has-children {
        padding-right: 25px;
    }
}
@media (min-width: 1181px) {
    .tm-mob-back {
        display: none;
    }
}
@media (max-width: 1180px) {
    

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

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

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

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

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

    [id=main-navigation-toggle]:checked~.tm-header__menu .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: -8px;
    }

    .tm-mob-back::before {
        top: 56px;
    }

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

    .tm-menu-wrapper>li,
    .tm-menu-wrapper>li>span,
    .tm-menu-wrapper>li>span>a {
        width: 100%;
        display: block;
    }
    .tm-menu-wrapper>li>span>a::before {
        display: none;
    }
    .tm-menu-wrapper>li.menu-item-has-children>span>a::before, 
    .tm-menu-wrapper>li.menu-item-has-children.current-menu-item>span>a::before, 
    .tm-menu-wrapper>li.current-menu-ancestor>span>a::before, 
    .tm-menu-wrapper>li.menu-item-has-children:hover>span>a::before, 
    .tm-menu-wrapper>li.menu-item-has-children>span>a:hover::before {
        width: 23px;
        height: 23px;
        right: 0;
        z-index: 1;
        top: 7px;
        display: block;
    }
    .tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
    .tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
    .tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
    .tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
    .tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
    .tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
    .tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
        border-top: 5px solid #fff;
    }
    
    .tm-menu-wrapper>li.current-menu-item>span>a::before {
        display: none;
    }
    .tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a::before,
    .tm-menu-wrapper>li.lang-item:hover>span>a::before,
    .tm-menu-wrapper>li.lang-item>span>a:hover::before,
    .tm-menu-wrapper>li.current-lang>span>a:before,
    .tm-menu-wrapper>li:hover>span>a::before,
    .tm-menu-wrapper>li>span>a:hover::before {
        display: block;
    }
    
    .tm-menu-wrapper>li.current-lang>span>a:before {
        width: 100%;
        height: 3px;
    }

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

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

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

    .tm-menu-wrapper ul {
        position: relative;
        height: auto;
        visibility: visible;
        width: 100%;
    }
    .tm-menu-wrapper li li a {
        padding: 13px 15px;
    }
    .tm-menu-wrapper li li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

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

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


/* home
========================================================================== */
.tm-home-mews-slider,
.tm-home-mews-slider > div {
    min-width: 0;
}
.tm-home-news__navigation {
    display: flex;
    justify-content: space-between;
    min-width: 120px;
}
.home-mews-button-prev,
.home-mews-button-next {
    width: 50px;
    height: 50px;
    background: #ef781d;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.home-mews-button-prev:hover,
.home-mews-button-next:hover {
    background: #da670f;
}
.home-mews-button-prev::before,
.home-mews-button-next::before {
    font-family: 'tm-dragflow';
}
.home-mews-button-prev::before {
    content: "\e905";
}
.home-mews-button-next::before {
    content: "\e906";
}
.tm-home-banner {
    background: #246eb7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.tm-home-banner .wp-block-columns {
    margin-bottom: 0;
}
.tm-home-banner h1 {
    font-size: 50px;
}
.tm-home-banner,
.tm-home-banner h1,
.tm-home-banner .tm-h1 {
    color: #fff;
}
.tm-home-banner__img {
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.tm-home-banner__img img {
    min-width: 944px;
    min-height: 542px;
    position: absolute;
    left: 0;
}
.tm-home-banner__text {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tm-home-banner__text .wp-block-group {
    max-width: 70%;
}
.tm-banner-type-1,
.tm-banner-type-2 {
    background: rgba(255, 255, 255, .1);
    padding: 10px 10px 10px 100px;
    background-size: 65px;
    background-position: 16px 15px;
    background-repeat: no-repeat;
    max-width: 455px;
}
.tm-banner-type-1 {
    background-image: url(img/obj-img1.svg);
}
.tm-banner-type-2 {
    background-image: url(img/obj-img2.svg);
}

.home .tm-main {
    padding: 122px 0 80px;
}
@media (min-width: 1921px) {
    .tm-home-banner__img img {
        left: auto;
        right: 0;
    }
}
@media (max-width: 1440px) {
    .tm-home-banner__text.tm-flex-end {
        justify-content: center;
    }
}
@media (max-width: 1280px) {
    .tm-banner-type-1,
    .tm-banner-type-2 {
        max-width: 100%;
        min-height: 95px;
    }
    .tm-home-banner__text .wp-block-group {
        max-width: 90%;
    }
}
@media (max-width: 1180px) {
    .home .tm-main {
        padding: 104px 0 80px;
    }
    .tm-home-banner h1 {
        font-size: 30px;
    }
}

@media (max-width: 781px) {
    .tm-home-banner__text {
        padding-bottom: 0;
    }
    .tm-home-banner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .tm-home-banner__img img {
        left: 0;
        right: 0;
        position: relative;
        min-width: inherit;
        min-height: inherit;
        margin: auto;
    }
}


/* archive
========================================================================== */
.tm-archive .archive-description {
    margin-bottom: 70px;
    margin-top: -20px;
}
.home-article .post-thumbnail,
.tm-archive .post-thumbnail {
    display: block;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-article {
    width: 100%;
}
.home-article .post-thumbnail {
    min-height: 250px;
}
.home-article .post-thumbnail img,
.tm-archive .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-archive-category__header {
    overflow: hidden;
}

.tm-archive .entry-summary {
    text-align: justify;
}

.tm-archive-category article:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tm-archive-category__header h2 {
    margin-bottom: 20px;
    clear: inherit;
}

.tm-archive-category__header h2 a {
    color: #404040;
}

.tm-archive-category__header h2 a:hover {
    color: #e96656;
}

.navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
    width: 50%;
}

.navigation .nav-next {
    text-align: right;
}

@media (max-width: 1180px) {
    .navigation .nav-links {
        flex-wrap: wrap;
    }

    .navigation .nav-links>div {
        width: 100%;
    }

    .navigation .nav-next {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .tm-archive .post-thumbnail {
        width: 100%;
        display: block;
        text-align: center;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .tm-archive .post-thumbnail img {
        max-width: 250px;
    }
}

/* single
========================================================================== */
.tm-single h1 {
    margin-bottom: 20px;
}

.tm-single .posted-on {
    margin-bottom: 40px;
    display: block;
}


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

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

.tm-breadcrumb {
    color: #282929;
}

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

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

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

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

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

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

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

.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: rgb(233, 102, 86);
    color: #fff;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: rgb(233, 102, 86);
    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;
    }
}

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


/* search
========================================================================== */
.tm-archive-search-entry-summary p:last-child {
    margin-bottom: 0;
}


/* footer
========================================================================== */
.tm-footer {
    background: #0d3c55;
    color: #dbdbdb;
    padding-top: 60px;
    padding-bottom: 50px;
}
.tm-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tm-footer ul li {
    display: block;
    margin-bottom: 10px;
}
.tm-footer a {
    color: #fff;
}
.tm-footer a:hover {
    color: #e96656;
}
.tm-footer__center {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.tm-footer .tm-header-uniq::after {
    background: #fff;
    width: 80px;
}

/* social
========================================================================== */
.tm-social {
    display: flex;
    column-gap: 20px;
}

.tm-social a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    transition: all .3s ease-out;
    font-size: 20px;
}

.tm-social a:hover {
    border: 2px solid transparent;
}

.tm-social a.tm-softup-icon-facebook:hover {
    background: #1773ea;
}

.tm-social a.tm-softup-icon-google:hover {
    background: #f70000;
}

.tm-social a.tm-softup-icon-linkedin:hover {
    background: #0073ae;
}

.tm-social a.tm-softup-icon-viber:hover {
    background: #6f5cea;
}

.tm-social a.tm-softup-icon-telegram:hover {
    background: #2ba0d9;
}

.tm-social a.tm-softup-icon-instagram:hover {
    background: #ea5ccb;
}

@media (max-width: 480px) {
    .tm-social {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

.form-popup-content {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
}


/* form
========================================================================== */
.wpcf7 {
    position: relative;
    font-weight: 400;
}

.wpcf7-form-control {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    outline: none;
    color: #434445;
}

.wpcf7-not-valid {
    box-shadow: 0 0 15px #dc323257;
}

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

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

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

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


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

span.wpcf7-form-control.wpcf7-acceptance {
    display: block;
    border: 0 none;
    height: auto;
    line-height: 20px;
}

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

.wpcf7-submit {
    width: 240px;
    background: #e96656;
    border-radius: 60px;
    height: 40px;
    border: 0 none;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
}


.wpcf7-submit:hover {
    background: #cb4332;
    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;
}


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

@media (max-width:1180px) {
    .wpcf7-textarea {
        height: 120px;
    }

}

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

@media (max-width: 768px) {

    .wpcf7-textarea {
        height: 100px;
    }

    .tm-contact-form .wpcf7-submit {
        width: 100%;
    }
}

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

    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
}



/* main style
========================================================================== */
.wp-block-group.alignfull {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}
.su-button {
    margin-bottom: 30px;
}
.grecaptcha-badge,
.cmplz-marketing .cmplz-manage-consent {
    display: none;
}

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

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

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

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


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

.tm-centered-content {
    max-width: 1210px;
    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-flex-column {
    flex-direction: column;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-grid__width-6-30 {
    width: 66.666%;
}

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

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

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

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

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

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

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

@media (max-width: 767px) {

    .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: 110%;
    margin-bottom: 20px;
    color: #404040;
    font-family: 'OpenSans', sans-serif;
}

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

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

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

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

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

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


.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-red {
    color: red;
}

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

.trans {
    text-transform: uppercase;
}

.tm-header-uniq-category,
.tm-header-uniq {
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}


.tm-header-uniq {
    font-size: 20px;
    font-weight: 700;
}

.tm-header-uniq-category::after,
.tm-header-uniq::after {
    position: absolute;
    content: '';
    z-index: 1;
    bottom: -0;
    left: 0;
    width: 10%;
    height: 2px;
    margin: auto;
    background: #e96656;
}

.tm-header-uniq-category::after {
    background: #e9e9e9;
    width: 35%;
}


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


.tm-content-btn a {
    width: 210px;
    background: transparent;
    color: #fff;
    display: flex;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-weight: 400;
    font-size: 18px;
    background: #ef781d;
    transition: all 0.3s ease-out;
    position: relative;
}

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


.wp-block-table table,
table {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #ededed;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 2;
}


caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    margin: 20px 0;
    font-size: 16px;
}

th {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed;
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed;
}

thead th {
    border: none;
}


.wp-block-table table {
    font-weight: bold;
    vertical-align: middle;
}

.wp-block-table table tr td {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    background-color: rgb(236, 237, 239);
    vertical-align: middle;
    color: black;
    padding: 20px 15px;
    border-right: 0;
}

.wp-block-table table tbody tr:first-child td {
    background-color: #e96656;
    text-align: center;
    color: white;
}







@media (max-width: 480px) {
    .tm-content-btn a {
        font-size: 16px;
    }

    .tm-content-btn a::after {
        font-size: 6px;
        right: -16px;
    }
    h2,
    .tm-h2 {
        font-size: 6.5vw !important;
    }
}



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

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

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

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

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

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

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

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

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

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

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

.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 {
        margin-bottom: 60px;
    }

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

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

@media (max-width: 767px) {

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

.tm-h5 a {color:#000000;
font-weight:300;}

.tm-h5 a:hover {color:#e96656;
font-weight:300;}