@charset "UTF-8";
/*!
Theme Name: Шлях
Theme URI:
Author:
Author URI:
Description: Schlyah theme
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: Тема шлях
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSans/OpenSans-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSans/OpenSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Thin.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

.languageSwitcherCurrent, .siteNavigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faqBlockItemOpen span, .siteMainNav .navpopupContentLink a svg, .siteMainNavClose:hover svg path, .projectsListItemBottomLink svg, .projectsCategoriesItem, .productsIntroArrow, .photoBlockVideoBtn, .photoBlockVideoImg, .videoBlockVideoBtn, .videoBlockVideoImg, .topBlockLink svg, .topBlockLink .line, #burger-close span, .languageSwitcherCurrentArr, .siteNavigationNext svg path, .siteNavigation .sub-menu, .siteNavigation ul li.menu-item-has-children:after, .siteHeaderPhone span, .siteHeaderLogo, .siteHeader, .site, a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/*--------------------------------------------------------------
# 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 {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* 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 {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.6;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* 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 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:hover, a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.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: 1.5em;
    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: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

/* CSS Top version Two */
.TopVTwoBlock {
    padding: 150px 30px;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.TopVTwoBlock::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5019607843);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (max-width: 768px) {
    .TopVTwoBlock {
        text-align: center;
    }
}

.TopVTwoBlockTitle {
    margin-bottom: 20px;
    position: relative;
}

.TopVTwoBlockSubtitle {
    opacity: 0.7;
    position: relative;
}

/* CSS Slider Containers */
.SliderContainer {
    margin: 80px 0;
    /* Dots */
}

@media (max-width: 1024px) {
    .SliderContainer .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
    }

    .SliderContainer .slick-track .slick-slide {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .SliderContainer .slick-track .slick-slide > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.SliderContainer .container {
    overflow: hidden;
}

.SliderContainerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.SliderContainerTopTitle {
    text-align: center;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 500px) {
    .SliderContainerTopTitle {
        width: 100%;
    }
}

.SliderContainerTopSubtitle {
    text-align: center;
    font-size: 16px;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    .SliderContainerTopSubtitle {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
    }
}

.SliderContainerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0;
}

@media (max-width: 1640px) {
    .SliderContainerBlock {
        padding-bottom: 20px;
    }
}

.SliderContainerBlock .slick-track {
    padding: 36px 0;
}

@media (max-width: 500px) {
    .SliderContainerBlock .slick-list {
        padding-left: 10px;
        margin-left: 0px;
    }
}

.SliderContainerBlockItem {
    padding-bottom: 40px;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 500px) {
    .SliderContainerBlockItem {
        padding: 0;
    }
}

.SliderContainerBlockItemWrap {
    background-color: #fff;
    padding: 24px;
    padding-bottom: 40px;
    width: 314px;
    margin: 10px 15px 20px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3333333333);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3333333333);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

@media (min-width: 500px) {
    .SliderContainerBlockItemWrap {
        min-height: 365px !important;
        height: 100%;
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .SliderContainerBlockItemWrap {
        min-height: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 1640px) {
    .SliderContainerBlockItemWrap {
        width: 270px;
    }
}

@media (max-width: 1024px) {
    .SliderContainerBlockItemWrap {
        width: 250px;
    }
}

@media (max-width: 500px) {
    .SliderContainerBlockItemWrap {
        width: 100%;
    }
}

.SliderContainerBlockItemWrap:hover {
    -webkit-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.3333333333);
    box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.3333333333);
}

.SliderContainerBlockItemWrapNum {
    font-size: 12px;
}

.SliderContainerBlockItemWrapTitle {
    font-weight: 700;
    font-size: 18px;
}

.SliderContainerBlockItemWrapText {
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
}

.SliderContainer .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.SliderContainer .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.SliderContainer .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.SliderContainer .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.SliderContainer .slick-dots li button:hover, .SliderContainer .slick-dots li button:focus {
    outline: none;
}

.SliderContainer .slick-dots li button:hover:before, .SliderContainer .slick-dots li button:focus:before {
    opacity: 1;
}

.SliderContainer .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.SliderContainer .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.SliderContainer ul.slick-dots li.slick-active, .SliderContainer .slick-dots li.slick-active button {
    width: 48px;
}

.SliderContainer ul.slick-dots li:not(.slick-active) button:before {
    left: 7px;
}

.SliderContainer ul.slick-dots li button:before {
    opacity: 1;
    background: #AAB2C0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: " ";
}

.SliderContainer .slick-dots li.slick-active button:before {
    border-radius: 50%;
    border-radius: 4px;
    background: #007cc3;
    width: 48px;
    height: 8px;
}

/* CSS Comparison */
.Comparison {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ComparisonBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .ComparisonBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ComparisonBlockFile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
}

.ComparisonBlockFile svg {
    margin-right: 5px;
}

.ComparisonTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ComparisonTable .scroll-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ComparisonTable .scrollbar-track-x {
    background-color: rgba(0, 0, 0, 0.1333333333);
    height: 4px !important;
    border-radius: 4px !important;
}

.ComparisonTable .scrollbar-thumb-x {
    background: #007cc3 !important;
    height: 4px !important;
    border-radius: 4px !important;
    cursor: -webkit-grab;
    cursor: grab;
}

.ComparisonTable .scrollbar-thumb-x:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.ComparisonTableItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    min-width: 170px;
    width: 20%;
    padding: 15px 0;
}

.ComparisonTableItem.white-column {
    background-color: #fff;
}

.ComparisonTableItem.transparent {
    opacity: 0.5;
}

.ComparisonTableItemHead {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 30px;
    font-weight: 700;
    font-size: 18px;
}

.ComparisonTableItemBody {
    position: relative;
    height: 35px;
    line-height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    padding: 0 25px;
    margin: 5px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5647058824);
}

@media (max-width: 1024px) {
    .ComparisonTableItemBody {
        font-size: 12px;
    }
}

.ComparisonTableItemBody green {
    left: 20px;
    display: inline;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.25002 6.4825L9.99502 0.736877L10.8794 1.62063L4.25002 8.25L0.272522 4.2725L1.15627 3.38875L4.25002 6.4825Z' fill='%230C2134'/%3e%3c/svg%3e ");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

.ComparisonTableItemBody red {
    left: 20px;
    display: inline;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' enable-background='new 0 0 50 50' fill='%23c93a3a'%3e%3cpath d='M37.304 11.282l1.414 1.414-26.022 26.02-1.414-1.413z'/%3e%3cpath d='M12.696 11.282l26.022 26.02-1.414 1.415-26.022-26.02z'/%3e%3c/svg%3e ");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

.ComparisonTableItem:first-child {
    font-weight: 700;
}

.ComparisonTableItem:first-child .ComparisonTableItemBody {
    padding-left: 0;
    color: #000;
    width: unset;
}

.ComparisonTableItemLink {
    padding: 15px 40px;
    background-color: #007cc3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 30px;
}

@media (max-width: 1024px) {
    .ComparisonTableItemLink {
        margin: auto;
        padding: 8px 27px;
        margin-top: 10px;
    }
}

.ComparisonTableItemLink:hover {
    opacity: 0.9;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

/* CSS Document */
.Referens {
    margin: 100px auto;
    position: relative;
    overflow: hidden;
}

.ReferensTitle {
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

.ReferensBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -17.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ReferensBlockItem {
    width: calc(50% - 35px);
    margin: 17.5px;
}

@media (max-width: 500px) {
    .ReferensBlockItem {
        width: calc(100% - 35px);
    }
}

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

.ReferensBlockItemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ReferensBlockItemBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}

.ReferensBlockItemBottomTitle {
    font-size: 16px;
    font-weight: 700;
}

.ReferensBlockItemBottomDesc {
    font-size: 16px;
    color: #444749;
}

.ReferensBlockItemBottomLink {
    cursor: pointer;
}

.ReferensBlockItemBottomLink svg {
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ReferensBlockItemBottomLink:hover svg {
    background-color: #007cc3;
    border-color: #007cc3;
}

.ReferensButton {
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}

.text_image_black {
    background-color: #090918;
    color: #fff;
}

.text_image_blackBlock {
    max-width: 1062px;
    margin: 0 auto;
    padding: 130px 0 110px;
}

@media (max-width: 768px) {
    .text_image_blackBlock {
        padding: 50px 0 60px;
    }
}

.text_image_blackTitle {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    color: #fff;
}

.text_image_black p {
    color: #d2d5d6;
}

.text_image_blackText {
    font-family: Roboto, serif;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    .text_image_blackText {
        font-size: 16px;
        padding: 0 9px;
        margin-bottom: 20px;
    }
}

.text_image_blackImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .text_image_blackStyle2 {
        display: grid;
        grid-gap: 34px;
        grid-template-columns: 9.5fr 7fr;
    }
}

.text_image_blackStyle2LeftImg {
    margin-bottom: 23px;
}

@media (min-width: 768px) {
    .text_image_blackStyle2LeftImg {
        height: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .text_image_blackStyle2LeftImg img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
}

.text_image_blackStyle2Right .text_image_blackImg {
    margin-bottom: 34px;
}

.text_image_blackStyle2Right .text_image_blackImg:last-child {
    margin-bottom: 0;
}

.text_image_blackImg {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.437%;
    flex: 0 1 48.437%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .text_image_blackImg {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.text_image_blackImg img {
    width: 100%;
}

.text_options {
    margin: 130px 0;
}

@media (max-width: 768px) {
    .text_options {
        margin: 80px 0;
    }
}

.text_optionsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .text_optionsBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.text_optionsLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 39.843%;
    flex: 0 1 39.843%;
    font-family: Roboto, serif;
}

@media (max-width: 768px) {
    .text_optionsLeft {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.text_optionsFix {
    position: sticky;
    top: 90px;
}

@media (max-width: 768px) {
    .text_optionsFix {
        position: static;
    }
}

.text_optionsRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.437%;
    flex: 0 1 48.437%;
    background-color: #fff;
    padding: 32px 21px 8px 24px;
}

@media (max-width: 768px) {
    .text_optionsRight {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 24px 20px 8px 20px;
    }
}

.text_optionsTitle {
    max-width: 470px;
}

@media (max-width: 768px) {
    .text_optionsTitle {
        max-width: inherit;
    }
}

.text_optionsText {
    color: #3D556B;
    font-size: 20px;
    line-height: 1.4;
    max-width: 510px;
}

@media (max-width: 768px) {
    .text_optionsText {
        font-size: 16px;
        max-width: inherit;
    }
}

.text_optionsText p {
    color: #3D556B;
    font-size: 20px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .text_optionsText p {
        font-size: 16px;
    }
}

.text_optionsItem {
    border-bottom: 1px solid #DFE6EC;
    padding: 24px 0;
}

@media (max-width: 768px) {
    .text_optionsItem {
        padding: 16px 0;
    }
}

.text_optionsItem:last-of-type {
    border-bottom: none;
}

.text_optionsName {
    font-weight: 600;
    font-size: 16px;
    color: #0c2134;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .text_optionsName {
        font-size: 14px;
    }
}

.text_optionsName span {
    display: inline-block;
    width: 37px;
    color: #007cc3;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .text_optionsName span {
        width: 30px;
        margin-right: 4px;
    }
}

.text_optionsRequired {
    font-size: 16px;
    padding-left: 57px;
    padding-top: 12px;
    color: #3D556B;
}

@media (max-width: 768px) {
    .text_optionsRequired {
        font-size: 12px;
        line-height: 1.5;
        padding-left: 34px;
    }
}

.text_optionsRequired p {
    margin: 0;
    font-size: 16px;
    color: #3D556B;
}

@media (max-width: 768px) {
    .text_optionsRequired p {
        font-size: 12px;
        line-height: 1.5;
    }
}

.list_2_columns {
    margin: 130px 0 110px;
}

.list_2_columns a {
    color: #007cc3;
}

@media (max-width: 768px) {
    .list_2_columns {
        margin: 80px 0;
    }
}

.list_2_columnsTitle {
    text-align: center;
    font-family: Roboto, sans-serif;
}

@media (max-width: 1024px) {
    .list_2_columnsTitle {
        word-wrap: break-word;
    }
}

.list_2_columnsTitle span {
    color: #007cc3;
}

.list_2_columnsText {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #3D556B;
}

@media (max-width: 768px) {
    .list_2_columnsText {
        font-size: 16px;
    }
}

.list_2_columnsArea {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .list_2_columnsArea {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.list_2_columnsItem {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.437%;
    flex: 0 1 48.437%;
    padding: 56px 54px 44px 54px;
    font-family: Roboto, sans-serif;
    color: #3D556B;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .list_2_columnsItem {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 24px 20px 12px 20px;
    }
}

.list_2_columnsItem p {
    font-size: 20px;
}

.list_2_columnsItem ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style: none;
}

.list_2_columnsItem ul li {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 34px;
}

@media (max-width: 1024px) {
    .list_2_columnsItem ul li {
        padding-left: 20px;
    }
}

.list_2_columnsItem ul li:before {
    content: "";
    background-color: #007cc3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 16px;
}

.list_2_columnsItem ul li::marker {
    font-size: 24px;
    color: #007cc3;
}

.siteMain .step-form:nth-of-type(1) {
    padding-top: 0;
}

.step-form {
    margin: 80px 0;
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .step-form {
        padding-bottom: 0;
        margin: 60px 0;
    }
}

.step-formTitle {
    text-align: center;
    color: #0C2134;
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 24px;
}

@media (min-width: 406px) and (max-width: 500px) {
    .step-formTitle {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .step-formTitle {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.step-formText {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #3D556B;
    margin-bottom: 56px;
    text-align: center;
}

@media (min-width: 406px) and (max-width: 500px) {
    .step-formText {
        max-width: 395px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .step-formText {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.step-formContainer {
    background-color: #0C2134;
    padding: 100px;
    max-width: 1180px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .step-formContainer {
        padding: 40px 15px 80px;
    }
}

.step-formFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-formType {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .step-formType {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        margin-bottom: 30px;
    }
}

.step-formTypeRadio {
    display: none;
}

.step-formTypeName {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

@media (max-width: 1024px) {
    .step-formTypeName {
        font-size: 12px;
    }
}

.step-formTypeImg {
    font-size: 0;
    padding: 3px;
    text-align: center;
    border: 2px solid transparent;
}

.step-formType:hover .step-formTypeImg {
    border-color: #007cc3;
}

.step-formBottom {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 75px;
    font-weight: 300;
    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;
}

.step-formBottom svg {
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .step-formBottom {
        margin-top: 10px;
        font-size: 12px;
    }
}

.step-formWhite {
    background-color: #fff;
    padding: 56px 100px;
}

@media (max-width: 1280px) {
    .step-formWhite {
        padding: 56px 50px;
    }
}

@media (max-width: 1024px) {
    .step-formWhite {
        padding: 20px;
        margin-bottom: 40px;
    }
}

.step-formWhite p {
    margin: 0;
}

.step-formHeadline {
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .step-formHeadline {
        text-align: center;
    }
}

.step-formCols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .step-formCols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.step-formCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media (max-width: 1024px) {
    .step-formCol {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.step-formGroup {
    margin-bottom: 26px;
}

@media (max-width: 1024px) {
    .step-formGroup {
        margin-bottom: 16px;
    }
}

.step-formGroup label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #686868;
    display: block;
    margin-bottom: 4px;
}

.step-formGroup input {
    border: 1px solid #DFE6EC;
    border-radius: 5px;
    height: 56px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #686868;
}

.step-formGroup textarea {
    resize: none;
    border: 1px solid #DFE6EC;
    border-radius: 5px;
    height: 266px;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    color: #686868;
}

@media (max-width: 1024px) {
    .step-formGroup textarea {
        height: 121px;
    }
}

.step-formColsLast {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.step-formColsLast .step-formCol {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
}

input[type=submit].btn-send {
    width: 183px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007cc3;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    border-color: #007cc3;
    line-height: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    input[type=submit].btn-send {
        width: 100%;
    }
}

.btn-prev {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -25px;
    left: 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-prev svg {
    margin-right: 15px;
}

@media (max-width: 1280px) {
    .btn-prev {
        position: static;
    }
}

.btn.btn-next {
    width: 137px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .btn.btn-next {
        width: 100%;
    }
}

.btn.btn-disable {
    color: #0C2134;
    background: #DFE6EC;
    cursor: not-allowed;
}

.step-formCol br {
    display: none;
}

.checkbox-2step {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #0C2134;
}

.checkbox-2step .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-2step .wpcf7-form-control-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-2step .wpcf7-form-control-wrap .wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #3D556B;
    font-size: 0;
    border-radius: 3px;
}

.checkbox-2step .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-2step .wpcf7-form-control-wrap input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}

.checkbox-2step .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
    left: 9px;
    top: 3px;
    width: 10px;
    height: 16px;
    border: solid #007cc3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-step {
    display: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: animate 0.5s;
    animation: animate 0.5s;
    padding-top: 81px;
    position: relative;
}

@media (max-width: 1024px) {
    .form-step {
        padding-top: 50px;
    }
}

.form-step-active {
    display: block;
}

@-webkit-keyframes animate {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animate {
    from {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

/* Progressbar */
.progressbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 580px;
    margin: 0 auto;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    z-index: 1;
}

.progress {
    background-color: #007cc3;
    width: 33.3333%;
    height: 7px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

.progress-step::after {
    content: attr(data-title);
    top: calc(100% + 0.5rem);
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1024px) {
    .progress-step::after {
        font-size: 12px;
    }
}

.progress-step-active {
    color: #f3f3f3;
}

.progress-step-active-b {
    font-weight: bold;
}

#step-form .wpcf7-response-output {
    color: #fff;
}

.endStep .btn {
    margin: auto;
    font-weight: 600;
}

.endStepTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
    .endStepTitle {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}

.endStepText {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #444749;
    margin-bottom: 56px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .endStepText {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

.wf-container {
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 24px;
}

.wf-text {
    color: #141414;
}

.wf-text > *:first-child {
    margin: 0;
}

.wf-text ul, .wf-text ol, .wf-text p {
    margin: 10px 0 0 0;
}

.wf-title {
    font-weight: 700;
    line-height: normal;
    color: #141414;
    word-break: break-word;
}

.wf-title_h2 {
    font-size: 40px;
}

.wf-title_h3 {
    font-size: 26px;
}

.wf-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    border: none;
    cursor: pointer;
}

@media (min-width: 480px) {
    .wf-btn {
        width: inherit;
        font-size: 18px;
    }
}

.wf-btn_black {
    color: #fff;
    background-color: #141414;
}

.wf-btn_black:hover, .wf-btn_black:focus, .wf-btn_black:active {
    color: #fff;
}

.wf-btn_black:visited {
    color: #fff;
}

.wf-btn_green {
    color: #fff;
    background-color: #007cc3;
    opacity: 1;
}

.wf-btn_green:hover, .wf-btn_green:focus, .wf-btn_green:active {
    color: #fff;
    opacity: 0.8;
}

.wf-btn_green:visited {
    color: #fff;
}

.wf-link {
    color: #686868;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
}

.wf-link:hover, .wf-link:focus, .wf-link:active {
    color: #686868;
    text-decoration: none;
}

.wf-link:visited {
    color: #686868;
}

.wf-video-wrap {
    width: 100%;
    padding-top: 56.6%;
    position: relative;
    display: block;
}

.wf-video-wrap iframe, .wf-video-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.wf-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58px;
    height: 48px;
    padding: 10px 10px 10px 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #007cc3;
}

.wf-faq {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
}

.wf-faq__item {
    background-color: #fff;
    padding: 16px 16px 16px 55px;
    position: relative;
}

@media (min-width: 1024px) {
    .wf-faq__item {
        padding: 40px 40px 40px 80px;
    }
}

.wf-faq__item.active .wf-faq__content {
    max-height: 1000px;
}

.wf-faq__item.active .wf-faq__arrow {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.wf-faq__title {
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #141414;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}

.wf-faq__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

@media (min-width: 1024px) {
    .wf-faq__content {
        padding-right: 60px;
    }
}

.wf-faq__body * {
    font-size: 16px;
    color: #141414;
}

.wf-faq__arrow {
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    margin-top: 8px;
}

.wf-faq__num {
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #007cc3;
}

@media (min-width: 1024px) {
    .wf-faq__num {
        top: 44px;
        left: 40px;
    }
}

.wf-faq .wf-text > *:first-child {
    margin-top: 16px;
}

.wf-form-group {
    margin-bottom: 16px;
}

.wf-form-group label {
    color: #141414;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 4px;
    display: block;
}

.wf-form-group input[type=text],
.wf-form-group input[type=email],
.wf-form-group input[type=tel] {
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    height: 57px;
    width: 100%;
    padding: 0 19px;
}

.wf-form-group input[type=text]::-webkit-input-placeholder, .wf-form-group input[type=email]::-webkit-input-placeholder, .wf-form-group input[type=tel]::-webkit-input-placeholder {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wf-form-group input[type=text]::-moz-placeholder, .wf-form-group input[type=email]::-moz-placeholder, .wf-form-group input[type=tel]::-moz-placeholder {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wf-form-group input[type=text]:-ms-input-placeholder, .wf-form-group input[type=email]:-ms-input-placeholder, .wf-form-group input[type=tel]:-ms-input-placeholder {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wf-form-group input[type=text]::-ms-input-placeholder, .wf-form-group input[type=email]::-ms-input-placeholder, .wf-form-group input[type=tel]::-ms-input-placeholder {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wf-form-group input[type=text]::placeholder,
.wf-form-group input[type=email]::placeholder,
.wf-form-group input[type=tel]::placeholder {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wf-form-group p {
    margin: 0;
}

.wf-form-group br {
    display: none;
}

.wf-form-checkbox {
    position: relative;
    padding-left: 24px;
}

.wf-form-checkbox input {
    position: absolute;
    visibility: hidden;
}

.wf-form-checkbox .wpcf7-form-control-wrap {
    position: unset;
}

.wf-form-checkbox .wpcf7-list-item {
    margin: 0;
}

.wf-form-checkbox .wpcf7-list-item-label {
    color: #141414;
    font-size: 12px;
    line-height: 160%;
}

.wf-form-checkbox .wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0;
    border-radius: 3px;
    background-image: url("./img/checkbox-noact.svg");
    background-repeat: no-repeat;
}

.wf-form-checkbox input[type=checkbox]:checked + span:before {
    background-image: url("./img/checkbox.svg");
}

.PostBlogContent .container {
    padding: 0;
    width: inherit;
}

.wf-wrap-block-1 {
    background-color: #090918;
}

.wf-block-1 {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
    color: #fff;
    padding: 15px 0;
}

@media (min-width: 1024px) {
    .wf-block-1 {
        padding: 64px 0;
        grid-template-columns: 1fr 1.1fr;
        grid-gap: 64px;
    }
}

@media (min-width: 1280px) {
    .wf-block-1 {
        padding: 96px 0;
        grid-gap: 96px;
    }
}

.wf-block-1__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .wf-block-1__subtitle {
        margin-bottom: 16px;
    }
}

.wf-block-1__title {
    font-family: Roboto, serif;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
    word-break: break-word;
}

@media (min-width: 1024px) {
    .wf-block-1__title {
        font-size: 56px;
    }
}

.wf-block-1__content {
    max-width: 560px;
}

.wf-block-1__text {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 32px;
    color: #fff;
}

.wf-block-1__text * {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.wf-block-1__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wf-block-1__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.wf-block-1__list li:last-of-type {
    margin-bottom: 0;
}

.wf-block-1__list li svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.wf-block-1__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 40px;
    margin-top: 32px;
}

@media (min-width: 1024px) {
    .wf-block-1 .wf-btn {
        padding: 15px 75px;
    }
}

.wf-block-1__img {
    font-size: 0;
}

.wf-block-1__img img {
    border-radius: 16px;
}

.wf-block-2 {
    padding: 24px;
    color: #141414;
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 16px;
    background-color: #fff;
    margin: 40px 0;
}

@media (min-width: 1024px) {
    .wf-block-2 {
        padding: 56px;
        grid-gap: 24px;
        margin: 75px 0;
    }
}

.wf-block-2_ok .wf-block-2__title {
    color: #007cc3;
}

.wf-block-2_ok .wf-block-2__icon path {
    stroke: #007cc3;
}

.wf-block-2_warning .wf-block-2__title {
    color: #D42E2E;
}

.wf-block-2__title {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.wf-block-2__text {
    font-size: 16px;
    line-height: 160%;
}

.PostBlogContent .wf-block-2 {
    margin: 0 0 56px 0;
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-2 {
        margin: 0 0 56px 0;
        padding: 40px;
    }
}

.wf-block-5 {
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-5 {
        margin: 150px 0;
    }
}

.wf-block-5__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    padding-left: 32px;
    border-left: 2px solid #007cc3;
}

.wf-block-5__title {
    color: #141414;
}

.wf-block-5__text {
    font-size: 16px;
    color: #141414;
}

.wf-block-5__text * {
    font-size: 16px;
    color: #141414;
}

.PostBlogContent .wf-block-5 {
    margin: 0 0 56px 0;
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-5 {
        margin: 0 0 56px 0;
    }
}

.wf-block-9 {
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-9 {
        margin: 150px 0;
    }
}

.wf-block-9__headline {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .wf-block-9__headline {
        margin-bottom: 64px;
    }
}

.wf-block-9__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
}

@media (min-width: 1024px) {
    .wf-block-9__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.wf-block-9__content {
    max-width: 576px;
}

.wf-block-9__title {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .wf-block-9__title {
        margin-bottom: 32px;
    }
}

.wf-block-9__text * {
    font-size: 16px;
    color: #141414;
}

.wf-block-10 {
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-10 {
        margin: 150px 0;
    }
}

.wf-block-10__headline {
    line-height: 1.1;
}

.wf-block-10__content {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
}

.wf-block-10__text * {
    font-size: 16px;
    color: #141414;
}

.wf-block-10__video {
    max-width: 624px;
}

.PostBlogContent .wf-block-10 {
    margin: 0 0 56px 0;
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-10 {
        margin: 0 0 56px 0;
    }
}

.wf-block-11 {
    background-color: #090918;
    padding: 24px;
    color: #fff;
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-11 {
        margin: 150px 0;
        padding: 56px;
    }
}

.wf-block-11__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
}

@media (min-width: 1024px) {
    .wf-block-11__grid {
        grid-gap: 32px;
        grid-template-columns: 1fr auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.wf-block-11__grid .wf-btn {
    padding: 20px 16px 20px 16px;
    min-width: 222px;
}

.wf-block-11__grid_download .wf-block-11__title {
    text-decoration: underline;
}

.wf-block-11__grid_download .wf-btn {
    padding: 20px 16px 20px 16px;
}

.wf-block-11__grid_img {
    font-size: 0;
}

@media (min-width: 1024px) {
    .wf-block-11__grid_img {
        grid-template-columns: 309px 1fr auto;
    }
}

.wf-block-11__grid_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wf-block-11__grid_img .wf-btn {
    padding: 20px 16px 20px 16px;
}

.wf-block-11__title {
    margin-bottom: 16px;
    color: #fff;
}

.wf-block-11__title a {
    color: #fff;
    text-decoration: none;
}

.wf-block-11__text {
    max-width: 682px;
    font-size: 16px;
    color: #fff;
}

.wf-block-11__text * {
    font-size: 16px;
    color: #fff;
}

.wf-block-11__label {
    font-size: 12px;
    line-height: 160%;
    font-weight: 500;
    margin-top: 12px;
}

@media (min-width: 1024px) {
    .wf-block-11__label {
        text-align: right;
    }
}

.PostBlogContent .wf-block-11 {
    margin: 0 0 56px 0;
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-11 {
        margin: 0 0 56px 0;
        padding: 40px;
    }
}

.wf-block-14-wrap {
    background-color: #fff;
}

.wf-block-14 {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .wf-block-14 {
        padding: 64px 0;
    }
}

.wf-block-14__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
}

@media (min-width: 1024px) {
    .wf-block-14__grid {
        grid-template-columns: 1.1fr 1fr;
        grid-gap: 88px;
    }
}

.wf-block-14__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .wf-block-14__head {
        margin-bottom: 32px;
    }
}

.wf-block-14__head svg {
    margin-left: 6px;
}

.wf-block-14__title {
    font-family: Roboto, serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .wf-block-14__title {
        margin-bottom: 32px;
    }
}

.wf-block-14__text {
    font-size: 16px;
    max-width: 620px;
}

.wf-block-14__text * {
    font-size: 16px;
    color: #141414;
}

.wf-block-14__logo {
    font-size: 0;
    text-align: center;
    margin-bottom: 11px;
}

.wf-block-14__form {
    padding: 24px;
    background-color: #F2F2F2;
}

@media (min-width: 1024px) {
    .wf-block-14__form {
        padding: 56px;
    }
}

.wf-block-14__form-title {
    font-family: Roboto, serif;
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

@media (min-width: 1024px) {
    .wf-block-14__form-title {
        margin-bottom: 29px;
    }
}

.wf-block-14__form-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 1024px) {
    .wf-block-14__form-text {
        margin-bottom: 29px;
    }
}

.wf-block-14__form-shortcode p {
    margin: 0;
}

.wf-block-14__form-shortcode br {
    display: none;
}

.wf-block-14__form .wf-btn {
    width: 100%;
}

.wf-block-15 {
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-15 {
        margin: 150px 0;
    }
}

.wf-block-15__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 40px;
}

@media (min-width: 1024px) {
    .wf-block-15__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px;
    }
}

@media (min-width: 1280px) {
    .wf-block-15__content {
        padding-right: 64px;
    }
}

.wf-block-15__subtitle {
    color: #141414;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.wf-block-15__title {
    font-family: Roboto, serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .wf-block-15__title {
        margin-bottom: 32px;
    }
}

.wf-block-15__text {
    font-size: 16px;
}

.wf-block-15__text * {
    font-size: 16px;
    color: #141414;
}

.wf-block-15__img {
    font-size: 0;
}

.wf-block-15__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .wf-block-15__img img {
        -o-object-fit: inherit;
        object-fit: inherit;
        width: inherit;
        height: inherit;
    }
}

.wf-block-15__form {
    margin-top: 16px;
}

@media (min-width: 1024px) {
    .wf-block-15__form {
        margin-top: 32px;
    }
}

.wf-block-15__form p {
    margin: 0;
}

.wf-block-15__form br {
    display: none;
}

.wf-block-15__form label {
    color: #141414;
    font-size: 12px;
    line-height: 140%;
    display: block;
    margin-bottom: 4px;
}

.wf-block-15__form-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 24px;
}

@media (min-width: 1024px) {
    .wf-block-15__form-grid {
        grid-template-columns: 1fr auto;
    }
}

.wf-block-15__form .wf-form-group {
    margin-bottom: 0;
}

.wf-block-15__form .wf-btn {
    padding: 15px 16px;
}

.PostBlogContent .wf-block-15 {
    margin: 0 0 56px 0;
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-15 {
        margin: 0 0 56px 0;
    }
}

.PostBlogContent .wf-block-15 .wf-block-15__form-grid {
    grid-template-columns: 100%;
}

@media (min-width: 1280px) {
    .PostBlogContent .wf-block-15 .wf-block-15__form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .PostBlogContent .wf-block-15 .wf-block-15__grid {
        grid-gap: 72px;
    }
}

.PostBlogContent .wf-block-15 .wf-block-15__content {
    padding-right: 0;
}

.wf-block-20 {
    margin: 80px 0;
}

@media (min-width: 1024px) {
    .wf-block-20 {
        margin: 150px 0;
    }
}

.wf-block-20__headline {
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .wf-block-20__headline {
        margin-bottom: 64px;
    }
}

.wf-block-21__headline {
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .wf-block-21__headline {
        margin-bottom: 64px;
    }
}

.wf-block-21__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 32px;
}

@media (min-width: 1024px) {
    .wf-block-21__grid {
        grid-template-columns: 1.1fr 1fr;
        grid-gap: 80px;
    }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide:focus {
    outline: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin: -27px 0 0 0 !important;
    width: 53px;
    height: 53px;
    background: rgba(0, 0, 0, 0);
    border: 0px;
    cursor: pointer;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-next {
    right: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    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: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

html,
body {
    scroll-behavior: smooth;
}

body {
    background-color: #f4f4f4;
}

.container {
    width: 1360px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1130px) {
    .container {
        width: 100%;
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
}

h1 {
    font-family: Roboto, serif;
    font-size: 61px;
    line-height: 55px;
    font-weight: 600;
    margin-top: 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

h2 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #0c2134;
    margin-top: 0;
}

@media (max-width: 768px) {
    h2 {
        font-size: 26px;
        line-height: 31px;
    }
}

p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #444749;
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

.btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    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;
    background: #007cc3;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .btn {
        font-size: 16px;
        width: 100%;
        padding: 15px 30px;
    }
}

.btn:hover {
    opacity: 0.8;
}

.site {
    background: #f4f4f4;
}

.site .mobileOnly {
    display: none !important;
}

@media (max-width: 1024px) {
    .site .mobileOnly {
        display: block !important;
    }
}

.site .descOnly {
    display: block !important;
}

@media (max-width: 1024px) {
    .site .descOnly {
        display: none !important;
    }
}

.siteHeader {
    background-color: #f4f4f4;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 100;
}

@media (max-width: 768px) {
    .siteHeader {
        padding: 15px 0;
    }
}

.siteHeader .container {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.siteHeaderLogo {
    max-width: 213px;
    z-index: 9;
}

@media (max-width: 1024px) {
    .siteHeaderLogo {
        max-width: 104px;
    }
}

@media (max-width: 768px) {
    .siteHeaderLogo {
        max-width: 90px;
    }
}

.siteHeaderPhone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007cc3;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .siteHeaderPhone {
        display: none;
    }
}

.siteHeaderPhone svg {
    margin-right: 5px;
}

.siteHeaderPhone span {
    font-size: 14px;
    color: #0c2134;
    padding-left: 8px;
}

@media (max-width: 1024px) {
    .siteHeaderPhone span {
        font-size: 16px;
        font-weight: 600;
    }
}

.siteHeaderPhone:hover span {
    color: #007cc3;
}

.siteHeader .btn {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .siteHeader .btn {
        font-size: 16px;
        width: 100%;
        padding: 15px 30px;
        display: none;
        margin-left: 0;
    }
}

.siteHeader.fixed {
    padding: 10px 0;
}

.siteHeader.fixed .siteHeaderLogo {
    max-width: 100px;
}

@media (max-width: 768px) {
    .siteHeader.fixed .siteHeaderLogo {
        max-width: 80px;
    }
}

.siteHeaderLink {
    display: none;
}

@media (max-width: 768px) {
    .siteHeaderLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site .siteHeaderPhone.mobileOnly {
    padding-bottom: 35px;
    text-align: center;
}

@media (max-width: 1024px) {
    .siteNavigation {
        display: none;
        padding-top: 60px;
        width: 100%;
    }
}

.siteNavigation > ul > li {
    padding-top: 40px;
    padding-bottom: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
}

@media (min-width: 1024px) {
    .siteNavigation > ul > li.current-menu-item > a {
        position: relative;
    }

    .siteNavigation > ul > li.current-menu-item > a:after {
        content: " ";
        position: absolute !important;
        bottom: -7px;
        left: 0;
        padding-right: 20px;
        position: relative;
        border-bottom: 3px solid gray;
        width: 25px;
    }
}

.siteNavigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1024px) {
    .siteNavigation ul {
        display: block;
        width: 100%;
        margin: auto 0;
    }
}

.siteNavigation ul li {
    position: relative;
    margin-right: 25px;
}

@media (max-width: 1200px) {
    .siteNavigation ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .siteNavigation ul li {
        margin-right: 0;
        margin-bottom: 7px;
        padding: 0 0 15px 0;
        text-align: center;
    }
}

.siteNavigation ul li:last-of-type {
    margin-right: 0;
}

.siteNavigation ul li a {
    color: #0C283F;
    text-decoration: none;
    font-size: 16px !important;
    line-height: 157%;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .siteNavigation ul li a {
        font-size: 16px !important;
        line-height: 122%;
    }
}

@media (max-width: 1024px) {
    .siteNavigation ul li .showHideMob ul {
        display: block !important;
    }
}

.siteNavigation ul li.menu-item-has-children {
    padding-right: 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children {
        padding-right: 0;
    }
}

.siteNavigation ul li.menu-item-has-children:after {
    content: url(img/arr-down.svg);
    position: absolute;
    right: 0;
    top: calc(50% + 4px);
    margin-top: -18px;
    width: 14%;
}

@media (max-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children:after {
        width: 15px;
        top: 17px;
        right: 10px;
    }
}

.siteNavigation ul li.menu-item-has-children.showHideMob:after {
    -webkit-transform: rotate(181deg);
    transform: rotate(181deg);
}

@media (min-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children:hover::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children:hover::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }
}

.siteNavigation ul li.menu-item-has-children.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.siteNavigation ul li.menu-item-has-children.active > .sub-menu {
    left: 0;
}

@media (max-width: 1024px) {
    .siteNavigation ul li.menu-item-has-children.active > .siteNavigationNext {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.siteNavigation ul li.menu-item-has-children a .menu-item-description {
    font-size: 12px;
    line-height: 10px;
    text-transform: initial;
    font-weight: 500;
    color: gray;
    margin: 0;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .siteNavigation > ul {
        position: relative;
        max-height: 100%;
        overflow: scroll;
    }
}

.siteNavigation .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 0 20px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    min-width: 310px;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu {
        min-width: auto;
        width: 100%;
        border: 0;
        opacity: 1;
        visibility: visible;
        padding: 15px 0 0;
        position: initial;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 560px) {
    .siteNavigation .sub-menu {
        background: transparent;
    }
}

.siteNavigation .sub-menu li {
    padding: 0 40px;
    line-height: 1;
    display: block;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li {
        padding: 0;
        margin-bottom: 0 !important;
        padding-bottom: 15px;
        width: 100%;
    }

    .siteNavigation .sub-menu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0px;
        border-bottom: 1px solid #ebf0ff;
    }
}

.siteNavigation .sub-menu li:first-of-type {
    padding-top: 20px;
}

@media (max-width: 560px) {
    .siteNavigation .sub-menu li:first-of-type {
        padding-top: 0;
    }
}

.siteNavigation .sub-menu li a {
    display: inline-block;
    width: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 230%;
    color: #303030;
}

.siteNavigation .sub-menu li.menu-item-has-children {
    position: relative;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li.menu-item-has-children {
        padding-right: 0;
    }
}

.siteNavigation .sub-menu li.menu-item-has-children:after {
    content: none;
}

.siteNavigation .sub-menu li.menu-item-has-children .sub-menu {
    left: 100%;
    min-width: 400px;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li.menu-item-has-children .sub-menu {
        left: -150%;
        top: 80px;
    }
}

.siteNavigation .sub-menu li.menu-item-has-children .sub-menu li a {
    text-transform: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #d5d5d3;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li.menu-item-has-children .sub-menu li a {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.siteNavigation .sub-menu li.menu-item-has-children .sub-menu li:last-of-type a {
    border-bottom: 0;
}

.siteNavigation .sub-menu li.menu-item-has-children .sub-menu li:first-of-type {
    padding-top: 10px;
}

.siteNavigation .sub-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    background: #e5e5e5;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li.menu-item-has-children:hover .sub-menu {
        top: 80px;
        background: none;
    }
}

.siteNavigation .sub-menu li.menu-item-has-children:hover .sub-menu::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 30px;
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.siteNavigation .sub-menu li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 10px;
}

@media (max-width: 1024px) {
    .siteNavigation .sub-menu li.menu-item-has-children > a:after {
        content: none;
    }
}

.siteNavigationNext {
    position: absolute;
    right: 25px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 6px;
    display: inline-block;
}

.languageSwitcher {
    position: relative;
    background-color: #0c2134;
    padding: 5px 8px;
}

@media (max-width: 1024px) {
    .languageSwitcher {
        display: none;
    }
}

@media (max-width: 768px) {
    .languageSwitcher {
        padding: 10px 20px;
    }
}

.languageSwitcher img {
    width: 21px;
    height: auto;
}

.languageSwitcher:hover .languageSwitcherCurrentArr {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.languageSwitcherCurrent {
    cursor: pointer;
    line-height: 1;
    height: 20px;
}

.languageSwitcherCurrentImg {
    padding-right: 10px;
    position: relative;
}

.languageSwitcherCurrentArr {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    height: 7px;
    width: 7px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
}

@media (max-width: 1024px) {
    .languageSwitcherCurrentArr {
        width: 12px;
        height: 12px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

@media (max-width: 768px) {
    .languageSwitcherCurrentArr {
        width: 8px;
        height: 8px;
    }
}

.languageSwitcherList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0c2134;
}

.languageSwitcherListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 0px auto;
    padding: 0 8px 5px 8px;
}

@media (max-width: 768px) {
    .languageSwitcherListItem {
        padding: 5px 9px 9px 20px;
    }
}

.languageSwitcherListItem:last-of-type {
    margin-bottom: 0;
}

.languageSwitcher.mob {
    display: none;
}

@media (max-width: 1024px) {
    .languageSwitcher.mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 40px auto;
        padding: 7px 12px;
    }
}

#burger {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 11;
    display: none;
}

@media (max-width: 1024px) {
    #burger {
        width: 66px;
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

#burger.open {
    visibility: hidden;
    pointer-events: none;
    display: none;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #007cc3;
    opacity: 1;
    right: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#burger span:nth-child(1) {
    top: 0px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
    top: 8px;
}

#burger span:nth-child(4) {
    top: 16px;
}

#burger-close {
    width: 25px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 42.5px;
    cursor: pointer;
    z-index: 11;
    display: none;
    margin-left: 36px;
    display: none;
}

#burger-close.open {
    display: block;
    margin: auto;
}

#burger-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #007cc3;
    opacity: 1;
    right: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#burger-close span:nth-child(1),
#burger-close span:nth-child(4) {
    top: 0px;
    width: 0%;
    right: 50%;
}

#burger-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#burger-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.siteFooter {
    color: #fff;
    background: #090918;
    font-size: 14px;
    padding: 90px 0 130px 0;
}

.siteFooter .container {
    max-width: 100%;
}

@media (max-width: 920px) and (min-width: 768px) {
    .siteFooterMenu {
        padding-bottom: 15px;
    }

    .siteFooter {
        padding: 90px 10px 130px 10px;
    }
}

@media (max-width: 1024px) {
    .siteFooterBottomLinks {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .siteFooter {
        padding: 40px 0 30px 0;
        font-size: 13px;
        line-height: 20px;
    }
}

.siteFooter a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .siteFooter a {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}

.siteFooter a:hover {
    color: #007cc3;
}

.siteFooter p {
    color: #fff;
}

.siteFooter .footer-title {
    font-weight: 600;
    border-bottom: 1px solid #43576b;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .siteFooter .footer-title {
        border-bottom: none;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        color: #DFE6EC;
    }
}

.siteFooterBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .siteFooterBlock {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.siteFooterLogo {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .siteFooterLogo {
        max-width: 108px;
    }
}

.siteFooterLeft {
    max-width: 400px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.siteFooterLeft .siteFooterLeftTelset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1024px) {
    .siteFooterLeft .siteFooterLeftTelset .siteFooterTel {
        padding-left: 70px;
        padding-right: 15px;
        /*justify-content: flex-start;*/
    }
}

.siteFooterLeft.mobileOnly {
    display: none !important;
}

@media (max-width: 1024px) {
    .siteFooterLeft.mobileOnly {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.siteFooterLeft.mobileOnly .descOnly {
    display: block !important;
}

@media (max-width: 1024px) {
    .siteFooterLeft.mobileOnly .descOnly {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .siteFooterLeft {
        grid-template-columns: 1fr;
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.siteFooterAddress {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .siteFooterAddress {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}

.siteFooterEmail {
    display: none;
}

@media (max-width: 768px) {
    .siteFooterEmail {
        display: block;
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}

.siteFooterTel {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.siteFooterTelTitle {
    font-size: 0.7291666667vw;
}

@media (max-width: 1024px) {
    .siteFooterTelTitle {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .siteFooterTelTitle {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .siteFooterTelNum {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .siteFooterMenu {
        margin-top: 40px;
    }
}

.siteFooterMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 927px) {
    .siteFooterMenu ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

.siteFooterMenu ul li {
    margin-bottom: 8px;
}

.siteFooterPartner {
    max-width: 400px;
}

@media (max-width: 768px) {
    .siteFooterPartner {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.siteFooterPartner a {
    text-decoration: underline;
}
@media (min-width: 1024px){
    .siteFooter .btn {
        margin-left: 20px;
    }
}
.text_optionsRequired ol{
    margin-left: 0;
    padding-left: 17px;
}
.siteHeaderPhone img{
    display: none;
}

.siteFooter .btn {
    min-width: 185px;
    height: 45px;
    padding: 0 20px;
}

.siteFooter .btn:hover {
    color: #fff;
}

.siteFooterBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .siteFooterBottom {
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .siteFooterBottomEmail {
        display: none;
    }
}

@media (max-width: 1024px) {
    .siteFooterMidSocial {
        margin: unset;
    }
}

@media (min-width: 1200px) {
    .top {
        width: 97vw;
    }
}

.topBlock {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 90px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .topBlock {
        padding: 57px 24px 40px 24px;
    }
}

.topBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #151a25;
    opacity: 0.5;
    z-index: -1;
}

.topBlockSubtitle {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .topBlockSubtitle {
        font-size: 12px;
        line-height: 160%;
        margin-bottom: 0;
    }
}

.topBlockTitle {
    margin-bottom: 75px;
}

@media (max-width: 768px) {
    .topBlockTitle {
        margin-bottom: 12px;
        word-wrap: break-word;
    }
}

.topBlockLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .topBlockLink {
        margin-bottom: 65px;
    }
}

.topBlockLink .line {
    display: block;
    background: #fff;
    width: 65px;
    height: 1px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .topBlockLink .line {
        width: 40px;
        margin-left: 10px;
    }
}

.topBlockLink svg {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .topBlockLink svg {
        margin-left: 10px;
    }
}

.topBlockLink:hover {
    color: #007cc3;
}

.topBlockLink:hover svg circle {
    stroke: #007cc3;
}

.topBlockLink:hover svg path {
    fill: #007cc3;
}

.topBlockLink:hover .line {
    background: #007cc3;
}

.topBlock .btn {
    min-width: 190px;
}

.benefits {
    padding: 30px 0;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .benefits {
        padding: 35px 0;
        margin-bottom: 45px;
    }
}

.benefitsBlock {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .benefitsBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 30px 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 30px;
    }
}

.benefitsBlockItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .benefitsBlockItem {
        grid-template-columns: 100%;
    }
}

.benefitsBlockItemImg {
    max-width: 66px;
}

@media (max-width: 768px) {
    .benefitsBlockItemImg {
        max-width: 35px;
    }
}

.benefitsBlockItemImg img {
    width: 100%;
}

.benefitsBlockItemText {
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .benefitsBlockItemText {
        font-size: 16px;
        font-weight: 300;
        margin-left: 0;
        padding-left: 10px;
    }
}

.categories {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .categories {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}

.categoriesTitle {
    text-align: center;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .categoriesTitle {
        width: 63%;
        margin-left: auto;
        margin-right: auto;
    }
}

.categoriesText {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    max-width: 580px;
    margin: 0 auto 70px auto;
}

@media (min-width: 768px) {
    .categoriesText {
        width: 63%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .categoriesText {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.categoriesListtitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .categoriesListtitle {
        font-size: 16px;
        line-height: 26px;
    }
}

.categoriesList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 15px;
}

@media (max-width: 768px) {
    .categoriesList {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
}

.categoriesList .hide {
    display: none;
}

.categoriesListItem {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .categoriesListItem {
        min-height: 235px;
    }
}

.categoriesListItem::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #151a25;
    opacity: 0.5;
    z-index: -1;
}

.categoriesListItemTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    text-decoration: none;
}

.categoriesListItemTop:hover {
    color: #007cc3;
}

.categoriesListItemTop:hover svg path {
    fill: #007cc3;
}

.categoriesListItemTop svg {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.categoriesListItemTop svg path {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    fill: #fff;
}

.categoriesListItemInfo {
    color: #fff;
    padding: 40px 40px 25px 80px;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: auto;
}

@media (max-width: 768px) {
    .categoriesListItemInfo {
        width: 75%;
        padding: 15px 20px;
    }
}

.categoriesListItemName {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .categoriesListItemName {
        font-size: 16px;
        line-height: 26px;
    }
}

.categoriesListItemName p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .categoriesListItemName p {
        font-size: 16px;
        line-height: 26px;
    }
}

.categoriesListItemBtn {
    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;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 1px;
    margin-top: 17px;
}

@media (max-width: 768px) {
    .categoriesListItemBtn {
        font-size: 12px;
        margin-top: 10px;
        padding: 6px 12px;
    }
}

.categoriesListItemBtn:hover {
    background: #d5d5d5;
    border: 1px solid #d5d5d5;
    color: #007cc3;
}

.categories .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0 auto;
}

.video {
    margin-top: 80px;
    margin-bottom: 130px;
}

@media (max-width: 768px) {
    .video {
        margin-bottom: 80px;
    }
}

.videoBlock {
    display: grid;
    grid-template-columns: 55% 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .videoBlock {
        position: relative;
        grid-template-columns: 1fr;
    }
}

.videoBlockContent {
    padding-right: 190px;
}

@media (max-width: 768px) {
    .videoBlockContent {
        padding: 0;
    }
}

.videoBlockContentSubtitle {
    font-size: 14px;
    color: #007cc3;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .videoBlockContentSubtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

.videoBlockContentTitle {
    font-family: Roboto, serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .videoBlockContentTitle {
        margin-bottom: 20px;
    }
}

.videoBlockContent .btn {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .videoBlockContent .btn {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.videoBlockVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-height: 344px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .videoBlockVideo {
        min-height: 270px;
    }
}

@media (max-width: 768px) {
    .videoBlockVideo {
        min-height: 220px;
    }
}

.videoBlockVideoImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
}

.videoBlockVideoImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.videoBlockVideoImg.hide {
    opacity: 0;
    pointer-events: none;
}

.videoBlockVideoBtn {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .videoBlockVideoBtn {
        width: 40px;
        height: 40px;
    }
}

.videoBlockVideoBtn:hover {
    opacity: 0.8;
}

.videoBlockVideoWrap {
    width: 100%;
}

.videoBlockVideoWrap iframe {
    width: 100%;
    height: 100%;
}

.photo {
    margin-top: 80px;
    margin-bottom: 130px;
}

@media (max-width: 768px) {
    .photo {
        margin-bottom: 80px;
    }
}

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

@media (max-width: 768px) {
    .photoBlock {
        position: relative;
        grid-template-columns: 1fr;
    }
}

.photoBlockContent {
    padding-right: 190px;
}

@media (max-width: 768px) {
    .photoBlockContent {
        padding: 0;
    }
}

.photoBlockContentText table {
    margin: 12px 0 12px 0;
    padding: 8px 8px 0 8px;
    border: 1px solid #333333;
}

.photoBlockContentText td {
    border-bottom: 1px solid #777777;
    vertical-align: top;
    padding: 4px 4px 5px 4px;
}

.photoBlockContentText ul {
    padding-left: 20px;
    margin-left: 0;
}

.photoBlockContentText ul li {
    font-weight: 300;
}

.photoBlockContentSubtitle {
    font-size: 14px;
    color: #007cc3;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .photoBlockContentSubtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

.photoBlockContentTitle {
    font-family: Roboto, serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .photoBlockContentTitle {
        margin-bottom: 20px;
    }
}

.photoBlockContent .btn {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .photoBlockContent .btn {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.photoBlockVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-height: 370px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .photoBlockVideo {
        min-height: 270px;
    }
}

@media (max-width: 768px) {
    .photoBlockVideo {
        min-height: 220px;
    }
}

.photoBlockVideoImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
}

.photoBlockVideoImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.photoBlockVideoImg.hide {
    opacity: 0;
    pointer-events: none;
}

.photoBlockVideoBtn {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .photoBlockVideoBtn {
        width: 40px;
        height: 40px;
    }
}

.photoBlockVideoBtn:hover {
    opacity: 0.8;
}

.photoBlockVideoWrap {
    width: 100%;
}

.photoBlockVideoWrap iframe {
    width: 100%;
    height: 100%;
}

.video-v2 .videoBlock {
    grid-template-columns: 48.437% 48.437%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
}

@media (max-width: 1200px) {
    .video-v2 .videoBlock {
        grid-template-columns: 1fr;
    }
}

.video-v2 .videoBlockVideoImg {
    height: 100%;
}

.video-v2 .videoBlockContentText p {
    font-family: Roboto, serif;
    font-size: 20px;
    color: #3D556B;
    line-height: 1.4;
    text-align: left !important;
}

@media (max-width: 768px) {
    .video-v2 .videoBlockContentText p {
        font-size: 16px;
    }
}

.video-v2 .videoBlockContent {
    padding-right: 170px;
}

@media (max-width: 1200px) {
    .video-v2 .videoBlockContent {
        padding: 0;
    }
}

.cta_banner {
    margin-top: 150px;
    margin-bottom: 150px;
}

@media (max-width: 768px) {
    .cta_banner {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}

.cta_bannerBlock {
    padding: 100px 0 80px 0;
    background-color: #090918;
}

@media (max-width: 768px) {
    .cta_bannerBlock {
        background-color: #0c2134;
        padding: 60px 24px;
    }
}

.cta_bannerText {
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .cta_bannerText {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
    }
}

.cta_bannerText span {
    color: #007cc3;
}

.cta_banner .btn {
    min-width: 180px;
    margin: auto;
}

.products {
    margin-bottom: 150px;
}

@media (max-width: 768px) {
    .products {
        margin-bottom: 80px;
    }
}

.productsSubtitle {
    font-family: Roboto, serif;
    text-align: center;
    color: #007cc3;
    font-weight: 300;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .productsSubtitle {
        font-size: 12px;
        line-height: 160%;
        font-weight: 500;
        margin-bottom: 15px;
    }
}

.productsTitle {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .productsTitle {
        margin-bottom: 20px;
    }
}

.productsIntro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    padding-top: 120px;
    position: relative;
}

@media (max-width: 768px) {
    .productsIntro {
        padding-top: 252px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.productsIntroArrow {
    position: absolute;
    left: 50%;
    top: 0;
    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;
    padding: 20px;
    background-color: #007cc3;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 768px) {
    .productsIntroArrow {
        left: 45%;
        padding: 16px 13px;
    }
}

.productsIntroArrow:hover svg {
    -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite;
}

.productsIntroBlock {
    max-width: 24%;
    color: #fff;
    background: #090918;
    padding: 75px 50px 95px 50px;
}

@media (max-width: 1024px) {
    .productsIntroBlock {
        max-width: 34%;
    }
}

@media (max-width: 768px) {
    .productsIntroBlock {
        max-width: 100%;
        background: #0c2134;
        padding: 20px 15px;
    }
}

.productsIntroBlockTitle {
    font-family: Roboto, serif;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .productsIntroBlockTitle {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.productsIntroBlockText {
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .productsIntroBlockText {
        font-size: 16px;
    }
}

.productsList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .productsList {
        grid-template-columns: 100%;
        margin-right: -15px;
    }
}

@media (max-width: 1024px) {
    .productsList .slick-list {
        padding: 0 13% 0 0 !important;
    }
}

.productsListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .productsListItem {
        margin-right: 15px;
    }
}

.productsListItemTitle {
    font-family: OpenSans, serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .productsListItemTitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        text-align: left;
    }
}

.productsListItemImg {
    margin-bottom: 20px;
}

.productsListItemImg img {
    width: 100%;
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover;
}

.productsListItemDesc {
    font-family: Roboto, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .productsListItemDesc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.productsListItemUrl {
    font-family: Roboto, serif;
    font-size: 14px;
    color: #0c2134;
    margin-top: auto;
}

.productsListItemUrl:hover {
    color: #007cc3;
}

@media (max-width: 768px) {
    .products .progress {
        display: block;
        width: 100%;
        height: 4px;
        overflow: hidden;
        background-color: #dfe6ec;
        background-image: -webkit-gradient(linear, left top, right top, from(#007cc3), to(#007cc3));
        background-image: linear-gradient(to right, #007cc3, #007cc3);
        background-repeat: no-repeat;
        background-size: 0 100%;
        -webkit-transition: background-size 0.4s ease-in-out;
        transition: background-size 0.4s ease-in-out;
        margin-top: 30px;
    }
}

@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

.seo {
    margin-bottom: 140px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .seo {
        padding: 0;
        margin-bottom: 80px;
    }
}

.seo .seoOne {
    width: 50%;
}

@media (max-width: 1024px) {
    .seo .seoOne {
        width: 100%;
    }
}

.seoTitle {
    font-family: Roboto, serif;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .seoTitle {
        font-size: 26px;
        line-height: 31px;
    }
}

.seoBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
}

@media (max-width: 768px) {
    .seoBlock {
        padding: 0;
        grid-template-columns: 100%;
        grid-gap: 0;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
}

.seoBlock.Show {
    height: auto;
}

.seoBlock.Show::after {
    display: none;
}

.seoBlockText {
    font-size: 14px;
    color: #0c2134;
}

.seoBlock::after {
    position: absolute;
    display: block;
    content: "";
    height: 100px;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(rgba(244, 244, 244, 0)));
    background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
    width: 100%;
}

@media (min-width: 768px) {
    .seoBlock::after {
        display: none;
    }
}

.seoMore {
    display: none;
}

@media (max-width: 768px) {
    .seoMore {
        display: block;
        margin: auto;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 2px dotted;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.recent_posts {
    margin-bottom: 130px;
}

@media (max-width: 768px) {
    .recent_posts {
        margin-bottom: 80px;
        padding-bottom: 20px;
    }
}

.recent_postsTitle {
    text-align: center;
    margin-bottom: 20px;
}

.recent_postsText {
    color: #444749;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 768px) {
    .recent_postsText {
        max-width: 340px;
        font-size: 16px;
        line-height: 25px;
        margin: auto;
    }
}

.recent_postsBlock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 70px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .recent_postsBlock {
        grid-template-columns: 100%;
        margin-right: -15px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .recent_postsBlock .slick-list {
        padding: 0 13% 0 0 !important;
    }
}

.recent_postsBlockItem {
    text-decoration: none;
}

@media (max-width: 768px) {
    .recent_postsBlockItem {
        margin-right: 16px;
    }
}

.recent_postsBlockItemTitle {
    color: #090918;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .recent_postsBlockItemTitle {
        min-height: 88px;
    }
}

@media (max-width: 768px) {
    .recent_postsBlockItemTitle {
        font-size: 16px;
        min-height: 77px;
    }
}

@media (max-width: 768px) {
    .recent_postsBlockItemImg {
        margin-bottom: 17px;
    }
}

.recent_postsBlockItemImg img {
    width: 100%;
    aspect-ratio: 17/11;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent_postsBlockItemDate {
    font-family: OpenSans, serif;
    font-size: 13px;
    color: #444749;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .recent_postsBlockItemDate {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 5px;
    }
}

.recent_postsBlockItemExcerpt {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #444749;
}

@media (max-width: 768px) {
    .recent_postsBlockItemExcerpt {
        font-size: 16px;
        line-height: 25px;
        position: relative;
    }
}

.recent_posts .btn {
    min-width: 200px;
    margin: auto;
}

.projects {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .projects {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}

.projectsTitle {
    text-align: center;
    margin-bottom: 20px;
}

.projectsText {
    font-family: OpenSans, serif;
    font-size: 14px;
    text-align: center;
}

.projectsCategories {
    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;
    margin-top: 45px;
}

@media (max-width: 768px) {
    .projectsCategories {
        margin-top: 20px;
        margin-right: -15px;
        text-align: center;
    }
}

.projectsCategoriesItem {
    min-width: 195px;
    color: #686868;
    border: 1px solid #d5d0d0;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 13px 27px;
    margin-right: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .projectsCategoriesItem {
        min-width: auto;
        font-size: 12px;
        line-height: 160%;
        padding: 10px 25px;
    }
}

.projectsCategoriesItem:last-child {
    margin-right: 0;
}

.projectsCategoriesItem:hover, .projectsCategoriesItem.active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
}

.projectsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -17.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 0;
}

@media (max-width: 768px) {
    .projectsList {
        grid-template-columns: 100%;
        margin-top: 40px;
    }
}

.projectsList.active .projectsListItem {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.projectsListItem {
    width: calc(50% - 20px);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: none;
}

@media (max-width: 500px) {
    .projectsListItem {
        width: calc(100% - 35px);
    }
}

.projectsListItem:nth-child(1), .projectsListItem:nth-child(2), .projectsListItem:nth-child(3), .projectsListItem:nth-child(4) {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.projectsListItem.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.projectsListItemTop {
    position: relative;
    margin-bottom: 5px;
}

.projectsListItemCat {
    position: absolute;
    top: 17px;
    left: 17px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 27px;
    -webkit-box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
}

@media (max-width: 768px) {
    .projectsListItemCat {
        top: 10px;
        left: 10px;
        font-size: 12px;
        line-height: 160%;
        padding: 10px 25px;
    }
}

.projectsListItemImg img {
    width: 100%;
    aspect-ratio: 18/12;
    -o-object-fit: cover;
    object-fit: cover;
}

.projectsListItemName {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .projectsListItemName {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 10px;
    }
}

.projectsListItemDesc {
    font-family: OpenSans, serif;
    font-size: 14px;
    color: #444749;
    font-weight: 400;
}

@media (max-width: 768px) {
    .projectsListItemDesc {
        font-size: 16px;
        line-height: 160%;
    }
}

.projectsListItemBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .projectsListItemBottom {
        min-height: 77px;
    }
}

@media (max-width: 768px) {
    .projectsListItemBottom {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.projectsListItemBottomLink svg {
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #000;
}

@media (max-width: 768px) {
    .projectsListItemBottomLink svg {
        width: 26px;
        height: 26px;
    }
}

.projectsListItemBottomLink svg path {
    fill: #f4f4f4;
}

.projectsListItemBottomLink:hover svg {
    background-color: #007cc3;
    border-color: #007cc3;
}

.projects .btn {
    margin: 50px auto 0 auto;
}

.popupArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 470px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-right: 0;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
}

.siteMain section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    .siteMain section:last-of-type.step-form {
        padding-bottom: 0;
    }
}

.siteMainNav {
    position: fixed;
    top: 470px;
    right: -200%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.2s cubic-bezier(0.16, 0.91, 0.51, 1.13);
    transition: all 0.2s cubic-bezier(0.16, 0.91, 0.51, 1.13);
    z-index: 99;
}

@media (max-width: 1024px) {
    .siteMainNav {
        padding-left: 15px;
    }
}

.siteMainNav.active {
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.siteMainNavClose {
    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;
    width: 34px;
    height: 34px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    position: absolute;
    left: -16px;
    top: -16px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .siteMainNavClose {
        left: 0;
    }
}

.siteMainNavClose:hover svg path {
    fill: #007cc3;
}

.siteMainNav .navpopup {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    box-shadow: 0px 2px 15px rgba(17, 19, 39, 0.25);
    padding: 35px 30px;
}

@media (max-width: 768px) {
    .siteMainNav .navpopup {
        padding: 24px;
    }
}

.siteMainNav .navpopupTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
}

.siteMainNav .navpopupContentLink {
    margin-bottom: 7px;
    border-bottom: 1px solid #dfe6ec;
}

.siteMainNav .navpopupContentLink:last-of-type {
    border-bottom: 0;
}

.siteMainNav .navpopupContentLink:last-of-type a {
    padding-bottom: 0;
}

.siteMainNav .navpopupContentLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #444749;
    text-decoration: none;
    padding-bottom: 6px;
}

.siteMainNav .navpopupContentLink a svg {
    margin-top: 5px;
    width: 12px;
}

.siteMainNav .navpopupContentLink a:hover {
    color: #007cc3;
}

.siteMainNav .navpopupContentLink a:hover svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.siteMainNav .navpopupContentLink a:hover svg path {
    stroke: #007cc3;
}

.TopPosts {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .TopPosts {
        margin-bottom: 40px;
    }
}

.TopPostsBlock {
    padding: 60px 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media (max-width: 768px) {
    .TopPostsBlock {
        padding: 20px;
    }
}

.TopPostsBlockTop {
    position: relative;
    z-index: 2;
    width: 60%;
    color: #fff;
}

@media (max-width: 768px) {
    .TopPostsBlockTop {
        width: 100%;
    }
}

.TopPostsBlockTopSubtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.TopPostsBlockBottom {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .TopPostsBlockBottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

.TopPostsBlockBottomItems {
    cursor: pointer;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems {
        width: 100%;
    }
}

.TopPostsBlockBottomItems:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: calc(60% - 10px);
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems:first-child {
        width: 100%;
    }
}

.TopPostsBlockBottomItems:first-child .TopPostsBlockBottomItem {
    height: 100%;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems:first-child .TopPostsBlockBottomItem {
        width: 100%;
        height: 210px;
    }
}

.TopPostsBlockBottomItems:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: calc(40% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems:last-child {
        width: 100%;
    }
}

.TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItem {
    height: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItem {
        width: 100%;
        height: 210px;
    }
}

.TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItemBottom {
    padding: 15px;
}

.TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItemBottomTitle {
    font-size: 20px;
    margin-bottom: 5px;
}

.TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItemBottomTitleDesc {
    font-size: 12px;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItems:last-child .TopPostsBlockBottomItemBottomTitleDesc {
        display: none;
    }
}

.TopPostsBlockBottomItem {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItem {
        width: 100%;
        height: 210px;
        margin: 10px auto;
    }
}

.TopPostsBlockBottomItemImg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.TopPostsBlockBottomItemImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.TopPostsBlockBottomItemCat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #007cc3;
    font-size: 12px;
}

.TopPostsBlockBottomItemBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5647058824);
    padding: 20px;
}

.TopPostsBlockBottomItemBottomTitle {
    font-size: 26px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItemBottomTitle {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.TopPostsBlockBottomItemBottomDesc {
    font-size: 16px;
    font-weight: 300;
}

.TopPostsBlockBottomItemBottomDesc p {
    color: #fff;
}

@media (max-width: 768px) {
    .TopPostsBlockBottomItemBottomDesc {
        display: none;
    }
}

.TopPostsBlockBottomItemBottomText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
}

.TopPostsBlockBottomItemBottomTextDate {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.TopPostsBlock::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5019607843);
    top: 0;
    left: 0;
    z-index: 1;
}

.Blog .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .Blog .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.BlogSidebare {
    width: 360px;
    margin-left: 25px;
}

@media (max-width: 768px) {
    .BlogSidebare {
        margin-left: unset;
        width: 100%;
    }
}

.BlogSidebareName {
    font-size: 12px;
    color: #686868;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .BlogSidebareName {
        margin-bottom: 16px;
    }
}

.BlogSidebareSearch {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .BlogSidebareSearch {
        margin-bottom: 20px;
    }
}

.BlogSidebareSearch input[type=text].BlogSidebareSearchInput {
    width: 100%;
    padding: 15px 20px;
    color: #686868;
    border-color: #DFE6EC;
    border-radius: 5px;
    font-size: 16px;
}

.BlogSidebareSearchButton {
    margin-top: 25px;
    width: 100%;
    cursor: pointer;
}

.BlogSidebareFilter {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .BlogSidebareFilter {
        margin-bottom: 20px;
    }
}

.BlogSidebareFilterCats {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.BlogSidebareFilterCatsItem {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #DFE6EC;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BlogSidebareFilterCatsItem.active {
    background-color: #708FAA;
}

@media (max-width: 768px) {
    .BlogSidebareBaners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto -10px;
    }
}

.BlogSidebareBanersItem {
    margin: 25px auto;
    cursor: pointer;
}

@media (max-width: 768px) {
    .BlogSidebareBanersItem {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

.BlogSidebareSocs {
    padding: 30px;
    background-color: #fff;
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .BlogSidebareSocs {
        display: none;
    }
}

.BlogSidebareSocs.mobile {
    display: none;
}

@media (max-width: 768px) {
    .BlogSidebareSocs.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.BlogSidebareSocs .BlogSidebareName {
    margin-bottom: 0;
}

.BlogSidebareSocsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.BlogSidebareSocsBlockItem {
    height: 25px;
    width: 25px;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
}

.BlogSidebareSocsBlockItem img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Blog .BlogPosts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px;
    margin-bottom: 50px;
    margin-right: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 400px;
}

@media (max-width: 768px) {
    .Blog .BlogPosts {
        margin: auto;
        margin-bottom: 50px;
    }
}

.Blog .BlogPostsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 10px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .Blog .BlogPostsItem {
        width: 100%;
        margin: 10px auto;
    }
}

.Blog .BlogPostsItemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 213px;
}

.Blog .BlogPostsItemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Blog .BlogPostsItemCat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 14px;
    background-color: #007cc3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.Blog .BlogPostsItemInfo {
    margin-top: 20px;
}

.Blog .BlogPostsItemInfoText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 12px;
    color: #686868;
}

.Blog .BlogPostsItemInfoTextDate {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DFE6EC;
}

.Blog .BlogPostsItemInfoTitle {
    font-size: 20px;
    font-weight: 700;
    color: #0c2134;
    margin-bottom: 12px;
}

@media (min-width: 1024px) {
    .Blog .BlogPostsItemInfoTitle {
        min-height: 65px;
    }
}

.Blog .BlogPostsItemInfoDesc {
    font-weight: 300;
    font-size: 16px;
}

.Blog .BlogPostsMore {
    margin: auto;
    padding: 15px 25px;
    border: 1px solid #0C2134;
    border-radius: 4px;
    cursor: pointer;
    color: #0C2134;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.TopPostBlog {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .TopPostBlog {
        margin-bottom: 40px;
    }
}

.TopPostBlogBlock {
    position: relative;
    min-height: 400px;
    padding: 80px 100px;
    color: #fff;
}

@media (max-width: 768px) {
    .TopPostBlogBlock {
        padding: 50px 25px;
        min-height: 260px;
    }
}

.TopPostBlogBlockImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.TopPostBlogBlockImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.TopPostBlogBlockImg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5647058824);
    height: 100%;
    width: 100%;
}

.TopPostBlogBlockTitle {
    position: relative;
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    .TopPostBlogBlockTitle {
        font-size: 28px;
    }
}

.TopPostBlogBlockInfo {
    position: absolute;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .TopPostBlogBlockInfo {
        bottom: 40px;
    }
}

.TopPostBlogBlockInfoItem {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 500;
}

.TopPostBlogBlockInfoItem:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

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

@media (max-width: 768px) {
    .PostBlog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.PostBlogContent {
    width: 100%;
}

@media (max-width: 768px) {
    .PostBlogContent section:last-child {
        margin-bottom: 20px !important;
    }
}

.PostBlog .BlogSidebareBookmark {
    padding: 35px;
    background-color: #fff;
}

.PostBlog .BlogSidebareBookmarkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: unset;
    color: #444749;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
}

.PostBlog .BlogSidebareBookmarkItemNum {
    margin-right: 15px;
    color: #007cc3;
    font-weight: 700;
}

.Block_post {
    margin-bottom: 56px;
}

.Block_post b {
    font-weight: bold;
}

.Block_post p a {
    color: #007cc3;
}

.Block_postContent p, .Block_postContent ul {
    font-size: 16px;
    font-weight: 300;
    color: #444749;
}

.Block_postContent p strong, .Block_postContent ul strong {
    font-weight: 600;
    color: #0C2134;
}

.Block_postContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Block_postContent ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
}

.Block_postContent ul li::before {
    top: 9px;
    left: 4px;
    position: absolute;
    content: "";
    display: block;
    line-height: normal;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background-color: #007cc3;
    margin-right: 20px;
}

.Block_postImg {
    margin-top: 32px;
}

.Block_postImg img {
    width: 100%;
}

.Video_post {
    position: relative;
    height: 500px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .Video_post {
        margin-bottom: 15px;
    }
}

.Video_postVideo {
    height: 100%;
    position: relative;
}

.Video_postVideo iframe {
    width: 100%;
    height: 100%;
}

.Video_postImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.Video_postImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Video_postBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ActualPost {
    margin: 80px auto;
}

@media (max-width: 768px) {
    .ActualPost {
        margin: 40px auto;
    }
}

.ActualPostTitle {
    text-align: center;
    margin-bottom: 48px;
}

.ActualPostBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

@media (max-width: 768px) {
    .ActualPostBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ActualPostBlockItem {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

@media (max-width: 768px) {
    .ActualPostBlockItem {
        width: calc(100% - 20px);
        margin-bottom: 40px;
    }
}

.ActualPostBlockItem:last-child {
    margin-right: unset;
}

.ActualPostBlockItemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 200px;
}

.ActualPostBlockItemImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ActualPostBlockItemCat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    background-color: #007cc3;
    color: #fff;
    font-size: 12px;
}

.ActualPostBlockItemInfoText {
    margin-top: 20px;
    color: #686868;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ActualPostBlockItemInfoTextDate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #DFE6EC;
}

.ActualPostBlockItemInfoTitle {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.ActualPostBlockItemInfoDesc {
    font-size: 16px;
    font-weight: 400;
    color: #444749;
}

.faq {
    margin: 100px auto;
}

@media (max-width: 1024px) {
    .faq {
        margin-bottom: 20px;
    }
}

.faq .title2 {
    text-transform: uppercase;
    font-family: Roboto, serif;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #0c2134;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .faq .title2 {
        margin-bottom: 1.875rem;
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .faq .subtitle, .faq .title2 {
        text-align: center;
    }
}

.faqBlockItem {
    padding-bottom: 1.875rem;
    padding: 20px 24px;
    margin-bottom: 1.875rem;
    background: #FFFFFF;
    margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
    .faqBlockItem {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.faqBlockItem:last-child {
    margin-bottom: 0;
}

.faqBlockItemQ {
    cursor: pointer;
    font-weight: 500;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.015em;
    color: #303030;
    position: relative;
    padding-right: 3.25rem;
}

@media (max-width: 1024px) {
    .faqBlockItemQ {
        font-weight: 600;
        font-size: 1rem;
        line-height: 138%;
        letter-spacing: -0.02em;
    }
}

.faqBlockItemOpen {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
}

.faqBlockItemOpen.active span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 1024px) {
    .faqBlockItemOpen {
        top: 14px;
        right: 10px;
    }
}

.faqBlockItemOpen span {
    background: #007cc3;
    display: block;
    width: 100%;
    height: 0.125rem;
    position: absolute;
    left: 0;
    bottom: 0.625rem;
}

.faqBlockItemOpen span:nth-of-type(1) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqBlockItemA {
    display: none;
    margin-top: 1.25rem;
    letter-spacing: -0.005em;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444749;
}

@media (max-width: 1024px) {
    .faqBlockItemA {
        max-width: 100%;
        margin-top: 1.5rem;
    }
}

.errorPage {
    margin: auto;
    max-width: 520px;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.errorPage h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 140px;
    line-height: 120%;
    color: #0C2134;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .errorPage h1 {
        font-size: 100px;
    }
}

.errorPage .titleError {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #0C2134;
    padding-bottom: 16px;
}

@media (max-width: 1024px) {
    .errorPage .titleError {
        font-size: 16px;
    }
}

.errorPage .descriptionError {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #686868;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .errorPage .descriptionError {
        font-size: 16px;
    }
}

.errorPage .btn {
    min-width: 300px;
}

@media (max-width: 1024px) {
    .errorPage .btn {
        font-size: 16px;
        min-width: unset;
    }
}

a {
    word-wrap: break-word;
}

.linksBlockContentTitle {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #0C2134;
    margin-bottom: 40px;
}

.linksBlockContentLinks {
    padding: 20px 25px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.linksBlockContentLinksItem {
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #686868;
    padding-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
}

.linksBlockContentLinksItem img {
    padding-right: 10px;
}

.linksBlockContentLinksItem span {
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #686868;
    border-bottom: 1px solid #686868;
}

.cf7sr-g-recaptcha {
    margin-bottom: 26px;
}

/*# sourceMappingURL=style.css.map */



