/*!
Theme Name: topadvisors
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topadvisors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

topadvisors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
   scroll-behavior: smooth;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	/*display: flex;*/
	/*flex-direction: column;*/
   overflow-x: hidden;

}
.main{
   overflow: hidden;
   
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h1, h2, h3, h4 {
	margin: 0;
}
::-webkit-scrollbar {
   width: 0;
}
._container{
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
   
}
/* 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;
	 text-decoration: none;
	 outline: none;
}

/**
 * 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: -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: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
   text-decoration: none;
   outline: none;
}

a:visited {
	color: #800080;
   text-decoration: none;
   outline: none;
}

a:hover,
a:focus,
a:active {
	color: #191970;
   text-decoration: none;
   outline: none;
}

a:focus {
	outline: thin dotted;
   text-decoration: none;
   outline: none;
}

a:hover,
a:active {
	outline: 0;
   text-decoration: none;
   outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 5px;
	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
--------------------------------------------- */
.lock{
   overflow: hidden;
}
.error {
    border: 1px solid red!important;  
}
.error-mess {
   opacity: 0;
    position: fixed;
    z-index: 999;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(6,147,227,0.9) ;
    border-radius: 20px;
                       
}
.error-mess.show{
    opacity: 0.9;
                        
}
.hid{
   display: none!important;
}
#see-more-button{
   display: none;
}
.mobi.openModalButton{
   display: none;
}
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: 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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

/* CUSTOM CODE */

body {
	background: #EFF0F6;
}

header {
    height: 130px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #D1DFE5;
	position: relative;
    z-index: 100;
	position: relative;
    width: 100%;
}
.right.mobile{
   display: none!important;
}
.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 51px;
     padding: 120px 0px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}
.header .left .white{
   display: none;
}
.header .center{
	width: 100%;
	max-width: 729px;
	margin-left: 20px;
}
.menu-icon{
	display: none;
}
.menu {
	display: flex;
    justify-content: space-between;
	font-family: TT Firs Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.023%;
	list-style: none;
	margin: 0px 10px;
   padding-left: 0;
  
}
.menu li a {
	color:  #303436;
	text-decoration: none;
   margin: 0px 5px;
	white-space: nowrap;
	transition: all 0.3s;
	outline: none;

}
.menu li a:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.menu li{
   margin: 0 5px;
}
.header-item {
	display: inline-block;
}
.header .right {
	color: #000;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5EB6EF;
    transition: all 0.3s;
}
.header .right:hover{
   color: #5EB6EF;
    transition: all 0.3s;
}
#preloader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../topadvisors/assets/img/Ellipse1235.png);
    background-repeat: no-repeat;
    background-size: 785px 785px;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: #EFF0F6;
    cursor: pointer;
  }
  #preloader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../topadvisors/assets/img/Ellipse1242.png);
    background-repeat: no-repeat;
    background-size: 800px 800px;
    background-position: right top;
    z-index: 9998;
}
.first {
	padding:0px 12.5% ;
	/* background-image: url(../topadvisors/assets/img/Ellipse1535.png); */
    background-image: url(../topadvisors/assets/img/bg_first_section.png);
    background-repeat: no-repeat;
    background-size: 985px 985px; 
	background-position: -26% 80%;
/* 	position: relative; */
	overflow: visible;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - 129px);

}

.background-animation {
	animation: backgroundFade 7s;
  }
.background-animation::before {
	animation: backgroundFaderight 7s;
}
  @keyframes backgroundFade {
	0% {
	  background-position: -26% 80%;
	}
	20% {
		background-position: -25% -100%;
	  }
	50% {
		background-position: 0% -100%;
	}
	75% {
		background-position: -26% -100%;
	}
	80% {
		background-position: -26% -100%;
	}
	
	95% {
		background-position: -26% 80%;
	 }
  }

@keyframes backgroundFaderight {
	0% {
	  background-position: 165% 160%;
	}

/* 	30% {
		background-position: 145% 80%;
	} */
	
	50% {
		background-position: 165% -50%;
	}

/* 	70% {
		
		background-position: 145% 80%;
	}
	91% {
	  background-position: 145% 50%;
	} */
	100% {
	  background-position: 165% 160%;
	}
  }
.first::before {
	content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../topadvisors/assets/img/bg_first_section_right.png);
    background-repeat: no-repeat;
    background-size: 944px 1400px;
	background-position: 165% 160%;
	z-index: -1;
}
@media screen and (min-width: 1921px) {
	.first {
		background-position: -60% 20%;
	}
	.first::before {
		background-position: 145% 50%;
	}
	.second .right .double-column .item .header {
		padding: 0!important;
	}
	.fourth .statistics .item img {
		max-height: 262px!important;
	}
	.background-animation {
		animation: backgroundFade 6s;
	  }
	.background-animation::before {
		animation: backgroundFaderight 6s;
	}
}
.fourth .statistics .item img {
	height: 183px!important;
	}
@media (min-width: 1200px) and (max-width: 1800px) {
	.first {
		background-position: -70% 80%;
/* 		background-size: 785px 785px; */
	}
	.first::before {
		background-position: 165% 35%;
		background-size: 800px 800px;
	}
	.second .right .double-column .item .header {
		padding: 0!important;
	}
	.fourth .statistics .item img {
		height: 183px!important;
		max-width: 100%;
    	width: 100%;
	}
	.background-animation {
		animation: backgroundFade 7s;
	  }
	.background-animation::before {
		animation: backgroundFaderight 7s;
	}
	/*.second .right .double-column .item .header {*/
	/*	font-size: 18px!important;*/
	/*}*/
	.third {
		padding: 6.25% 6.25%;
	}
   
	.third .left .list li.active a {
		min-height: 92px;
	}
	@keyframes backgroundFade {
/* 		0% {
		  background-position: -100% 50%;
		}
		20% {
			background-position: -20% -80%;
		  }
	
		65% {
			background-position: -20% -100%;
		}
		70% {
			background-position: -20% -70%;
		}
	
		100% {
			background-position: -20% 20%;
		 } */
		0% {
	  background-position: -70% 80%;
	}
	20% {
		background-position: -70% -100%;
	  }
	50% {
		background-position: 0% -100%;
	}
	75% {
		background-position: -70% -100%;
	}
	80% {
		background-position: -70% -100%;
	}
	
	95% {
		background-position: -70% 80%;
	 }
	  }
	
	@keyframes backgroundFaderight {
		0% {
		  background-position: 165% 35%;
		}
	
		30% {
			background-position: 165% 50%;
		}
		
		50% {
			background-position: 165% 100%;
		}
	
		70% {
			background-position: 165% 50%;
		}
/* 		91% {
		  background-position: 155% 50%;
		} */
		100% {
		  background-position: 165% 35%;
		}
	  }
	  .fourth .statistics {
		width: 100%!important;
	}
	.nineth .double-column .social li .left svg:last-child {
		padding-right: 0!important;
	}
	#contactus > div.double-column > div.left > ul > li:nth-child(4) > span.left {
		width: 42%;
	}
	.third .double-column .right .bottom {
		margin-right: 30%!important;
	}
	.header {
		padding: 0 5%;
	}
	.links {
		margin: 0 0 1.5em  0!important;
		padding: 0!important;
	}
	footer .right ul li:first-child {
		padding: 0!important;
	}
	footer .right {
		
	}
	footer .left {
		
	}
} 
.first .heading {
	color: #1B2339;
	text-align: center;
	font-family: Cormorant;
	font-size: 160px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%;
	text-transform: uppercase;
	opacity: 0;
	margin: 0;
	/*margin-top: 90px;*/
	margin-top: auto;
	margin-bottom: 20px;
}
.first .subheading {
	color: #1B2339;
	text-align: center;
	font-family: Cormorant;
	font-size: 80px;
	font-style: normal;
	font-weight: 300;
	line-height: 95%;
	opacity: 0;
}
.first .subheading span {
	text-transform: uppercase;
}
.first .container {
	position: relative;
	color: #1B2339;
	text-align: center;
	font-family: Cormorant;
	font-size: 126px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
    width: fit-content;
    margin: auto;
    margin-top: 21px;
    margin-bottom: 90px;
	min-height: 138px;

}
.first .moving-text {
	opacity: 0;
	margin-right: 24px;
}
.first .stick {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12px;
    background-color: #5EB6EF;
    border-radius: 12px;
  }

.first .description {
    width: 50%;
    margin: 0px auto;
	color: #43526F;
	text-align: center;
	font-family: TT Firs Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.023%;
	max-width: 1440px;
}
#firstdescription {
	opacity: 0;
	transform: translateY(20px); /* Initial position, move 20px down */
	transition: opacity 1s, transform 1s; /* Transition for opacity and transform */
  }
.first .explore {
	display: flex;
    flex-direction: column;
	text-align: center;
	margin:  auto;
	color: rgba(27, 35, 57, 0.60);
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	/*padding-top: 130px;*/
}
.first .explore svg {
	margin: auto;
}
.second {
	background: #303436;
    color: #fff;
    padding: 6.25% 0px;
    display: flex;
    background-image: url(../topadvisors/assets/img/Ellipse38.png);
    background-repeat: no-repeat;
    background-size: 944px 944px;
    background-position: right bottom;
    justify-content: center;
}
.second__container{
    display: flex;
    max-width: 1480px;
    padding: 0px 20px;
    margin: 0 auto;
}
.second .text.mob{
   display: none;
}
.second .left {
	width: 40%;
	max-width: 588px;
	margin-right: 20px;
}
.second .left h2 {
	color: #5EB6EF;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 60px;
}
.second .left h2 span {
	color: #fff;
}
.second .right {
	width: 60%;
	max-width: 832px;
}
.second .right .text {
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	margin: 0;
}
.second .right .double-column {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	padding-top: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 142px;
	
	
}

.second .right .double-column .item {
	display: flex;
	flex-direction: column;
}
.second .right .double-column .item .header {
	color: #5EB6EF;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	display: flex;
	align-items: start;
	padding: 0;
	margin-bottom: 20px;
	height: 100%;
	border: none;
}
.second .right .double-column .item .text {
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.third {
    padding: 6.25% 0px;
    
    background-image: url(../topadvisors/assets/img/Ellipse37.png);
    background-repeat: no-repeat;
    background-size: 944px 944px;
	background-position: 100% 450%;
}
.third__container{
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 20px;
}
.third .double-column {
	display: flex;
}
.third .left {
	width:40%;
	padding: 15px;
	
}
.third .right{
    width: 60%;
    padding: 15px;
}
.third .left {
	border-right: 1px solid #D1DFE5;
}
.third .right.mob{
   display: none;
}
.third .left.mob{
   display: none;
}
.third .left .list li a {
	text-decoration: none;
	color: #394F5D;
}
.third .left .list li a svg {
	display: none;
}
.third .left .list li.active a {
	display: flex;
	color: #000;
	font-family: TT Firs Neue;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	justify-content: space-between;
	align-items: center;
	padding-right: 70px;
text-decoration: none;
border: none;
outline: none;
}
.third .left .list li.active a svg {
	display: inline;
}
.third .left .list li.active::marker {
	color: #EFF0F6;
}
.third .right {
	padding-left: 5%;
}
.third h2 {
	color: #303436;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 60px;
}
.third h2 span {
	color: #5EB6EF;
}
.third .description {
	width: 100%;
	max-width: 588px;
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	margin-bottom: 60px;
}
.third .double-column .left .top {
	display: flex;
	justify-content: space-between;
	color: #000;
	font-family: TT Firs Neue;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 80%;
}
.third .double-column .left .list {
	color: #394F5D;
	font-family: TT Firs Neue;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding-left: 0;
}
.third .double-column .left .list li {
	padding-left: 12px;
	margin: 30px 0;
	min-height: 46px;
	
}
.third .double-column .left .list li.active{
    padding: 0;
    margin-left: -10px;
}
.third .double-column .left .list li::marker {
	content: "›";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px; /* Adjust the size of the chevron */
	height: 10px; /* Adjust the size of the chevron */
  }
#services > div.double-column > div.left > ul > li:nth-child(5) {
	min-height: 115px;
	
  }
  #tab1 {
    background-image: url(../topadvisors/assets/img/Coins.png);
    background-repeat: no-repeat;
    background-size: 45% 45%;
    background-position: right bottom;
  }
  #tab2 {
    background-image: url(../topadvisors/assets/img/Component22.png);
    background-repeat: no-repeat;
    background-size: 45% 65%;
    background-position: right bottom;
  }
  #tab3 {
    background-image: url(../topadvisors/assets/img/Component221.png);
    background-repeat: no-repeat;
    background-size: 45% 65%;
    background-position: right bottom;
  }
  #tab4 {
    background-image: url(../topadvisors/assets/img/Component2211.png);
    background-repeat: no-repeat;
    background-size: 45% 65%;
    background-position: right bottom;
  }
  #tab5 {
    background-image: url(../topadvisors/assets/img/Component22111.png);
    background-repeat: no-repeat;
    background-size: 45% 55%;
    background-position: right bottom;
  }
  .third .double-column .right .tab {
	display: none;
	flex-direction: column;
	  min-height: 100%;
  }


  .third .double-column .right .tab.active {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
	  
	 
  }
.third .double-column .right .description,.third .double-column .right .tab p {
	width: 100%;
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.023%;
   margin: 0px 0px 28px 0px;
   display: flex;
   min-height: 150px;
   
}
.third .double-column .right .list, .third .double-column .right ul {
	margin: 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin-bottom: 30px;
	
}
.third .double-column .right .list li, .third .double-column .right li {
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.023%;
	margin-bottom: 16px;
}
.third .double-column .right .list li::marker, .third .double-column .right li::marker {
	color: #5EB6EF
}
.third .double-column .right .bottom {
	margin-right: 50%;
    text-align: center;
	color: #000;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5EB6EF;
	padding: 0px 0px 9px 0px;
	display: flex;
	width: fit-content;
	transition: all 0.3s;
}
.third .double-column .right .bottom:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.fourth {
	position: relative;
    padding: 6.25%;
	/*background: #303436;*/
    background-image: url(../topadvisors/assets/img/bg-about.png);
    background-repeat: no-repeat;
	/*background-position: -10% 100%;*/
	background-size: 100% 100%;
	overflow: hidden;
}
/*.fourth::before {*/
/*	content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../topadvisors/assets/img/Ellipse371.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 944px 944px;*/
/*    background-position: 100% 100%;*/
/*}*/
.fourth .heading {
	color: #EFF0F6;
	margin: 0;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.fourth .heading span{
   color: #5EB6EF;
  

}
.fourth .description {
    width: 100%;
    max-width: 954px;
    margin: auto;
	color: #EFF0F6;
	text-align: center;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.fourth .statistics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 90px 10px 0px;
	width: 100%;
	max-width: 1460px;
    margin: auto;
    gap: 95px;
}
.fourth .statistics .item {


}
/*.fourth .statistics .item:first-child {*/
/*	width: 33%;*/
	

/*}*/
.fourth .statistics .item span {
    font-family: TT Firs Neue;
    font-size: 9vw;
    font-weight: 500;
    line-height: 240px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-text-stroke: 5px #5EB6EF;
    color: transparent;
    display: flex;
    align-items: center;
    height:  185px;
    margin-bottom: 12px;
}
/*.fourth .statistics .item:last-child {*/
/*	width: 38%;*/
/*}*/
/*.fourth .statistics .item:last-child img {*/
/*height: 262px;*/
/*width: auto;*/
/*}*/
/*.fourth .statistics .item svg {*/
/*	max-width: 100%;*/
/*	height: 100%;*/
/*}*/
.fourth .statistics .item .text {
	color: #FFF;
	font-family: TT Firs Neue;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 136.5%;
	padding-left: 40px;
}
.fifth{
    background: #EFF0F6;
}

.fifth .heading {
    padding: 6.25% 12.5% 0 12.5%;
	color: #303436;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-bottom: 90px;
}
.fifth .heading span {
	color: #5EB6EF;
}
.fifth .swiper-slide {
	/* padding: 31px 45px; */
	border: 1px solid #D1DFE5;
	background: #EFF0F6;
}
.fifth .swiper-slide img {
	margin: auto;
	display: block;
    width: auto;
}
.swiper-slide-hid{
    display: flex;
    width: 20px;
    height: 100%;
    color: transparent;
    opacity: 0;
    visibility:  hidden;
}
.swiper.mob{
   display: none;
}
 #swiper .swiper-slide {
	width: 195px!important;
	margin: 0px 20px 20px;
	 height:100px;
	 display: flex;
    overflow: hidden;
   
}
#swiper, #swiper2{
   width: 100%;
   	overflow: auto;
	overflow-x: scroll;
   pointer-events: auto;
   -webkit-overflow-scrolling: touch;
    user-select: auto;
    margin-bottom: 20px;
   
    
    
}
#swiper::-webkit-scrollbar,
#swiper2::-webkit-scrollbar {
    
    height: 10px;
    transition: all 0.5s ease; 
}

#swiper::-webkit-scrollbar-thumb,
#swiper2::-webkit-scrollbar-thumb {
    background: transparent; 
}

/* Стили, которые будут применены после 10 секунд */
#swiper.show-scrollbar::-webkit-scrollbar,
#swiper2.show-scrollbar::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
}

#swiper.show-scrollbar::-webkit-scrollbar-thumb,
#swiper2.show-scrollbar::-webkit-scrollbar-thumb {
    transition: all 0.3s;
    height: 10px;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    
}
#swiper.show-scrollbar:hover::-webkit-scrollbar-thumb,
#swiper2.show-scrollbar:hover::-webkit-scrollbar-thumb{
    background-color: #888;
    transition: all 0.3s;
}
#swiper,
#swiper2{
    scrollbar-width: thin;
   scrollbar-color: transparent #f1f1f1;
   cursor: pointer;
    transition: all 0.3s;
}
#swiper.show-scrollbar,
#swiper2.show-scrollbar{
    scrollbar-width: thin;
    scrollbar-color: transparent #f1f1f1;
    cursor: pointer;
    
     transition: all 0.3s;
}
#swiper.show-scrollbar:hover,
#swiper2.show-scrollbar:hover{
     scrollbar-color: #888 #f1f1f1;
     cursor: pointer;
}

#swiper2 .swiper-slide {
	width: 195px!important;
	margin: 0px 20px 20px;
	height:100px;
	display: flex;
   overflow: hidden;
   
   
} 
#swiper  .swiper-wrapper {
	transform: translate3d(0%, 0px, 0px);
	cursor: pointer;
	
   
}

#swiper2  .swiper-wrapper {
    transform: translate3d(0%, 0px, 0px);
    cursor: pointer;
    
	
	
}
.scroll-right {
    animation: scroll_right 9s cubic-bezier(0, 0, 0.36, 0.83);
    
    
}
.scroll-left {
    animation: scroll_left 4.5s cubic-bezier(0, 0, 0.36, 0.83) ;
   
   
    
}  
 /* #swiper .swiper-wrapper::before, #swiper2 .swiper-wrapper::before {
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	width: 2.5%; 
	height: 100%; 
    background-color: #EFF0F6;
    background-repeat: no-repeat;
    background-size: 944px 944px;
    background-position: 100% 140%;
	z-index: 1;
}  */

.love-gift .images-feeds .third .feed {
    animation: scroll_bottom 20s linear infinite;
} 

@keyframes scroll_left {
    0% {
        transform: translate3d(100%, 0px, 0px);
    }
    100% {
		transform: translate3d(0%, 0px, 0px);
    }
}

@keyframes scroll_right {
    0% {
        transform: translate3d(-100%, 0px, 0px);
    }
    50% {
		transform: translate3d(0%, 0px, 0px);
    }
}
#openModalButton2{
   cursor: pointer;
}
#openModalButton3{
   cursor: pointer;
   height: fit-content;
   padding-bottom: 12px;
}
.breadcrumbs{
   text-decoration: none;
}
.sixth {
    
    padding: 6.25% 12.5%;
	position: relative;
}
.sixth::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	bottom: -60%;
	width: 100%; 
	height: calc(100% + 60%); 
    background-image: url(../topadvisors/assets/img/Ellipse40.png);
    background-repeat: no-repeat;
    background-size: 944px 944px;
    background-position: 100% 140%;
	z-index: 1;
  }
.sixth .heading {
	color: #000;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin: 0;
}
.sixth .heading span {
	color: #5EB6EF;
}
.sixth .double-column {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 90px;
	position: relative;
}
.sixth .double-column .item {
	width: 40%;
	padding: 40px;
	border-radius: 2px;
	border: 1px solid #394F5D;
	
}
.sixth .double-column .bottom {
	display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    height: 100%;

    background: #EFF0F6;
    opacity: .65;
    backdrop-filter: blur(10px);
	z-index: 0;
}
.sixth .double-column .bottom span {
	display: block;
	margin: auto;
	color: #394F5D;
	text-align: center;
	font-family: TT Firs Neue;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 136.5%;
}
.seventh {
    
    padding: 6.25% 12.5%;
}
.seventh .heading {
	color: #000;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin: 0;
}
.seventh .heading span {
	color: #5EB6EF;
}
.seventh .double-column {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
	position: relative;
	max-width: 1460px;
	padding: 0px 10px;
	margin: 90px auto 0px;
}
.seventh .double-column .item {
	width: 50%;
	padding: 40px;
	border: 1px solid #394F5D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seventh .double-column .left {
	border-right: none;
}
.seventh .double-column .item .content {
	text-align: center;
}

.seventh .double-column .item .content .text {
	color: #000;
	font-family: Cormorant;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	border-bottom: 1px solid #5EB6EF;
	padding-bottom: 2px;
    cursor: pointer;
     transition: all 0.3s;
}
.seventh .double-column .item .content .text:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.eighth {
    padding: 6.25% 12.5%;
	background: rgba(209, 223, 229, 0.5);
	overflow: hidden;
}
.eighth .heading {
	color: #303436;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
   
   max-width: 1440px;
   margin: 0 auto 60px;
}
.eighth .heading span {
   color: #5EB6EF;
}
.eighth .container {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
}
.eighth .container .description {
	width: 49%;
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.eighth .container .audit {
    text-align: center;
    color: #000;
    font-family: Cormorant;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.1%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5EB6EF;
    height: 40px;
    transition: all 0.3s;
}
.eighth .container .audit:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.eighth .slider {
	margin-top: 90px;
	max-width: 1440px;
	margin: 90px auto 0px;
}
.eighth .slider .swiper-slide {
	padding: 40px;
	border-radius: 2px;
	border: 1px solid #394F5D;
}
.eighth .slider .swiper-slide:hover a{
    color: #5EB6EF;
    transition: all 0.3s;
}
.eighth .slider .swiper-slide a{
    
    transition: all 0.3s;
}
.eighth .slider .swiper-slide a svg path {
    transition: all 0.3s;
}
.eighth .slider .swiper-slide:hover a svg path {
    stroke: #5EB6EF;
    transition: all 0.3s;
}
.eighth .slider .swiper-slide img{
     filter: grayscale(100%);
    transition: all 0.3s ;
}
.eighth .slider .swiper-slide:hover img{
     filter: grayscale(0%);
     transition: all 0.3s ;
}
.eighth .slider .swiper {
	overflow: visible;
}
.eighth .slider .swiper-slide .linkedin {
	color: #000;
	text-align: right;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.eighth .slider .swiper-slide .text {
	display: flex;
}
.eighth .slider .swiper-slide .text .position {
    display: flex;
    align-items: flex-end;
	width: 28%;
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.eighth .slider .swiper-slide .text .name {
	width: 72%;
	color: #000;
	text-align: right;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}
.nineth {
	position:relative;
    padding: 6.25% 20px;
    
	background: #303436;
    background-image: url(../topadvisors/assets/img/Ellipse3.png);
    background-repeat: no-repeat;
    background-size: 944px 944px;
    background-position: right bottom;
}
.nineth::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:2;
	background-image: url(../topadvisors/assets/img/Ellipse-cont.png);
	background-repeat: no-repeat;
    background-size: 944px 944px;
    background-position: left top;
}
.nineth .heading {
	color: #5EB6EF;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.nineth .heading span {
	color: #EFF0F6;
}
.nineth .description {
	width: 37%;
	margin: auto;
	color: #EFF0F6;
	text-align: center;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.nineth .double-column {
    position: relative;
    z-index: 5;
	display: flex;
	margin-top: 90px;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	margin: 90px auto 0px;
}
.nineth  .double-column .social {
	list-style: none;
	margin-left: 0;
	/*padding: 90px 0;*/
	padding: 0;
}
.nineth  .double-column .social li {
    display: flex;
    justify-content: space-between;
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D1DFE5;
}
.nineth  .double-column .social li a {
	color: #EFF0F6;
	text-decoration: none;
}
.nineth  .double-column .social li .right {
	display: flex;
	align-items: end;
	justify-content: end;
}
.nineth  .double-column .social li .left {
	display: flex;
	align-items: end;
   gap: 10px;
   transition: all 0.3s;
}
.nineth  .double-column .social li .left svg {
	padding-right: 15px;
   width: 43px;
   height: 41px;
   
}
.nineth  .double-column .social li .left svg path{
    
    transition: all 0.3s;
}
.nineth  .double-column .social li:first-child:hover .left svg path{
    fill: #5EB6EF;
    transition: all 0.3s;
}
.nineth  .double-column .social li:not(:first-child):hover .left svg path{
    stroke: #5EB6EF;
    
    transition: all 0.3s;
}
.nineth  .double-column .social li:hover .left svg ellipse{
    stroke: #5EB6EF;
    
    transition: all 0.3s;
}
.nineth  .double-column .social li:hover .left {
    color: #5EB6EF;
    transition: all 0.3s;
}
.nineth .double-column .left {
    width: 100%;
	padding-right: 142px;
}
.nineth .double-column .right {
	width: 100%;
	
	max-width: 588px;
}
.nineth  .double-column .form {
	padding: 60px 100px;
	background: rgba(209, 223, 229, 0.08);
	height: fit-content;
}
.nineth  .wpcf7-form p {
	margin: 0;
	margin-bottom: 16px;
}
.nineth  .double-column .form label {
	color: #D1DFE5;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.nineth  .double-column .form input {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d1dfe54a;
	width: 100%;
	margin-bottom: 20px
}
.nineth  .double-column .form input[type="submit"] {
    color: #fff;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	border-bottom: 1px solid #5EB6EF;
	cursor: pointer;
	 transition: all 0.3s;
	
}
.nineth  .double-column .form input[type="submit"]:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.tenth {
	display: flex;
    background-image: url(../topadvisors/assets/img/Frame293.png);
    background-repeat: no-repeat;
    background-size: 1919px 780px;
    background-position: left bottom;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px ;
}
.tenth .locations {
	/*width: 87.5%;*/
	max-width: 1460px;
	width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
    /*padding-left: 12.5%;*/
    position: relative;
}
.tenth .locations .heading {
	margin-top: 176px;
	color: #5EB6EF;
	text-align: left;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-right: -30px;
}
.tenth .locations .heading span {
	color: #303436;
}
.tenth .locations ul {
	padding-top: 90px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.tenth .locations ul li {
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 136.5%;
	padding-bottom: 40px;
	cursor: pointer;
	transition: all 0.3s;
	width: fit-content;
}

.tenth .locations ul li:hover {
	color: #5EB6EF;
	transition: all 0.3s;
}
.tenth .map {
	width: 100%;
   position: absolute;
   z-index: -1;
   height: 100%;
   left: 20%;
}
.tenth .map svg {
		width: 100%;
	

}
footer {
	/*background-color: #303436;*/
	position: relative;
	padding: 100px 20px;
    background-image: url(../topadvisors/assets/img/bg-footer.png );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-position: left top;*/
	display: flex;
	flex-wrap: wrap;
   justify-content: space-between;
}
.footer__container{
    	display: flex;
	flex-wrap: wrap;
   justify-content: space-between;
   max-width: 1460px;
   width: 100%;
   padding: 0px 10px;
   margin: 0 auto;
}
/*footer::before {*/
/*	content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../topadvisors/assets/img/Ellipse137.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 944px 944px;*/
/*    background-position: right bottom;*/
/* 	background-color: #303436; */
/*     z-index: -1; */
}
footer .links {
	margin-left: 0;
   padding-left: 0;
}
footer .right {
	position:relative;
	z-index:2;  
}
footer .right ul{
    margin-left: 0;
    padding-left: 0;
}
footer .left {
	position:relative;
	z-index:2;  
}
footer .right ul li {
	display: inline-block;
	margin-right: 38px;
}
footer .right ul li:first-child:hover svg path {
    fill: #5EB6EF;
    transition: all 0.3s;
}
footer .right ul li:hover svg ellipse {
    stroke:  #5EB6EF;
    
    transition: all 0.3s;
}
footer .right ul li:not(:first-child):hover svg path {
    stroke: #5EB6EF;
    
    transition: all 0.3s;
}
footer .right ul li a {
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	text-decoration: none;
	outline: none;
	transition: all 0.3s;
}
footer .right ul li a:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}

footer .bottom {
	position:relative;
	z-index:2;
   width: 100%;
color: #EFF0F6;
font-family: TT Firs Neue;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 143%;
}
footer .social {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
/* Styles for the modal container */
#modalContainer, #modalContainer2 {
   visibility: hidden;
   opacity: 0;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
   transition: opacity 0.3s ease-in-out;
  }
   
  #modalContainer.open, #modalContainer2.open {
   opacity: 1;
   visibility: visible;
  }
  /* Styles for the modal content */
  #modalContent, #modalContent2 {
	background-color: #FFFFFF;
	margin: 10% auto;
	padding: 80px 105px;
	width: 80%;
    background-image: url(../topadvisors/assets/img/Ellipse355.png);
    background-repeat: no-repeat;
    background-size: 554px 785px;
    background-position: left bottom;
    max-width: 1152px;
  }
  
  /* Styles for the close button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  #modalContent h2, #modalContent2 h2 {
	color: #303436;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-bottom: 60px;
  }
  #modalContent2 .stage {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   flex-wrap: wrap;
   gap: 8px;
   margin-bottom: 20px;
   margin-left: 77px;
   display: none;
  }
  #modalContent2 .stage span{
   padding: 6px 0px;
   border: 1px solid #D1DFE580;
   font-family: TT Firs Neue;
   font-size: 12px;
   font-weight: 300;
   letter-spacing: 0em;
   cursor: pointer;
   display: flex;
   flex-wrap: nowrap;
     
   justify-content: center;
   align-items: center;
  }
  #modalContent2 .stage span.click{
   background: #D1DFE580;
  }
  #modalContent2 .stage p {
   font-family: TT Firs Neue;
   font-size: 12px;
   font-weight: 300;
   line-height: 141%;
   letter-spacing: 0em;
   margin: 0;
   grid-column: 1/4;

  }
  #modalContent h2 span, #modalContent2 h2 span {
	color: #5EB6EF;
  }
  #modalContent .double-columns, #modalContent2 .double-columns {
	display: flex;
    justify-content: space-around;
  }
  #modalContent .double-columns .right,   #modalContent .double-columns .left, #modalContent2 .double-columns .right,   #modalContent2 .double-columns .left {
	display: flex;
    flex-direction: column;
	width: 43%;
  }
  #modalContent .input,  #modalContent2 .input {
	background: transparent;
	border: none;
	height: 30px;
	border-bottom: 1px solid #D1DFE5;
	width: 100%;
	margin-bottom: 40px;
}
#modalContent .label, #modalContent2 .label {
	color: #394F5D;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
#modalContent .countries {
	margin-bottom: 134px;
}
#modalContent .file {
	position: relative;
}
#modalContent input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;

  }
  #modalContent .submit-button,  #modalContent2 .submit-button {
	margin-top: 82px;
	color: #000000;
    font-family: Cormorant;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.1%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
	border: none;
    border-bottom: 1px solid #5EB6EF;
	background: transparent;
	 cursor: pointer;
	 transition: all 0.3s;
  }
  #modalContent .submit-button:hover,  #modalContent2 .submit-button:hover{
      color: #5EB6EF;
      transition: all 0.3s;
  }
  #modalContent2 .description {
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
	margin-bottom: 60px;
  }
  .checkboxes {
	display: flex;
	flex-wrap: wrap;
  }
  .checkbox-label {
	width: 80%;
	margin-bottom: 20px;
	color: #394F5D;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
  }
  #modalContent2 input[type="checkbox"] {
	width: 20%;
	margin-bottom: 20px;
  
  }
  #modalContent2 .submit-button {
  margin-top: auto;
}
#openModalButton, .openModalButton {
	cursor: pointer;
}
.vacancies-first {

	background-image: url(../topadvisors/assets/img/Frame_335.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 80px 20px;
}
.vacancies-first__container{
    max-width: 1440px;
    margin: 0px auto;
    	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.vacancies-first .breadcrumbs {
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
    display: flex;
    align-items: center;
	flex-basis: 100%;
	transition: all 0.3s;
}
.vacancies-first .breadcrumbs svg path {
    fill: #EFF0F6;
    transition: all 0.3s;
}

.vacancies-first .breadcrumbs:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}
.vacancies-first .breadcrumbs:hover svg path{
    fill: #5EB6EF;
    transition: all 0.3s;
}
.vacancies-first .heading {
	/* flex-basis: 100%; */
	color: #EFF0F6;
	font-family: Cormorant;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	text-transform: uppercase;
	padding: 20px 0 36px;
	text-align: left;
}
.vacancies-first .left {
	
	color: #EFF0F6;
	font-family: Cormorant;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5EB6EF;
}
.vacancies-first .left span {
	margin-top: 5%;
	display: block;
	 transition: all 0.3s;
}
.vacancies-first .left span:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}

.vacancies-first .right {
	flex-basis: 50%;
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.023%;
}
.vacancies-second {
	
	 padding: 120px 20px;
	background-image: url(../topadvisors/assets/img/Ellipse42.png);
    background-repeat: no-repeat;
    background-position: -20% 80%;
}
.vacancies-second__container{
    display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
}
.vacancies-second .top-line {
   grid-column: 1/4;
	flex-basis: 100%;
	color: #303436;
	text-align: center;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%; 
	text-transform: uppercase;
	margin-bottom: 90px;
}
.vacancies-second .header span {
	color: #5EB6EF;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
}
.vacancies-second .item {
	flex-basis: 33%;
	display: grid;
   grid-template-columns: repeat(4, 1fr);
	flex-wrap: wrap;
	padding: 40px;
   background:   #EFF0F6;
   border: 1px solid #EFF0F6;
  

}
.vacancies-second .item img {
    
    width: auto;
    align-self: center;
    display: block;
    grid-column: 1/2;
}
.vacancies-second .item .heading {
   grid-column: 2/6;
	display: flex;
   align-items: center;
	color: #303436;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	padding-left: 32px;
	
}
.vacancies-second .item .description {
   grid-column: 1/6;
	margin-top: 32px;
	flex-basis: 100%;
	color: #303436;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%;
}
.vacancies-second .item.last {
   display: flex;
	flex-direction: column;
}
.vacancies-second .item.last img {
	margin-top: 16px;
}
.vacancies-second .item.last .text {
    color: #000;
    font-family: Cormorant;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.1%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-bottom: 1px solid #5EB6EF;
    padding-bottom: 2px;
    width: fit-content;
    margin: auto;
}
.vacancies-third {
	position: relative;
	 padding: 120px 20px;
	background-image: url(../topadvisors/assets/img/Ellipse39.png);
	background-repeat: no-repeat;
    background-position: bottom left;
}
.vacancies-third__container{
    max-width: 1440px;
    margin: 0 auto;
}
.vacancies-third::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../topadvisors/assets/img/Ellipse38.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-color: #303436;
    z-index: -1;
}
.vacancies-third .top-line {
	color: #EFF0F6;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
	margin-bottom: 90px;
	text-align: left;
}
.vacancies-third .top-line span {
	color: #5EB6EF;
	font-family: Cormorant;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%;
	text-transform: uppercase;
}
.cpt-item {
	display: flex;
    flex-direction: row;
	border: 1px solid #D1DFE5;
	margin-bottom: 28px;
}
.cpt-item .left {
	padding: 60px;
	flex-basis: 75%;
	border-right: 1px solid #D1DFE5;
}
.cpt-item .right {
	padding: 60px;
	flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cpt-item .right svg {
    position: absolute;
    top: 33px;
    right: 33px;
    width: 31px;
    height: 31px;
     transition: all 0.3s;
}
.cpt-item .left h2 {
	color: #EFF0F6;
	font-family: Cormorant;
	font-size: 42px;
	font-style: normal;
	font-weight: 300;
	line-height: 112.1%; /* 47.082px */
	text-transform: uppercase;
}
.cpt-item .left .excerpt p {
	color: #EFF0F6;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 143%; 
}
.cpt-item .left a {
	display: flex;
	color: #5EB6EF;
	font-family: TT Firs Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%; 
	text-decoration: none;
	transition: all 0.3s;
	align-items: center;
}
.cpt-item .left a:hover{
    color: #EFF0F6;
    transition: all 0.3s;
}

.cpt-item .left a:hover svg path{
    fill:  #EFF0F6;
    transition: all 0.3s;
}
.cpt-item .right a {
	color: #EFF0F6;
	font-family: Cormorant;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.1%; /* 31.388px */
	letter-spacing: 0.56px;
	text-transform: uppercase;
    border-bottom: 1px solid #5EB6EF;
    padding-bottom: 2px;
	text-decoration: none;
	outline: none;
}
.cpt-item .right a:hover + svg {
    width: 52px;
    height: 52px;
    transition: all 0.3s;
}

/*===========single================================*/
.main-sing{
   background: url('../topadvisors/assets/img/singbg.png') 0 0/100% 100% no-repeat;
   padding-bottom: 120px;
}
.single-main {
   position: relative;
  top: 0;
   height: 100%;
   padding: 80px 20px;
   
}
.single-main__container{
    max-width: 1440px;
    margin: 0 auto;
}
.single-main a {
   color: #EFF0F6;
     font-family: TT Firs Neue;
   font-size: 14px;
   font-weight: 400;
   outline: none;
  


}

.single-main__bg {
   position: absolute;
   width: 100%;
  height: 100%;
   top: 0;
   left: 0;
   z-index: -1;
}
.single-main__bg img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   object-fit: cover;
}

.single-main .breadcrumbs {
   display: flex;
   justify-content: start;
   align-items: center;
   color: #EFF0F6;
   margin-bottom: 36px;
}
.single-main .breadcrumbs svg path {
    fill: #EFF0F6;
    transition: all 0.3s;
}
   .single-main .breadcrumbs:hover{
       color: #5EB6EF;
       transition: all 0.3s;
 }
.single-main .breadcrumbs:hover svg path {
    fill: #5EB6EF;
       transition: all 0.3s;
}
.single-main__title {
   font-family: Cormorant;
   font-size: 78px;
   font-weight: 400;
   line-height: 111%;
   letter-spacing: 0em;
  color: #EFF0F6;
  margin-bottom: 28px;
  text-transform: uppercase;

}

.single-main__tags {
   display: flex;

}

.single-main__tag {
   margin-right: 20px;
   display: flex;
   align-items: center;
     justify-content: center;
   font-family: TT Firs Neue;
   font-size: 14px;
   font-weight: 400;
   color: #394F5D;
   background: #D1DFE5;
   padding: 8px 20px;
   border-radius: 4px;
   line-height: 0;

}
.single-main__tag svg {
   margin-right: 8px;
}

.single-second {
   padding: 90px 20px 60px;
   display: flex;
   gap: 10%;
   justify-content: space-between;
    max-width: 1480px;
   margin: 0 auto;
   
}

.single-second ul {
   margin: 0;
   padding-left: 0px;
   display: flex;
   flex-direction: column;
  
}
.single-second li{
   list-style: none;
   position: relative;
   padding-left: 36px;
   margin-bottom: 20px;
}
.single-second li::after{
   content: "";
   width: 12px;
   height: 12px;
   background: #5EB6EF;
   position: absolute;
   left: 0;
   top: 6px;
   border-radius: 50%;

}
.single-second__content {
   display: flex;
   flex-direction: column;
   
   max-width: 710px;
   width: 100%;
}

.single-second__content-block {}

.single-second__content-title, .single-second__content h3 span {
   font-family: Cormorant;
   display: flex;
   font-size: 42px!important;
   font-weight: 300;
   line-height: 111%;
   color: #394F5D;
   margin-bottom: 24px;
   text-transform: uppercase;
}

.single-second__content-text, .single-second__content p {
   color: #394F5D;
   font-family: TT Firs Neue;
   font-size: 18px!important;
   font-weight: 400;
   line-height: 150%;
   margin: 0px 0px 60px 0px;


}

.single-second__content-list, .single-second__content ul  {
   color: #394F5D;
   font-family: TT Firs Neue;
   display: flex;
   font-size: 18px!important;
   font-weight: 400;
   line-height: 27px;
   letter-spacing: 150%;
   margin: 0px 0px 60px 0px;
  

}

.single-second__form {
   background: #D1DFE580;
   padding: 60px;
   height: fit-content;
   max-width: 580px;
   width: 100%;
}

.single-second__form-title {
   font-family: Cormorant;
   font-size: 42px;
   font-weight: 300;
   line-height: 111%;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 60px;

}
.single-second__form input{
   background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #D1DFE5;
    width: 100%;
}
.single-second__form label{
   color: #394F5D;
    font-family: TT Firs Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 143%;
}
.single-second__form .label{
   display: flex;
   margin-top: 120px;
   color: #394F5D;
   font-family: TT Firs Neue;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 143%;
}
.single-second__form .label.file{
   margin: 0;
   position: relative;
   cursor: pointer;
   margin-bottom: 57px;
   margin-top: 60px;
}
.label.file .wpcf7-form-control-wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
}
.single-second__form .label.file input {
     position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.single-second__form .wpcf7-form-control.wpcf7-submit{
  width: 100%;
  cursor: pointer;
    color: #000000;
    font-family: Cormorant;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.1%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #5EB6EF;
    background: transparent;
    transition: all 0.3s;
}
.single-second__form .wpcf7-form-control.wpcf7-submit:hover{
    color: #5EB6EF;
    transition: all 0.3s;
}

.advantages {
   display: flex;
   flex-direction: column;
    max-width: 1480px;
   margin: 0 auto;
   padding: 0px 20px;
}

.advantages__title {
   color: #303436;
   font-family: Cormorant;
   font-size: 60px;
   font-weight: 300;
   line-height: 111%;
     text-align: center;
   text-transform: uppercase;
   margin-bottom: 90px;

}

.advantages__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
}

.advantages__item {
   width: 32%;
   display: flex;
   background: #EFF0F6;
   align-items: center;
   padding:  40px;
   height: auto;
  
}

.advantages__item-img {
   width: 82px;
   min-width: 82px;
   height: 86px;
   position: relative;
   margin-right: 32px;
}
.advantages__item-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.advantages__item-text {
   font-family: TT Firs Neue;
   font-size: 18px;
   font-weight: 400;
   line-height: 150%;
   letter-spacing: 0em;
   text-align: left;
   
}

/*===========careers steps================================*/
.vacancies-fourth {
   padding: 120px 20px;
   max-width: 1480px;
   margin: 0 auto;
}

.top-line {
   font-family: Cormorant;
   font-size: 60px;
   font-weight: 300;
   line-height: 111%;
   letter-spacing: 0em;
   text-transform: uppercase;
   margin-bottom: 90px;
}
.top-line span {
   color: #5EB6EF;
}

.vacancies-fourth__steps {
   display: flex;
   gap: 61px;
   align-items: center;
	justify-content: space-between;
}
.vacancies-fourth__steps svg {
   width: 80px;
   height: 30px;


}
.vacancies-fourth__step {
	max-width: 345px;
	width: 100%;
}

.vacancies-fourth__step-label {
   font-family: TT Firs Neue;
   font-size: 22px;
   font-weight: 400;
   line-height: 136%;
   letter-spacing: 0em;
   border-left: 2px solid #5EB6EF;
   padding-left: 14px;
   margin-bottom: 40px;
   
}

.vacancies-fourth__step-title {
   font-family: Cormorant;
	max-width: 250px;
   font-size: 28px;
   font-weight: 400;
   line-height: 110%;
   letter-spacing: 0.02em;
   text-transform: uppercase;

}

.vacancies-fourth__step-text {
   font-family: TT Firs Neue;
   font-size: 14px;
   font-weight: 300;
   line-height: 20px;
   letter-spacing: 0em;
   text-align: left;
}
.thank {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}
.thank__body {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.thank__body a {
   color: #000000;
   outline: none;
}
.thank__title {
   font-family: Cormorant;
   font-size: 60px;
   font-weight: 300;
   line-height: 111%;
   letter-spacing: 0em;
   text-align: left;
   text-transform: uppercase;
   margin-bottom: 60px;
   text-align: center;
}
.thank__text {
   font-family: TT Firs Neue;
   font-size: 18px;
   font-weight: 400;
   line-height: 150%;
   letter-spacing: 0em;
   margin-bottom: 120px;
}
.thank__close {
   text-transform: uppercase;
   font-family: Cormorant;
   font-size: 28px;
   font-weight: 400;
   line-height: 31px;
   letter-spacing: 0.02em;
   text-align: left;
   border-bottom: 3px solid #5EB6EF;
   padding-bottom: 9px;
   cursor: pointer;
}
@media screen and (max-width: 1600px){
	.vacancies-first {
		background-size: auto 100%;
	}
	.first::before{
		background-size: 750px 750px;
		background-position: 165% 35%;
	}
	.second .right .double-column {
    	gap: 30px 60px;
	}
	.tenth .map {
        left: 30%;
    }
}

@media screen and (max-width: 1440px){
    .header{
		padding:0px 20px;
	}
	.first .heading{
		/*margin-top: 60px;*/
		font-size: 80px;
	}
	.first .subheading{
		font-size: 40px;
	}
	.first .container {
		font-size: 70px;
		min-height: 60px;
		margin-bottom: auto;
	}
	.first .explore{
	    font-size: 10px;
	}
	.first .explore svg {
	    width: 30px;
	    height: 10px;
	}
	
}
@media screen and (max-width: 1380px)	{
   .vacancies-second .item{
      padding: 24px;
   }
   .vacancies-second .item .heading{
      padding-left: 20px;
      font-size: 24px;
   }
   .advantages__item{
      padding: 24px;
   }
   .advantages__item-img{
      margin-right: 20px;
   }
   .advantages__item-text{
      margin: 0;
   }
	.header .center{
		max-width: 53%;
		margin-left:0;
		
	}
	
	.first{
	/*padding-top: 60px;*/
	/*	padding-bottom: 60px;*/
	}
	
	.fourth .statistics{
	    gap: 50px;
	}
	.fourth .statistics .item span {
	    font-size: 12vw;
	}
	.second .right .double-column{
	    gap: 25px;
	}
	.nineth .double-column .left{
	    padding-right: 100px;
	}
	.fourth .statistics .item .text{
	    padding-left: 0;
	}
}
@media screen and (max-width: 1200px)	{

	.first{
		background-size: 750px 750px;
		 background-position: -50% 80%;
	}
	.first::before{
		
		 background-position: 215% 0%;
	}
	@keyframes backgroundFade {
	0% {
	  background-position: -50% 80%;
	}
	20% {
		background-position: -50% -10%;
	  }
	50% {
		background-position: 0% -10%;
	}
	75% {
		background-position: -50% -10%;
	}
	80% {
		background-position: -50% -10%;
	}
	
	95% {
		background-position: -50% 80%;
	 }
  }

@keyframes backgroundFaderight {
	0% {
	  background-position: 215% 0%;
	}

/* 	30% {
		background-position: 145% 80%;
	} */
	
	50% {
		background-position: 215% 90%;
	}

/* 	70% {
		
		background-position: 145% 80%;
	}
	91% {
	  background-position: 145% 50%;
	} */
	100% {
	  background-position: 215% 0%;
	}
  }
	
	
	
	
   .tenth .map{
      left: 35%;
     
   }
   #modalContent2 .stage{
      margin-left: 55px;
   }
   .second .left h2{
       font-size: 50px;
   }
   .nineth .double-column .left{
	    padding-right: 60px;
	}
	
   
}
@media screen and (max-width: 1080px)	{
   #modalContent2 .stage{
      margin-left: 50px;
   }
   .menu-icon{
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   .menu-icon span{
      width: 20px;
      height: 1px;
      background: #5EB6EF;
      position: relative;

   }
   .menu-icon span:before {
      content: " ";
      position: absolute;
      width: 20px;
      height: 1px;
      bottom: 5px;
      background: #000000;
      transition: all 0.3s;
   }
   .menu-icon span:after {
      content: " ";
      position: absolute;
      width: 20px;
      height: 1px;
      top: 5px;
      background: #000000;
      transition: all 0.3s;
   }
   .menu-icon.open span{
      background: transparent;
   }
   .menu-icon.open span::before{
      transform: rotate(-45deg);
      background: #D1DFE5;
      bottom: 0;
      transition: all 0.3s;
   }
   .menu-icon.open span:after{
      transform: rotate(45deg);
       background: #D1DFE5;
       top: 0;
       transition: all 0.3s;
      
   }
   header{
      height: 90px;
      position: absolute;
      top: 45px;
   }
   .header{
      padding:  20px;
      height: fit-content;
      border-bottom: 1px solid #d1dfe51c;
      
      
   }
   .header .left.white .white{
      display: flex;
   }
   .header .left.white .black{
      display: none;
   }
   header .center{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0%;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      transition: all 0.6s;
      
   }
   header .center.open{
      top: 0%;
      transition: all 0.6s;
      visibility: visible;
      opacity: 1;
	   max-width: 100%;
	   margin-left: 0;
   }
   header .menu {
      flex-direction: column;
      background: #303436;
      left: 0;
      top: 0px;
      width: 100%;
      height: fit-content;
      min-height: 100vh;
      margin: 0px ;
      padding-top: 85px;
      justify-content: start;
    
   }
   
   header .menu a {
      color: #EFF0F6;
      font-family: TT Firs Neue;
      font-size: 18px;
      font-weight: 400;
      line-height: 127%;
      letter-spacing: 0em;
      display: flex;
      width: 100%;
      outline: none;
      
   }
   header .menu li{
      padding: 19px 0px;
      margin: 0px 20px;
      border-bottom: 1px solid #d1dfe51c;
      position: relative;
   }
   header .menu li::before{
      content:"";
      background: url(../topadvisors/assets/img/menu-arr.png);
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 7px;
      height: 11px;
      color: #EFF0F6;
   }
   .right.mobile{
      display: flex!important;
      width: fit-content;
      margin: 60px auto 0px;
      color: #EFF0F6;
      font-family: Cormorant;
      font-size: 28px;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 0.02em;
      padding-bottom: 9px;


   }
   .right.desctop{
      display: none!important;
   }
   .first {
      overflow: hidden;
      margin-top: 45px;
   }
   .first .heading{
      font-size: 60px;
   }
   .first .container{
      font-size: 50px;
      /*margin-bottom: 60px;*/
   }
   .first .stick{
      height: 100%;
   }
   .first .subheading{
      font-size: 30px;
   }
   .first::before{
      background-size: 800px 800px;
    background-position: 275% 50%;
   }
   .first{
      padding: 80px 20px 0px;
      background-size: 985px 1785px;
      background-position: -50% -35%;
      height: 100vh;
   }
   .first .description{
       font-size: 14px;
   }
  .second{
   padding: 60px 0px;
  }
  .third{
   padding: 60px 0px;
  }
  .third .double-column{
   margin: 0 auto;
  }
  .third .double-column .right .bottom{
   margin-right: auto;
  }
  .fourth{
   padding: 60px 20px;
   
  }
  .fourth .statistics{
   width: 100%;
   gap: 30px;
  }
  .fourth .statistics .item{
   padding: 0;
  }
  .fifth .heading{
   text-align: center;
  }
  .seventh{
   padding: 60px 20px;
  }
  .eighth{
   padding: 60px 20px;
  }
  .nineth{
   padding: 60px 20px;
  }
  .nineth .double-column .social{
   padding: 35px 0px;
  }
  .tenth .map{
   left: 40%;
   }
   .tenth .locations .heading{
      margin-top: 70px;
   }
   footer{
      padding: 100px 20px;
   }
   footer .links{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
   }
   .eighth .heading{
      max-width: 600px;
   }
   .vacancies-first{
      margin-top: 135px;
      padding: 60px 20px;
      background-position: 70% 0%;
   }
   .vacancies-first .heading{
      font-size: 50px;
   }
   .vacancies-first .left{
      font-size: 28px;
   }
   .vacancies-first .right{
      flex-basis: 65%;
   }
   .vacancies-second .top-line{
      font-size: 50px;
      margin-bottom: 40px;
   }
   .vacancies-second{
      padding: 60px 20px;
   }
   .vacancies-second .item{
      padding: 20px;
   }
   .vacancies-second .item .description{
      margin-top: 23px;
   }
   .vacancies-third .top-line{
      font-size: 50px;
      margin-bottom: 40px;
   }
   .vacancies-third .top-line span{
      font-size: 50px;
     
   }
   .vacancies-third{
      padding: 60px 20px;
   }
   .cpt-item .left{
      padding: 24px;
   }
   .cpt-item .right{
      padding: 24px;
   }
   .cpt-item .left h2{
      font-size: 37px;
   }
   .top-line{
      font-size: 50px;
      margin-bottom: 40px;
   }
   .vacancies-fourth{
      padding: 60px 20px;
   }
   .single-main{
      margin-top: 135px;
   }
   .single-main__title{
      font-size: 60px;
   }
   .single-main{
      padding: 60px 20px;
   }
   .single-second{
      padding: 60px 20px;
   }
   .single-second__content-title, .single-second__content h3 span{
      font-size: 35px!important;
   }
   
   .advantages__title{
      font-size: 50px;
      margin-bottom: 40px;
   }
   .advantages__item{
      width: 31%;
   }
}
@media screen and (max-width: 992px)	{
   .mobi.openModalButton{
      display: flex;
      margin: 60px auto 0px;
      font-family: Cormorant;
      padding-bottom: 9px;
      font-size: 28px;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 0.02em;
      justify-content: center;
      text-transform: uppercase;
      border-bottom: 2px solid #5EB6EF;
      width: fit-content;

   }
   .first .explore{
      padding-top: 40px;
   }
   #modalContent, #modalContent2{
      padding: 40px 30px;
   }
   .first {
      background-position: 220% -35%;
      height: 100%;
      padding: 140px 20px 60px;
   }
   .first::before {
      background-position: 100% 50%;
   }
   .first .heading{
      font-size: 60px;
   }
   .first .subheading{
      font-size: 35px;
   }
   .first .container{
      font-size: 50px;
      min-height: 100px;
      margin-bottom: 0;
   }
   .first .stick{
      height: 50%;
   }
   .mobi.openModalButton{
      margin: 60px auto 0px;
   }
   .first .description{
      width: 100%;
      padding: 0px 16px;
   }
   .second .left h2 {
      font-size: 50px;
      
   }
   
   .second .right .double-column{
      padding-top: 20px;
   }
   .third h2 {
      font-size: 50px;
      margin-bottom: 40px;
   }
   .fourth .heading{
      font-size: 50px;
      margin-bottom: 40px;
   }
   .fourth .statistics{
      padding-top: 40px;
      
   }
   .fourth .statistics .item img {
      height: 150px!important;
  }
  .fifth .heading{
   font-size: 50px;
   margin-bottom: 40px;
  }
  .seventh .heading{
   font-size: 50px;
  }
  .seventh .double-column{
   margin-top: 40px;
  }
  .eighth .heading{
   font-size: 50px;
  }
  .eighth .container{
   margin-right: 50px;
  }
  .nineth .heading{
   font-size: 50px;
   margin-bottom: 20px;
  }
  .nineth .double-column{
   margin-top: 40px;
  }
  .nineth .double-column .form{
   padding: 40px;
  }
  .nineth .double-column .left{
   width: 40%;
  }
  .nineth .description{
   width: 65%;
  }
  .nineth .double-column .social{
   padding: 0;
  }
  .nineth .double-column .social li {
     margin-bottom: 35px;
   padding-bottom: 20px;
   }
   .tenth .locations .heading{
      font-size: 50px;
      margin: 60px auto 0;
   }
   .tenth .locations ul{
      padding-top: 50px;
   }
   footer .right{
      margin-bottom: 20px;
   }
   #modalContent h2, #modalContent2 h2 {
      font-size: 50px;
   }
   .vacancies-second__container{
      grid-template-columns: repeat(2, 1fr);
   }
   .vacancies-second .top-line{
      grid-column: 1/3;
   }
   .vacancies-fourth__steps{
      gap: 30px;
   }
   .single-main__title{
      font-size: 46px;
   }
   .single-main{
      padding: 40px 20px;
   }
   .single-main__title{
      margin-bottom: 32px;
   }
   .single-second{
      padding: 40px 20px 60px;
      flex-direction: column;
   }
   .single-second__content-title, .single-second__content h3{
      font-size: 32px!important;
   }
   .single-second__content{
      max-width: 100%;
   }
   .single-second__content-text, .single-second__content p{
      margin-bottom: 40px!important;
      font-size: 16px!important;
   }
   .single-second__form{
      max-width: 100%;
      margin-top: 40px;
   }
   .advantages__title{
      font-size: 40px;
   }
   .advantages__item{
      width: 48%;
   }
   .main-sing{
      padding-bottom: 60px;
   }
   .nineth .double-column{
       flex-direction: column;
   }
   .nineth .double-column .left{
       padding: 0;
       width: 100%;
       margin-bottom: 40px;
   }
   .nineth .double-column .right{
       max-width: 100%;
   }
   .nineth .double-column .social li{
       align-items: center;
       
   }
   .nineth .double-column .social li .left{
       margin: 0;
   }
   
}

@media screen and (max-width: 768px)	{
    .background-animation{
      animation: none;
   } 
   .first{
       padding: 60px 0px 50px;
   }
   .third .double-column .right ul{
       padding-left: 20px;
       margin-bottom:40px;
       
       flex: none;
   }
   .background-animation::before{
      animation: none;
   } 
	.first::before {
    background-position: 250% -100%;
		background-size: 500px 500px;
}
	.first {
		background-position: -115% 150%;
		background-size: 500px 500px;
	}
   header{
      height: 69px;
   }
   .header .left img{
      width: 126px;
      height: 29px;
   }
   .first .heading{
      margin-top: 60px;
      font-size: 48px;
      margin-bottom: 16px;
   }
   .first .subheading{
      font-size: 24px;
   }
   .first .description{
       font-size: 14px;
   }
   .first .container{
      font-size: 38px;
      min-height: 60px;
      margin-top: 16px;
   }
   .first .stick{
      width: 4px;
      height: 36px;
   }
   .second{
      flex-direction: column;
   }
   .second__container{
       flex-direction: column;
   }
   .second .left{
      width: 100%;
      max-width: 100%;
   }
   .second .left h2{
      font-size: 40px;
   }
   .second .right{
      width: 100%;
   }
   .second .text.mob{
      display: flex;
      color: #EFF0F6;
    font-family: TT Firs Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 143%;
    margin-bottom: 20px;
   }
   .second .text.desc{
      display: none;
   }
   .second .left img {
      width: 100%;
   }
   .second .right .double-column .item{
      width: 100%;
   }
   .second .right .double-column{
      padding-top: 30px;
      display: flex;
      flex-direction: column;
   }
   .second .right .double-column .item .header{
      border: none;
      padding: 0;
   }
   .second{
      padding-bottom: 20px;
   }
	
   .third h2{
      font-size: 40px;
      margin-bottom: 20px;
   }
   .third .description{
      width: 100%;
      margin-bottom: 20px;
   }
   .third .left{
      width: 100%;
   }
   .third .right.desc {
      display: none;
   }
   .third .left.desc{
      display: none;
   }
   .third .left.mob{
      display: flex;
      padding: 0px 0px 0px 20px;
   }
    
   #services > div.double-column > div.left > ul > li:nth-child(5){
      min-height: 0;
   }
   .third .double-column{
      flex-direction: column;
   }
   .third .right.mob{
      display: block;
      width: 100%;
   }
   .third .right.mob .tab{
      display: none;
   }
   .third .double-column .left .list{
      margin: 0;
   }
   .third .double-column .left .list li{
      margin: 0;
   }
   .third .double-column .left .list{
      padding: 0;
   }
   .third .double-column .left .list li.active{
      padding: 0;
   }
   .third .right.mob{
      padding: 0;
      margin-top: 28px;
   }
   .third .double-column .right .list{
      padding-left: 18px;
   }
   .third .left .list li.active a{
      align-items: center;
      justify-content: space-between;
   }
   .third .double-column .right .bottom{
      width: fit-content;
      display: flex;
      text-align: center;
      margin: 0 auto 40px;
      padding-bottom: 10px;
   }
   .fourth .heading{
      font-size: 40px;
      margin-bottom: 20px;
   }
   .fourth .description{
      width: 100%;
   }
   .fourth .statistics{
       display: flex;
      flex-direction: column;
      gap: 0;
   }
   .fourth .statistics .item{
      width: 100%!important;
      justify-content: start;
      margin-bottom: 40px;
     
   }
   .fourth{
    
      padding-bottom: 20px;
   }
   .fourth .statistics .item .text{
      font-size: 20px;
      text-align: start;
   }
   .fourth .statistics .item span {
       font-size: 30vw;
       height: 165px;
   }
   .fifth{
       padding-bottom: 30px;
   }
   .fifth .heading{
      font-size: 40px;
      margin-bottom: 40px;
   }
   .seventh .heading{
      font-size: 40px;
      
   }
   .seventh .double-column{
      flex-direction: column;
   }
   .seventh .double-column .left{
      border: 1px solid #394F5D;
   }
   .seventh .double-column .item{
      width: 335px;
      margin: 0 auto;
   }
   .seventh .double-column .item .content .text{
      font-size: 28px;
      margin-top: 28px;
   }
   .eighth .heading{
      font-size: 40px;
      margin-bottom: 20px;
   }
   .eighth .heading span{
      color:#5EB6EF;
   }
   .eighth .container{
      flex-direction: column;
   }
   .eighth .container .description{
      width: 100%;
      margin-bottom: 40px;
   }
   .eighth .container .audit{
      width: fit-content;
   }
   .swiper.desc{
      display: none;
   }
   .swiper.mob{
      display: flex;
   }
   .swiper.mob .swiper-wrapper{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 0px 20px;
      gap: 12px;
      
   }
   .swiper.mob .swiper-slide{
      position: relative;
      padding: 0;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      width: 195px;
      margin: 
      0 auto;
   }
   
   .swiper.mob .swiper-slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
   }
   .swiper.mob .swiper-slide.hidden{
      display: none;
   }
   #see-more-button{
      background: none;
      border: none;
      margin: 28px auto 0px;
      display: flex;
      align-items: center;
      gap: 15px;
      font-family: TT Firs Neue;
      font-size: 14px;
      font-weight: 400;
      line-height: 142%;
      letter-spacing: 0em;
      
   }
   .eighth .slider .swiper-slide .text{
      flex-direction: column;
   }
   .eighth .slider .swiper-slide .text .name{
      text-align: left;
      margin-top: 4px;
   }
   .eighth .slider .swiper-slide{
      padding: 20px;
   }
   .nineth .heading{
      font-size: 40px;
   }
   .nineth .description{
      width: 100%;
   }
   .nineth .double-column{
      flex-direction: column;
      gap: 40px;
   }
   .nineth .double-column .left{
      width: 100%;
   }
   .nineth .double-column .right{
      width: 100%;
   }
   .tenth .locations .heading{
      font-size: 40px;
      text-align: center;
   }
   .tenth .locations ul{
      padding-top: 40px;
      justify-content: center;
      text-align: center;
      margin: 0;
   }
   .tenth .locations ul li{
      font-size: 22px;
      padding-bottom: 32px;
   }
    .tenth .locations ul li:last-child{
          padding-bottom: 0px;
    }
   .tenth{
      flex-direction: column;
      padding:0;
   }
   .tenth .map{
      position: relative;
      left: -10%;
      top: 0px;
      height: 700px;
      
   }
   .tenth .map svg {
     
       width: auto;
   }
   footer{
      flex-direction: column;
      padding: 40px 20px;
   }
   footer .links{
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 32px;
      gap: 9px;
      color: #EFF0F6;
   }
   footer .left{
      margin-bottom: 40px;
   }
   footer .social{
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom:1px solid #D1DFE5;
   }
   footer .bottom{
       font-size: 14px;
       color: #EFF0F6;
   }
   footer .left a {
       display: flex;
       outline: none;
   }
   footer .left img {
       width: 170px;
   }
   footer::before {
       display: none;
   }
   .vacancies-first .heading{
      font-size: 46px;
   }
   .vacancies-first{
      
      padding: 40px 20px;
      margin-top: 113px;
      
   }
   .vacancies-first__container{
       flex-direction: column;
   }
   .vacancies-first .left span{
     margin: 0;
   }
   .vacancies-first .left{
      width: fit-content;
      order: 3;
   }
   .vacancies-first .right{
      width: 100%;
      margin-bottom: 36px;
   }
   .vacancies-second{
      background-position: 15% 25%;
     
   }
   .vacancies-second__container{
        grid-template-columns: 1fr;
   }
   .vacancies-second .top-line{
      font-size: 40px;
      margin-bottom: 20px;
      grid-column: 1/2;
   }
   #openModalButton2{
      padding-bottom: 12px;
   }
   .vacancies-second .item.last{
      gap: 20px;
   }
   .vacancies-third .top-line{
      font-size: 40px;
   }
   .vacancies-third .top-line span {
      font-size: 40px;
   }
   .cpt-item{
      flex-direction: column;
      position: relative;
   }
   .cpt-item .left h2{
      font-size: 32px;
   }
   .cpt-item .left .excerpt p{
      margin: 16px 0px 43px;
   } 
   .cpt-item .right{
      position: absolute;
      bottom: 0;
      right: 0;
   }
    .cpt-item .right svg{
        display: none;
    }
   .vacancies-third{
      padding-bottom: 32px;
   }
   .top-line{
      font-size: 40px;
      margin-bottom: 37px;
   }
   .vacancies-fourth__steps{
      flex-direction: column;
   }
   .vacancies-fourth__steps svg{
      transform: rotate(90deg);
   }
   .vacancies-fourth__step {
      margin-right: auto;
  }
  .vacancies-fourth__step-label{
   margin-bottom: 24px;
  }
  .vacancies-fourth__step-text{
   margin: 16px 0px 32px;
  }
  .vacancies-fourth__steps svg{
   height: 30px;
   width: 80px;
   margin-bottom: 32px;
  }
  .vacancies-fourth{
   padding-bottom: 28px;
  }
  .vacancies-fourth__step-title{
   max-width: 250px;
  }
  footer .right{
   margin-bottom: 0;
  }
  .advantages__item{
   width: 100%;
  }
  .advantages__item-img {
   width: 61px;
   min-width: 61px;
   height: 61px;
   position: relative;
   }
   .single-second__form{
      padding: 40px 20px;
      margin-top: 20px;
   }
   .single-main {
      margin-top: 115px;
   }
   #modalContent h2, #modalContent2 h2{
      font-size: 40px;
      margin-bottom: 40px;
   }
   #modalContent, #modalContent2{
      padding: 40px 20px 80px;
   }
   #modalContent .double-columns, #modalContent2 .double-columns{
      flex-direction: column;
   }
   #modalContent .double-columns .right, #modalContent .double-columns .left, #modalContent2 .double-columns .right, #modalContent2 .double-columns .left{
      width: 100%;
   }
   #modalContent .countries{
      margin-bottom: 80px;
   }
   #modalContent .submit-button, #modalContent2 .submit-button{
      margin-top: 60px;
   }
   #modalContent2 input[type="checkbox"]{
      width: 25px;
   }
   .checkbox-label{
      width: 90%;
      margin-left: 12px;
   }
   #modalContent2 .stage{
      margin-left: 37px;   
      width: 100%;
   }
   .footer__container{
        flex-direction: column;
    }
    footer .links{
        margin-left: 0;
        padding-left: 0;
    }
     .single-second__content ul {
         font-size: 16px!important;
         margin: 0px 0px 24px 0px!important;
     }
     .single-second li {
         margin-bottom: 16px;
     }
}

@media screen and (max-width: 525px)	{
   .checkbox-label{
      width: 88%;
      margin-left: 12px;
   }
   .fourth .statistics .item span {
       height: 125px;
       -webkit-text-stroke: 3px #5EB6EF;
   }
   .fourth .statistics .item .text{
       text-align: center;
   }
}
@media screen and (max-width: 500px)	{
   /*.tenth .map {*/
   /*   left: -100px;*/
   /*   width: 200%;*/
   /*   margin-top: -65px*/
   /*}*/
   .tenth .locations{
   width: 100%;
  
       
   }
   .tenth .map{
       position: relative;
       margin: 0;
       left: -50%;
       width: 200%;
       height: 466px;
   }
   .tenth .map svg {
       margin-top: -150px ;
       width: 100%;
   }
   
   .vacancies-second .item img{
      width: 52px;
   }
   #modalContent, #modalContent2{
      width: 100%;
      margin-top: 0;
   }
	#preloader img {
		max-width: 85%;
	}
	.single-second__form-title{
	    margin-bottom: 40px;
	}
}
@media (max-width: 450px)	{
	.first::before {
    background-position: -200% -100%;
		background-size: 500px 500px;
}
	.first {
		background-position: 300% 150%;
		background-size: 500px 500px;
	}
   .swiper.mob .swiper-slide{
      width: 100%;
      height: 86px;
   }
   .nineth .double-column .social li .left{
      gap: 0;
   }
   .nineth .double-column .social li .left svg {
      padding-right: 9px;
      width: 36px;
      height: 35px;
   }
   .tenth .map{
     left: -26%;

   }
   .fourth .statistics .item span{
       height: 100px;
       font-size: 120px;
       -webkit-text-stroke: 3px #5EB6EF;
   }
}
@media screen and (max-width: 400px){
    .tenth .map{


   }
   .seventh .double-column .item {
       width: 100%;
   }
   .swiper.mob .swiper-slide{
      justify-content: center;
      align-items: center;
      height: 65px!important;
   }
   
}
@media screen and (max-width: 360px)	{
   .checkbox-label{
      width: 86%;
      margin-left: 12px;
   }
   
}