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

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

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

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

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


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

.tm-icc {
    font-family: 'tm-icc' !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-icc-icon-upload:before {
    content: "\e907";
}

.tm-icc-icon-expand-right:before {
    content: "\e906";
}

.tm-icc-icon-mail2:before {
    content: "\e900";
}

.tm-icc-icon-linkedin:before {
    content: "\e901";
}

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

.tm-icc-icon-call:before {
    content: "\e903";
}

.tm-icc-icon-mail:before {
    content: "\e904";
}

.tm-icc-icon-map:before {
    content: "\e905";
}



/*--------------------------------------------------------------
# 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 {
    
    font: 400 16px / 24px 'IDT', sans-serif;
    color: #fff;
}

body {
    background: #0F121F;
}
body.wp-night-mode-on {
    background: #5C96EB;
}

@media (max-width:480px) {
    html {
        font: 400 16px / 22px 'IDT', sans-serif;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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


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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

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

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

p {
    margin-bottom: 25px;
}

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

blockquote {
    margin: 0 25px;
}

address {
    margin: 0 0 25px;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
    background-color: rgba(255, 255, 255, .4);
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0 0 25px 30px;
}

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

a:hover,
a:focus,
a:active {
    color: #C8FF00;
    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;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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


/* header
========================================================================== */
.tm-header {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(21, 23, 22, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.wp-night-mode-on .tm-header {
    background: rgba(64, 66, 216, 0.45);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tm-header_active {
    position: fixed;
    z-index: 1000;
}

.tm-header__logo {
    display: flex;
    z-index: 1;
}

.tm-header__mail {
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #352acf;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.tm-header__btn.tm-header__btn_mob {
    display: none;
}

.tm-header__btn.tm-header__btn_mob a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.tm-header__right > *:not(:first-child) {
    margin-left: 20px;
}

.tm-header .wpnm-button.style-1 {
    width: 42px;
    height: 42px;
    background: url(img/night-mode.png) no-repeat 0 0;
    top: 0;
}
.tm-header .wpnm-button.style-1:hover {
    cursor: pointer;
}
.tm-header .wpnm-button.style-1.active,
.tm-header .wpnm-button.style-1:hover {
    background: url(img/night-mode.png) no-repeat 0 -52px;
}
.tm-header .wpnm-button.style-1 .wpnm-slider,
.tm-header .wpnm-button.style-1.active .wpnm-slider {
    display: none;
}

@media (max-width: 1180px) {
    .tm-header__logo {
        max-width: 48px;
        position: absolute;
        left: 90px;
    }
}
@media (max-width: 670px) {
    .tm-header__right .tm-content-btn {
        display: none;
    }
}
@media (min-width: 481px) {
    .tm-header__mail {
        display: none;
    }
}

@media (max-width: 480px) {
    .tm-header__right .tm-simple-btn {
        display: none;
    }

    .tm-header__mail {
        display: flex;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.tm-menu-wrapper li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.tm-header_active .tm-menu-wrapper li a:hover,
.tm-menu-wrapper li a:hover {
    color: #C8FF00;
}


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

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

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

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

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

.tm-mob-back::after {
    background: #0F121F;
    content: '';
    height: 73px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: width .3s ease;
    z-index: 0;
}

@media (max-width: 1180px) {
    .tm-header_active .tm-menu-wrapper li a {
        color: #fff;
    }

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

    .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #0F121F;
        height: 0;
        top: 56px;
        left: 0;
        visibility: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }

    [id=main-navigation-toggle]:checked~.tm-primary-navigation {
        visibility: visible;
        height: auto;
    }

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

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

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

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

    .tm-mob-back::after {
        top: -17px;
    }

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

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

    .tm-menu-wrapper>li {
        width: 100%;
        text-align: center;
    }

}

@media (max-width:480px) {
    .tm-mob-back::after {
        top: -12px;
    }

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

@media (max-width:430px) {
    .tm-header__left nav>div label {
        width: 20px;
    }

    .tm-header__left>label {
        width: 20px;
        margin-right: 15px;
    }

    .tm-header__left label span,
    .tm-header__left label span::before,
    .tm-header__left label span::after {
        width: 20px;
    }

    .tm-header__left label span::after {
        transform: translateY(6px);
    }

    .tm-header__left label span::before {
        transform: translateY(-6px);
    }
}

@media (max-width:380px) {
    .tm-header__left nav {
        width: 280px;
        left: -280px;
        height: calc(100vh + 5px);
    }
}

/* home
========================================================================== */

/* banner
------------------------------------- */
.tm-banner {
    background: url(img/bg-img1.jpg) no-repeat 50% 50% / cover;
    padding: 70px 0 20px;
}
.wp-night-mode-on .tm-banner {
    background: url(img/bg-img1-light.jpg) no-repeat 50% 50% / cover;
}

@media (max-width:980px) {
    .tm-banner {
        padding: 120px 0 10px;
    }
}

/* clients
------------------------------------- */
.tm-clients {
    padding: 40px 0;
}

.tm-clients-slider__card {
    height: 105px;
    background: #1b1c3a;
    padding: 1px;
    transition: all 0.3s ease-out;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source:linear-gradient(135deg, #1b1c3a 0%, #1b1c3a 100%);
}
.wp-night-mode-on .tm-clients-slider__card {
    background: rgba(255, 255, 255, .15);
    border-image-source:linear-gradient(135deg, rgba(255, 255, 255, .02) 0%, rgba(255, 255, 255, .02) 100%);
}

.tm-clients-slider__card:hover {
    border-image-source: linear-gradient(135deg, #d695fe 0%, #2a64f1 34%, #6ea3f0 67%, #b8f217 100%);
    box-shadow: 0px 0px 15px rgba(32, 91, 241, 0.5);
}

.tm-clients-slider__img {
    /* background: #1b1c3a; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tm-clients-slider__img>* {
    max-height: 74px;
}

.tm-clients-slider .swiper-slide {
    opacity: .5;
    transition: all 0.3s ease-out;
}

.tm-clients-slider .swiper-slide.swiper-slide-prev,
.tm-clients-slider .swiper-slide.swiper-slide-next,
.tm-clients-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

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

.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #205BF1;
}

/* benefits
------------------------------------- */
.tm-benefits {
    background: url(img/bg-img2.jpg) no-repeat 50% 50% / cover;
}
.wp-night-mode-on .tm-benefits {
    background: url(img/bg-img2-light.jpg) no-repeat 50% 50% / cover;
}

.tm-benefits__content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.tm-benefits .tm-grid {
    margin-left: -40px;
    row-gap: 40px;
}

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


.wp-night-mode-on .tm-benefits {
    color: #333333;
}

/* benefits + sip
------------------------------------- */
.tm-features {
    background: url(img/bg-img3.jpg) no-repeat 50% 50% / cover;
}
.wp-night-mode-on .tm-features {
    background: url(img/bg-img3-light.jpg) no-repeat 50% 50% / cover;
}

.tm-sip {
    background: url(img/bg-img4.jpg) no-repeat 50% 50% / cover;
}
.wp-night-mode-on .tm-sip {
    background: url(img/bg-img4-light.jpg) no-repeat 50% 50% / cover;
}

/* .tm-features-slider-img {
    min-width: 946px;
}
.tm-features-slider {
    min-width: 1440px;    
} */
.tm-features-slider-img {
    box-shadow: -5px 4px 30px rgba(0, 0, 0, 0.5), 0px 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    margin-top: 45px;
    margin-right: 30px;
}
.tm-features-slider__card {
    padding-right: 20px;
}
/* .tm-features-slider-img__card {
    display: flex;
} */

.tm-features-slider__navigation .swiper-button-prev,
.tm-features-slider__navigation .swiper-button-next {
    width: 28px;
    height: 28px;
    border: 1px solid #4F4F4F;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}
.tm-features-slider__navigation .swiper-button-prev:hover,
.tm-features-slider__navigation .swiper-button-next:hover {
    background:rgba(255, 255, 255, .22);
}
.tm-features-slider__navigation .swiper-button-prev::after,
.tm-features-slider__navigation .swiper-button-next::after {
    font-size: 8px;
    color: #fff;
}
.tm-features-slider__navigation .swiper-button-prev {
    left: -50px;
}
.tm-features-slider__navigation .swiper-button-next {
    right: -30px;
}
.wp-night-mode-on .tm-features-slider__navigation .swiper-button-prev::after,
.wp-night-mode-on .tm-features-slider__navigation .swiper-button-next::after {
    color: #333;
}
.wp-night-mode-on .tm-features-slider__navigation .swiper-button-prev:hover,
.wp-night-mode-on .tm-features-slider__navigation .swiper-button-next:hover {
    background:rgba(0, 0, 0, .12);
}

.tm-features-slider .swiper-pagination {
    text-align: left;
}
.wp-night-mode-on .tm-features-slider {
    color: #333;
}

.tm-features-slider .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.wp-night-mode-on .tm-features-slider .swiper-pagination-bullet {
    background: #93A0C7;
}
.wp-night-mode-on .tm-features-slider .swiper-pagination-bullet-active {
    background: #205BF1;
}

.tm-sip__column {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tm-sip__img {
    position: relative;
    height: 550px;
}

.tm-sip__img img {
    position: absolute;
    right: 0;
    min-width: 747px;
}
@media (max-width: 980px) {
    .tm-sip__img {
        height: auto;
        justify-content: center;
        display: flex;
    }
    .tm-sip__img img {
        position: relative;
        right: 0;
        left: 0;
        min-width: inherit;
        max-width: 400px;
    }
    .tm-features-slider {
        min-width: 100%;
        width: calc(100% + 20px);
    }
    .tm-features-slider-img {
        margin-left: 40px;
    }
    .tm-features-slider .swiper-pagination {
        margin-left: 40px;
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .tm-features-slider-img {
        min-width: 646px;
    }
    .tm-features-slider .swiper-pagination {
        margin-left: 45px;
    }
}

/* tools
------------------------------------- */
.tm-tools {
    background: url(img/bg-img5.jpg) no-repeat 50% 50% / cover;
}
.wp-night-mode-on .tm-tools {
    background: url(img/bg-img5-light.jpg) no-repeat 50% 50% / cover;
    color: #333;
}

.tm-tools__img {
    min-width: 658px;
}

.tm-tools-column {
    flex-direction: column;
    display: flex;
    row-gap: 30px;
}

.tm-tools-column-card {
    position: relative;
    padding-left: 12px;
}

.tm-tools-column-card::before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFDC61 0%, #43FFDD 34.9%, #66C5FF 57.81%, #205BF1 88.54%, #9370FE 100%);
}
@media (max-width: 480px) {
    .tm-tools__img {
        min-width: 398px;
    }
}

/* price
------------------------------------- */
.tm-price {
    background: url(img/bg-img6.jpg) no-repeat center bottom / cover;
}
.wp-night-mode-on .tm-price {
    background: url(img/bg-img6-light.jpg) no-repeat center bottom / cover;
    color: #333;
}

.tm-price-table {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.tm-pricing-block {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 35px 48px 52px;
}

.tm-pricing-block_enterprice {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    background: linear-gradient(158.65deg, rgba(215, 149, 255, 0.3) 1.27%, rgba(32, 91, 241, 0.3) 28.55%, rgba(102, 197, 255, 0.3) 63.85%, rgba(200, 255, 0, 0.3) 103.44%);
    border-image-source: linear-gradient(135deg, #d695fe 0%, #2a64f1 34%, #6ea3f0 67%, #b8f217 100%);
}

.tm-pricing-block__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.tm-pricing-block__time {
    color: #999;
}

.tm-content-btn.tm-content-btn_price a {
    background: #2d4796;
}
@media (max-width: 980px) {
    .tm-pricing-block {
        padding: 25px 30px 32px;
    }
}

/* features
========================================================================== */
.tm-bg-1 {
    background: url(img/bg-cloud-v1.jpg) no-repeat center top / cover;
}
.tm-bg-2 {
    background: url(img/bg-cloud-v2.jpg) no-repeat center top / cover;
}
.tm-bg-3 {
    background: url(img/bg-cloud-v3.jpg) no-repeat center top / cover;
}
.tm-bg-4 {
    background: url(img/bg-cloud-v4.jpg) no-repeat center top / cover;
}
.tm-features-page a {
    text-decoration: underline;
}
.tm-features-page a:hover {
    text-decoration: none;
}


/* contact
========================================================================== */
.tm-contact-page {
    background: url(img/bg-contact.jpg) no-repeat center top / cover;
    padding: 180px 20px 265px;
}
.wp-night-mode-on .tm-contact-page {
    background: url(img/bg-contact-light.jpg) no-repeat center top / cover;
}
.tm-contact-form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 440px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 60px rgba(32, 91, 241, 0.3), 0px 20px 30px rgba(0, 0, 0, 0.25);
}
.wp-night-mode-on .tm-contact-form {
    background: rgba(102, 197, 255, 0.3);
    box-shadow: 0px 0px 10px rgba(32, 91, 241, 0.5), 0px 0px 60px rgba(32, 91, 241, 0.3), 0px 20px 30px rgba(32, 91, 241, 0.25);
}
.tm-contact-form__left {
    min-height: 440px;
    width: 25%;
    position: relative;
}
.tm-contact-form__left img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
.tm-contact-form__right {
    width: 75%;
}
.tm-contact-form__title {
    margin-bottom: 5px;
}
.tm-contact-form__wrapper {
    padding: 30px 70px 40px;
}
@media (max-width: 570px) {
    .tm-contact-page {
        padding: 130px 20px 165px;
    }
    .tm-contact-form__left {
        display: none;
    }
    .tm-contact-form__right {
        width: 100%;
    }
    .tm-contact-form__wrapper {
        padding: 20px 20px 30px;
    }
}

/* career
========================================================================== */
.tm-career-page__header {
    background: url(img/bg-img1.jpg) no-repeat center top / cover;
    padding: 80px 0 10px;
}
.wp-night-mode-on .tm-career-page__header {
    background: url(img/bg-img1-light.jpg) no-repeat center top / cover;
}
.tm-career-page__vacancies {
    background: url(img/bg-career.jpg) no-repeat center bottom / cover;
    padding-top: 60px;
}
.wp-night-mode-on .tm-career-page__vacancies {
    background: url(img/bg-career-light.jpg) no-repeat center bottom / cover;
}
.tm-career-page__info {
    padding-top: 35px;
    padding-bottom: 35px;
}
.tm-career-page__info .tm-grid {
    margin-left: -57px;
}
.tm-career-page__info .tm-grid > * {
    padding-left: 57px;
}
.tm-career-page-info-card {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    background: #212430;
    border-image-source: linear-gradient(135deg, #212430 0%, #212430 34%, #212430 67%, #212430 100%);
    padding: 1px;
    transition: all 0.3s ease-out;
}
.wp-night-mode-on .tm-career-page-info-card {
    border-image-source: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .15) 34%, rgba(255, 255, 255, .15) 67%, rgba(255, 255, 255, .15) 100%);
    background: rgba(255, 255, 255, .15);
}
.tm-career-page-info-card:hover {    
    border-image-source: linear-gradient(135deg, #d695fe 0%, #2a64f1 34%, #6ea3f0 67%, #b8f217 100%);
    box-shadow: 0px 0px 15px rgba(32, 91, 241, 0.5);
}
.tm-career-page-info-card > div {
    padding: 25px;
}
.tm-career-page-info-card .tm-icc {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #205BF1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.tm-career-page-info-card__address a {
    color: #fff;
}
.tm-career-page-info-card__address a:hover,
.tm-career-page-info-card__address a:active {
    color: #205BF1;
}
.tm-career-page-info-card__name {
    font-size: 24px;
}
.tm-career-page-info-card__text {
    font-size: 14px;    
}
.tm-vacancy-navigarion {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.tm-vacancy-navigarion__term {
    font-size: 16px;
    color: #959595;
    transition: all 0.3s ease-out;
    padding: 5px 0;
    position: relative;
    display: table-cell;
}
.wp-night-mode-on .tm-vacancy-navigarion__term {
    color: rgba(255, 255, 255, .5);
}
.tm-vacancy-navigarion__term span {
    margin-right: 70px;
    position: relative;
    padding-bottom: 5px;
}
.tm-vacancy-navigarion__term:last-child span {
    margin-right: 0;
}
.tm-vacancy-navigarion__term span::after {
    content: '';
    height: 2px;
    width: 0;
    background: #205BF1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.tm-vacancy-navigarion__term:hover,
.tm-vacancy-navigarion__term.active {
    color: #fff;
    cursor: pointer;
}
.tm-vacancy-navigarion__term:hover span::after,
.tm-vacancy-navigarion__term.active span::after {
    width: 100%;
}
.tm-vacancies__list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.tm-vacancies-card__header {
    display: flex;
    margin-bottom: 20px;
}
.tm-vacancies-card__header > div {
    padding: 7px 16px;
    border: 1px solid #fff;
    font-size: 14px;
}
.tm-vacancies-card__header > div:not(:last-child) {
    margin-right: 17px;
}
.tm-vacancies-card {
    border-width: 1px;
    border-style: solid;
    background: rgba(67, 255, 221, 0.1);
    border-color: #43FFDD;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.4);
    padding: 22px;
}
.wp-night-mode-on .tm-vacancies-card {
    box-shadow: 0px 4px 30px rgba(32, 91, 241, 0.4);
}
.tm-vacancies-card:nth-child(2n+1) {
    background: rgba(147, 112, 254, 0.1);
    border-color: #9370FE;
}
.tm-vacancies-card:nth-child(3n+1) {
    background: rgba(32, 91, 241, 0.1);
    border-color: #205BF1;
}
.tm-vacancies .nav-links {
    margin-top: 45px;
}
.tm-vacancies-card__name {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 7px;
}
.tm-vacancies-card__text {
    margin-bottom: 20px;
}
.tm-vacancies-card__text p:last-child {
    margin-bottom: 0;
}
.tm-vacancies-card__text .more-link,
.tm-vacancies-card__text .less-link {
    text-decoration: underline;
}
.tm-vacancies-card__text .more-link:hover,
.tm-vacancies-card__text .less-link:hover {
    text-decoration: none;
}
.tm-vacancies-card__readmore {
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100px;
    height: 40px;
    background: #205BF1;
    color: #fff;
}
.tm-vacancies-card__readmore:hover,
.tm-vacancies-card__readmore:active,
.tm-vacancies-card__readmore:focus {
    background: #C8FF00;
    color: #0F121F;
}
.tm-vacancies .nav-links {
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 5px;
}
.tm-vacancies .nav-links > * {
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease-out;
    padding: 3px 7px;
    display: block;
    min-width: 32px;
    text-align: center;
}
.tm-vacancies .nav-links > a {
    border-color:rgba(255, 255, 255, .4);
    color:rgba(255, 255, 255, .6);
}
.tm-vacancies .nav-links > a:hover,
.tm-vacancies .nav-links > span {
    border-color: #fff;
    color: #fff;
}
@media (max-width: 1180px) {
    .tm-vacancy-navigarion {
        padding-right: 20px;
    }
    .tm-vacancy-navigarion__term span {
        margin-right: 30px;
    }
    .tm-tabs-line1 {
        width: calc(100% + 20px);
        overflow: hidden;
    }
    .tm-tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
        
    }
    .tm-tabs-line2::-webkit-scrollbar {
        display: none;
    }
    .tm-tabs-line3 {
        max-width: 100%;
        padding-right: 20px;
    }
    .tm-vacancy-navigarion__term {
        white-space: nowrap;
        width: inherit;
    }
}

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

/* footer
========================================================================== */
.tm-expert {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 60px rgba(32, 91, 241, 0.3), 0px 20px 30px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    top: -326px;
    position: relative;
    margin-bottom: -250px;
    padding: 30px 60px;
}
.wp-night-mode-on .tm-expert {
    background: rgba(102, 197, 255, 0.3);
    box-shadow: 0px 0px 60px rgba(32, 91, 241, 0.3), 0px 20px 30px rgba(147, 112, 254, 0.3);
}
.tm-expert__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 5px;
}
.tm-expert__btns > *:not(:last-child) {
    margin-right: 12px;
}
.tm-expert__btns .tm-content-btn a {
    width: 146px;
}
.tm-expert__btns .tm-simple-btn a {
    width: 192px;
}

.tm-footer {
    background: #000;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}
.wp-night-mode-on .tm-footer {
    background: #5C95EB;
    border-top: 1px solid #588fe1;
    margin-top: -1px;
}

.tm-copyright {
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    font-weight: 700;
}

.tm-footer__content {
    padding-right: 70px;
}

.tm-footer__contacts {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.tm-footer__phone a,
.tm-footer__mail a {
    color: #fff;
}

.tm-footer__address,
.tm-footer__phone,
.tm-footer__mail {
    padding-left: 57px;
    position: relative;
}

.tm-footer__address::before,
.tm-footer__phone::before,
.tm-footer__mail::before {
    position: absolute;
    left: 0;
    top: -2px;
    background: #205BF1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'tm-icc';
    width: 27px;
    height: 27px;
}

.tm-footer__address::before {
    content: "\e905";
}
.tm-footer__phone::before {
    content: "\e903";
}
.tm-footer__mail::before {
    content: "\e904";
}

.tm-subfooter-wrapper {
    display: flex;
}
.tm-subfooter-wrapper>li>a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    transition: all 0.3s ease-out;
}
.tm-subfooter-wrapper>li>a:hover {
    color: rgba(255, 255, 255, .9);
}
.tm-subfooter-wrapper>li:not(:last-child) {
    margin-right: 12px;
}

.tm-subfooter-wrapper,
.tm-footer-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tm-footer-wrapper>li {
    margin-bottom: 15px;
}

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

.tm-footer-wrapper>li>a:hover,
.tm-footer-wrapper>li>a:active {
    color: #C8FF00;
}
.tm-footer__icons {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
}
.tm-footer__icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease-out;
    font-size: 18px;
}
.tm-footer__icons a:active,
.tm-footer__icons a:focus,
.tm-footer__icons a:hover {
    background: #fff;
    color: #000;
}


@media (max-width:980px) {
    .tm-expert__img.tm-grid__width-4-10 {
        display: none;
    }
    .tm-expert {
        padding: 30px 20px;
    }
    .tm-expert {
        top: -156px;
        margin-bottom: -130px;
    }
}
@media (max-width:480px) {
    .tm-subfooter.tm-flex-space {
        justify-content: flex-start;
        row-gap: 25px;
    }
    .tm-expert__btns .tm-content-btn,
    .tm-expert__btns .tm-simple-btn,
    .tm-expert__btns .tm-simple-btn a,
    .tm-subfooter__left,
    .tm-subfooter__right {
        width: 100%;
    }
    .tm-expert__btns {
        row-gap: 20px;
    }
    .tm-expert__btns > *:not(:last-child) {
        margin-right: 0;
    }
    .tm-footer__address,
    .tm-footer__phone,
    .tm-footer__mail {
        padding-left: 37px;
    }
}

/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.form-popup-content__title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}

.form-popup-content__title span {
    color: #00818A;
}

.form-popup-content__subtitle {
    font-weight: 400;
    margin-bottom: 35px;
}

.form-popup-content {
    border-radius: 8px;
    background: #0F121F;
    padding: 30px;
}


/* form
========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 6px;
    width: 100%;
    height: 43px;
    font-family: 'IDT', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 0;
    border: 0 none;
    color: #fff;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .6);
}
.wpcf7-form-control-wrap .wpcf7-form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #9370FE 1.33%, #205BF1 33.21%, #66C5FF 67.87%, #C8FF00 102.53%);
    transition: 0.4s;
}

.wpcf7-form-control-wrap .wpcf7-form-control:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-file~.focus-border{
    display: none;
}

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

.wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}
.wpcf7-form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}
.wpcf7-form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}
.wpcf7-form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

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

.wpcf7-textarea {
    height: 60px;
    resize: vertical;
}

.tm-contact-block-btn {
    height: 43px;
}
.wpcf7-submit {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(135deg, #d695fe 0%, #2a64f1 34%, #6ea3f0 67%, #b8f217 100%);
    width: 100%;
    height: 100%;
    background: rgba(18, 20, 86, 0.2);
    border-radius: 0;
    color: #fff;
    font-family: 'IDT', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
}
.wp-night-mode-on .wpcf7-submit {
    background:rgba(255, 255, 255, 0.1);
}

.wpcf7-submit span {
    font-size: 24px;
    margin-left: 12px;
}

.wpcf7-submit:hover {
    background: #0E1C36;
    color: #fff;
    cursor: pointer;
}
.wp-night-mode-on .wpcf7-submit:hover {
    background:rgba(255, 255, 255, 0.3);
}
.tm-contact-block-btn_center .wpcf7-submit {
    width: 205px;
    margin-left: auto;
    margin-right: auto;
}

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

.jq-file.wpcf7-form-control.wpcf7-file {
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.jq-file__browse {
    border: 1px solid;
    padding: 8px 15px;
    position: relative;
}
.jq-file__browse::before {
    position: absolute;
    left: 5%;
    content: "\e907";
    font-family: 'tm-icc';
    color: #fff;
    font-size: 23px;
}
.jq-file.wpcf7-form-control.wpcf7-file.changed .jq-file__name {
    border: 1px solid;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-block-form-line .wpcf7-form-control {
    margin-bottom: 0;
}
.tm-block-form-line .tm-grid {
    row-gap: 20px;
}
.tm-contact-block-file .wpcf7-form-control-wrap::before {
    display: none;
}
.swal2-container .swal2-modal {
    background: #10288e !important;
}
.swal2-container .swal2-modal .swal2-title,
.swal2-container .swal2-modal .swal2-content {
    color: #fff;
}

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

}

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

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

}

/* main style
========================================================================== */
.wp-night-mode-on .dark-mode,
.light-mode {
    display: none;
}
.wp-night-mode-on .light-mode {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tm-main {
    flex: 1 1 auto;
}

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

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

.tm-over {
    overflow: hidden;
}

.tm-padding {
    padding: 60px 0;
}
.tm-padding-big {
    padding: 140px 0;
}

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

.tm-pricing-bottom {
    padding-bottom: 335px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-grid__width-3-10 {
    width: 30%;
}
@media (max-width: 1440px) {
    .tm-column-space .tm-grid {
        margin-left: -50px;
    }
    .tm-column-space .tm-grid>* {
        padding-left: 50px;
    }
}
@media (max-width: 1180px) {
    .tm-grid {
        margin-left: -20px;
    }

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

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

@media (max-width: 980px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.size24 {
    font-size: 24px;
    line-height: 120%;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.lightmedium {
    font-weight: 500;
}

.color-white {
    color: #fff;
}

.color-lemon {
    color: #C8FF00;
}

.color-blue {
    color: #205BF1;
}

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

.tm-list-lightblue-check,
.tm-list-blue-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-list-lightblue-check li,
.tm-list-blue-check li {
    padding-left: 35px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.tm-list-blue-check li::before,
.tm-list-lightblue-check li::before {
    content: '';
    width: 20px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

.tm-list-blue-check li::before {
    background: url(img/check-blue.svg) no-repeat 0 0;
}

.tm-list-lightblue-check li::before {
    background: url(img/check-lightblue.svg) no-repeat 0 0;
}

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



.tm-content-btn a {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(135deg, #d695fe 0%, #2a64f1 34%, #6ea3f0 67%, #b8f217 100%);
    width: 185px;
    height: 43px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    background: rgba(18, 20, 86, 0.2);
    box-shadow: 0px 0px 15px rgba(252, 252, 252, 0.05);
}

.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: #0E1C36;
    color: #fff;
    text-decoration: none;
}
.wp-night-mode-on .tm-content-btn a {
    background: rgba(255, 255, 255, 0.1);
}
.wp-night-mode-on .tm-content-btn a:hover,
.wp-night-mode-on .tm-content-btn a:active,
.wp-night-mode-on .tm-content-btn a:focus {
    background: rgba(255, 255, 255, 0.3);
}

.tm-simple-btn a {
    width: 185px;
    height: 43px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    background: transparent;
}

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


@media (max-width: 1440px) {

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

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

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

@media (max-width: 1180px) {

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

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

    h3,
    .tm-h3 {
        font-size: 24px;
    }
}
@media (max-width: 980px) {
    .tm-padding {
        padding: 40px 0;
    }
    .tm-pricing-bottom {
        padding-bottom: 135px;
    }
}

@media (max-width: 370px) {

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

@media (max-width: 768px) {

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