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

as 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: "CormorantVariableFontwght";
    font-display: swap;
    src: url("fonts/CormorantVariableFontwght.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "CormorantItalicVariableFontwght";
    font-display: swap;
    src: url("fonts/CormorantItalicVariableFontwght.ttf") format("ttf");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: url("fonts/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: url("fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: url("fonts/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: url("fonts/HelveticaNeueCyr-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

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

.tm-anna {
    font-family: 'tm-anna' !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-anna-icon-menu-close:before {
    content: "\e90b";
}

.tm-anna-icon-menu-open:before {
    content: "\e90c";
}

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

.tm-anna-icon-instagram:before {
    content: "\e907";
}

.tm-anna-icon-facebook-circle:before {
    content: "\e908";
}

.tm-anna-icon-linkedin:before {
    content: "\e909";
}

.tm-anna-icon-twitter:before {
    content: "\e90a";
}

.tm-anna-icon-quote:before {
    content: "\e905";
}

.tm-anna-icon-close:before {
    content: "\e904";
}

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

.tm-anna-icon-clock:before {
    content: "\e901";
}

.tm-anna-icon-link:before {
    content: "\e902";
}

.tm-anna-icon-lock:before {
    content: "\e903";
}
  

/*--------------------------------------------------------------
# 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 / 24px 'HelveticaNeueCyr', sans-serif;
    color: #131313;
}

@media (max-width:480px) {
    html {
        font: 400 16px / 22px 'HelveticaNeueCyr', 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: #131313;
	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;
}


ol {
	margin: 0 0 25px 20px;
    list-style: decimal;
}

ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
ul li {
    padding-left: 20px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #131313;
    left: 4px;
    top: 9px;
    border-radius: 50%;
}

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: #797979;
    text-decoration: none;
    cursor: pointer;
}

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

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



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

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



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


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


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

.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.tm-header__logo,
.tm-header__logo a {
    display: flex;
}
.tm-header__logo {
    z-index: 1;
}
.tm-header__logo img {
    width: 46px;
    height: 51px;
}
.tm-logo-white {
    display: none;
}

.tm-lang {
    position: relative;
    z-index: 3;
    margin-right: 40px;
}

.home .tm-header__right {
    display: flex;
    justify-content: space-between;
    padding-left: 32px;
    width: 50%;
}
.home .tm-header_active .tm-header__right {
    justify-content: flex-end;
    padding-left: 0;
}
.single-post .tm-header_active .wpml-ls-legacy-list-horizontal .wpml-ls-item a,
.home .tm-header_active .wpml-ls-legacy-list-horizontal .wpml-ls-item a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    color: #131313;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    opacity: .5;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a:hover,
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
    opacity: 1;
}
.single-post .wpml-ls-legacy-list-horizontal .wpml-ls-item a,
.home .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    color: #fff;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::before {
    display: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    column-gap: 10px;
}
.single-post .wpml-ls-legacy-list-horizontal .wpml-ls-item a::before,
.home .wpml-ls-legacy-list-horizontal .wpml-ls-item a::before {
    background: #fff;
}
.single-post .tm-header_active .wpml-ls-legacy-list-horizontal .wpml-ls-item a::before,
.home .tm-header_active .wpml-ls-legacy-list-horizontal .wpml-ls-item a::before,
.wpml-ls-legacy-list-horizontal .wpml-ls-item a::before {
    background: #131313;
}

@media (max-width: 1180px) {
    .tm-header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    .home .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
        color: #131313;
    }
    .home .wpml-ls-legacy-list-horizontal .wpml-ls-item a::before {
        background: #131313;
    }
}
@media (max-width: 560px) {
    .home .tm-header__right {
        width: auto;
    }
}
@media (max-width: 480px) {
    .tm-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }    
}

/* menu
========================================================================== */
:root {
    --screen-width: 320px;
    --screen-height: 560px;
    --header-bg-color: #673AB7;
    --splash-bg-color: #B2C2E7;
}

.tm-nav-toogle {
    width: 21px;
    height: 21px;
    color: #131313;
    font-size: 21px;
    line-height: 21px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out;
}
.tm-nav-toogle.toogle--active.tm-anna-icon-menu-close::before {
    content: "\e90c";
}
.tm-nav-toogle:hover {
    cursor: pointer;
}
.single-post .tm-nav-toogle {
    color: #fff;
}
.home .tm-nav-toogle {
    color: #B2C2E7;
}
.single-post .tm-header_active .tm-nav-toogle,
.tm-header.tm-header_active .tm-nav-toogle,
.tm-nav-toogle.toogle--active {
    color: #131313;
}
.tm-header__right {
    position: relative;
    padding-right: 32px;
}
.tm-menu-sidebar {
    position: absolute;
    right: 0;
    top: -25px;
    width: 728px;
    height: calc(100vh - 25px);
    border-radius: 20px;
    overflow: hidden;
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tm-primary-navigation {
    flex-grow: 1;
}

.splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
    z-index: 0;
}

.splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: var(--splash-bg-color);
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    will-change: transform;
}

.nav:target>.splash::after,
.nav--open>.splash::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tm-menu-sidebar,
.tm-menu-wrapper {
    visibility: hidden;
}
.tm-menu-sidebar.nav--open:target,
.tm-menu-sidebar.nav--open,
.tm-menu-sidebar:target .tm-menu-wrapper,
.tm-menu-sidebar.nav--open .tm-menu-wrapper {
  visibility: visible;
}

.tm-primary-navigation,
.tm-menu__links {
    position: relative;
    z-index: 1;
}

.tm-primary-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tm-menu-wrapper {
    visibility: hidden;
}
.tm-menu-wrapper li {
    padding-left: 0;
}
.tm-menu-wrapper li:not(:last-child) {
    margin-bottom: 32px;
}
.tm-menu-wrapper li::before {
    display: none;
}
.tm-menu-wrapper .menu-item > a {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #131313;
    text-align: center;
    width: 100%;
    display: block;
    transition: all 0.3s ease-out;
}
.tm-menu-wrapper .menu-item > a:hover,
.tm-menu-wrapper .menu-item.current-menu-item > a {
    opacity: .5;
}

.tm-menu__links,
.tm-menu-wrapper .menu-item {
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s; */
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    /* transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06); */
    
}

.tm-menu-wrapper .menu-item:nth-child(1) {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.tm-menu-wrapper .menu-item:nth-child(2) {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.tm-menu-wrapper .menu-item:nth-child(3) {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.tm-menu-wrapper .menu-item:nth-child(4) {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
}

.tm-menu__links {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}

.tm-menu__links {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.tm-menu__links a {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    font-family: "HelveticaNeueCyr";
    color: #131313;
    transition: all 0.3s ease-out;
}
.tm-menu__links a:hover {
    opacity: .5;
}
.tm-menu__links a::before {
    content: '/';
    margin-right: 7px;
}

.tm-menu-sidebar:target .tm-menu-wrapper,
.tm-menu-sidebar.nav--open .tm-menu-wrapper {
  visibility: visible;
}

.tm-menu-sidebar.nav--open .tm-menu__links,
.tm-menu-sidebar:target .tm-menu-wrapper .menu-item,
.tm-menu-sidebar.nav--open .tm-menu-wrapper .menu-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1440px) {
    .tm-menu-wrapper .menu-item > a {
        font-size: 32px;
        line-height: 32px;
    }
    .tm-menu-wrapper li:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (max-width: 1180px) {
    .tm-nav-toogle {
        right: 20px;
    }
    .tm-header__right {
        padding-right: 0;
    }
}
@media (max-width:767px) {
    .tm-menu-sidebar {
        width: 100%;
    }
    .home .tm-nav-toogle {
        color: #131313;
    }
    .tm-menu-sidebar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        border-radius: 0;
    }
    .splash {
        position: fixed;
    }
}
@media (max-width: 768px) {
    .tm-menu__links a {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }
    .tm-menu__links {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

/* home
========================================================================== */
/* banner
--------------------------------------------- */
.tm-home-banner__text {
    max-width: 490px;
}
.tm-home-banner__personal-title {
    text-transform: uppercase;
}
.tm-home-banner__personal-title span {
    display: none;    
}
.tm-home-banner__personal-text {
    padding-left: 15px;
    padding-bottom: 3px;
}
.tm-home-banner__banner-img {
    background: url(img/anna-banner.jpg) no-repeat 50% 50% / cover;
    width: 100%;
    height: 730px;
    border-radius: 24px 24px 0 0;
}
.tm-home-banner__personal {
    background: #B2C2E7;
    border-radius: 0 0 24px 24px;
    padding: 25px 20px 25px 40px;
    display: flex;
}
.tm-home-banner__left {
    position: relative;
}
.tm-home-banner__slogan {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 980px) {
    .tm-home-banner__banner-img {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .tm-home-banner__personal-title span {
        display: block;    
    }
    .tm-home-banner__personal-title {
        text-transform: none;
    }
    .tm-home-banner__left {
        display: none !important;
    }
    .tm-home-banner__banner {
        display: flex;
        flex-direction: column;
    }
    .tm-home-banner__personal {
        order: 1;
        background: none;
        padding: 0 15px 25px 15px;
        flex-wrap: wrap;
    }
    .tm-home-banner__banner-img {
        order: 2;
        height: 450px;
        border-radius: 16px;
    }
    .tm-home-banner {
        padding-top: 90px;
    }
    .tm-home-banner__personal > div {
        width: 100%;
    }
    .tm-home-banner__personal-text {
        padding-left: 0;
        padding-top: 10px;
    }
}
@media (max-width: 480px) {
    .tm-home-banner__banner-img {
        height: 385px;        
    }
}

/* benefits
--------------------------------------------- */
.tm-benefits-card-column,
.tm-teach-column {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.tm-teach-card,
.tm-benefits-card {
    background: rgba(178, 194, 231, 0.32);
    border-radius: 24px;
    padding: 24px;
    transition: all 0.3s ease-out;
}
.tm-teach-card:hover,
.tm-benefits-card:hover {
    background: #B2C2E7;
}
.tm-benefits-card__years {
    line-height: 28px;
    margin-bottom: 65px;
}
.tm-benefits-card__years::before {
    content: '/';
    margin-right: 8px;
}
.tm-benefits-card__column1 {
    width: 70%;
}
.tm-benefits-card__column2 {
    width: 30%;
    justify-content: flex-end;
}
.tm-benefits-card__btn a {
    display: flex;
    position: relative;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #131313;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.tm-benefits-card__btn a::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #131313;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    transition: all 0.3s ease-out;
}
.tm-benefits-card__btn a:hover::before {
    transform: scale(1.1);
}
.tm-benefits__content {
    height: 100%;
    position: relative;
    padding-left: 85px;
}
.tm-benefits__slogan {
    position: absolute;
    right: 0;
    top: 15px;
}
.tm-benefits__title {
    position: relative;
}
.tm-benefits__title-slogan {
    position: absolute;
    right: 0;
    top: -40px;
}
@media (max-width: 980px) {
    .tm-benefits__content {
        padding-left: 25px;
    }
    .tm-benefits-card__column1,
    .tm-benefits-card__column2 {
        width: 100%;
    }
    .tm-benefits-card__column1 {
        margin-bottom: 40px;
    }
    .tm-benefits-card__column2 {
        justify-content: space-between;
        align-items: flex-end;
    }
    .tm-benefits-card__years {
        margin-bottom: 0;
    }
    .tm-benefits-card__btn a {
        width: 100px;
        height: 100px;
        font-size: 14px;
        line-height: 18px;
    }
    .tm-benefits-card__btn a::before {
        width: 100px;
        height: 100px;
    }
}
@media (max-width:767px) {
    .tm-benefits .tm-grid__width-1-2:nth-child(1) {
        order: 2;
    }
    .tm-benefits__content {
        padding: 40px 5px 20px;
    }
    .tm-benefits__slogan,
    .tm-benefits__title-slogan {
        display: none;
    }
}
@media (max-width: 480px) {
    .tm-benefits__title br {
        display: none;
    }
    .tm-benefits-card .tm-h3 {
        font-size: 36px;
    }
}
@media (max-width: 380px) {
    .tm-benefits-card__column1 .tm-h3 {
        font-size: 32px;
    }
}

/* work
--------------------------------------------- */
.tm-work-with__globe {
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: #B2C2E7;
    overflow: hidden;
    padding-top: 75px;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tm-work-with__globe > div > div:not(:last-child) {
    margin-bottom: 6px;
}
.tm-work-slider__card {
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
}
.tm-work-slider .swiper-wrapper,
.tm-work-slider-to-left .swiper-wrapper {     
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;    
}
.tm-work-slider .swiper-slide,
.tm-work-slider-to-left .swiper-slide { 
    width: fit-content;
}
@media (max-width:767px) {
    .tm-work-slider__card {
        font-size: 22px;
        line-height: 24px;
    }
    .tm-work-with__title.text-center {
        text-align: left;
    }
}

/* teach
--------------------------------------------- */
.tm-teach-card {
    min-height: 262px;    
}
.tm-teach-card,
.tm-teach__quotes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tm-teach__quotes {
    height: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.tm-teach-card__tag {
    color: rgba(19, 19, 19, 0.4);
    transition: all .3s ease-out;
}
.tm-teach-card:hover .tm-teach-card__tag {
    color: #131313;
}
@media (max-width: 980px) {
    .tm-teach-card__text.tm-h4 {
        font-size: 24px;
    }
    .tm-teach__quotes {
        height: 100%;
        max-width: 100%;
        margin-left: inherit;
        margin-right: inherit;
    }
}
@media (max-width:767px) {
    .tm-teach__quotes-mob-down {
        text-align: right;
    }
    
}

/* help
--------------------------------------------- */
.tm-help-card {
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
}
.tm-help-card_color {
    background: #B2C2E7;
    border-radius: 24px;
}
.tm-help-card__title {
    min-height: 115px;
    display: flex;
    align-items: flex-end;
}
@media (max-width: 980px) {
    .tm-help-card__title.tm-h4 {
        font-size: 24px;
    }
    .tm-help-card {
        padding: 25px;
    }
}
@media (max-width:767px) {
    .tm-help-card.text-center {
        text-align: left;
        padding: 15px;
    }
    .tm-help-card__title.tm-h4 {
        min-height: auto;
    }
}

/* session
--------------------------------------------- */
.tm-session__img {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px;
    color: #fff;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tm-session__content {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.tm-session__numbers ol {
    counter-reset: num;
    list-style: none;
    margin: 0 0 50px;
    border-top: 1px solid #131313;
}
.tm-session__numbers ol li {
    position: relative;
    padding-left: 40px;
    min-height: 72px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #131313;
}
.tm-session__numbers ol li:before {
    content: counter(num);
    counter-increment: num;
    font-family: "MontserratAlternates";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 56px;
    line-height: 50px;
    height: 50px;
}
.tm-session__price-block > div:first-child {
    width: 70%;
    padding-right: 40px;
}
.tm-session__price-block > div:last-child {
    width: 30%;
}
.tm-session__price-block {
    font-size: 18px;
}
.tm-session__price {
    font-weight: 500;
}
.tm-session__price > div:first-child {
    padding-right: 30px;
}
.tm-session__price > div:first-child::before {
    content: '$';
    margin-right: 5px;
}
.tm-session__price > div:last-child {
    position: relative;
    padding-left: 26px;
}
.tm-session__price > div:last-child::before {
    content: "\e901";
    font-family: 'tm-anna';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 980px) {
    .tm-session__img {
        padding: 30px;
    }
    .tm-session__img br {
        display: none;
    }
    .tm-session__content .tm-h3 {
        font-size: 32px;
    }
}
@media (max-width:767px) {
    .tm-session__img {
        min-height: 550px;
    }
}
@media (max-width: 570px) {
    .tm-session__price-block > div:first-child,
    .tm-session__price-block > div:last-child {
        width: 100%;
    }
    .tm-session__price-block {
        row-gap: 20px;
    }
    .tm-session__price-block > div.tm-flex {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .tm-session__img {
        min-height: 365px;
    }
    .tm-session__img {
        padding: 15px;
    }
    
}

/* video
--------------------------------------------- */
.tm-reviews__title,
.tm-video__title {
    padding-left: 85px;
}
.tm-video__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background: #B2C2E7;
    color: #131313;
    position: relative;
}
.tm-video__btn a span {
    position: relative;
    z-index: 1;
}
.tm-video__btn a::after {
    transition: all .3s ease-out;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #131313;
    z-index: 0;
    content: '';
    border-radius: 50%;
}
.tm-video__btn a:hover {
    color: #B2C2E7;
}
.tm-video__btn a:hover:after {
    width: 100%;
    height: 100%;
}
@media (max-width: 980px) {
    .tm-reviews__title,
    .tm-video__title {
        padding-left: 25px;
    }
}
@media (max-width:767px) {
    .tm-video__btn a {
        width: 136px;
        height: 136px;
    }
}

/* reviews
--------------------------------------------- */
.tm-reviews-card {
    background: rgba(19, 19, 19, 0.04);
    border-radius: 24px;
    padding: 62px 84px;
}
.tm-reviews-card__img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 112px;
    height: 112px;
}
.tm-reviews-card__img {
    object-fit: cover;
}
.tm-reviews-card__person {
    max-width: 192px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tm-reviews-arrows {
    gap: 50px;
    font-weight: 700;
    font-size: 14px;
}
.tm-reviews-arrows__left,
.tm-reviews-arrows__right {
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tm-reviews-arrows__left:hover,
.tm-reviews-arrows__right:hover,
.tm-reviews-arrows__right.swiper-button-disabled,
.tm-reviews-arrows__left.swiper-button-disabled {
    opacity: .4;
}
.tm-reviews-arrows__left::before,
.tm-reviews-arrows__right::after {
    font-family: 'tm-anna';
    content: "\e900";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-reviews-arrows__left::before {
    transform: rotate(-180deg);
}
.tm-reviews-arrows__left::before {
    margin-right: 7px;
}
.tm-reviews-arrows__right::after {
    margin-left: 7px;
}
.tm-reviews-card__dots {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.tm-reviews-card__dots_check {
    width: 80px;
    height: 40px;
    border: 1px solid #131313;
    padding: 2px;
    border-radius: 30px;
    display: flex;
}
.tm-reviews-card__dots_check span {
    display: block;
    height: 100%;
    width: 36px;
    background: #131313;
    border-radius: 50%;   
    transform: translateX(0);
    transition: all 0.3s ease-out; 
}
.tm-reviews-card__dots_check-checked span {
    transform: translateX(100%);
}

.tm-reviews-card__dots_check span:hover,
.tm-reviews-card__dots_a:hover,
.tm-reviews-card__dots_b:hover {
    cursor: pointer;
}
.tm-reviews-card__dots input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
}
@media (max-width: 1366px) {
    .tm-reviews-card .tm-grid__width-3-10:first-child {
        width: 40%;
    }
    .tm-reviews-card .tm-grid__width-3-10:last-child{
        width: 20%;
    }
}
@media (max-width: 1180px) {
    .tm-reviews-card {
        padding: 52px 45px;
    }
}
@media (max-width:980px) {
    .tm-reviews__title {
        padding-left: 0;
    }
    .tm-reviews-card__dots,
    .tm-reviews__header .tm-grid__width-4-10.tm-flex-end {
        justify-content: center;
    }
    .tm-reviews__header.tm-margin-medium-bottom {
        margin-bottom: 25px;
    }
    .tm-reviews__header .tm-h3 {
        font-size: 32px;
    }
    .tm-reviews-card {
        padding: 40px 30px;
    }
    .tm-reviews-card__person {
        margin-right: auto;
    }
    .tm-reviews-card .tm-grid__width-4-10,
    .tm-reviews-card .tm-grid__width-3-10:first-child,
    .tm-reviews-card .tm-grid__width-3-10:last-child,
    .tm-reviews__header .tm-grid .tm-grid__width-6-10,
    .tm-reviews__header .tm-grid .tm-grid__width-4-10 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .tm-reviews-arrows__left, 
    .tm-reviews-arrows__right {
        max-width: 120px;
        line-height: 16px;
    }
    .tm-reviews-arrows__right {
        text-align: right;
    }
    .tm-reviews-card {
        padding: 25px 15px;
    }
    .tm-reviews-card__dots_check {
        width: 63px;
        height: 34px;
    }
    .tm-reviews-card__dots_check span {
        width: 28px;
    }
}
@media (max-width: 380px) {
    .tm-reviews-card__dots_a.tm-h5,
    .tm-reviews-card__dots_b.tm-h5 {
        font-size: 20px;
    }
}
@media (max-width: 350px) {
    .tm-reviews-card__dots_a.tm-h5,
    .tm-reviews-card__dots_b.tm-h5 {
        font-size: 18px;
    }
}

/* faq
--------------------------------------------- */

/* video 
========================================================================== */
.tm-archive-page__header,
.tm-video-page-archive__header {
    padding-bottom: 60px;
    border-bottom: 1px solid #000000;
}

.tm-video-card-default__img,
.tm-video-card-default__img > div,
.tm-video-card-different__container,
.tm-video-card-different__container > div {
    position: relative;
}
.tm-video-card-default__img > div,
.tm-video-card-different__container > div {
    z-index: 2;
}
.tm-video-card-default__img::after,
.tm-video-card-different__container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.tm-blog-card_different img,
.tm-blog-card__img img,
.tm-video-card-default__img > img,
.tm-video-card-different__container img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    z-index: 0;
}
.tm-video-card-default__img,
.tm-video-card-different__container {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-radius: 24px;
    overflow: hidden;
    padding: 32px;
}
.tm-video-card-default {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 32px;
}
.tm-video-card-default__title a {
    color: #131313;
}
.tm-video-card-different__title a {
    color: #fff;
}
.tm-video-card-different__title a,
.tm-video-card-default__title a {
    transition: all .5s ease-out;
    opacity: 1;
}
.tm-video-card-different__title a:hover,
.tm-video-card-default__title a:hover {
    opacity: .5;
}
.tm-video-card-default__title,
.tm-video-card-different__title {
    flex-grow: 1;
}
.tm-video-card-default__subtitle,
.tm-video-card-different__subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #979695;
}
.tm-blog-card__title a,
.tm-video-card-default__title > div {
    max-height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tm-blog-card_different > h3 a,
.tm-video-card-different__title > div {
    max-height: 144px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.tm-video-card-btn a {
    width: 264px;
    height: 63px;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s ease-out;
}
.tm-video-card-btn a:hover {
    background: #B2C2E7;
    border: 1px solid #B2C2E7;
    color: #131313;
}
.tm-video-card-btn span::before {
    font-family: 'tm-anna';
    content: "\e903";
    font-weight: 400;
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 16px;
}
.tm-video-card-default__img {
    min-height: 262px;
}
.tm-category__posts.tm-grid {
    row-gap: 60px;
}
.archive-description p:last-child {
    margin-bottom: 0;
}

.tm-single-video .post-password-form {
    text-align: center;
}
.tm-single-video .tm-video-card-btn a {
    border: 1px solid #131313;
    color: #131313;
}
.tm-single-video .tm-video-card-btn a:hover {
    border: 1px solid #B2C2E7;
    color: #131313;
}
.tm-single-video .post-password-form input {
    height: 45px;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px;
    margin-left: 8px;
    margin-right: 12px;
    border-radius: 30px;
    outline: none;
}
.tm-single-video .post-password-form input[type="password"] {
    border: 1px solid #ccc;
}
.tm-single-video .post-password-form input[type="submit"] {
    border: 1px solid #B2C2E7;
    background: #B2C2E7;
    color: #131313;
    width: 120px;
    cursor: pointer;
    transition: all .3s ease-out;
}
.tm-single-video .post-password-form input[type="submit"]:hover {
    background: #899ece;
}

@media (max-width:767px) {
    .tm-video-card-default {
        padding-top: 0;
    }
    .tm-archive-page__header,
    .tm-video-page-archive__header {
        padding-bottom: 30px;
    }
    .tm-video-page-archive__header .tm-grid__width-3-10.tm-flex-end {
        justify-content: center;
    }
    .tm-category__posts.tm-grid {
        row-gap: 40px;
    }
    .tm-blog-card__title a,
    .tm-video-card-default__title > div {
        max-height: inherit;
        overflow: inherit;
        display: block;
        -webkit-line-clamp: inherit;
    }
    .tm-blog-card_different > h3 a,
    .tm-video-card-different__title > div {
        max-height: inherit;
        overflow: inherit;
        display: block;
        -webkit-line-clamp: inherit;
    }
    .tm-video-card-default__img,
    .tm-video-card-different__container {
        min-height: 300px;
        padding: 20px;
    }
}

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

.tm-content-accordion-list>div {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #131313;
}
.tm-content-accordion-list>div:first-child {
    border-top: 1px solid #131313;
}
.tm-content-accordion-list>div.active {
    border-bottom: 0;
    padding-bottom: 0;
}
.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 5px;
    top: 23px;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
    content: "\e904";
    font-family: 'tm-anna';
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #404040;
    font-weight: 400;
    transform: rotate(45deg);
}

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

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

.tm-content-accordion-list__text {
    padding: 0 0 24px;
    border-bottom: 1px solid #131313;
}

.tm-content-accordion-list__text p:last-child {
    margin-bottom: 0;
}
@media (max-width:767px) {
    .tm-content-accordion-list__title {
        padding: 18px 30px 18px 0;
    }
    .tm-content-accordion-list__text {
        padding: 18px 0;
    }
    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        top: 19px;
    }
}
@media (max-width: 768px) {
    .tm-content-accordion-list__title {
        padding: 18px 30px 18px 0;
    }
    .tm-content-accordion-list__text {
        padding: 18px 0;
    }
}

/* archive
========================================================================== */
/* archive container 
---------------------------------------- */
.tm-checklist-archive__container {
    padding-left: 60px;
    padding-right: 40px;
}
@media (max-width:980px) {
    .tm-checklist-archive__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tm-checklist-archive__title.tm-h1 {
        font-size: 32px;
    }
}

/* archive blog cards 
---------------------------------------- */
.tm-blog-card__title a {
    color: #131313;
}
.tm-blog-card__img {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 24px;
}
.tm-blog-card {
    transition: all 0.3s ease;
}
.tm-blog-card:hover {
    opacity: 0.8;
}
.tm-blog-card_different {
    position: relative;
    height: 368px;
    overflow: hidden;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tm-blog-card__time,
.tm-single__date {
    font-weight: 500;
}
.tm-blog-card_different > h3,
.tm-blog-card_different > div,
.tm-blog-card__time span::before,
.tm-blog-card__time span {
    position: relative;
}
.tm-blog-card__time span::before {
    font-family: 'tm-anna';
    content: "\e901";
    top: 2px;
    font-size: 20px;
    margin-right: 8px;
}
.tm-faq-archive {
    border-radius: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
}
.tm-blog-card_different > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;   
}
.tm-blog-card_different > h3 {
    flex-grow: 1;
}
.tm-blog-card_different > h3,
.tm-blog-card_different > div {
    z-index: 2;
}
@media (max-width:980px) {
    .tm-category__posts.tm-grid .tm-grid__width-1-3,
    .tm-category__posts.tm-grid .tm-grid__width-6-30 {
        width: 50%;
    }
    .tm-faq-archive {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tm-faq__title.tm-h3 {
        font-size: 32px;
    }
}
@media (max-width:767px) {    
    
    .tm-faq__btn.tm-flex-end {
        justify-content: center;
    }
    .tm-blog-card_different {
        height: auto;
        padding: 25px 20px;
        min-height: 300px;
    }
}

/* single
========================================================================== */
.single-post .tm-header .tm-logo-white,
.single-post .tm-header.tm-header_active .tm-logo-black {
    display: block;
}
.single-post .tm-header.tm-header_active .tm-logo-white,
.single-post .tm-header .tm-logo-black {
    display: none;
}
.tm-single-page__link a {
    color: #EFEDEB;
    opacity: 0.4;
    transition: all 0.3s ease-out;
}
.tm-single-page__link a:hover {
    opacity: .8;
}

.tm-single-page__header {
    background: url(img/single-header.webp) no-repeat center center / cover;
    padding-top: 100px;
    padding-bottom: 50px;
}
.tm-single-page__content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 910px;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.tm-single__time {
    text-align: right;
}
.tm-single__time::before {
    font-family: 'tm-anna';
    content: "\e901";
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
.wp-block-quote {
    background: rgba(178, 194, 231, 0.4);
    border-radius: 24px;
    width: calc(100vw - 47px);
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    font-style: normal;
    margin-bottom: 30px;
}
.wp-block-quote p {
    margin: 0;
}
.wp-block-quote cite {
    max-width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    position: relative;
    display: block;
    padding-top: 65px;
    font-style: normal;
    font-size: 24px;
    font-family: "MontserratAlternates";
    line-height: 120%;
}
.wp-block-quote cite::before {
    font-family: 'tm-anna';
    content: "\e905";
    font-size: 47px;
    line-height: 47px;
    position: absolute;
    top: 0;
    left: 20px;
}
.tm-single-links {
    max-width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.tm-social-box {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.tm-social-box .tm-anna {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    transition: all 0.3s ease-out;
}
.tm-social-box .tm-anna:hover {
    opacity: .5;
}
.tm-social-box .tm-anna-icon-facebook-circle {
    background: #1877F2;
}
.tm-social-box .tm-anna-icon-linkedin {
    background: #2867B2;
}
.tm-social-box .tm-anna-icon-twitter {
    background: #1DA1F2;
}
.tm-social-box .tm-anna-icon-telegram {
    background: #0088CC;
}
.tm-social-box__title {
    font-weight: 700;
    color: #131313;
    opacity: 0.48;
}

.tm-single-short-link input {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
#articleInputCopy {
    position: absolute;
}
.article-tooltip {
    position: relative;
    display: inline-block;
}
.tm-single-short-link {
    display: flex;
    justify-content: flex-end;
}
.article-tooltip button {
    border-radius: 30px;
    color: rgba(19, 19, 19, 0.8);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 18px;
    border: 0 none;
    background: rgba(19, 19, 19, 0.08);
    transition: all 0.3s ease-out;
}
.article-tooltip button:hover {
    cursor: pointer;
    background: #B2C2E7;
}
.article-tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 10px;
}

.article-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.article-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tm-single-page__related {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 24px;
}
@media (max-width:767px) {
    .tm-single-page__header .tm-content-center .tm-grid {
        row-gap: 40px;
    }
    .tm-single-page__related,
    .wp-block-quote {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tm-single-page__content {
        padding-bottom: 40px;
    }
}
@media (max-width: 570px) {
    .tm-single-links .tm-flex.tm-flex-space {
        row-gap: 40px;
    }
    .tm-single-links .tm-single-social,
    .tm-single-links .tm-single-short-link {
        width: 100%;
        justify-content: center;
    }
    .tm-social-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .wp-block-quote cite::before {
        font-size: 32px;
        line-height: 32px;
        left: 0;
        right: 0;
        margin: auto;
        width: 44px;
    }
}

/* contact
========================================================================== */
.page-template-page-contact .tm-page {
    background: #A0B2DB;
}
.tm-contact-page {
    padding-top: 180px;
    padding-bottom: 160px;
}
.tm-contact-page__inner,
.tm-copyright-padding {
    padding-left: 60px;
}
.tm-contact-page__form {
    width: 80%;
}
 
.tm-contact-page__img {
    min-height: 600px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.tm-contact-page__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
.tm-contact-header__title {
    color: #68738b;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tm-contact-header__title::before {
    content: '/';
    margin-right: 8px;
}
.tm-contact-header__info a,
.tm-contact-header__links a {
    font-size: 20px;
    color: #131313;
    font-weight: 500;
}
.tm-contact-header__info a:hover,
.tm-contact-header__links a:hover {
    opacity: .5;
}
.tm-contact-header__links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.tm-copyright {
    color: #131313;
    opacity: 0.4;
    font-weight: 500;
}
.tm-contact-page__footer-title {
    font-size: 80px;
    line-height: 80px;
    max-width: 860px;
}
.tm-contact-page__footer-content {
    font-size: 20px;
    text-align: right;
    padding-top: 22px;
}

@media (max-width: 1440px) {
    .tm-contact-page {
        padding-top: 110px;
        padding-bottom: 90px;
    }
    .tm-contact-page__footer-title {
        font-size: 64px;
        line-height: 64px;
    }
}
@media (max-width: 1366px) {
    .tm-contact-page__inner,
    .tm-copyright {
        padding-left: 0;
    }
}
@media (max-width: 1180px) {
    .tm-contact-page__footer-title {
        font-size: 48px;
        line-height: 48px;
    }
}
@media (max-width: 980px) {
    .tm-contact-header.tm-flex-space {
        row-gap: 30px;
        justify-content: center;
    }
    .tm-contact-header > div {
        width: 50%;
        text-align: center;
    }
    .tm-contact-header__links {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .tm-contact-page__form {
        width: 90%;
    }
    .tm-contact-page__footer-title {
        font-size: 38px;
        line-height: 38px;
    }
    .tm-contact-page .tm-grid__width-1-7 {
        width: 60%;
    }
    .tm-contact-page .tm-grid__width-3-10 {
        width: 40%;
    }
}
@media (max-width:767px) {
    .tm-contact-page__title {
        text-align: center;
    }
    .tm-contact-page .tm-grid__width-1-7,
    .tm-contact-page .tm-grid__width-3-10,
    .tm-contact-header > div {
        width: 100%;
    }
    .tm-contact-header {
        row-gap: 40px;
        text-align: center;
    }
    .tm-contact-header__links {
        justify-content: center;
    }
    .tm-contact-page__form {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .tm-contact-page__grid-form > div:first-child {
        order: 2;
    }
    .tm-contact-page__img {
        min-height: 450px;
    }
    .tm-contact-page__footer-content {
        text-align: left;
    }
    .tm-contact-page__footer-container > div:nth-child(1) {
        margin-bottom: 40px;
    }
    .tm-contact-page__footer-container > div.tm-flex-end:nth-child(2) {
        justify-content: center;
    }
    .tm-copyright {
        text-align: center;
    }
    .tm-single-page__link {
        display: none;
    }
    .tm-contact-header > div,
    .tm-single-page__header .tm-grid__width-3-10.tm-flex-middle-end.tm-flex-end,
    .tm-single-page__header .tm-grid__width-3-10.tm-flex-middle-end.tm-flex-end > div {
        width: 100%;
    }
    .tm-single-page__header .tm-grid__width-3-10.tm-flex-middle-end.tm-flex-end > div {
        display: flex;
        justify-content: space-between;
    }
    .tm-single__time.tm-margin-default-bottom {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .tm-contact-header__links a {
        width: 100%;
    }
    .tm-contact-page__img {
        min-height: 365px;
        border-radius: 16px;
    }
    .tm-contact-page__footer-title {
        font-size: 32px;
        line-height: 32px;
    }
}

/*========================================================================== */
/* BLOCKS
========================================================================== */
/* checklist 
-----------------------------------------------*/
.tm-checklist-block {
    background: rgba(178, 194, 231, 0.4);
    border-radius: 24px;
    width: calc(100vw - 47px);
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    font-style: normal;
    margin: 0 25px 50px;
}
.tm-checklist-block > div {
    max-width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.tm-checklist-block__img {
    height: 600px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}
.tm-checklist-block__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    z-index: 0;
}
@media (max-width:767px) {
    .tm-checklist-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tm-checklist-block__img {
        height: 450px;
    }
}
@media (max-width: 480px) {
    .tm-checklist-block__img {
        height: 365px;
    }
}

/* breadcrumbs
========================================================================== */
.breadcrumbs {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}
.breadcrumbs::before {
    background:#ff0000;
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}
.breadcrumbs > span + span {
    padding-left: 40px;
    position: relative;

}
.breadcrumbs > span:not(:first-child)::before {
    background:#959595;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 17px;
    top: 6px;
    content: '';
}

/* pagination
========================================================================== */
.category-pagination .pagination {
    margin-top: 60px;
    margin-bottom: 50px;
}
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: flex;
    min-width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: none;
    color: #959595;
    transition: all 0.3s ease-out;
    border-radius: 0;
    font-size: 19px;
    border: 2px solid #959595;
    font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links > *:not(:last-child) {
    margin-right: 8px;
}

.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 {
    border: 2px solid #db1c21;
    color: #db1c21;
}
.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    border: 2px solid #db1c21;
    color: #db1c21;
}
.category-pagination .nav-links span.dots {
    background: none;
}
.category-pagination .nav-links {
    display: flex;
}
.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li::before {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
}
@media (max-width: 1440px) {
    .category-pagination .pagination {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .woocommerce-pagination ul.page-numbers span.page-numbers,
    .woocommerce-pagination ul.page-numbers a.page-numbers,
    .category-pagination .nav-links a.page-numbers,
    .category-pagination .nav-links span.page-numbers {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .woocommerce-pagination ul.page-numbers li:not(:last-child),
    .category-pagination .nav-links > *:not(:last-child) {
        margin-right: 5px;
    }
}
@media (max-width: 1180px) {
    .category-pagination .pagination {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

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

/* footer
========================================================================== */
.tm-footer {
    padding-top: 150px;
}
.tm-footer__content {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.tm-footer__form {
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
}
.tm-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.tm-footer__links a {
    color: #131313;
    transition: all 0.3s ease-out;
}
.tm-footer__links a:hover {
    opacity: .5;
}
.tm-footer__img {
    background: url(img/anna-footer.jpg) no-repeat center center / cover;
    min-height: 802px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 47px;
    border-radius: 24px;
}
.tm-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
}
@media (max-width: 1440px) {
    .tm-footer {
        padding-top: 100px;
    }
}
@media (max-width: 1180px) {
    .tm-footer {
        padding-top: 60px;
    }
}
@media (max-width: 980px) {
    .tm-footer__img {
        padding: 30px;
    }
    .tm-footer__img .tm-h1.color-blue {
        font-size: 32px;
        color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .tm-footer__links a.tm-h5 {
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .tm-footer__img {
        min-height: 565px;
    }
    
    .tm-footer .tm-grid__width-1-2:first-child {
        order: 2;
    }
}
@media (max-width: 480px) {
    .tm-footer__img {
        min-height: 460px;
        padding: 15px;
    }
    .tm-footer__form {
        max-width: 100%;
    }
    .tm-footer__links a {
        width: 100%;
        text-align: center;
    }
}


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

.form-popup-content {    
    border-radius: 24px;
    background: #131313;
    padding: 60px 30px;
    text-align: center;
}
.mfp-close-btn-in .form-popup .mfp-close {
    color: #E5E5E5;
    transition: all 0.3s ease-out;
}
.mfp-close-btn-in .form-popup .mfp-close:hover {
    color: #fff;
}
.form-popup-content .wpcf7-form-control {
    background: rgba(239, 237, 235, 0.04);
    color: #fff;
}



/* form
========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 30px;
    width: 100%;
    height: 64px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 17px 32px;
    border: 0 none;
    background: rgba(41, 60, 44, 0.05);
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid {
    box-shadow: 0 0 15px #dc323257;
}
.wpcf7-form-control::-webkit-input-placeholder {color:rgba(160, 160, 160, 1);}
.wpcf7-form-control::-moz-placeholder          {color:rgba(160, 160, 160, 1);}
.wpcf7-form-control:-moz-placeholder           {color:rgba(160, 160, 160, 1);}
.wpcf7-form-control:-ms-input-placeholder      {color:rgba(160, 160, 160, 1);}

.tm-contact-page__form .wpcf7-form-control::-webkit-input-placeholder {color:#131313;}
.tm-contact-page__form .wpcf7-form-control::-moz-placeholder          {color:#131313;}
.tm-contact-page__form .wpcf7-form-control:-moz-placeholder           {color:#131313;}
.tm-contact-page__form .wpcf7-form-control:-ms-input-placeholder      {color:#131313;}

.tm-contact-page__form .wpcf7-form-control {
    background: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #131313;
    border-radius: 0;
    padding: 4px 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
}
.tm-contact-page__form .wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border: 0 none;
    font-size: 16px;
    font-weight: 500;
}
.tm-contact-page__form .wpcf7-form-control.wpcf7-radio input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
}
.tm-contact-page__form .wpcf7-list-item {
    margin-left: 0;
    width: 33.333%;
}
.tm-contact-page__form .wpcf7-list-item label {
    position: relative;    
    width: 100%;
    text-transform: none;    
}
.tm-contact-page__form .wpcf7-list-item label .wpcf7-list-item-label {
    border: 1px solid #131313;
    border-radius: 20px;
    padding: 10px 12px;
    text-align: center;
    transition: all .3s ease-out;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tm-contact-page__form .wpcf7-list-item label:hover .wpcf7-list-item-label,
.tm-contact-page__form .wpcf7-list-item label:active .wpcf7-list-item-label,
.tm-contact-page__form .wpcf7-list-item label:focus .wpcf7-list-item-label,
.tm-contact-page__form .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label {
    outline: none;
    cursor: pointer;
    background: #131313;
    color: #A0B2DB;
}

.tm-form-title {
    color: #131313;
    opacity: 0.5;
    font-weight: 500;
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
	border-color: #1e1e27;
	outline: none;
}
.wpcf7-textarea {
    height: 100px;
    resize: vertical;
}
.wpcf7-submit {
    width: 246px;
    background: #ed1c24;
    color: #fff;
    display: flex;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border: 0 none;
    margin-bottom: 0;
    box-shadow: 0 14px 38px rgba(226, 28, 42, .4);
}
.wpcf7-submit:hover {
    background: #ff2f36;
    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) {
    .tm-contact-page__form .wpcf7-form-control {
        font-size: 24px;
    }
}
@media (max-width:980px) {
    .wpcf7-form-control {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .wpcf7-textarea {
        height: 100px;
    }
    .wpcf7-submit {
        height: 50px;
        margin-top: 30px;
        width: 100%;
    }
    .tm-form-title {
        margin-bottom: 7px;
    }
}
@media (max-width:480px) {
    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
    .tm-form-title {
        text-align: center;
    }
    .tm-contact-page__form .wpcf7-form-control.wpcf7-radio {
        flex-wrap: wrap;
        height: auto;
        row-gap: 8px;
    }
    .tm-contact-page__form .wpcf7-list-item {
        width: 100%;
    }
    .tm-contact-page__btn-container.tm-flex-end {
        justify-content: center;
    }
}


/* main style
========================================================================== */
.grecaptcha-badge {
    display: none;
}
.tm-fix-body {
    overflow: hidden;
}
.tm-main {
    padding: 153px 0 50px;
    flex: 1 1 auto;
}
.home .tm-main {
    padding: 15px 0 50px;
}

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

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

.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-column {
    flex-direction: column;
}

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

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

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

.tm-flex-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-7-2 {
    width: 15%;
}

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

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

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

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

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

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

    .tm-grid__width-1-6 {
        width: 33.333%;
    }
    .tm-main {
        padding: 83px 0 50px;
    }
}

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

    
}

@media (max-width: 767px) {
    .tm-grid__width-1-6 {
        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%;
    }

    .tm-grid__width-6-30,
    .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%;
}


.tm-hero-title {
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
}

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

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

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

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

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

.tm-font-uniq {
    font-family: "CormorantItalicVariableFontwght";
}
.tm-title-span span {
    background: #B2C2E7;
    line-height: 87%;
    display: inline-block;
    padding: 0 8px;
}


.extrabold {
    font-weight: 800;
}
.bold {
    font-weight: 700;
}
.lightmedium {
    font-weight: 500;
}
.normal {
    font-weight: 400;
}

.color-white {
    color: #fff;
}
.color-gray {
    color: rgba(19, 19, 19, 0.5);
}
.color-blue {
    color: #B2C2E7;
}

.text-center {
    text-align: center;
}
.trans {
    text-transform: uppercase;
}

.tm-blue-bg {
    background: rgba(178, 194, 231, 0.32);
}



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

.tm-form-btn-arrow button,
.tm-button-round a {
    width: 270px;
    height: 64px;
    justify-content: space-between;
    color: #131313;
    font-weight: 700;
}
.tm-form-btn-arrow button {
    width: 172px;
    background: none;
    border: 0 none;
    cursor: pointer;
}
.tm-button-round.tm-button-round_small a {
    width: 211px;
}
.tm-form-btn-arrow button,
.tm-form-btn-arrow button span,
.tm-button-round a,
.tm-button-round a span {
    display: flex;
    align-items: center;
}
.tm-form-btn-arrow button span,
.tm-button-round a span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #000;
    overflow: hidden;    
    justify-content: center;
}
.tm-form-btn-arrow button span::before,
.tm-form-btn-arrow button span::after,
.tm-button-round a span::before,
.tm-button-round a span::after {
    font-family: 'tm-anna';
    content: "\e900";
    font-size: 20px;
    position: relative;
    transition: all .3s ease-out;
    font-weight: 400;
}
.tm-form-btn-arrow button span::before,
.tm-button-round a span::before {
    left: -35px;
}
.tm-form-btn-arrow button span::after,
.tm-button-round a span::after {
    left: -10px;
}
.tm-form-btn-arrow button:hover span::before,
.tm-button-round a:hover span::before {
    left: 10px;
}
.tm-form-btn-arrow button:hover span::after,
.tm-button-round a:hover span::after {
    left: 35px;
}


.tm-content-btn {
    display: flex;
}
.tm-form-btn button,
.tm-content-btn a {
    width: 100%;
    background: #B2C2E7;
    color: #131313;
    display: flex;
    border-radius: 60px;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 5px 32px;
    position: relative;
    flex: 1 auto;
    border: 0 none;
}
.tm-form-btn button:hover,
.tm-form-btn button:active,
.tm-form-btn button:focus,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: #B2C2E7;
    text-decoration: none;
    cursor: pointer;
}
.tm-form-btn button span,
.tm-content-btn a span {
    transition: all 0.3s ease-out;
}
.tm-form-btn button span:first-child,
.tm-form-btn button:hover span:first-child,
.tm-content-btn a span:first-child,
.tm-content-btn a:hover span:first-child  {
    text-align: left;
}
.tm-form-btn button:hover span:first-child,
.tm-content-btn a:hover span:first-child {
    flex-grow: 1;    
}
.tm-form-btn button span.tm-content-btn__arrow,
.tm-content-btn a span.tm-content-btn__arrow {
    margin-left: 24px;
    transition: all .3s ease-out;
    transform: translateX(0%);
}
.tm-form-btn button span.tm-content-btn__arrow::after,
.tm-content-btn a span.tm-content-btn__arrow::after {
    content: "\e900";
    font-family: 'tm-anna';
    font-size: 20px;
    font-weight: 400;
}

.tm-load-blog,
.tm-load-btn {
    width: 176px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    background: rgba(44, 44, 44, 0.04);
    transition: all 0.3s ease-out;
}
.tm-load-blog:hover,
.tm-load-btn:hover {
    cursor: pointer;
    background: #B2C2E7;
}

@media (max-width: 1440px) {
    h1,
    .tm-h1 {
        font-size: 48px;
    }
    h2,
    .tm-h2 {
        font-size: 40px;
    }
    .tm-hero-title {
        font-size: 48px;
    }
}
@media (max-width: 1180px) {
    h1,
    .tm-h1,
    .tm-hero-title {
        font-size: 40px;
    }
    h2,
    .tm-h2 {
        font-size: 32px;
    }
}
@media (max-width: 350px) {
    .tm-content-btn a {
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

.tm-margin-2xlarge-bottom {
    margin-bottom: 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:767px) {
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}
