/*
Theme Name: xcritical
Author: xcritical
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: xcritical.com
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* 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;
	line-height: 1.25;
	margin: 0.67em 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: #9092B0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

body, .l-header .widget, .menu-item-object-us_page_block{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

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

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-left: 2.5rem;
	padding: 0;
}

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%;
	width: auto;
}

img.js-lazy-loaded{
	height: auto;
}

figure {
	margin: 1em 0;
}

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

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

/*a:visited {*/
/*	color: #800080;*/
/*}*/

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;
	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;
	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 {

	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: 0;
	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: 0;
	top: 60px;
	display: block;
}

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

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

.page-numbers svg {
	max-width: 13px;
}

.page-numbers path {
	fill: #697594;
}

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

.contact-image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-pages-image {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.top-pages-image__background {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-color: #000;
}
.top-pages-image__background img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.mobile-image {
	width: 0;
	height: 0;
}

.first-screen__slider-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.image-expert-block {
	width: 30%;
	text-align: center;
}
.image-expert-block_item {
	max-width: 200px;
	margin: 0 auto;
	background: #1D2A62;
	border-radius: 8px;
	padding: 21px;
}
.image-expert-block_item img {
	border-radius: 10px;
}
.first-screen__slider-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 118.9%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.first-screen__slider-list {
	width: 70%;
}

.pagination-links {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.pagination-links span {
	display: flex;
	width: 100%;
	text-align: center;
	max-width: 200px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	border-radius: 25px;
	color: #474747;
	font-size: 1.2rem;
	background: #f2f2f2;
}
.pagination-links span:after {
	display: block;
	content: '»';
	transform: rotate(90deg);
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
	cursor: pointer;
	transition: .3s;
}
.pagination-links.open span:after, #pagination_navigation:checked ~ .pagination-links span:after {
	transform: rotate(-90deg);
}
.pagination-links__list {
	width: 100%;
	padding: 10px;
	background: #f2f2f2;
	border-radius: 25px;
	text-align: justify;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s max-height, .3s opacity;
}
.pagination-links__list.open, #pagination_navigation:checked ~ .pagination-links__list{
	max-height: 100%;
	opacity: 1;
}
.post__adjacent {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: center;
	font-size: 16px;
	margin-top: 20px;
}

.post__adjacent-link.next-post {
	justify-content: end;
}

.post__adjacent-link {
	color: #ffffff;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

.previous-post {
	color: #697594;
}

.post__adjacent-item {
	flex-basis: 50%;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
	padding-right: 10px;
	font-weight: bold;
}
.last-news-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 15px 15px 40px;
	background: #293866;
	border-radius: 8px;
}

.last-news-image img{
	margin: 0 auto;
	display: flex;
	margin-bottom: 25px;
	width: 378px;
	object-fit: cover;
	height: 190px;
}
.last-news-block h4{
	min-height: 76px;
	font-size: 117%;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}
.last-news-block h4 a{
	text-decoration: none;
	color: #333339;
}
.last-news-block h4 a:hover{
	color: #e30202;
}
.last-news-link{
	margin-top: 15px;
}
.last-news-link a{
	text-decoration: underline;
	color: #60B0F3;
}

.last-news__wrapper {
	margin-bottom: 35px;
}

.last-news-main{
	font-weight: 700;
	font-size: 42px;
	line-height: 118.9%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 65px;
}
.related-post-video-item embed{
	max-width: 600px;
	width: fit-content;
	width: -moz-fit-content;
	height: 230px;
}
.related-post-video-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(33.33% - 25px);
}
.main-news-title h1{
	font-size: 32px;
	line-height: 28px;
	color: #0EB2F0;
	font-weight: 700;
	text-align: center;
	margin: 50px 0;
}
.news-content h2{
	font-size: 16px;
	margin: 0;
}
@media(max-width: 767px){
	.contact-image{
		justify-content: center;
	}
	.slick-prev, .slick-next{
		display: none!important;
	}
}

@media (max-width: 875px) {
	.first-screen__slider-wrapper {
		display: block;
	}

	.image-expert-block {
		float: left;
		width: 35%;
	}

	.image-expert-block_item {
		padding: 0 21px 3px 0;
		background: unset;
	}

	.first-screen__slider-list {
		width: 100%
	}

	.first-screen__slider-description {
		color: #CEC9D6;
		font-size: 14px;
		line-height: 16px;
		display: flex;
	}

	.container.page-expert {
		background: linear-gradient(180deg, rgba(29, 42, 98, 0) 0%, #1D2A62 100%);
	}
}

/*author in page*/
.container-page-author{
	margin-bottom: 5%;
}

.author-img-page{
	display: flex;
	align-items: center;
	padding: 25px 0;
}
.author-img-page img{
	border-radius: 50%;
	max-width: 100px;
}
.author-info-page{
	padding-left: 37px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.author-info-page p {
	margin: 10px 0;
}

.top {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 15px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition-duration: 0.5s;
	background: rgba(0,0,0,0.20);
	transform: translate3d(0,5rem,0);
}

.top:hover {
	background: rgba(0,0,0,0.46);
}
.top.active {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top img {
	transform: rotate(-90deg);
	width: 20px;
	height: 20px;
}
.top.active {
	transform: translate3d(0,0,0);
}

div.wpcf7 .ajax-loader{
	display: none;
}
.cont-archive h1{
	margin: 50px 0;
	font-weight: 700;
	font-size: 80px;
	line-height: 94px;
	color: #000000;
	text-align: center;
}
.menu-footer-menu-container #menu-footer-menu .current_page_item a, .menu-footer-menu-ru-container #menu-footer-menu-ru .current_page_item a{
	color: red;
}

.page-id-52 .sample-page h3 {
	display: flex;
	line-height: 41px;
	align-items: center;
}
.page-id-52 .sample-page h3 img {
	height: 41px;
	margin-right: 10px;
}

.about-title{
	margin-top: 50px;
	margin-bottom: 20px;
}

.about-us-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.about-title h1{
	color: #3b81bf;
	font-size: 24px;
	text-align: center;
}

.about-bottom-image{
	display: flex;
	justify-content: flex-end;
}
.page-id-1167 p, .page-id-228 p{
	margin: 0;
}

.site-footer-404 {
	padding-top: 50px;
}

.footer__link {
	opacity: 0;
	position: fixed;
	pointer-events: none;
	user-select: none;
	left: 0;
	bottom: 0;
}

.page-404-template {
	justify-content: center;
}

.image-404, .block-link{
	text-align: center;
}

.block-link .wrapper-404_go_to_main_page{
	padding: 15px 40px;
	background: #bf1c2c;
	font-family: SourceSansPro,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	letter-spacing: .05em;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

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

.page-template-default .sample-page img {
	height: 100%;
	width: 100%;
	max-width: fit-content;
}

.post-thumbnail img{
	max-width: 1300px;
	width: 100%;
	object-fit: cover;
	max-height: 600px;
}

.contact-p{
	display: flex;
	align-items: center;
}

div.wpcf7-response-output{
	border: none;
}

.sample-page {
	padding-bottom: 80px;
}
@media screen and (max-width:500px) {
	.sample-page {
		padding-bottom: 35px;
	}
}
.page-post h1, .page-post h1, .page-post h1{
	text-align: center;
}

.lang-drop.open-lang-drop .list-language > li {
    display: list-item;
}


/*Customizer*/

#site-navigation .mobile-logo img {
	left: auto;
	z-index: 999999;
	position: absolute;
	top: 12px;
}

.error404 .container-404{
	padding-top: 50px;
	min-height: calc(100vh - 369px);
	display: flex;
	align-items: center;
}

.page-404__wrapper h1 {
	text-align: center;
}

.table-wrapper td {
	padding: 20px;
	border: 1px solid;
}

.table-wrapper table {
	border-collapse: collapse;
}

.lang-drop:hover .list-language > li {
	display: list-item;
}

@media (max-width: 900px) {
	.lang-drop:hover .list-language > li {
		display: none;
	}

	.nav-menu-fixed {
		margin-top: 0!important;
	}
	.nav-menu-fixed .burger {
		top: 3px;
	}

	.main-navigation ul {
		gap: 0
	}
}

.xcrit-block {
	display: flex;
	flex-wrap: wrap;
}
.analitics-title h2 {
	margin-top: 0;
}

.news-link a{
	max-width: 165px;
}

@media (min-width: 768px) and (max-width: 1000px) {
	.last-news-block h4 {
		min-height: 135px;
	}
}

@media (max-width: 768px) {

	.last-news-block{
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
		padding: 15px;
		gap: 35px;
	}

	.col-md-4.col-12.last-news__wrapper {
		flex: 0 0 400px;
		max-width: 50%;
	}

	.last-news-block p {
		font-size: 18px !important;
		line-height: 21px !important;
	}

	.lasts-news_block__wrapper {
		width: 70%;
	}

	.last-news-image {
		width: 35%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.last-news-image img {
		width: 85px;
		object-fit: cover;
		height: 85px;
		margin: 0;
		border-radius: 6px;
	}

	.last-news-block p a {
		font-size: 18px;
		line-height: 21px;
	}

	.last-news-main {
		font-size: 25px;
		margin-bottom: 35px;
	}
}
.custody-description{
	text-align: center;
}
@media (max-width: 991px) {
	.payment-system .payment-works {
		text-align: center;
		padding: 0 15px;
	}
}
.cont-archive h1{
	margin: 25px 0;
}

.first-screen{
	margin-bottom: 15px;
}

.analitics-title{
	align-items: center;
}

.analitics-title h2{
	margin-bottom: 0;
}

.swiper-pagination {
	z-index: 2 !important;
}

.contact-image{
	align-items: flex-start;
	padding-top: 10px;
}

.wp-block-image img{
	max-width: 1000px;
	width: 100%;
}

.wp-block-image{
	text-align: center;
}

.entry-content h2, .entry-content h3{
	text-align: center;
}

@media (max-width: 1200px) {
	.table-wrapper {
		overflow-x: scroll;
	}
}

.entry-content img {
	max-width: 1000px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wrapped_breadcrumb {
	padding-top: 40px;
}

.breadcrumbs {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.breadcrumbs a {
	text-decoration: none;
	color: #9092B0;
}

article header h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
}

.author-date {
	color: #697594;
	font-weight: 400;
	font-size: 16px;
	line-height: 168.4%;
	margin-bottom: 30px;
}

.author-date span a {
	color: #697594;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.page-id-1167 .sample-page, .page-id-228 .sample-page {
		min-height: 100vh;
	}
	.page-id-1167 .wrapped_breadcrumb, .page-id-228 .wrapped_breadcrumb {
		padding-top: 40px;
	}
	.page-id-1167 h1, .page-id-228 h1 {
		margin: 20px 0;
	}
}

.related-post-video-item .ajax-video {
	width: 100%;
	max-width: 600px;
	height: 230px;
	object-fit: cover;
	cursor: pointer;
}

.youtube-iframe .play-button {
	width: 75px;
	height: 50px;
	background-color: #333;
	-webkit-box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.9;
	border-radius: 10px;
}
.youtube-iframe .play-button:before {
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}

.youtube-iframe .play-button {
	cursor: pointer;
}

.youtube-iframe .play-button,
.youtube-iframe .play-button:before {
	position: absolute;
}
.youtube-iframe .play-button {
	top: calc(50% - 25px);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.youtube-iframe .play-button:before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d( -50%, -50%, 0 );
	transform: translate3d( -50%, -50%, 0 );
}

.agree,.grecaptcha-badge {
	display:none!important;
}

.author-info__link {
	width: 75%;
	justify-content: flex-end;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.author-info__link a {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #60B0F3;
}

@media (max-width: 1200px) {
	.author-info__link {
		width: 65%;
	}
}

@media (max-width: 750px) {
	.author-info__link {
		width: 60%;
	}
}

@media (max-width: 650px) {
	.col-md-4.col-12.last-news__wrapper {
		flex: unset;
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.page-404__wrapper h1 {
		font-size: 50px;
	}

	.now-land:after {
		filter: invert(1);
	}
	.lang-drop li {
		background-color: rgba(0, 0, 0, 0);
	}

	.nav-menu-fixed .header-at-left {
		top: 0!important;
	}
	#site-navigation .mobile-logo img {
		left: 15px;
	}
	.main-navigation {
		margin-top: 0;
		margin-bottom: 0;
	}
	.top-pages-image{
		margin-top: 0;
	}

	.sample-page h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.author-info__link {
		width: 100%;
		justify-content: start;
	}

	.author-info-page p {
		margin: 6px 0;
	}

	.author-info-page {
		padding-top: 6px;
		padding-bottom: 7px;
	}

	.author-img-page {
		padding: 0;
	}

	.author-img-page img {
		max-width: 65px;
	}

	.author-info__link a {
		padding-left: 100px;
	}

	.wrapped_breadcrumb {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.breadcrumbs {
		font-size: 14px;
		line-height: 168.4%;
	}

	.breadcrumbs a {
		color: #605B67;
	}

	.breadcrumbs svg path {
		stroke: #605B67;
	}

	.current_breadcrumb {
		color: #ffffff;
	}

	article header h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.post__adjacent-link {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 460px) {
	.related-post-video-item .ajax-video {
		width: 100%;
		max-width: 320px;
		height: 165px;
		object-fit: cover;
		cursor: pointer;
		display: block;
	}
	.related-post-title {
		text-align: center;
		font-size: 17px;
		margin-top: 10px;
	}
	.related-post-video-item embed {
		width: fit-content;
		width: -moz-fit-content;
		max-width: 600px;
		height: 230px;
	}
	.youtube-iframe .play-button {
    	top: calc(50% - 58px);
    	left: calc(50% - 40px);
    	margin: 0;
	}
	.youtube-iframe .play-button:before {
		top: 50%;
		-webkit-transform: translate3d( -50%, -50%, 0 );
		transform: translate3d( -50%, -50%, 0 );
	}
}

@media (max-width: 319px) {
	.block-link .wrapper-404_go_to_main_page {
		font-size: 12px;
	}
}

.author-5 .container-404, .author-10 .container-404, .author-11 .container-404 {
	min-height: calc(100vh - 369px);
}



/* NEW STYLING 16.11.21 */
.last-news-section,
.related-post-video-section {
	margin: 35px 0;
}
html:lang(en) .last-news-section {
	margin-bottom: 65px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
p.related-post-title,
.last-news-block p {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #FFFFFF;
}
.last-news-block p a {
	color: unset;
	text-decoration: none;
}
.related-post-video-items {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.related-post-title {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.related-post-video-items {
		flex-direction: column;
		align-items: center;
	}
	.related-post-video-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

}
@media (min-width: 768px) and (max-width: 1199px) {
	.youtube-iframe .play-button {
    top: calc(50% - 25px);
	}
	.related-post-video-item .ajax-video {
		height: 140px;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	body .header-form form input {
		width: 92%;
	}
}

.analytics-posts {
	display: flex;
}

.main-page-slider_second {
	background: linear-gradient(163.85deg, #0D0F24 1.08%, #162150 48.7%, #0D1024 98.34%);
}

.swiper-button-next:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC4zMjkyNjMgMTUuMTE5QzAuMTE4MzU4IDE0LjkwMTYgLTAuMDAwMTIyMTA2IDE0LjYwNjggLTAuMDAwMTIyMTE5IDE0LjI5OTRDLTAuMDAwMTIyMTMzIDEzLjk5MTkgMC4xMTgzNTggMTMuNjk3MSAwLjMyOTI2MyAxMy40Nzk3TDUuODk4MDEgNy43NDA3NEwwLjMyOTI2MiAyLjAwMTgxQzAuMTI0MzM0IDEuNzgzMTQgMC4wMTA5NDAzIDEuNDkwMjggMC4wMTM1MDM1IDEuMTg2MjlDMC4wMTYwNjY3IDAuODgyMzA5IDAuMTM0MzgyIDAuNTkxNTIxIDAuMzQyOTY2IDAuMzc2NTYyQzAuNTUxNTUgMC4xNjE2MDMgMC44MzM3MTQgMC4wMzk2NzM2IDEuMTI4NjkgMC4wMzcwMzIxQzEuNDIzNjYgMC4wMzQzOTA1IDEuNzA3ODMgMC4xNTEyNDkgMS45MjAwMSAwLjM2MjQ0TDguMjg0MTQgNi45MjEwNkM4LjQ5NTA0IDcuMTM4NDggOC42MTM1MiA3LjQzMzMyIDguNjEzNTIgNy43NDA3NEM4LjYxMzUyIDguMDQ4MTcgOC40OTUwNCA4LjM0MzAxIDguMjg0MTQgOC41NjA0MkwxLjkyMDAxIDE1LjExOUMxLjcwOTA0IDE1LjMzNjQgMS40MjI5NSAxNS40NTg1IDEuMTI0NjQgMTUuNDU4NUMwLjgyNjMyOCAxNS40NTg1IDAuNTQwMjMyIDE1LjMzNjQgMC4zMjkyNjMgMTUuMTE5WiIgZmlsbD0iI0E4QjJDQyIvPg0KPC9zdmc+DQo=);
}

.swiper-button-prev:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC4yODM5IDAuMzM5NDQ2QzguNDk0OCAwLjU1Njg1OCA4LjYxMzI4IDAuODUxNjk0IDguNjEzMjggMS4xNTkxMkM4LjYxMzI4IDEuNDY2NTQgOC40OTQ4IDEuNzYxMzcgOC4yODM5IDEuOTc4NzhMMi43MTUxNCA3LjcxNzYzTDguMjgzOSAxMy40NTY1QzguNDg4ODIgMTMuNjc1MSA4LjYwMjIyIDEzLjk2OCA4LjU5OTY1IDE0LjI3MkM4LjU5NzA5IDE0LjU3NiA4LjQ3ODc4IDE0Ljg2NjcgOC4yNzAxOSAxNS4wODE3QzguMDYxNjEgMTUuMjk2NyA3Ljc3OTQ0IDE1LjQxODYgNy40ODQ0NyAxNS40MjEyQzcuMTg5NSAxNS40MjM5IDYuOTA1MzIgMTUuMzA3IDYuNjkzMTUgMTUuMDk1OEwwLjMyOTAxOSA4LjUzNzNDMC4xMTgxMTQgOC4zMTk4OSAtMC4wMDAzNjU4NzMgOC4wMjUwNSAtMC4wMDAzNjU4NiA3LjcxNzYzQy0wLjAwMDM2NTg0NyA3LjQxMDIxIDAuMTE4MTE0IDcuMTE1MzcgMC4zMjkwMTkgNi44OTc5Nkw2LjY5MzE1IDAuMzM5NDQ2QzYuOTA0MTIgMC4xMjIwOTkgNy4xOTAyMSAtNi40MTA0NGUtMDggNy40ODg1MiAtNS4wNjY2NmUtMDhDNy43ODY4MyAtMy43MjI4OGUtMDggOC4wNzI5MyAwLjEyMjA5OSA4LjI4MzkgMC4zMzk0NDZWMC4zMzk0NDZaIiBmaWxsPSIjQThCMkNDIi8+DQo8L3N2Zz4NCg==);
}

.first-screen__dots-item {
	text-align: center;
}

.first-screen__dots-item span {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.58);
	transition: all .5s;
	cursor: pointer;
}

.swiper-slide-thumb-active span {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	transition: all .5s;
}

.swiper-button-next, .swiper-button-prev, .crypto-connector__btn {
	position: relative;
	outline: none;
}

.pagination-block-swiper {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.xcritical-list__wrapper {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
}

.xcritical-list__wrapper-item {
	background: #fff;
	box-shadow: 0 10px 20px rgb(54 58 120/10%);
	border-radius: 20px;
	height: 74px;
	padding-right: 61px;
	padding-left: 24px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.popup-success-response {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	width: 650px;
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999999;
	font-family: Roboto, sans-serif;
}

.background-send-form {
	position: fixed;
	content: '';
	min-width: 1920px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: black;
	opacity: 0.5;
}

.right-contact-form__wrapper .popup-success-response {
	transform: translate3d(-75%,-290%,0);
}

.crm-wrapper-right .popup-success-response {
	transform: translate3d(-65%,-130%,0);
}

.smartbot-left__block .popup-success-response {
	transform: translate3d(50%,-190%,0);
}

.popup-success-response svg {
	margin-left: auto;
	cursor: pointer;
}

.popup-success-response img {
	margin-top: 40px;
}

.popup-success-response p.success-head {
	font-weight: 700 !important;
	font-size: 22px !important;
	line-height: 140% !important;
	display: flex;
	align-items: center;
	text-align: center;
	color: #100916 !important;
	margin-top: 25px;
}

.popup-success-response p.success-description {
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	display: flex;
	align-items: center;
	text-align: center;
	color: #626262 !important;
	max-width: 364px;
	margin-bottom: 30px;
}

.popup-success-response a, .popup-success-response span {
	width: 200px;
	height: 50px;
	left: 859px;
	top: 569px;
	background: #BF1C2C;
	border-radius: 20px;
	border: none;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 50px;
	z-index: 9999999999;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.xcritical-list__wrapper-item img {
	max-height: 50px;
}

.pagination-block-swiper {
	max-width: 950px;
	margin: 0 auto 100px;
}

.first-screen__dots-item {
	transition: all .3s;
	cursor: pointer;
}

.first-screen__dots-item.swiper-slide-thumb-active {
	color: #ffffff;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}

.xcritical-list__wrapper-left .xcritical-list__wrapper-item:not(:last-child),
.xcritical-list__wrapper-right .xcritical-list__wrapper-item:not(:last-child) {
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.popup-success-response {
		transform: translate3d(25%,-140%,0);
	}
	.right-contact-form__wrapper .popup-success-response {
		transform: translate3d(20%,-222%,0);
	}

	.crm-wrapper-right .popup-success-response {
		transform: translate3d(-60%,-123%,0);
	}

	.smartbot-left__block .popup-success-response {
		transform: translate3d(25%,-190%,0);
	}
}

@media (max-width: 920px) {
	.popup-success-response {
		transform: translate3d(15%,-100%,0);
	}

	.smartbot-left__block .popup-success-response {
		transform: translate3d(15%,-190%,0);
	}

	.right-contact-form__wrapper .popup-success-response {
		transform: translate3d(15%,-180%,0);
	}

	.crm-wrapper-right .popup-success-response {
		transform: translate3d(-60%,-120%,0);
	}
}

@media (max-width: 845px) {
	.popup-success-response {
		transform: translate3d(11%,-100%,0);
	}

	.smartbot-left__block .popup-success-response {
		transform: translate3d(11%,-150%,0);
	}

	.right-contact-form__wrapper .popup-success-response {
		transform: translate3d(15%,-180%,0);
	}

	.crm-wrapper-right .popup-success-response {
		transform: translate3d(-60%,-125%,0);
	}
}

@media screen and (max-width: 824px) {
	.crm-wrapper-right .popup-success-response {
		transform: translate3d(12%,-220%,0);
	}
}

@media (max-width: 810px) {
	.popup-success-response, .right-contact-form__wrapper .popup-success-response,
	.crm-wrapper-right .popup-success-response, .smartbot-left__block .popup-success-response {
		transform: unset;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		border-radius: 0;
		justify-content: flex-end;
	}

	.popup-success-response a, .popup-success-response span {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 0;
		margin-top: 50%;
	}
}

@media (max-width: 425px) {

	.xcritical-list__wrapper-item {
		width: 100%;
		text-align: center;
	}

	.last-news-block {
		gap: 10px;
	}

	.last-news-block p {
		font-size: 10px !important;
		line-height: 15px !important;
	}
}

.first-content-slider__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 100px;
	gap: 100px;
	justify-content: space-between;
}

.first-image-left, .first-image-right {
	width: 50%;
}

.first-row_second__block {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 860px) {

	.first-content-slider__wrapper {
		flex-direction: column;
		gap: 0;
		margin-bottom: 0;
		padding-top: 25px;
		margin-top: 0;
		padding-bottom: 40px;
	}

	.main-slider__block {
		background: #1B274F;
	}

	.col-12.analytics-posts {
		flex: 1 0 400px;
		max-width: 50%;
	}

	.main-slider__block .container {
		padding-left: 0;
		padding-right: 0;
	}

	.first-row_second__block {
		display: block;
	}

	.pagination-block-swiper {
		max-width: 950px;
		margin: 30px auto 45px;
		gap: 20px;
	}

	.help-center-wrapper-left h2 {
		margin-top: 40px;
	}

	.top-pages-image__background .mobile-image {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.top-pages-image__background .desktop-image {
		width: 0;
		height: 0;
	}

	.first-image-left, .first-image-right {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.first-image-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
	}

	.first-image-left h2 {
		text-align: center;
	}
}

.swiper-dots__wrapper-items {
	position: relative;
}

.help-center-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.help-center-wrapper-left {
	width: 44%;
}

.help-center-wrapper-right {
	width: 58%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.help-center-wrapper-left h2 {
	max-width: 512px;
	font-weight: 700;
	font-size: 42px;
	line-height: 118.9%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.help-center-wrapper-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 168.4%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.help-center-wrapper-left a {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px 50px;
	background: #C01C2C;
	border-radius: 20px;
	white-space: nowrap;
}
.help-center-wrapper-left {
	margin-bottom: 50px;
}

.field-full_name, .field-phone, .field-email, .field-message {
	position: relative;
}

input.form-control, textarea.form-control, .country-phone input {
	padding-left: 55px !important;
	color: #8E8DC5;
}

input.form-control, textarea.form-control, .country-phone input {
	border: 3px solid transparent !important;
}

input.form-control:focus, textarea.form-control:focus, .country-phone input:focus {
	color: #ffffff;
	background: #524E93;
	border-color: #6868A2 !important;
	box-shadow: 0 10px 20px rgb(54 58 120 / 10%);
	outline: none;
}

input.form-control::placeholder, textarea.form-control::placeholder, .country-phone input::placeholder {
	color: #8E8DC5;
}

.cfb-form .iti__selected-flag {
	padding: 0px 6px 0 16px;
}

.cfb-form .iti--allow-dropdown {
	width: 100%;
}

.cfb-form .iti__arrow {
	border-top: 4px solid #8e8dc5;
}

.cfb-form .iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #8e8dc5;
}

.cfb-form .iti__country-list {
	border-radius: 20px;
	margin-top: 10px;
	z-index: 999;
}

.cfb-form .iti__country-list::-webkit-scrollbar {
	width: 0;
}

.field-full_name:before, .field-email:before, .field-message:before {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 16px;
	top: 30%;
}

.field-full_name:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMzAxXzExNjgpIj4NCjxwYXRoIGQ9Ik0xMC4yMjEyIDMuMjc4MDJMMTQuNzIxOSA3Ljc3ODcyTDQuOTQ4ODQgMTcuNTUxOEwwLjkzNjEwNSAxNy45OTQ4QzAuMzk4OTE3IDE4LjA1NDIgLTAuMDU0OTUwMiAxNy42IDAuMDA0ODE1NCAxNy4wNjI4TDAuNDUxMyAxMy4wNDcyTDEwLjIyMTIgMy4yNzgwMlpNMTcuNTA1NiAyLjYwNzk0TDE1LjM5MjQgMC40OTQ2OTdDMTQuNzMzMiAtMC4xNjQ0ODIgMTMuNjY0MSAtMC4xNjQ0ODIgMTMuMDA0OSAwLjQ5NDY5N0wxMS4wMTY4IDIuNDgyNzhMMTUuNTE3NSA2Ljk4MzQ4TDE3LjUwNTYgNC45OTU0QzE4LjE2NDggNC4zMzU4NyAxOC4xNjQ4IDMuMjY3MTIgMTcuNTA1NiAyLjYwNzk0WiIgZmlsbD0iIzU4NTc5QyIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEzMDFfMTE2OCI+DQo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=);
}

.field-email:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yMCA4TDEyIDEzTDQgOFY2TDEyIDExTDIwIDZWOFpNMjAgNEg0QzIuODkgNCAyIDQuODkgMiA2VjE4QzIgMTguNTMwNCAyLjIxMDcxIDE5LjAzOTEgMi41ODU3OSAxOS40MTQyQzIuOTYwODYgMTkuNzg5MyAzLjQ2OTU3IDIwIDQgMjBIMjBDMjAuNTMwNCAyMCAyMS4wMzkxIDE5Ljc4OTMgMjEuNDE0MiAxOS40MTQyQzIxLjc4OTMgMTkuMDM5MSAyMiAxOC41MzA0IDIyIDE4VjZDMjIgNC44OSAyMS4xIDQgMjAgNFoiIGZpbGw9IiM1ODU3OUMiLz4NCjwvc3ZnPg0K);
	top: 27%;
}

.field-message:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00LjUgNC41SDE5LjVWNkg0LjVWNC41Wk03LjUgOUgxNi41VjEwLjVINy41VjlaTTQuNSAxMy41SDE5LjVWMTVINC41VjEzLjVaTTcuNSAxOEgxNi41VjE5LjVINy41VjE4WiIgZmlsbD0iIzU4NTc5QyIvPg0KPC9zdmc+DQo=);
	top: 25%;
}

.swiper-main-content_second{
	overflow: hidden;
}

@media (max-width: 850px) {
	.help-center-wrapper {
		flex-direction: column;
	}
	.help-center-wrapper-left, .help-center-wrapper-right {
		width: 100%;
	}
	.help-center-wrapper-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
	}

	.first-screen__dots-item.swiper-slide-thumb-active{
		font-size: inherit;
		line-height: inherit;
		font-weight: normal;
	}
}

@media (max-width: 585px) {
	.xcritical-list__wrapper {
		flex-direction: column;
		gap: 15px;
	}

	.xcritical-list__wrapper-item {
		justify-content: center;
		padding-left: unset;
		padding-right: unset;
		max-width: 260px;
		margin: 0 auto;
	}

	.xcritical-list__wrapper-item img {
		width: auto;
	}

	.main-page-slider_second {
		background: #111838;
	}
}

@media (max-width: 680px) {
	.col-12.analytics-posts {
		flex: 1 0 400px;
		max-width: 100%;
	}
}

@media (max-width: 450px) {
	.help-center-wrapper-left h2 {
		font-size: 24px !important;
		line-height: 28px;
	}

	.help-center-wrapper-left a {
		padding: 14px 0;
		border-radius: 10px;
		display: block;
		text-align: center;
	}

	.first-image-left {
		padding-bottom: 0;
	}

	.first-image-right .mobile-image {
		width: 100%;
		height: 100%;
		margin-top: 32px;
	}

	.first-content-slider__wrapper {
		padding-bottom: 0;
	}

	.desktop-image {
		max-width: 0;
		height: 0;
	}

	.first-screen__slider-description {
		display: block;
	}

	.mobile-menu-block_item{
		flex-wrap: wrap;
		grid-gap: 10px;
	}
}

@media screen and (max-width: 350px) {
	.author-info-page {
		padding-left: 20px;
	}

	.author-info__link a {
		padding-left: 85px;
	}
}
