/* Fonts */
@font-face {
   font-family: EBGaramond;
   src: url("assets/fonts/EBGaramond.ttf");
   font-weight: normal;
}
@font-face {
   font-family: NunitoSans;
   src: url("assets/fonts/NunitoSans.ttf");
   font-weight: normal;
}
@font-face {
   font-family: Aeonik;
   src: url("assets/fonts/AeonikProTRIAL-Regular.otf");
   font-weight: normal;
}
@font-face {
   font-family: Aeonik;
   src: url("assets/fonts/AeonikProTRIAL-Bold.otf");
   font-weight: bold;
}
/* Preloader */
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 100500;
	opacity: 1;
 }
 
 #page-preloader .spinner {
	width: 100vw;
	height: 100vh;
	position: relative;
	display: table-cell;
	vertical-align: middle;
 }
 
 #page-preloader img {
	width: 25%;
	height: auto;
	margin: auto;
	display: block;
 }
/* Main */
body {
   font-family: 'Aeonik';
   overflow-x: hidden;
   letter-spacing: 0.5px;
   color: #151515;
   position: relative;
   z-index: 1;
   font-size: 18px;
   line-height: 120%;
   letter-spacing: 0.8px;  
}
.overy_hid {
   overflow-y: hidden !important;
}
img {
   max-width: 100%;
}
section,
footer,
.header {
   overflow-x: clip;
   position: relative;
}
a {
   text-decoration: none;
   color: #151515;
   cursor: pointer;
   letter-spacing: 1px;
   outline: none !important;
   transition: ease all 0.2s;
}
a:hover {
   color: #151515;
}
.no_padd {
   padding: 0 !important;
}
.header.scrolled {
   background-color: #E9DFD2;
}
.header {
   padding: 1em 0.5em;
   position: fixed;
   width: 100%;
   z-index: 9999;
}
.header_logo img {
   height: 3em;
}
.header_main {
   align-self: center;
}
.header_main {
   text-align: right;
}
.header_main_item {
   display: inline-block;
   padding: 0 0.5em;
}
.header_main_item-Europe,
.header_main_item-Other {
   display: none;
}
.header_main_item_link-Europe:hover .header_main_item-Europe,
.header_main_item-Europe:hover {
   display: block;
   position: absolute;
   min-width: 150px;
}
.header_main_item_link-Europe-container {
   margin-top: 0.6em;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.header_main_item_link-Europe a:hover {
   border:none;
}
.header_main_item-Europe_item {
   padding: 0.5em 1em;
   background-color: #fff;
   text-align: left;
}
.header.scrolled .header_main_item-Europe_item:hover {
   background-color: #f1f2f4;
}
.header .header_main_item-Europe_item:hover {
   background-color: #E9DFD2;
}
.header_main_item-Europe_item:first-child {
   padding-top: 0.8em;
}
.header_main_item-Europe_item:last-child {
   padding-bottom: 0.8em;
}
.header_main_item_link {
   padding-bottom: 0.2em;
   font-weight: 700;
}
.blog_button {
   text-align: center;
   margin: 3em 0 0;
}
.header_main_item_link:hover {
   border-bottom: 2px solid #0e457b;
}
.main_button {
   background-color: #0B3156;
   padding: 0.7em 1.5em;
   border-radius: 10px;
   transition: ease all 0.2s;
   color: #fff;
}
.main_button:hover {
   background-color: #0e457b;
   color: #fff;
}
#first-screen {
   position: relative;
   height: 100vh;
}
.slider-container {
   display: flex;
   height: 100vh;
   background-position: center;
   background-size: cover;
}
.slider-container-1,
.slider-container-2 {
   background-image: url("assets/img/first.jpg");
}
.slider-content {
   align-self: center;
   width: 40%;
   padding: 0 5em;
}
.slider-title {
   font-size: 3em;
   font-family: 'EBGaramond';
   font-weight: bold;
   color: #bf7c1a;
   line-height: 1em;
}
.slider-text {
   margin: 3em 0;
   line-height: 1.5em;
}
.swiper-pagination-bullet-active {
   background: #0B3156 !important;
}
.swiper-button-next, .swiper-button-prev {
   color: rgb(11 49 86 / 41%) !important;
}
#countries,
#stages,
#contact,
#blog {
   background-color: #f1f2f4;
   padding: 3em 0 5em;
}
.swCount_item-container {
   padding: 0.5em;
   margin: 0.5em;
   background: #fff;
   border-radius: 10px;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
    box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.swCount_item-img {
   width: 100%;
   height: 200px;
}
.blog_item_img {
   width: 100%;
   height: 200px;
}
.swCount_item-img img,
.blog_item_img img {
   object-fit: cover;
   height: 100%;
   width: 100%;
   border-radius: 10px;
}
#quiz {
   padding: 5% 0;
}
.cont-pretitle {
   text-align: center;
   opacity: 0.5;
   text-transform: uppercase;
   font-size: 0.8em;
}
.cont-title {
   text-align: center;
   margin: 0.2em 0 0.5em;
   font-size: 3em;
   font-family: 'EBGaramond';
   line-height: 1em;
}
.swCount_item-flag {
   width: 25%;
   display: block;
   margin: -10% auto 0;
}
.swCount_item-flag img {
   width: 100%;
   height: 80px;
   border: 8px solid #fff;
   border-radius: 117px;
   -webkit-box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 1);
   -moz-box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 1);
   box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 1);
}
.swCount_item-title {
   text-align: center;
   margin: 1em 0;
   font-family: 'EBGaramond';
   font-size: 1.3em;
   font-weight: 600;
   color: #0B3156;
}
.swCount_item-desc {
   text-align: center;
   padding: 0 2em;
   font-size: 0.85em;
}
.swCount_item-link {
   text-align: center;
}
.swCount_item-container .swCount_item-link {
   margin: 1.5em;
}
.blog_item_container .swCount_item-link {
   margin: 1em;
}
.swCount_item-link a {
   text-transform: uppercase;
   font-size: 0.7em;
   font-weight: 700;
   color: #bf7c1a;
}
.swiperCountries .swiper-pagination {
   margin-bottom: 2em;
}
.blog_items .swiper-horizontal>.swiper-pagination-bullets, 
.blog_items .swiper-pagination-bullets.swiper-pagination-horizontal, 
.blog_items .swiper-pagination-custom, 
.blog_items .swiper-pagination-fraction {
   bottom: -2.5em;
}
#goals,
#about,
#reviews,
#faq,
#insta {
   padding: 3em 0;
}
.cont-subtitle {
   max-width: 500px;
   text-align: center;
   display: block;
   margin: 0 auto;
   color: #bf7c1a;
}
.goals_item {
   padding: 0.7em;
   margin-bottom: 2em;
}
.goals_item-container {
   background-color: #f2ede5;
   padding: 1em;
   border-radius: 10px;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.goals_item-title {
   font-weight: 700;
   text-align: center;
   margin: 1em 0 2em;
   font-size: 1.2em;
}
.goals_items {
   margin: 2em 0;
}
.goals_item-text {
   border-top: 1px solid #d8d8d8;
   padding-top: 20px;
   text-align: center;
   font-size: 0.9em;
}
.goals_item-button {
   margin: 2.5em 0 1.5em;
   text-align: center;
}
.help-title {
   text-align: center;
   font-size: 2em;
   font-family: 'EBGaramond';
   color: #bf7c1a;
   line-height: 1em;
}
.help-text {
   max-width: 500px;
   text-align: center;
   display: block;
   margin: 3em auto;
}
.help-button_cont {
   text-align: center;
}
.help-button {
   background-color: #E9DFD2;
   padding: 0.7em 1.5em;
   border-radius: 10px;
   font-weight: 600;
}
.help-button:hover {
   background-color: #e0d0bb;
}
.stlf-title {
   text-align: center;
   font-size: 1.2em;
   font-weight: 700;
   margin-bottom: 2em;
}
.img_stages {
   position: absolute;
   left: 44%;
   height: 67%;
}
.stage-left .stage-block {
   padding-right: 20%;
}
.stage-right .stage-block {
   padding-left: 20%;
}
.stage-block-1 {
   margin-top: 4.2em;
}
.stage-block-number {
   font-family: 'EBGaramond';
   font-size: 4em;
   line-height: 1em;
   opacity: 0.6;
   color: #bf7c1a;
   align-self: center;
}
.stage-block-container {
   background-color: #fff;
   padding: 2em 1em;
   border-radius: 10px;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.stage-block-title {
   margin-bottom: 1em;
   font-size: 1.2em;
   font-weight: 700;
}
.stage-block-content {
   align-self: center;
}
.stage-block-text {
   font-size: 0.9em;
}
.stage-block-2 {
   margin-top: 9em;
}
.stage-block-3 {
   margin-top: 2em;
}
.stage-block-4 {
   margin-top: 10em;
}
.stage-block-5 {
   margin-top: 2em;
}
.stage-block-6 {
   margin-top: 8em;
}
.stages-button {
   margin-top: 5em;
   text-align: center;
}
.about_left img {
   border-radius: 10px;
   width: 95%;
   height: 100%;
   object-fit: cover;
}
.about_text {
   margin: 2em 0 3em;
   text-align: center;
}
.about_right {
   align-self: center;
}
.about_left {
   align-self: center;
   text-align: center;
}
.help .help-button_cont {
   margin-bottom: 2em;
}
.swRev-text {
   margin: 2em 0;
   text-align: center;
}
.swRev-person {
   display: flex;
   text-align: center;
   justify-content: center;
}
.swRev-person-img {
   width: 80px;
   height: 80px;
   align-self: center;
}
.swRev-person-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50em;
}
.swRev-person-content {
   padding-left: 1.5em;
   align-self: center;
}
.swRev-person-name {
   font-weight: 700;
}
.swRev-person-service {
   font-size: 0.85em;
   color:#bf7c1a;
}
.swiperReviews .swiper-slide {
   opacity: 0;
   transition: all ease 0.5s;
}
.swiperReviews .swiper-slide.swiper-slide-active {
   opacity: 1;
}
.swiperReviews .swiper-button-next,
.swiperReviews .swiper-button-prev {
   bottom: 1em !important;
   top: auto !important;
}
.swiperReviews .swiper-button-next,
.swiperReviews .swiper-rtl .swiper-button-prev {
   right: 3em !important;
}
.swiperReviews .swiper-button-prev,
.swiperReviews .swiper-rtl .swiper-button-next {
   left: 3em !important;
}
/* Скрыть контент по умолчанию */
.accordion-container {
   max-width: 960px;
   display: block;
   margin: 2em auto;
 }
 
 .panel-default>.panel-heading {
   color: #333;
   background-color: #fff;
   border-color: #e4e5e7;
   padding: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 
 .panel-default>.panel-heading a {
   display: block;
   padding: 10px 15px;
 }
 
 .panel-default>.panel-heading a:after {
   content: "";
   position: relative;
   top: 1px;
   display: inline-block;
   font-family: 'Glyphicons Halflings';
   font-style: normal;
   font-weight: 400;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   float: right;
   transition: transform .25s linear;
   -webkit-transition: -webkit-transform .25s linear;
 }
 
 .panel-default > .panel-heading a[aria-expanded="true"] {
   background-color: #E9DFD2;
   font-weight: 700;
   }
 
 .panel-default>.panel-heading a[aria-expanded="true"]:after {
   content: "\2212";
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
 }
 
 .panel-default>.panel-heading a[aria-expanded="false"]:after {
   content: "\002b";
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 
 .accordion-option {
   width: 100%;
   float: left;
   clear: both;
   margin: 15px 0;
 }
 
 .accordion-option .title {
   font-size: 20px;
   font-weight: bold;
   float: left;
   padding: 0;
   margin: 0;
 }
 
 .accordion-option .toggle-accordion {
   float: right;
   font-size: 16px;
   color: #6a6c6f;
}
.panel-collapse {
   display: none;
}
.panel-collapse.show {
   display: block;
}
.panel-body {
   padding: 0.8em;
   font-size: 0.85em;
   background-color: #f1f2f4;
}
#faq .help-button_cont {
   margin: 1em 0;
}
.map {
	padding: 0;
	background-image: url("assets/img/map_bg.png");
	background-position: center center;
	height: 100%;
   border-radius: 10px;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
   box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.cont_left_phone {
   text-align: center;
   margin: 1em 0 0.5em;
}
.cont_left_email {
   text-align: center;
   margin-bottom: 0.7em;
}
.one_input {
   width: 80%;
   display: block;
   margin: 0.75em auto;
}
.one_input input,
.one_input textarea {
   width: 100%;
   padding: 0.5em 1em;
   border-radius: 10px;
   border: 1px solid #ccc;
   font-family: 'NunitoSans';
}
iframe#ymap_lazy {
   border-radius: 10px;
}
.contacts_right_button {
   border: none;
   display: block;
   margin: 2em auto 1em;
}
.blog_items {
   margin: 2.5em 0;
}
.blog_item_container {
   padding: 0.5em;
   margin: 0.5em;
   background: #fff;
   border-radius: 10px;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
    box-shadow: 5px 5px 10px 0px rgba(203, 203, 203, 1);
}
.blog_item_title {
   font-weight: 700;
   margin-top: 1em;
   text-align: center;
}
.blog_item_date {
   font-size: 0.7em;
   color: #bf7c1a;
   text-align: center;
   margin-top: 0.5em;
}
.blog_item_text {
   font-size: 0.85em;
   margin: 1em 0;
   text-align: center;
}
footer {
   background-color: #0B3156;
   padding: 2em 0;
}
.fot_logo {
   text-align: center;
}
.fot_cont_item {
   text-align: center;
}
.fot_logo img {
   max-width: 250px;
}
.fot_menu_items,
.fot_cont_item a {
   color: #EADDD1;
   font-size: 0.85em;
   text-align: center;
}
.fot_titles {
   font-weight: 700;
   color: #EADDD1;
   margin-bottom: 1em;
   font-size: 1.2em;
   text-align: center;
}
.fot_menu_item {
   margin-bottom: 0.2em;
}
.copyright {
   color: #EADDD1;
   font-size: 0.85em;
   margin-top: 1.5em;
   text-align: center;
}
/* Popup */
.popup {
   position: fixed;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   background: rgb(0 0 0 / 50%);
   z-index: -11;
   opacity: 0;
   visibility: hidden;
   transition: 0.55s opacity, 0.55s visibility;
}
.popup.open {
   opacity: 1;
   visibility: visible;
	z-index: 99999;
}
.popup_container {
   max-width: 600px;
   width: 100%;
   background: #F3F3F3;
   border-radius: 10px;
   padding: 30px;
   height: auto;
   margin: auto;
   position: relative;
   text-align: center;
}
.popup_form {
   width: 100%;
}
.popup_title {
   line-height: 130%;
   font-size: 2em;
   font-family: 'EBGaramond';
}
.popup-subtitle {
   max-width: 500px;
   text-align: center;
   display: block;
   margin: 1em auto 0;
   color: #bf7c1a;
}
.popup_split_content {
   margin-top: 2em;
   display: flex;
}
.main_info {
   width: 30%;
   font-size: 0.9em;
   font-weight: 600;
}
.popup_tel_mail {
   margin: 1.5em 0;
}
.popup_input input,
.popup_input textarea {
   padding: 12px 20px;
   width: 100%;
   background: #FFFFFF;
   border: 0.6px solid #C4C4C4;
   border-radius: 20px;
   font-family: 'NunitoSans';
}
/* .popup_name,
.popup_tel {
   width: 49% !important;
   display: inline-block;
} 
.popup_name {
	margin-right: 1% !important;
}*/
.popup_name input,
.popup_tel input,
.popup_comment textarea {
	padding: 12px 20px !important;
    width: 100% !important;
    background: #FFFFFF !important;
    border: 0.6px solid #C4C4C4 !important;
    border-radius: 10px !important;
	font-size: 1em !important;
   margin-bottom: 1em;
}
#wpforms-95-field_5-container {
    position: absolute !important;
    width: 43% !important;
    hyphens: none !important;
    right: 3% !important;
	padding: 5px 0 0 1em !important;
}
.wpforms-submit-container {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
}
button#wpforms-submit-95 {
    padding: 1em 2em !important;
    background: #0000C8 !important;
    color: #fff !important;
    border-radius: 500px !important;
    transition: all ease 0.25s !important;
    font-weight: 600 !important;
    height: 3em !important;
    font-size: 1em !important;
}
button#wpforms-submit-95:hover {
    background: #C8E515 !important;
    color: #151515 !important;
}
label.wpforms-field-label-inline {
    font-size: 0.9em !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.wpforms-container .wpforms-field {
    padding: 0 0 2em 0 !important;
}
.popup_form_final {
   display: flex;
}
.popup_button {
   margin: 2em auto 0.5em;
   display: block;
}
.popup_check {
   display: inline-flex;
   align-self: center;
}
.popup_check_label {
   font-size: 0.9em;
   letter-spacing: 1px;
   font-weight: 600;
   padding-left: 1em;
   color: #bf7c1a;
}
.popup_check_label a {
   font-weight: 800;
   color: #bf7c1a;
}
input[type="checkbox"] {
   width: 25px;
   height: 25px;
}
.ico_close {
   position: absolute;
   top: 3%;
   right: 3%;
}
.ico_close img {
   width: 1em;
}
.fot_menu_item a {
   color: #EADDD1;
}
button#wpsr-ig-load-more-btn-9 {
   border-radius: 10px;
   font-family: 'NunitoSans';
   font-size: 1em;
}
.insta_feed {
   margin-top: 2.5em;
}
.insta_link {
   color: #bf7c1a;
   font-size: 1.2em;
}
.fot_pol {
   margin-top: 0.2em;
   text-align: center;
}
.fot_pol a {
   color: #EADDD1;
   font-size: 0.85em;
}
#infocontent {
   max-width: 960px;
   margin: 0 auto;
   padding-top: 6em;
}
.infotitle h1 {
   font-size: 2.7em;
   font-family: 'EBGaramond';
   font-weight: bold;
   color: #bf7c1a;
   line-height: 1em;
   text-align: center;
   margin-bottom: 1em;
}
.infocontent p,
.art_content p {
   margin-bottom: 0.8em;
   line-height: 1.5em;
}
.art_content h2 {
   font-weight: 600;
   font-size: 1.5em;
   line-height: 1em;
   margin: 1em 0;
}
.infocontent {
   margin-bottom: 4em;
}
.page-about,
.page-contact,
.page-country {
   padding-top: 4em;
}
.page-blog {
   padding-top: 5.5em;
   background-color: #f1f2f4;
}
.page-article {
   padding-top: 5.5em;
}
.blog-items {
   padding-bottom: 2em;
}
.page-contact {
   background-color: #f1f2f4;
}
.vsd_left_text_bold {
   font-weight: 800;
}
.vsd_title {
   color: #bf7c1a;
   font-size: 1.2em;
   margin-bottom: 1em;
   font-weight: 700;
   text-align: center;
}
.vsd_hr {
   width: 50%;
   max-width: 200px;
   margin: 1em auto 1.5em;
}
.visatype {
   padding: 2em 0 4em;
}
.visatype:nth-child(odd) {
   background-color: #f1f2f4;
}
.vsd-button {
   margin-top: 3em;
   text-align: center;
}
.blog-items .blog_item_container {
   margin: 0 0 2em 0;
}
.art_img {
   max-width: 1000px;
   display: block;
   margin: 2em auto;
   border-radius: 10px;
   width: 100%;
}
#art-help {
   padding: 4em 0 2.5em;
}
#art-main {
   padding-bottom: 3em;
}
.footer_ico img,
.header_main_item_ico img {
   width: 1.8em;
}
.footer_ico:not(:last-child) {
   margin-right: 1em;
}
.footer_icons {
   margin-top: 0.7em;
}
.cont_left_socs {
   text-align: center;
}
.cont_left_social img {
   width: 35px;
}
.dm1000 {
   display: none;
}
.burger_main {
   display: none;
   background: #fff;
   display: block;
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 99999999999;
   padding: 5%;
   top: 0;
   left: -100%;
   transition: all ease 0.5s;
}
.burger_main.open {
   left: 0;
}
.burger_link_close_cont {
   text-align: right;
   text-transform: uppercase;
   font-weight: 700;
}
.burger_link_close:hover {
   font-size: 1.2em;
}
.burger_container {
   height: 100%;
}
.burger_contact {
   align-items: end;
   display: flex;
   text-align: center;
}
.burger_db {
   margin: 0 auto;
}
.burger_menu_items {
   text-align: center;
   margin: 15% 0;
}
.burger_menu_item {
   font-size: 1.5em;
   margin-bottom: 1.5em;
}
.burger_menu_item:hover {
   font-weight: 800;
}
.burger_tel {
   margin-bottom: 2em;
}
.burger_social:not(:last-child) {
   margin-right: 1.5em;
}
.burger_first {
   height: 20%;
}
.deks_dn {
   display: none;
}
.db750,
.db767 {
   display: none;
}
/* MENU TEST */
.menu {
   position: fixed;
   top: 0;
   left: -100vw;
   height: 100vh;
   width: 100%;
   background-color: #E9DFD2;
   transition: left 0.3s ease;
   padding: 50px 20px;
   box-sizing: border-box;
   z-index: 99999;
   display: flex;
}
.menu ul {
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: center;
   width: 100%;
   align-self: center;
}

.menu li {
   margin: 20px 0;
}
/* Стиль для предотвращения прокрутки основной страницы */
.no-scroll {
   overflow: hidden;
}
.burger_logo {
   width: 80%;
   display: block;
   margin: 10% auto;
}
li.burger_button {
   margin-top: 15%;
}
.menu li.burger_button a {
   color: #fff;
}
li.burger_tel {
   margin-top: 15%;
}
.burger_icons_item img {
   height: 1.8em;
}
.burger_icons {
   margin-bottom: 15% !important;
}
.panel {
   margin-bottom: 0.8em;
}
.menu li a {
   text-decoration: none;
   color: #000;
   font-size: 1.3em;
   font-weight: bold;
}
.burger_close {
   width: 2em;
   position: absolute;
   right: 2em;
   top: 2em;
}
.menu.menu-active {
   left: 0;
 }
 .burger {
   cursor: pointer;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   height: 20px;
   width: 25px;
   padding: 0;
 }
 
 .line {
   width: 100%;
   height: 3px;
   background-color: white;
 }
 /* Анимация изменения бургер-иконки в крестик */
.burger .line:nth-child(1) {
   transform: translateY(5px) rotate(45deg);
 }
 
 .burger .line:nth-child(2) {
   opacity: 0;
 }
 
 .burger .line:nth-child(3) {
   transform: translateY(-5px) rotate(-45deg);
 }
 .burger-active .line:nth-child(1) {
   transform: translateY(0) rotate(0);
 }
 
 .burger-active .line:nth-child(2) {
   opacity: 1;
 }
 
 .burger-active .line:nth-child(3) {
   transform: translateY(0) rotate(0);
 }
/* End Popup */
.dmonly {
   display: none;
}
@media (max-width: 1200px) {
   .header_main_item {
      font-size: 0.85em;
   }
   .swCount_item-flag img {
      height: 70px;
   }
   .img_stages {
      left: 43%;
   }
   .header_main_item_icons {
      display: none;
   }
}
@media (max-width: 1000px) {
   .db1000 {
      display: block;
   }
   .dn1000 {
      display: none;
   }
   .header_main_item_icons,
   .ico_burger {
      display: inline-block;
   }
   .goals_item,
   .blog_item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .swiperReviews .swiper-button-next, .swiperReviews .swiper-rtl .swiper-button-prev {
      right: 0 !important;
   }
   .swiperReviews .swiper-button-prev, .swiperReviews .swiper-rtl .swiper-button-next {
      left: 0 !important;
   }
   
}
@media (min-width: 576px) {
   .container, .container-sm {
      max-width: 90%;
   }
}
@media (min-width: 768px) {
   .container, .container-md, .container-sm {
      max-width: 799px;
   }
}
@media (min-width: 992px) {
   .container, .container-lg, .container-md, .container-sm {
      max-width: 960px;
   }
}
@media (min-width: 1200px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
   }
}
@media (min-width: 1400px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 85%;
   }
}
@media (min-width: 1500px) {
   body {
      font-size: 19px;
   }
   .swCount_item-img {
      height: 300px;
   }
}
@media (min-width: 1600px) {
   body {
      font-size: 21px;
   }
}
@media (min-width: 1600px) {
   body {
      font-size: 23px;
   }
   .swCount_item-img,
   .blog_item_img {
      height: 350px;
   }
   .accordion-container {
      max-width: 80%;
   }
   .panel {
      margin-bottom: 0.5em;
   }
   .popup_container {
      max-width: 40%;
   }
   .cont-subtitle {
      max-width: 40%;
   }
}
@media (min-width: 1800px) {
   body {
      font-size: 25px;
   }
}
@media (min-width: 2000px) {
   body {
      font-size: 27px;
   }
   .swCount_item-img,
   .blog_item_img {
      height: 400px;
   }
   .swCount_item-flag img {
      height: 120px;
   }
   .help-text {
      max-width: 1000px;
   }
}
@media (min-width: 2200px) {
   body {
      font-size: 29px;
   }
}
@media (min-width: 2400px) {
   body {
      font-size: 32px;
   }
}
@media (min-width: 2600px) {
   body {
      font-size: 34px;
   }
}
@media (min-width: 2800px) {
   body {
      font-size: 36px;
   }
}
@media (max-width: 800px) {
   .logo_col {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
   }
   .slider-container {
      background-image: none;
      background-color: #E9DFD2;
   }
   .slider-content {
      width: 100%;
      text-align: center;
   }
   body {
      font-size: 16px;
   }
   .header_main_item {
      font-size: 1em;
   }
   .img_stages {
      left: 41%;
   }
}
@media (max-width: 767px) {
   .db767 {
      display: block;
   }
}
@media (max-width: 750px) {
   .dn750 {
      display: none;
   }
   .db750 {
      display: block;
   }
   .img_stages,
   .stlf-title,
   .stage-right {
      display: none;
   }
   .stage-left .stage-block {
      padding: 0;
      margin-top: 2em;
   }
   .stage-left,
   .about_left,
   .about_right,
   .cont_left,
   .cont_right,
   footer .col-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }
   #reviews .about_right,
   .cont_left {
      order:1;
   }
   .about_right,
   .cont_left {
      margin-top: 2em;
   }
   #map_container {
      height: 300px;
   }
   .fot3 .fot_titles {
      margin-top: 1em;
   }
   .fot_logo {
      margin-top: 2.5em;
   }
   .fot1 {
      order: 3;
   }
}
@media (max-width: 650px) {
   .swCount_item-img,
   .blog_item_img {
      height: 300px;
   }
   .blog_items {
      margin: 0.5em 0;
   }
   .swCount_item-flag {
      width: 85px;
   }
   .stage-block-container {
      width: 100%;
      margin: 0 auto;
   }
   .blog_item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }
   .blog-items .blog_item_container {
      margin: 0;
   }
   .page-blog #insta {
      padding-top: 0;
   }
}
@media (max-width: 600px) {
   .goals_item,
   .vsd_left,
   .vsd_right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }
   .stage-left .stage-block {
      margin-top: 1em;
   }
   .goals_item {
      margin-bottom: 1em;
   }
   .header_main_item_tel {
      display: none;
   }
   .popup_container {
      width: 90%;
   }
   .vsd_right {
      margin-top: 2em;
   }
   .vsd_left {
      margin-top: 1em;
   }
   .dmonly {
      display: inline-block;
   }
   .header_main {
      padding: 0;
   }
}
@media (max-width: 500px) {
   .slider-content {
      width: 78%;
      display: block;
      margin: 0 auto;
      padding: 0;
   }
   .logo_col {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding: 1% 0 0 2%;
   }
   .header_logo img {
      height: 40px;
   }
   /* body {
      font-weight: 600;
   } */
   .cont-title {
      font-weight: 500;
   }
   .stage-block-container {
      padding: 2em 0em;
   }
   .stages-button {
      margin-top: 3.5em;
   }
   .swCount_item-img, .blog_item_img {
      height: 200px;
   }
}
