/*!
Theme Name: efimov_v2
Theme URI: #
Author: Vova Sydorovych
Author URI: https://freelancehunt.com/freelancer/exCheckPoint.html 
Description: Description
Version: 1.0.0
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
body.no-scroll {
	overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 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 {
	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"] {
	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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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: Gilroy, "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: Gilroy, 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:0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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: flex;
	justify-content: flex-end;
	align-items: center;
    width: 60%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #ffffff;
    border-radius: 8px;
    margin-top: 0px;
}

.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: 160px;
	padding:16px!important;
	color:#1a1f2c!important;
	margin-right: unset!important;
	
}

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

.main-navigation li {
	position: relative;
	display: inline-block;
}

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter {
    float: unset;
}
.wp-block-image{
	margin-bottom: 0;
	line-height: 0;
}
.wrapper {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
/************************ Header & Footer  ************************/
.preview.home-page, header.site-header.page-header {
    background: radial-gradient(71.13% 400.94% at 74.87% 71.13%, #1E2332 0%, rgba(17, 20, 28, 0) 100%), #11141C;
}
footer.site-footer {
	background: #11141C;
}
.left-header {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-branding {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
h1.site-title a {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    text-decoration: none;
}
p.site-description {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #737A8C;
    max-width: 105px;
    margin: 0;
    margin-left: 30px;
}
.site-header .wrapper, .site-footer .wrapper {
    min-height: 120px;
    display: flex;
    justify-content: space-between;
}
#primary-menu a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: block;
    align-items: center;
    color: #D3D9E9;
    margin-right: 30px;
	padding:8px;
}
a.modal-window {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #8383FF;
    border-radius: 3px;
    width: 185px;
    height: 40px;
    text-decoration: none;
}
.social a {
    line-height: 0;
    margin-left: 10px;
}
.social {
    display: flex;
}
header.mob, footer.mob {
	display:none;
}
@media (max-width:1279px) {
.left-header {
    width: 45%;
}
.main-navigation {
    width: 55%;
}
#primary-menu a {
    margin-right: 20px;
}
}
@media (max-width:991px) {
header.mob-hide, footer.mob-hide {
	display:none;
}
header.mob, footer.mob {
	display:block;
}
.site-header.mob .wrapper, .site-footer.mob .wrapper {
    min-height: auto;
    align-items: center;
    padding: 20px;
}
.burger-menu, .header-send, #close-menu {
    background: #292F40;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}
#close-menu {
	position: absolute;
	left: 20px;
	top: 20px;
}
h1.site-title a, h1.site-title {
    font-size: 24px;
    line-height: 29px;
}
p.site-description {
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0;
    max-width: none;
}
.site-footer.mob .wrapper {
    flex-direction: column;
    align-items: flex-start;
}
a.modal-window {
    width: 100%;
    max-width: 420px;
    margin: auto;
    margin-bottom: 10px;
}
.footer-social {
    display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.footer-social a img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 25px;
}
.footer-social a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #787878;
    text-decoration: none;
}
.footer-meta {
    display: flex;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}
.footer-meta h1.site-title a, .footer-meta h1.site-title {
    font-size: 26px;
    line-height: 31px;
}
.footer-meta p.site-description {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: unset;
    max-width: 105px;
}
nav.mob-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    align-items: center;
	justify-content: flex-start;
	display: none;
	opacity: 0;
	transition: .5s;
}
nav.mob-navigation.active {
	display:flex;
	opacity: 1;
    z-index: 9999;
}
.mob-navigation ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}
.mob-navigation ul#primary-menu a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #D3D9E9;
    margin-bottom: 25px;
}
.mob-navigation ul#primary-menu li:last-of-type a {
    margin-bottom: 0;
}
}
/********************* Porfolio page ***********************/
.post-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
article.post {
    width: calc(33.3% - 20px);
    margin-bottom: 40px;
}
article.post a {
	text-decoration: none;
}
a.post-thumbnail {
    width: 100%;
    height: 230px;
    background: #F5F6FA;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.post-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}
h3.post-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #4F4F4F;
    margin: 20px 0 0;
}
p.post-meta {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #737A8C;
}
nav.navigation.pagination {
    margin: 10px 0 50px;
}
.nav-links span, .nav-links a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #292E3C;
    text-decoration: none;
    padding: 9px 15px;
    background: #F5F6FA;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
}
.nav-links .current {
    color: #FFFFFF;
    background: #8391FF;
}
.page-meta {
    padding: 50px 0;
}
.page-meta a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #525A68;
    text-decoration: none;
}
.page-meta a svg {
    margin: 0 18px 0 8px;
}
.page-meta h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #11141C;
    margin: 15px 0 30px;
}
.page-meta p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #292E3C;
    margin: 0;
}
@media (max-width:1023px) {
article.post {
    width: calc(50% - 15px);
}
}
@media (max-width:699px) {
.page-meta {
    padding: 15px 0 20px;
}
.page-meta a {
    font-size: 14px;
    line-height: 16px;
}
.page-meta h1 {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 22px;
}
.page-meta.portfolio h1 {
    margin: 15px 0 10px;
    font-size: 24px;
    line-height: 29px;
}
.page-meta p {
    font-size: 14px;
	line-height: 24px;
	color: #737A8C;
}
article.post {
    width: 100%;
}
a.post-thumbnail {
    height: 165px;
}
h3.post-title {
    margin: 10px 0 0;
}
article.post {
    width: 100%;
    margin-bottom: 20px;
}
nav.navigation.pagination {
    margin: 0 0 20px;
}
}
/************************* Contact page *******************************/
section.contacts {
    min-height: calc(100vh - 240px);
}
.contacts-container {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts-container a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #787878;
    text-decoration: none;
}
.contacts-container a img {
    margin-right: 20px;
    width: 45px;
	height: 45px;
	object-fit: contain;
}
@media (max-width:1023px) {
.contacts-container {
    flex-wrap: wrap;
}
.contacts-container a {
    width: 50%;
}
}
@media (max-width:699px) {
.contacts-container {
	margin: 0 0 20px;
}
.contacts-container a {
    width: 100%;
}
}
/********************** Single post **********************/
.single-post .page-meta {
    padding: 50px 0 0;
}
.single-post-wrapper p {
    margin: 0 0 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #292E3C;
}
.alternative-block {
    margin: 10px 0 15px;
}
.alternative-block .bot-content {
    margin: -120px -20px 0;
}
.alternative-block .bot-content img {
    border: 20px solid #171B26;
    border-radius: 40px;
    width: 100%;
    height: auto;
}
.alternative-block .top-content {
    margin: 0 -60px;
    background: #F5F6FA;
    border-radius: 15px;
    padding: 30px 60px 120px;
}
.ab-top-wrapper {
    max-width: 820px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.ab-logo-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.ab-logo-btn a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #6FCF97;
    border-radius: 3px;
    min-height: 40px;
    min-width: 180px;
    padding: 0 20px;
}
.ab-text p {
    font-size: 14px;
    line-height: 24px;
}
.ab-info a, .ab-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
    text-decoration: none;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
	margin-right: 40px;
}
.ab-info a img, .ab-info p img {
    margin-bottom: 2px;
    margin-right: 5px;
    max-height: 25px;
}
.ab-info {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
section.calc img {
    box-shadow: 0px 20px 80px rgb(60 96 191 / 20%);
    border-radius: 10px;
}
section.calc {
    padding: 70px 0 50px;
    margin-top: -50px;
}
.acc-wrapper {
    background: #F5F6FA;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
.acc-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.acc-title svg {
	width: 24px;
	height: 24px;
	margin-right: 15px;
	cursor: pointer;
	transition: .5s;
}
.acc-wrapper.open .acc-title svg {
	transform: rotate(90deg);
}
.acc-title p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
	color: #292E3C;
	cursor: pointer;
	max-width: calc(100% - 40px);
}
.acc-text p {
    padding: 0 25px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 0;
}
.acc-text {
    height: 0;
	overflow: hidden;
	transition: .5s;
}
.recent-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.recent-posts {
    padding: 30px 0 10px;
}
.recent-posts h2 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #11141C;
    padding-bottom: 50px;
}
.ab-info a.mob-hide {
	display: none;
}
@media (max-width:1359px) {
.alternative-block .top-content {
    margin: 0 -20px;
}
.alternative-block .bot-content {
    margin: -120px 0 0;
}
}
@media (max-width:699px) {
.single-post .page-meta {
    padding: 15px 0 0;
}
.single-post-wrapper p {
    font-size: 14px;
	line-height: 24px;
	margin: 0 0 25px;
}
.alternative-block {
    margin: 0 0 20px;
}
.alternative-block .top-content {
	padding: 20px;
}
.ab-logo-btn a {
    display: none;
}
.ab-logo-btn img {
    width: 100%;
}
.ab-logo-btn {
    margin-bottom: 20px;
}
.ab-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.ab-info a, .ab-info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.ab-info a.mob-hide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    height: 40px;
    margin: auto;
    background: #6FCF97;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.alternative-block .bot-content {
    margin: -20px 0 0;
}
.alternative-block .bot-content img {
    border: 5px solid #171B26;
    border-radius: 10px;
}
.alternative-block .bot-content {
    margin: -20px -10px 0;
}
.acc-title p {
    font-size: 14px;
    line-height: 16px;
}
.acc-text p {
    padding: 0 15px;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 0;
}
section.recent-posts {
    padding: 0;
}
.recent-posts h2 {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 10px;
}
}
/******************** Price page ********************/
.prices-page .page-meta {
    padding: 50px 0 0;
}
.prices-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #292E3C;
    margin: 0 0 30px;
}
.price-list {
    background: #FFFFFF;
    box-shadow: 0px 20px 80px rgb(60 96 191 / 20%);
    border-radius: 10px;
	padding: 30px;
	margin-bottom: 50px;
}
.pl_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E8F5;
}
.pl_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 48px;
    color: #292E3C;
    margin: 0;
}
.pl_item:last-of-type {
    border: none;
}
.calc-accordeon.price {
	padding-bottom: 30px;
}
@media (max-width:699px) {
.prices-page .page-meta {
	padding: 15px 0 0;
}
.prices-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 25px;
}
.price-list {
    margin: 0 -20px 20px;
    padding: 20px;
}
.pl_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pl_item p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
p.pl_val {
    font-weight: bold;
    color: #8391FF;
}
}
/******************** Reviews page *******************/
.page-meta.reviews {
    padding-bottom: 30px;
}
.text-reviews h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #11141C;
    margin: 0;
    padding-bottom: 30px;
}
.tr-item {
    background: #F5F6FA;
    border-radius: 5px;
    padding: 30px;
	padding-left: 75px;
	height: 100%;
}
.tr-wrapper {
	margin: 0 0 50px;
}
.tr-wrapper .owl-stage {
	display: flex;
}
.tr-meta {
    display: flex;
    align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.tr-item:focus {
    outline: none;
}
img.tr-client-img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 5px;
    margin-right: 20px;
}
.tr-meta-text p.name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #525A68;
    margin: 0;
}
.tr-meta-text p.position {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #A5A9AF;
    margin: 0;
}
.tr-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #525A68;
    margin: 0;
}
span.quote {
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 62px;
    color: #DAE5EB;
    position: absolute;
    top: 0;
    left: -50px;
}
.tr-text {
    position: relative;
}
.video-reviews h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #11141C;
    margin: 0;
    padding-bottom: 30px;
}
.vr-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.vr-item {
    width: calc(50% - 15px);
    display: flex;
    background: linear-gradient(270deg, #262C3F 26.78%, rgba(17, 20, 28, 0) 95.29%), #11141C;
	border-radius: 5px;
	min-height: 340px;
	position: relative;
}
.vr-meta {
    padding: 30px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.vr-name {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 10px;
    max-width: 200px;
}
p.vr-position {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #737A8C;
    margin: 0;
}
.vr-play {
    display: flex;
    justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.vr-play p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #737A8C;
    margin: 0;
    max-width: 170px;
    padding-left: 20px;
}
.vr-avatar {
    display: flex;
    justify-content: center;
    width: 50%;
    align-items: flex-end;
}
.vr-video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.vr-video.active {
	display: block;
}
.vr-video iframe {
	border-radius: 5px;
	width: 100%;
    height: 100%;
}
section.partners {
    padding-bottom: 25px;
}
.partners h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #11141C;
    margin: 0;
    padding-bottom: 50px;
}
.partners img.mob, .home-review img.mob {
	display: none;
}
.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #11141C;
    border-radius: 50%;
	cursor: pointer;
	width: 30px;
	height: 30px; 
	display: flex; 
	justify-content: center;
	align-items: center;
}
.owl-prev, .owl-next {
    margin: 0 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0px 5px 10px rgb(60 96 191 / 10%);
    justify-content: center;
	align-items: center;
	position: absolute;
    top: calc(50% - 20px);
}
.owl-prev {
	left: -20px;
}
.owl-next {
	right: -20px;
}
@media (max-width:1279px){
.vr-avatar img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.vr-play p {
    display: none;
}
.vr-item {
    max-height: 280px;
    min-height: unset;
}
}
@media (max-width:991px) {
.vr-wrapper {
    flex-direction: column;
    align-items: center;
}
.vr-item {
    width: 100%;
    margin-bottom: 30px;
}
.partners img.mob, .home-review img.mob {
	display: block;
}
.partners img.desktop, .home-review img.desktop {
	display: none;
}
.partners img, .home-review img {
    width: 100%;
    height: auto;
}
}
@media (max-width:699px) {
.page-meta.reviews {
	padding-bottom: 20px;
}
.text-reviews h3 {
    padding-bottom: 40px;
}
.tr-meta-text p.name {
    font-size: 14px;
    line-height: 17px;
}
span.quote {
    display: none;
}
.tr-item {
	padding: 20px;
	min-width: 280px;
}
.tr-wrapper {
	margin-bottom: 20px;
}
.video-reviews h3 {
    padding-bottom: 20px;
}
.vr-item {
	height: 220px;
	margin-bottom: 20px;
}
.vr-meta {
    padding: 20px;
    padding-right: 0;
}
p.vr-name {
    font-size: 18px;
    line-height: 21px;
}
p.vr-position {
    font-size: 12px;
	line-height: 14px;
	width: 130px;
}
.vr-play svg {
    width: 40px;
    height: 40px;
}
.vr-avatar img {
	border-radius: 5px;
	max-height: 90%
}
.vr-wrapper {
    margin: 0;
}
.partners h3 {
    padding-bottom: 20px;
}
}
/******************** Home page ********************/
section.home_preview {
    padding: 40px 0 90px;
}
.home_preview .wrapper {
    position: relative;
	display: flex;
	padding-bottom: 115px;
}
.hp-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: flex-start;
	width: calc(50% + 15px);
}
span.hpl-title {
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    color: #FFFFFF;
    max-width: 500px;
    display: block;
    margin-bottom: 30px;
}
p.hpl-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #737A8C;
    margin: 0 0 30px;
    max-width: 395px;
}
a.hpl-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 20px;
    background: #8383FF;
    border-radius: 3px;
    height: 40px;
    width: 210px;
}
.hp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
p.hpr-text {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 68px;
    color: #FFFFFF;
    max-width: 205px;
    margin: 0;
}
.hpr-play {
    display: flex;
	align-items: center;
	cursor: pointer;
}
.hpr-play p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #737A8C;
    max-width: 175px;
    padding-left: 20px;
    margin: 0;
}
img.hp-img {
    position: absolute;
    bottom: 0;
    right: 20px;
}
section.about {
	margin-top: -90px;
	padding-bottom: 50px;
}
.about-wrapper {
    margin: 0 -60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgb(17 20 28 / 25%);
    border-radius: 10px;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-item {
    width: calc(25% - 22.5px);
}
.about-meta {
    display: flex;
    align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.about-meta img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}
.about-meta span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #4F4F4F;
    margin: 0;
    margin-right: 10px;
}
.about-meta p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    margin: 0;
}
p.about-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #737A8C;
    margin: 0;
}
.cases-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.cases-title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #11141C;
    margin: 0;
}
.cases-title a, .cases-wrapper a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
}
.cases-title a p, .cases-wrapper a p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #525A68;
    margin: 0;
    margin-right: 10px;
}
.cases-title a svg, .cases-wrapper a svg {
    transform: rotate(180deg);
}
.cases-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.case-item {
    width: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.case-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #292E3C;
    margin: 0;
}
.case-item img {
    margin-right: 18px;
}
section.cases {
    padding-bottom: 10px;
}
.comp-wrapper {
    margin: 0 -60px;
    background: radial-gradient(29.6% 74.4% at 81.07% 60.26%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #11141C;
    background-blend-mode: overlay, normal;
    border-radius: 10px;
    padding: 50px 60px;
    position: relative;
}
.comp-wrapper h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 50px;
}
.cs-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.cs-web, .cs-layout {
    width: 50%;
}
.comp-sect {
    max-width: 850px;
}
.comp-sect h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
}
.cs-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.cs-item img {
    margin-right: 20px;
}
p.csi-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #AFAACC;
    margin: 0;
}
p.csi-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #AFAACC;
    margin: 0;
}
.cs-video-audio h4 {
    width: 100%;
}
.cs-video-audio {
    display: flex;
    flex-wrap: wrap;
}
.cs-video-audio .cs-item {
    margin: 0;
    width: 50%;
}
img.comp-img {
    position: absolute;
    right: 160px;
    bottom: 0;
    height: 95%;
}
section.competence {
    padding-bottom: 50px;
}
.stages h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #11141C;
    margin: 0;
    padding-bottom: 50px;
}
.stage-item {
    width: calc(50% - 15px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
img.stage-img {
    margin-right: 20px;
}
p.si-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #454545;
	margin: 0;
	padding-bottom: 20px;
}
p.si-title span {
    font-weight: bold;
}
p.si-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #292E3C;
    margin: 0 0 10px;
}
.si-desc {
    background: #F5F6FA;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.si-desc p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #292E3C;
	min-width: 60%;
	margin: 0;
}
.si-desc a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #8391FF;
    text-decoration: none;
    margin: 0;
}
.link_review img{
	display: inline-block!important;
	width:16px!important;
}
.si-desc span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #787878;
    margin: 0;
}
.stages-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
section.calc-accordeon.home-page {
    padding-bottom: 30px;
}
section.home-review {
    background: #F5F6FA;
    padding: 35px 0;
}
.home-review h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #11141C;
    margin: 0;
    padding-bottom: 60px;
}
.home-review .tr-item {
    background: #FFFFFF;
}
.home-review .tr-wrapper {
    margin-bottom: 60px;
}
.home-video {
    position: absolute;
    width: calc(100% - 40px);
	height: 100%;
	display: none;
}
.home-video.active {
	display: block;
}
.home-video .wp-video {
    width: 100%;
    height: 100%;
}
.home-video .mejs-video {
    max-height: 100%;
	max-width: 100%;
	border-radius: 5px;
}
.home-video .mejs-controls {
	display: none;
}
.home-video .mejs-overlay-button {
	background: url(image/play.svg) no-repeat;
	background-size: 100%;
}
.home-video .mejs-overlay:hover>.mejs-overlay-button {
    background-position: unset !important;
}
.home-video video {
    width: 100% !important;
    height: 100% !important;
	object-fit: cover;
	border-radius: 5px;
}
.close-hv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
	top: -30px;
	cursor: pointer;
}
.close-hv p {
    margin: 0;
    margin-right: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #BCBCBC;
}
.partners-logo a img {
    width: 70%;
    margin-bottom: 25px;
}
.partners-logo a {
    max-width: 200px;
    text-align: center;
}
.partners-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width:1360px) {
.about-wrapper {
    margin: 0;
}
.comp-wrapper {
    margin: 0 -20px;
}
img.comp-img {
    right: 100px;
}
}
@media (max-width:1279px) {
img.comp-img {
    right: 40px;
}
}
@media (max-width:1199px) {
.hpr-play p {
	display: none;
}
img.comp-img {
    right: 0px;
}
}
@media (max-width:1099px) {
img.comp-img {
    display: none;
}
.comp-sect {
    max-width: unset;
}
}
@media (max-width:1023px) {
.hp-right {
    width: calc(50% - 15px);
    align-items: center;
}
p.hpr-text {
    text-align: right;
    max-width: 220px;
}
img.hp-img {
    display: none;
}
.hpr-play p {
    display: flex;
}
.about-item {
    width: auto;
}
}
.cases-wrapper a.mob, img.stage-img.mob {
	display: none;
}
@media (max-width:699px) {
section.home_preview {
    padding: 20px 0;
}
.home_preview .wrapper {
	flex-direction: column;
	padding-bottom: 90px;
}
.hp-left {
    width: auto;
}
span.hpl-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    max-width: unset;
}
p.hpl-text {
    font-size: 14px;
    line-height: 24px;
    max-width: unset;
    margin-bottom: 20px;
}
a.hpl-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: 420px;
	margin: auto;
	z-index: 1;
}
.hp-right {
    width: auto;
    align-items: flex-start;
}
p.hpr-text {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
    max-width: 175px;
}
.hpr-play svg {
    width: 40px;
    height: 40px;
}
.hpr-play p {
    font-size: 12px;
    line-height: 14px;
	max-width: 105px;
	padding-left: 10px;
}
img.hp-img {
    display: block;
    width: 150px;
    right: 0;
}
.home-video {
    width: 100%;
    left: 0;
    bottom: 0;
	z-index: 2;
	height: fit-content;
}
.home-video .wp-video {
    display: flex;
    align-items: flex-end;
}
.home-video .mejs-video {
    min-height: 230px;
}
.close-hv {
    top: 10px;
    right: 10px;
    justify-content: center;
    background: #11141C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.close-hv p {
    display: none;
}
section.about {
    margin-top: -20px;
    padding-bottom: 20px;
}
.about-wrapper {
	padding: 20px;
	box-shadow: 0px 0px 20px rgba(17, 20, 28, 0.1);
}
.cases-title h2 {
    font-size: 24px;
    line-height: 29px;
}
.cases-title {
    margin-bottom: 10px;
}
.cases-title a.mob-hide {
	display: none;
}
.cases-wrapper {
    margin-bottom: 0;
}
.case-item {
    width: 100%;
    margin-bottom: 20px;
}
.case-item img {
    margin-right: 5px;
}
.cases-wrapper a.mob {
	display: flex;
}
.cases-wrapper a {
	flex-direction: row-reverse;
	margin-bottom: 20px;
}
.cases-wrapper a p {
    margin-left: 10px;
}
section.cases {
    padding-bottom: 0;
}
section.competence {
    padding-bottom: 20px;
}
.comp-wrapper {
    border-radius: 0;
    padding: 20px;
}
.comp-wrapper h2 {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 20px;
}
.cs-top {
    flex-direction: column;
    margin-bottom: 0;
}
.cs-web, .cs-layout {
    width: 100%;
}
.cs-item {
    align-items: flex-start;
    margin-bottom: 20px;
}
.cs-item img {
    margin-right: 15px;
}
.csi-meta p {
    font-size: 12px;
    line-height: 16px;
}
.cs-video-audio .cs-item {
    width: 100%;
    margin-bottom: 20px;
}
.cs-video-audio .cs-item:last-of-type {
	margin-bottom: 0;
}
.stages h2 {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 20px;
}
.stages-wrapper {
    margin: 0;
}
.stage-item {
    width: 100%;
	margin-bottom: 20px;
	position: relative;
}
img.stage-img.mob-hide {
	display:none;
}
img.stage-img.mob {
	display: block;
}
.stage-item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
p.si-title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0;
}
p.si-text {
    margin: 0;
}
.si-desc {
	margin-top: 10px;
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.si-desc p {
    width: 100%;
    margin-bottom: 10px;
}
.si-download {
    margin-right: 30px;
}
.partners-logo a {
    max-width: 50%;
    text-align: center;
}
}
/*************** Modal window *****************/
.modal-desctop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal-desctop.active {
	display: flex;
}
.modal-overlay {
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    position: absolute;
}
.md-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px #11141c;
    border-radius: 3px;
    padding: 30px;
	z-index: 9999;
	max-width: min-content;
	position: relative;
}
p.md-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #273142;
    margin: 0;
    padding-bottom: 5px;
}
p.md-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A5A9AF;
    margin: 0;
    padding-bottom: 25px;
}
.md-wrapper p {
	margin: 0;
	position: relative;
}
.md-wrapper br, .mm-wrapper br {
	display: none;
}
.md-wrapper input:not([type="submit"]), .mm-wrapper input:not([type="submit"]) {
    border: 1px solid #D4D6D9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
	align-items: center;
    margin-bottom: 20px;
    max-width: 320px;
}
.md-wrapper input::-webkit-input-placeholder, .md-wrapper input::-moz-placeholder, .mm-wrapper input::-webkit-input-placeholder, .mm-wrapper input::-moz-placeholder {
    color: #A5A9AF;
}
.md-wrapper label, .calc-wrapper label, .mm-wrapper label {
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #D4D6D9;
    position: absolute;
    z-index: 1;
    box-sizing: content-box;
    border: 3px solid #FFFFFF;
    top: -8px;
    left: 15px;
}
.md-agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.mda-icon {
    width: 40px;
    height: 40px;
    background: #EEF4F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.md-agree p {
    max-width: calc(100% - 60px);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #A5A9AF;
}
input[type="submit"] {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 100%;
    background: #8391FF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 3px;
}
.md-wrapper div.wpcf7 .ajax-loader {
    display: none;
}
.close-modal {
    position: absolute;
    top: 35px;
    right: 30px;
	display: flex;
	cursor: pointer;
}
.md-wrapper .wpcf7-form-control-wrap {
    position: unset;
}
.md-req {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EB5757;
    border: 2px solid #FFFFFF;
    position: absolute;
    z-index: 1;
    top: -4px;
    right: 8px;
}
.md-wrapper span.wpcf7-form-control-wrap > span {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    bottom: -14px;
}
.md-wrapper input.wpcf7-not-valid {
    border: 1px solid #EB5757;
}
.wpcf7-response-output {
    font-size: 12px;
    line-height: 14px;
	margin: 20px 0 0 !important;
	border-radius: 3px;
}
.md-wrapper *:focus, .calc *:focus, .mm-wrapper *:focus {
    outline: none;
}
.modal-mob {
    display:none;
}
@media (max-width:699px) {
.modal-mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 30px 20px 20px;
}
.modal-mob.active {
    display:block;
}
.mm-wrapper {
    overflow: scroll;
}
.mm-meta {
    display: flex;
    flex-direction: column;
}
.mm-meta p.mm-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #273142;
    margin: 0;
    padding-bottom: 15px;
}
a.mm-social img {
    margin-right: 25px;
}
a.mm-social {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #787878;
    text-decoration: none;
}
a.mm-social:last-of-type {
    margin-bottom: 30px;
}
p.mm-bold-desc {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #273142;
    margin: 0 0 5px;
}
p.mm-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A5A9AF;
    margin: 0 0 35px;
}
.mm-wrapper .wpcf7 p {
    margin: 0;
    position: relative;
}
.mm-wrapper .wpcf7-form-control-wrap {
    display: block;
}
.mm-wrapper input:not([type="submit"]) {
    max-width: 100%;
}
.close-modal.mob {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #7C89A9;
}
}
/********************* Calculator *********************/
.calc .calc-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 20px 80px rgb(60 96 191 / 20%);
    border-radius: 10px;
    display: flex;
}
.calc-texting {
    background: #fff;
    width: 40%;
    padding: 50px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
h2.calc-title {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #11141C;
    padding-bottom: 10px;
}
p.calc-descripton {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #737A8C;
    margin: 0;
    padding-bottom: 20px;
}
.ct-info {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-start, .price-end {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.price-start p {
    margin: 0;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #11141C;
}
.price-end p, .price-end span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #737A8C;
    margin: 0;
}
.brand-price.price-block {
    padding-bottom: 20px;
}
.result-price {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background: #F5F6FA;
    border-radius: 5px;
    align-items: center;
    margin-top: 20px;
}
.result-price p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #11141C;
    margin: 0;
}
.rp-res {
    display: flex;
}
span#calc_res, .rp-res p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #219653;
}
.calc-texting * {
    position: relative;
    z-index: 2;
}
.calc-texting:before {
    content: '';
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgb(17 20 28 / 25%);
    width: 60%;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 0;
}
.calc-texting:after {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.form-wrapper {
    padding: 50px;
    width: 60%;
}
.form-wrapper form {
    display: flex;
    flex-direction: column;
}
.calc-url-email {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #E3E7EE;
}
.calc-url-email input {
    width: 100%;
}
.calc-url, .calc-email {
    position: relative;
    width: calc(50% - 15px);
}
.calc-url-email input {
    border: 1px solid #E3E7EE;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 15px;
    max-width: 100%;
}
.calc-url-email input::-webkit-input-placeholder, .calc-url-email input::-moz-placeholder {
    color: #737A8C;
}
.calc-range-block {
    padding: 30px 0 55px;
    display: flex;
    flex-direction: column;
}
.calc-range-block p {
    margin: 0;
}
.info-pages p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #11141C;
    padding-bottom: 30px;
}
.your-range {
    padding: 0 0 50px;
    display: block;
}
.your-range input[type='range'] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #8391FF;
    border-radius: 3px;
    height: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.473684, rgba(245, 83, 133, 0.3)), color-stop(0.473684, rgb(131, 145, 255)));
}
.your-range input[type='range']::-webkit-slider-thumb {
    width: 30px;
    -webkit-appearance: none;
    height: 30px;
    border-radius: 50%;
    background:#fff url(image/range_slider.svg);
    background-repeat: no-repeat;
    background-position: calc(50% + 2.5px) center;
    box-shadow: 0px 5px 15px rgba(175, 170, 204, 0.5);
}
.range-num {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    margin-bottom: -10px;
}
.range-num-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 5%;
}
.range-num-item:after {
    content: '';
    width: 1px;
    height: 5px;
    background: #8391FF;
    display: block;
}
.range-num-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 10px;
    display: flex;
    align-items: center;
    color: #C4C4C4;
    margin-bottom: 10px;
}
.calc-checkbox-adaptive, .calc-checkbox-discont {
    display: block;
}
.calc-checkbox-adaptive {
    padding-bottom: 20px;
}
.calc-checkbox-adaptive span.wpcf7-list-item, .calc-checkbox-discont span.wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}
.calc-checkbox-adaptive input, .calc-checkbox-discont input {
    transform: scale(1.3);
    margin-left: 4px;
}
.form-wrapper br {
    display: none;
}
.calc-checkbox-adaptive span.wpcf7-list-item-label, .calc-checkbox-discont span.wpcf7-list-item-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #11141C;
    display: inline-block;
    padding-left: 12px;
}
.calc-send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc-send p {
    margin: 0;
}
.calc-send .ajax-loader {
    display: none !important;
}
.calc-send input[type="submit"] {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 20px;
    width: 190px;
    height: 40px;
}
.cs-download {
    width: 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cs-download a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #8391FF;
    text-decoration: none;
}
.cs-download p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    color: #787878;
}
.cs-download span {
    color: #AFAACC;
    margin-left: 10px;
}
.calc-send .md-agree {
    max-width: 200px;
    margin-bottom: 0;
}
.calc-send .mda-icon {
    margin-right: 10px;
}
.calc-send .md-agree p {
    max-width: calc(100% - 50px);
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #737A8C;
    margin: 0;
}
.calc-wrapper .wpcf7-form-control-wrap {
    position: unset;
}
.calc-wrapper .md-req {
    top: -3px;
}
h2.calc-title.mob {
    display: none;
}
@media (max-width:1270px) {
h2.calc-title {
    font-size: 32px;
    line-height: 40px;
}
}
@media (max-width:1199px) {
.calc-wrapper {
    flex-direction: column;
}
.calc-texting:after, .calc-texting:before {
    display: none;
}
.calc-wrapper .calc-texting, .calc-wrapper .form-wrapper {
    width: 100%;
}
.calc-texting {
    padding-bottom: 25px;
}
.form-wrapper {
    padding-top: 25px;
}
}
@media (max-width:740px) {
.calc .cs-download, .calc .md-agree {
    padding: 0 20px;
}
}
@media (max-width:699px) {
h2.calc-title {
    display: none;
}
h2.calc-title.mob {
    display: block;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 25px;
}
.calc .wrapper {
    padding: 0;
}
.calc .calc-wrapper {
    flex-direction: column-reverse;
    border-radius: 0;
}
.form-wrapper {
    padding: 20px;
    position: relative;
}
.form-wrapper .wpcf7 {
    background: #fff;
    position: relative;
    z-index: 1;
}
.calc-url-email {
    flex-direction: column;
    padding-bottom: 0;
}
.calc-url, .calc-email {
    width: 100%;
    padding-bottom: 25px;
}
.calc-range-block {
    padding: 15px 0 30px;
}
.info-pages p b span {
    display: none;
}
.range-num {
    padding: 0 10px;
}
.range-num-item:nth-child(odd) {
    display: none;
}
.your-range {
    padding: 0 0 40px;
}
.calc-send {
    flex-direction: column;
    align-items: flex-start;
}
.calc-send .md-agree {
    order: 1;
    max-width: unset;
    padding: 0 0 20px;
}
.calc-send input[type="submit"] {
    order: 2;
    width: 100%;
    margin: 0 0 20px;
}
.cs-download {
    order: 3;
    width: auto;
    padding: 0;
}
.cs-download a {
    width: 100%;
}
.form-wrapper:before {
    content: '';
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgb(17 20 28 / 25%);
    width: 60%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: 0;
}
.form-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.calc-texting {
    padding: 20px;
}
p.calc-descripton {
    padding-bottom: 10px;
}
.price-start p {
    font-size: 12px;
}
.price-end p, .price-end span {
    font-size: 12px;
}
.ct-info {
    padding-right: 0;
}
}