@font-face {
    font-family: 'Gilroy';
    src: url('../main_template/fonts/Gilroy-Light.woff2') format('woff2'),
        url('../main_template/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../main_template/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../main_template/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../main_template/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../main_template/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../main_template/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../main_template/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../main_template/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../main_template/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../main_template/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans-Light.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans-Light.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../main_template/fonts/OpenSans.woff2') format('woff2'),
        url('../main_template/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family:"Gilroy";
	margin-bottom:0px;	
	padding-top: 100px;
}
p {
	font-family:"Gilroy";
	font-size:20px;
}
.logo_cont img 	{
	max-width:203px;
}
header {
	padding-top: 10px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 3;
	padding-bottom: 10px;
	box-shadow: 0px 0px 6px #eee;
}
header nav {
	list-style: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;	
	gap:20px;
	margin-left:0px;
	font-family: Gilroy;
	font-weight:300;
} 
header .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	margin:0px;
}
.head_services {
	top:106px;
}
.mobile_menu_btn {
	position:relative;
}
.mobile_menu_btn.active::before {
	display: none;
}
nav li .menu_trigger {
	display:none;
}
@media(max-width:840px){
	nav li .menu_trigger {
		display:inline-block;
	}							
	.mobile_menu_btn.active::before {
		content: "";
		display: block;
		width: 33px;
		height: 25px;
		background-image: url("../../../upload/landing_pics/cross_svg.svg");
		background-color: #fff;
		background-size: 45px;
		background-position: center;
		position: relative;
		top: 9px;
		left: 13px;
	}
}
@media(max-width:600px){
	.mobile_menu_btn.active::before {
		top: 8px;
		left: 11px;								
	}
}
.top_realtive {
	position:relative;
}
.header_contact_items {
	margin-left: auto;
	display: flex;
  	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wa_icon { 
	display:inline-block;
	background-image: url("../../../upload/landing_pics/wa_icon.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width:42px;
	height:42px;
	font-size:0px;
}
.tg_icon {
	display:inline-block;
	background-image: url("../../../upload/landing_pics/tg_icon.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width:42px;
	height:42px;
	font-size:0px;	
}
.header_phone {
	margin-left:38px;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.04em;
	text-align: left;	
}
.start_now {
	font-family: Gilroy;
}
h1 {
	font-family: Gilroy;
	font-size: 90px;
	font-weight: 500;
	line-height: 90px;
	letter-spacing: -0.04em;
	text-align: left;
	max-width: 570px;
	line-height: 0.9;
	position:relative;
}
.top_realtive h1::before {
	content: "";
	width: 114px;
	height: 50px;
	background-image: url("../../../upload/landing_pics/h1_icons.png");
	display: block;
	position: absolute;
	top: 105px;
	right: -90px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.add_bottom_pad h2 {
	text-align: center;	
}
h2 {
	font-family: Gilroy;
	font-size: 70px;
	font-weight: 500;
	line-height: 91px;
	letter-spacing: -0.04em;
	text-align: left;	
	max-width: 1200px;
  	margin-left: auto;
  	margin-right: auto;	
}
.links_cont {
	margin-bottom:20px;
}
.links_cont a.active {
	font-weight:500;
	text-decoration:underline;
}
.links_cont a {
	font-size:16px;
	margin-right:15px;
}
.auth_type_switcher h1 {
	width:100%;
	text-align:center;
	margin: 30px auto 50px auto;
}
.bx-system-auth-form {
	text-align:center;
}
.first_block {
	height: 45vw;
	max-height:864px;
}
.first_block p {
	margin-top:60px;
	max-width:300px;
}
.first_block .col-lg-12 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.first_block .col-lg-12::before {
	content: "";
	background-image: url("../../../upload/landing_pics/round_block_top_banner.png");
	width: 124px;
	height: 124px;
	display: block;
	position: absolute;
	right: 765px;
	top: calc(50% - 50px);
	background-position: center;
	z-index: 2;
}
.head_services {
	top:106px;
}
.mobile_menu_btn {
	position:relative;
}
.mobile_menu_btn.active::before {
	display: none;
}
nav li .menu_trigger {
	display:none;
}
@media(max-width:840px){
	nav li .menu_trigger {
		display:inline-block;
	}							
	.mobile_menu_btn.active::before {
		content: "";
		display: block;
		width: 33px;
		height: 25px;
		background-image: url("../../../upload/landing_pics/cross_svg.svg");
		background-color: #fff;
		background-size: 45px;
		background-position: center;
		position: relative;
		top: 9px;
		left: 13px;
	}
}
@media(max-width:600px){
	.mobile_menu_btn.active::before {
		top: 8px;
		left: 11px;								
	}
}
@media(max-width:1754px){
	.first_block .col-lg-12::before {
		right: calc(50% - 112px);		
	}
}
@media(max-width:1430px){
	.first_block .col-lg-12::before {
		content: "";		
		width: 75px;
		height: 75px;						
		z-index: 2;
		right: calc(50% - 86px);
		top: calc(50% - 40px);
		background-size:contain;
	}	
}
.first_block .col-lg-12 img {
	width: calc(50% - 50px);
	max-width: 825px;
	position: absolute;
	right: 0px;
}

.phone_link {
	right: -20px;
}


.btn_ {
	font-family: Gilroy;
	background: rgba(149, 217, 208, 0.5);
	border-radius: 30px;
	text-transform: uppercase;	
	padding: 15px;
	max-width: 326px;	
	text-align: center;
	font-size: 25px;	
	font-weight: 500;
	cursor:pointer;
	transition:all ease 0.2s;
}
.btn_:hover {
	/*background: rgba(149, 217, 208, 0.7);*/
	box-shadow: 0px 4px 19.2px 0px #00000026;
	background:#fff;
	transition:all ease 0.2s;
}
.header-info-col .btn-main::before {
	display:none;
}
.header-info-col .btn-main {
	box-shadow:none;
	/*background: rgba(149, 217, 208, 0.5);
	color: #0f0f1c;
	background-image: linear-gradient(90deg, rgba(23, 204, 182, .6) -3.47%, rgba(0, 51, 45, .25) 133.66%);*/
	font-weight: 500;
	font-family: Gilroy;
	font-size: 18px;	
	padding: 0.8rem 1rem !important;
}
.header-info-col .btn-main:hover {
	background: #fff;
	box-shadow: 0px 4px 19.2px 0px #00000026;
}
.btn_.long_btn_mode {
	width:100%;
	max-width: 100%;
}
.card_item {
	display: flex;
	flex-direction: column;
	height: 100%;	
}
.card_item_image {
	text-align:center;
}
.card_item_text_cont {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	max-width: 376px;
	flex-grow: 1;
}
.card_item_name {
	font-weight: 500;
	font-size: 26px;
	font-family: Gilroy;
	margin-bottom: 20px;
}
.start_now p {
	font-family: Gilroy;
	font-size: 70px;
	font-weight: 500;
	line-height: 77px;
	letter-spacing: -0.04em;
	text-align: center;
}
.start_now p span {
	font-family: Gilroy;
	font-size: 70px;
	font-weight: 500;
	line-height: 77px;
	letter-spacing: -0.04em;
	text-align: center;
	color:rgba(90, 0, 206, 1);	
}
.pink_bg {
	background: rgba(90, 0, 206, 0.05);	
}
.left_right_row {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
	gap:30px;
}
.left_right_text_cont {
	display:flex;
	flex-direction:column;		
	justify-content: space-between;	
	height:200px;	
	margin-top: -10px;
}
.left_right_pic img {
	height:230px;
	border-radius:10px;
	display: block;
}
.left_right_conts .left_right_row:nth-child(even) .left_right_pic {
	order: 2;
}
/*
.left_right_conts .left_right_row:nth-child(even) .left_right_name {
	text-align:left;
}
.left_right_conts .left_right_row:nth-child(even) .left_right_text {
	text-align:left;
}*/			
.left_right_name {
	font-family: Gilroy;
	font-size: 36px;
	font-weight: 500;
	line-height: 46.8px;
	text-align: left;				
}
.left_right_text {
	/*font-family: Open Sans;*/
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;				
}
.left_right_text_cont {
	max-width:700px;
}
.arrivals_tabs_body {				
	flex-wrap: wrap;
	display:none;
	gap:23px;
	padding-top:50px;
	padding-bottom:50px;
}
.arrivals_tabs_body .btn_ {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
.card_item_btn {
	background-image: url("../../../upload/landing_pics/chat_pic.svg");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width:34px;
	height:34px;
}
.card_item_bottom_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}			
.arrivals_tabs_body.active {
	display:flex;
}
.arrivals_tabs_body .card_item_image img {
	border-radius:10px;
}
.arrivals_tabs_body .card_item_image {
	margin-bottom: 25px;
}
.arrivals_tabs_body .card_item .card_item_date {
	font-size:20px;
}
.arrivals_tabs_body .card_item {
	border:1px solid #404040;
	padding: 15px;
	border-radius:10px;
	flex: 1 1 30%;
	font-family: Gilroy;
	max-width:31.7%;
}
.arrivals_tabs_nav {
	display:flex;
	justify-content:center;
	gap:30px;
}
.arrivals_tabs_nav_item {
	font-size:26px;
	cursor:pointer;
}
.arrivals_tabs_nav_item:hover {
	
}
.arrivals_tabs_nav_item.active:after {
	content:"";
	width:100%;
	height:2px;
	background: #9f9ca2;
	display: block;
}
.your_arrivals {
	margin-top:30px;
}
.central_p {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.a_team_pic {
	margin:30px auto 10px auto;
	max-height:100px;
}
.thanks_collection .carts_slider_wrapper .card_item {
	flex: 0 0 340px;
}
.thanks_collection .card_item {
	border:2px solid #404040;
	padding:30px 15px 30px 15px;
	border-radius:17px;
}
.card_item_top_part {
	display:flex;
	align-items:center;
	font-size:28px;
	line-height:36px;
	font-weight:500;
	font-family: Gilroy;
	gap:27px;
}
.thanks_collection h2 {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.story_block {
	display:flex;
	align-items:center;
}
.story_block .btn_ {
	margin:20px auto 0px auto;
}
.top_bottom_padding_mode {
	padding: 40px 0px 100px 0px;
}
.slider_navigation {
	display:flex;
	justify-content:center;
	gap:30px;
	margin-top:40px;
	width:100%;				
}
.slider_navigation_left.swiper-button-disabled {
	background-image:url("../../../upload/landing_pics/arrow_sprite.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-position: -3px!important;
	transform: rotate(0deg);
	width:20px;
	height:40px;	
	cursor:pointer;			
}
.slider_navigation_left {
	background-image:url("../../../upload/landing_pics/arrow_sprite.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-position: -42px;
	transform: rotate(180deg);
	width:20px;
	height:40px;	
	cursor:pointer;			
}
.slider_navigation_right {
	background-image:url("../../../upload/landing_pics/arrow_sprite.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-position: -42px;
	transform: rotate(0deg);
	width:20px;
	height:40px;	
	cursor:pointer;					
}	
.slider_navigation_right.swiper-button-disabled {
	background-image:url("../../../upload/landing_pics/arrow_sprite.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-position: -3px!important;
	transform: rotate(180deg);
	width:20px;
	height:40px;	
	cursor:pointer;		
} 				
.full_width_mode {
	width:100%!important;
	max-width: 100% !important;
}
.mint_bg {
	background:#eef8f7;
	padding-bottom:40px;
}
.mint_bg .plane_icon_h h2 {
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
}
.mint_bg .plane_icon_h h2::before {
	content: "";
	width: 177px;
	height: 126px;
	background-image: url("../../../upload/landing_pics/left_plane.svg");
	display: block;
	position: absolute;
	left: -200px;
	top: 45px;
}
.carts_slider_wrapper {
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left:30px;		
	justify-content: center;		
	display:flex;
	flex-wrap:nowrap;
	gap:60px;				
	overflow-x:scroll;
	/*scroll-snap-type: x mandatory;*/				
}
.carts_slider_wrapper .card_item {
	flex: 0 0 383px;				
	/*scroll-snap-align: center;*/
}
.carts_slider_wrapper .card_item_text_cont {
	text-align:left;
	padding:0px;
	margin-top:20px;
	font-family: Gilroy;
	border:none;
}
.carts_slider_wrapper .card_item_image img {
	border-radius:10px;
}			
.carts_slider_wrapper .card_item_text {
	font-weight:400;
}
.carts_slider_wrapper .card_item_name {
	line-height: 30px;
}
.why_it_works_cont {
	display:grid;
	grid-template-columns: auto auto;
	gap:20px;
}
.why_it_works_wrapper {
	padding-top:30px;
	padding-bottom:100px;
}
.why_it_works_item {
	border:2px solid #dedae3; 
	border-radius:10px;
	display:flex;
	padding:10px;	
	text-align:left;	
	gap:20px;		
	align-items: center;
	font-family: Gilroy;
}
.why_it_works_pic {
	width:128px;
	height:128px;
	flex: 0 0 128px;
}
.why_it_works_pic img {
	border-radius:10px;
	width:100%;
	height:100%;
}
.why_it_works_name {
	font-weight: 500;
	font-size: 24px;				
	margin-bottom: 20px;				
}
.mid_width_mode {
	display: inline-block;
	width: auto;
	max-width: unset;
	padding-left:30px;
	padding-right:30px;				
}
.center_pos_mode {
	margin:0 auto;
	position:relative;
	z-index: 1;
}
.step_item {
	position:relative;
	display:flex;			
	justify-content: space-between;	
	margin-bottom:70px;
	align-items: center;
}	
.step_num {
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
	background: #101010;
	border-radius:50%;
	text-align:center;
	color:#fff;
	width:50px;
	height:50px;
	font-size:26px;
	font-family:"Gilroy";
	line-height:50px;
	z-index: 1;
}	
.step_picture {
	max-width:520px;
	padding-left:30px;				
}		
.step_item:nth-child(odd) {
	flex-direction: row-reverse;
}					
.step_item:nth-child(odd) .step_picture {
	padding-right:30px;
	padding-left:0px;
}
.step_text {
	max-width:500px;
}
.step_name {
	font-family:"Gilroy";
	font-weight:500;
	font-size:36px;				
}
.step_item:nth-child(odd) .step_text {
	text-align:right;
}
.steps_cont {
	position:relative;
	padding-top:30px;				
}
.steps_cont:after {
	content:'';
	width:1px;
	background:#000;
	position:absolute;
	left:50%;
	height:100%;
	top: 0px;
}
.only_photo_mode .card_item {
	padding:0px;
	border:none;
}
.only_photo_mode h2 {
	max-width:100%;
}
.your_confidence .left_right_conts {
	padding-top:50px;
}			
.your_confidence h2:before {
	content:"";
	display:block;
	margin:0px auto 0px auto;
	background-image: url("../../../upload/landing_pics/flags_1.png");
	width: 175px;
	height: 59px;				
}
.your_confidence .left_right_conts .left_right_row:nth-child(even) .left_right_pic {
	order: unset;
}
.your_confidence .left_right_conts .left_right_row:nth-child(odd) .left_right_pic {
	order: 2;
}
.your_confidence .left_right_conts .left_right_row:nth-child(even) .left_right_text {
	text-align:right;
}	
.your_confidence .left_right_conts .left_right_row:nth-child(even) .left_right_name {
	text-align:right;
}					
.trust .left_right_conts .left_right_row:nth-child(even) .left_right_pic {
	order: unset;
}
.trust .left_right_conts .left_right_row:nth-child(even) .left_right_text {
	text-align:right;
}
.trust .left_right_conts .left_right_row:nth-child(even) .left_right_name {
	text-align:right;
}			
.trust .left_right_conts .left_right_row:nth-child(odd) .left_right_pic {
	order: 2;
}						
.trust .left_right_text {
	font-family:"Gilroy";
}			
.your_confidence .left_right_name {
	margin-bottom:20px;
}		
.your_confidence .left_right_text {
	font-family:"Gilroy";
}	
.story_block_2 h2 {
	text-align:left;
}
.team_cont {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px 25px;
	padding-bottom: 50px;
}
.team_cont .card_item {
	font-family:"Gilroy";
	max-width: 310px;
}
.team_cont .card_item_image img {
	border-radius:10px;
}
.steps_to_success_cont .card_item.black_mode {
	background-color:#000;	
	position:relative;			
	min-height:320px;
	justify-content: space-between;
	overflow:hidden;
}
.steps_to_success_cont .card_item.black_mode .btn_ {
	background:#fff;
	color:#000;
	margin-bottom: 5px;
	border:2px solid #fff;
}
.steps_to_success_cont .card_item.black_mode .btn_:hover {
	background:#000;
	color:#fff;	
}
.steps_to_success_cont .card_item.black_mode::after {
	content: "";
	background-image: url("../../../upload/landing_pics/plane_white.svg");
	width: 206px;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 115px;
}
.steps_to_success_cont .card_item.black_mode .card_item_name {
	font-weight:bold;
	font-size:36px;
}
.white_text_mode .card_item_text {
	color:#fff;
}
.white_text_mode .card_item_name {
	color:#fff;
}	
.steps_to_success_cont .card_item_num {
	background: #000;
	color: #95d9d0; 
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:15px;
}		
.steps_to_success_cont {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-bottom: 50px;				
}
.steps_to_success_cont .card_item {
	background-color:#fff;
	border-radius:20px;
	padding:20px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	justify-content: space-between;	
}
.steps_to_success_cont .card_item_text {
	font-family:"Gilroy";
} 
.add_padd {
	padding-top:60px;
}
.bottom_arrivals_btn_cont {
	margin-bottom:120px;
}
.bottom_arrivals_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-bottom: 50px;
}		
.bottom_arrivals_cont .card_item {
	border:1px solid #000;
	padding: 15px;
	border-radius: 32px;	
	justify-content: space-between;			
}
.faq .btn_ {
	margin:30px auto;
}
.faq_block_item_text {
	height: auto;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	max-height: 0px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	opacity: 0;				
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}	
.faq_block_item.active .faq_block_item_text {
	padding: 0 24px 16px;
	max-height: 800px;				
	opacity: 1;
	padding: 24px 16px;
}	
.faq_block_item {
	/*padding: 27px 22px;*/
	font-size: 26px;
	margin-bottom:20px;
}		
.faq_item_num {
	margin-right:10px;
}	
.faq_close {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;					
	background-image:url("../../../upload/landing_pics/PlusCircle.png");
	background-size: contain;
  	min-width: 25px;	
}	
.faq_block_item_top_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 22px;
	border: 1px solid #000;
	border-radius: 24px;	
}
footer {
	border-radius: 10px 10px 0px 0px;
}	
footer .h2 {
	margin:0px;
	font-weight:600;
	font-family:Open Sans
}		
footer .footer-site-info {
	font-weight:500;
}
footer .footer-site-info a {
	text-decoration:underline;
	font-size:26px;
}
footer .footer-nav-list {
	font-weight:300;
	font-size:20px;
}
.footer-nav-list li {
	min-width:unset;
	margin:0px;
}
footer .footer-nav-list {
	display:flex;
	gap:30px;
	margin-right:30px;
}
footer .footer-socials.socials {
	gap: 25px;
	flex-flow: wrap;
	text-align:right;
	justify-content: right;
}
footer .footer-socials.socials a {
				
}
footer .footer-socials a:not(:last-of-type) {
	margin:0px;
}
footer .right_phone {
	color:#fff;
	filter:none!important;
	width: 100%;
	font-size:20px;
	font-family: Open Sans;
}
.main_form_container {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(0,0,0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_form_container.active {
    opacity:1;
    visibility: visible;
}
.modal {
	background: #fff;
	position: relative;
}
.form_overlay_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#callback {
	width: 100%;
	max-width: 1280px;
	border-radius: 10px;
}	
.modal_title_text {
	font-family: 'Gilroy';
	font-size:50px;
	font-weight:500;
	letter-spacing: -0.04em;
	line-height:1.1;
}
.form_wrapper {
	display:flex;	
	gap: 30px;	
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}	
#form_call {
	max-width:570px;
}	
#form_call input {
	border:none;
	border-bottom:1px solid #000;
	border-radius:0px;
	padding-left:60px;
	padding-bottom:12px;
}
#form_call span {
	position:relative;
}

#form_call span[data-name='visa-name']:before {
	content:"";
	width:40px;
	height:40px;
	background-image: url("../../../upload/landing_pics/User_alt_light.svg");
	background-repeat: no-repeat;		
	display:block;
	position:absolute;
	background-size: 88%;
	background-position: center;		
}
#form_call span[data-name='visa-phone']:before {
	content:"";
	width:40px;
	height:40px;
	background-image: url("../../../upload/landing_pics/Phone_fill.svg");
	background-repeat: no-repeat;		
	display:block;
	position:absolute;		
	background-size: 88%;
	background-position: center;		
}	
.modal-form .form_wrapper .form-group {
	margin-bottom: 40px;
}
.modal-form .form_wrapper .modal_subtext {
	margin-bottom: 60px;
}
#form_call .err_input input {
	border-color:red;
}
.screen-reader-response {
	height:0px;
	overflow:hidden;
	transition:height ease 0.1s;
}	
.screen-reader-response.active {
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10px;
	transition:height ease 0.1s;
	padding: 30px;
	text-align:center;
	clip:unset!important;
	clip-path:unset!important;
}	
.screen-reader-response.active::before {
	content: "";
	display: block;
	background-image: url("../../../upload/landing_pics/left_plane.svg");
	width: 177px;
	height: 126px;
	position: absolute;
	transform: rotate(240deg);
	left: -3px;
	bottom: 40px;
}
.response_close.btn_ {
	margin:20px auto;
	max-width: 240px;
}
.response_subtext {
	margin-bottom: 20px;
	margin-top: 10px;
}
@media(max-width:1780px){
	.carts_slider_wrapper {
		justify-content: left;
	}
}
@media(max-width:1200px){
	.mint_bg .plane_icon_h h2 {
		max-width:700px;
	}
	.mint_bg .plane_icon_h h2::before {
		left: -20%;
	}
	.modal_title_text {
		line-height: 0.9;
  		margin-bottom: 20px;		
	}
	.response_img img {
		max-height: 280px;
	}
}
@media(max-width:1060px){
	.left_right_pic img {
		height:auto;
		/*max-width:200px;*/
	}
}
@media(max-width:1440px){
	.first_block .col-lg-12 img {
		
	}
}


.visible-xs {
	display:none;
}
.mobile_menu_btn {
	display:none;
}
.start_now {
	padding-bottom:60px;
}
.add_bottom_pad {
	padding-bottom:60px;
}
.arrivals_tabs_body .card_item {
	background:#fff;
}
.footer_mobile_icons {
	display:none;
}
.team_circles {
	margin-top:60px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	min-height: 130px;
}
.team_item {
	flex:0 0 70px;
	position:relative;	
}
.team_item img {
	border-radius: 100%;
	position: absolute;
	width: 102px;	
	max-width: unset;
	left: -14px;
}
.form_soc_items {
	display: flex;
	gap: 12px;	
	padding-bottom: 22px;
}
.form_soc_items .tg_icon {
	width: 135px;
	align-content: center;
	background-position: right;
	font-size:18px;
}
.form_soc_items .wa_icon {
	width: 150px;
	align-content: center;
	background-position: right;
	font-size:18px;
}
.form_soc_items .wa_icon:hover {
	text-decoration:underline;
}
.form_soc_items .tg_icon:hover {
	text-decoration:underline;
}
@media(max-width:1300px){
	header {
		padding-top: 15px;
	}
	.head_services {
		top: 111px;
	}	
	h1::before {
		top: 77%;
 		right: 26%;	
	}	
	h2 {
		font-size:56px;
	}
	.story_block h2 {
		text-align:left;
	}
	body {
		/*padding-top: 130px;*/
	}
}
@media(max-width:1200px){
	.arrivals_tabs_body .card_item {
		flex: 1 1 30%;
	}	
}
@media(max-width:1100px){
	.steps_to_success_cont .card_item.black_mode::after {
		right: -47px;
		top: 32px;
	}	
	.step_picture {
		max-width: 46%;
	}
	.step_text {
		max-width: 46%;
	}
	.step_name {
		font-size: 32px
	}
}
@media(max-width:1080px){
	h1 {
		max-width: 445px;
		font-size:60px;
	}
	h1::before {
		top: 62px;
  		right: 9px;		
	}
	.btn_ {
		font-size: 24px;
	}
	.mid_width_mode {
		padding-left: 20px;
	  	padding-right: 20px;		
	}
	.header_phone {
		margin-left:10px;
	}
	header nav {
		
	}
	.mint_bg .plane_icon_h h2::before {
		left: -8px;
		top: 93px;
	}	
	footer .footer-nav-list {
		margin-right:0px;
		gap:25px;
	}
}
@media(max-width:1030px){
	.steps_to_success_cont .card_item.black_mode::after {
		right: -47px;
    	top: 135px;		
	}
	.start_now p {
		font-size: 45px;
	}
	.start_now p span {
		font-size: 45px;
	}	
    #form_call {
    	max-width:370px;
    }	
}
@media(max-width:991px){
	.left_right_pic img {
		height:auto;
		min-width:200px;
	}	
	.left_right_text_cont {
		height:auto;
	}
	.left_right_name {
		font-size: 28px;
		line-height: 34.8px;
	}
	.story_block img {
		margin: 0 auto;
  		display: block;		
	}
	.why_it_works_cont {		
		grid-template-columns: auto;	
	}	
	.steps_to_success_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	.team_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	footer .footer-nav-list {
		margin-right: 0px;
		gap: 10px;
		flex-direction: column;
	}	
	.footer-bottom-nav {
		justify-content: space-between;
	} 
    .bottom_arrivals_cont .card_item_name {
    	font-size:20px;
    }	
    .bottom_arrivals_cont {
    	padding-left:15px;
    	padding-right:15px;
    }
}
@media(max-width:930px){
	.header_phone {
		margin-left: 0px;
	}
	.first_block {
		height:auto;
		max-height:100%;
	}
	.first_block .col-lg-12 {
		width:100%;
	}
	h1 {
		max-width: 400px;
	}
	.top_realtive h1::before {
		top: 38%;
		right: -22%;
	}	
	.first_block .col-lg-12 img {
		width: calc(100% - 50px);
		position: static;
		border-radius: 30px;
	}
	.first_block .col-lg-12::before {
		content: "";
		width: 125px;
		height: 125px;
		z-index: 2;
		right: 2px;
		top: unset;
		background-size: contain;
		bottom: 43%;
	}	
	.header_phone {
		font-size:0px;
		display:inline-block;
		width: 42px;
  		height: 42px;
  		background-image: url("../../../upload/landing_pics/phone_icon.png");
  		background-repeat: no-repeat;
  		-webkit-background-size: contain;
  		background-size: contain;
	}
	.mobile_menu_btn {
		display: inline-block;
		width: 58px;
		height: 42px;
		background-image: url("../../../upload/landing_pics/menu_btn_mobile.png");
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		font-size: 0px;
	}
	.first_block .btn_ {
		margin: 30px auto;
	}	
	.first_utp {
		flex-wrap: nowrap;
		overflow: scroll;
		padding-bottom: 15px;
	}
	.first_utp_item {
		width: 300px;
		flex: 0 0 300px;
	}
	.visible-xs {
		display:block;
	}	
	.slider_navigation.visible-xs {
		display:flex;
	} 
	.arrivals_tabs_body .card_item {
		flex: 1 1 48%;
		max-width:50%;
	}
	.footer-bottom-nav {
		display:none;
	}
	footer .footer_mobile_icons {
		padding-bottom:15px;
		display:block;
	}
	footer .footer_mobile_icons a {
		filter:invert(100%);				
	}
	.form_wrapper {
		flex-wrap: wrap;
	} 
	#form_call {
		display: flex;
		flex-direction: column;
		max-width: 100%;		
	}
	.modal_image_block {
		order: -1;
		height: 174px;
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
	}
	.modal_image_block img {
		object-fit: cover;
		object-position: 0px -22px;
		width: 100%;
		height: 100%;
	}
	#callback {
		max-width:400px;
		padding: 60px 20px 40px 20px;			
	}
	.modal_title_text {
		font-size:30px;
		text-align:center;
		line-height: 39px;
	}
	#callback_btn_form {
		font-size:18px;
	}
	.modal-form .form_wrapper .modal_subtext {
		margin-bottom:15px;
	}
	.modal-form .form_wrapper .form-group {
		margin-bottom: 23px;
	}
	header nav.active {
		display: flex;
		position: absolute;
		background: #242734;
		color: #fff;
		flex-direction: column;
		width: 100%;
		left: -20px;
		top: 110px;
		padding-left: 20px;
		padding-bottom: 30px;
		height: calc(100vh - 84px) !important;
		/*align-items: center;*/
		padding-top:50px;		
	}
	header nav li a {
		font-size:26px;
	}
	nav .menu_trigger {
		content:"";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='256' height='256'%3E%3Cpath d='M17,13.41,12.71,9.17a1,1,0,0,0-1.42,0L7.05,13.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0L12,11.29l3.54,3.54a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29A1,1,0,0,0,17,13.41Z' fill='%2317ccb6' class='color000 svgShape'%3E%3C/path%3E%3C/svg%3E");
		width: 27px;
		display: inline-block;
		height: 27px;
		background-size: cover;
		transform: rotate(90deg);
		position: relative;
		top: 7px;
  		left: 28px;
		cursor: pointer;
		border: 2px solid #17ccb6;
		background-position: 0px 0px;
		border-radius: 8px;
	}	
	.hover_text {
		display:none!important;
	}	
    .bottom_arrivals_cont .card_item {
  		flex: 0 0 300px;
  		min-height:375px;
    }
	.bottom_arrivals_cont {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-left: 15px;
	}	
}
@media(max-width:600px){
	body {
		padding-top:70px;
	}	
	.hidden-xs {
		display:none;
	}
	p .br_ {
		display:none;
	}	
	.start_now p {
		font-size: 42px;
		line-height: 45px;
	}	
	.start_now p span {
		font-size: 42px;
		line-height: 45px;
	}	
	.first_block .col-lg-12 img {
		width: calc(100% - 24px);
		position: static;
		border-radius: 30px;
	}
	.first_block .col-lg-12::before {
		content: "";
		width: 75px;
		height: 75px;
		z-index: 2;
		right: 2px;
		top: unset;
		background-size: contain;
		bottom: 41%;
	}	
	h1 {
		font-size: 45px;
		line-height: 60px;
		max-width: 330px;
	}
	.logo_cont img {
		max-width: 120px;
	}	
	header .wa_icon, header .tg_icon, header  .header_phone {
		width: 35px;
  		height: 35px;		
	}
	header nav.active {
		top:77px;
		height: calc(100vh - 75px) !important
	}
	.mobile_menu_btn {
		width: 55px;
		height: 42px;
		margin-left:10px;
	}	
	.head_services.active {
		height: calc(100vh - 75px) !important;
		top:77px;
	}
	.top_realtive h1::before {
		top: 41%;
		right: 0px;	
		width: 90px;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;	
	}	
	.first_block p {
		margin-top: 30px;	
	}	
	.first_block .btn_ {
		max-width: 200px;
		font-size: 18px;
		margin: 30px auto;
	}
	.card_item_name {
		font-size:20px;
	}	
	h2 {
		font-size:32px;
		line-height: 45px;
	}	
	.left_right_row {
		flex-direction: column;
	}
	.left_right_conts .left_right_row .left_right_pic {
		order: 1;
	}
	.left_right_row .left_right_text_cont {
		text-align: center;
	}
	.left_right_name, .left_right_text{
		text-align: center;
	}
	.left_right_name {
		line-height: 30.8px;
		margin-bottom:10px;
	}
	.left_right_name {
		font-size: 23px;
		line-height: 28.8px;
		margin-bottom:10px;
	}	
	.left_right_text {
		font-size: 18px;
	}
	.left_right_conts {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap:30px;
		overflow-x:scroll;
		padding-top: 10px;
		padding-bottom:20px;
		padding-right:40px;
	}
	.left_right_row {
		flex: 0 0 300px;
		margin-bottom:0px;
	}	
	.left_right_pic img {
		height:200px;
	}
	.collapse_padd {
		padding-right:0px;
	}
	.pink_bg {
		padding-bottom:30px;
	}
	.step_item {
		display: flex;
		background: #fff;
		z-index: 1;
		margin-bottom: 115px;
		padding-bottom: 10px;
		flex-direction: column;
	}
	.step_num {
		top: -56px;
	}
	.step_name {
		text-align:center;
		margin-bottom:20px;
		font-size: 28px;
	}
	.step_item .step_text {
		text-align:center;
	}	
	.step_item:nth-child(2n+1) .step_text {
		text-align:center;
	}
	.step_picture {
		max-width:100%;
		padding:0px;
	}
	.step_item:nth-child(2n+1) {
		flex-direction: column;
	}
	.step_item:nth-child(2n+1) .step_picture {
		padding:0px;
	}
	.step_text {
		max-width:100%;		
	}
	.steps_cont {
		margin-top: 80px;
	}	
	.why_it_works_name {
		font-size:20px;
		margin-bottom:10px;	
		line-height:20px;
	}
	.why_it_works_pic {
		width: 100px;
		height: 100px;
		flex: 0 0 100px;
	}	
	.why_it_works_item {
		align-items: flex-start;
	}
	.carts_slider_wrapper .card_item {
		flex: 0 0 265px;
	}
	.carts_slider_wrapper {
		gap: 30px;
	}
	.thanks_collection .carts_slider_wrapper .card_item {
		flex: 0 0 240px;
	}
	.thanks_collection .card_item_author_name {
		font-size: 20px;
		line-height: 20px;
		margin-top: -12px;
	}
	.thanks_collection .card_item_top_part {
		align-items: center;
	}
	.thanks_collection .card_item_top_part img {
		min-width:50px;
		width: 50px;
	}	
	.top_bottom_padding_mode {
		padding: 40px 0px 10px 0px;
	}
	.your_confidence .left_right_conts {
		display:block;
		overflow:hidden;
	}
	.your_confidence .left_right_conts .left_right_row:nth-child(2n+1) .left_right_pic {
		order:unset;
	}
	.your_confidence .left_right_conts .left_right_row:nth-child(2n) .left_right_name {
		text-align:center;
	}
	.your_confidence .left_right_conts .left_right_row:nth-child(2n) .left_right_text {
		text-align:center;
	}
	.your_confidence .left_right_pic img {
		height:auto;
	}
	.your_confidence .left_right_conts {
		padding-right:0px;
	}
	.team_cont {
		gap: 80px 25px;
		padding-bottom: 50px;
	    display: flex;
	    flex-wrap: nowrap;
	    overflow-x: scroll;
	    flex-direction: row;		
	}
	.team_block .card_item {
		flex: 0 0 270px;
		width: 270px;
	}
	.trust .left_right_conts .left_right_row:nth-child(2n+1) .left_right_pic {
		order: 0;
	}
	.trust .left_right_conts {
		padding-right: 0px;
		display:block;
	}
	.trust .left_right_conts .left_right_row:nth-child(2n) .left_right_name {
		text-align:center;
	}
	.trust .left_right_conts .left_right_row:nth-child(2n) .left_right_text {
		text-align:center;
	}
	.trust .left_right_row {
		margin-bottom:40px;
	}
	.steps_to_success_cont {
		display:flex;
  		gap: 20px;
  		padding-bottom: 50px;
  		flex-direction: column;
		justify-content: center !important;
		align-items: center;
    } 
    .steps_to_success_cont .card_item {
    	max-width: 375px;
    	min-height:300px;
    }

	.footer {
		margin-bottom: 0px;
	}	
	.footer-bottom-nav {
		display:none;
	}
	.why_it_works_cont {		
		grid-template-columns: auto;	
		display: flex;
		flex-direction: column;
	}	
	.why_it_works_name {
		font-size: 18px;
	}
	.mint_bg .plane_icon_h h2 {
		max-width:300px;
	}	
	.mint_bg .plane_icon_h h2::before {
		left: -32px;
		top: -50px;
		width: 84px;
		background-size: contain;
		background-repeat: no-repeat;
	}	
	.team_circles {
		margin-top:30px;
		min-height: 80px;
	}
	.team_item {
		flex:0 0 55px;
		position:relative;	
	}
	.team_item img {
		border-radius: 100%;
		position: absolute;
		width: 80px;	
		max-width: unset;
		left: -14px;
	}		
}
@media (max-width: 576px) {
	body {
		font-size: 16px;
	}
	.start_now p {
		font-size: 35px;
		line-height: 45px;
	}	
	.start_now p span {
		font-size: 35px;
		line-height: 45px;
	}	
	.btn_ {
		font-size: 18px;
	}		
	.arrivals_tabs_nav_item {
		font-size:20px;
	}
	.arrivals_tabs_nav {
		gap:6px;
		justify-content: space-between;
	}
	.arrivals_tabs_body .card_item {
		flex: 0 0 100%;
	}
	.arrivals_tabs_body .card_item {
		max-width:100%;
	}
	.modal_title_text {
		font-size: 23px;
		text-align: center;
		line-height: 25px;
		margin-bottom: 0px;
	}	
	.form_wrapper {
		margin-top: 15px;
		gap:10px;
	}
	.modal-form .form_wrapper .modal_subtext {
		margin-bottom: 0px;
	}
	.modal-form .form_wrapper .form-group {
		margin-bottom: 10px;
	}
	.modal_image_block {
		order: -1;
		height: 120px;
		width: 232px;
		border-radius: 10px;
		overflow: hidden;
	}	
	.modal_image_block img {
		object-position: 0px -16px;
	}
	.modal_image_block {
		margin: 0 auto;
	}
	.modal_subtext {
		text-align:center;
	}
}
@media(max-width:375px){
	h1::before {		
		width: 90px;
		height: 40px;
		-webkit-background-size: contain;
		top: unset;
		right: unset;
		left: 135px;
		bottom: 7px;
	}		
	.card_item_text_cont {
		padding: 10px;
	}
	.btn_ {
		font-size: 16px;
	}			
}
@media(max-width:355px){
	header .wa_icon, header .tg_icon, header  .header_phone {
		width: 25px;
  		height: 25px;		
	}
	.mobile_menu_btn {		
		margin-left:0px;
	}	
}

.card_item_btn {
	cursor:pointer;				
	border-radius:50px;				
}
.card_item_btn:hover {
	filter: invert(1);
	border:1px solid #fff;	
}	
/*.fancybox__content {
	width: auto !important;
}	
.fancybox__html5video {				
	width: auto !important;
}*/
.bottom_arrivals_cont .card_item_image {
	position:relative;
}	
.bottom_arrivals_cont .card_item_image a {
	border-radius:20px;
	display:block;
	overflow:hidden;
}
.bottom_arrivals_cont .card_item_image img {
	width: 100%;
	height: 100%;
	display: block;				
}
.bottom_arrivals_cont .card_item_name {
	margin-bottom:0px;
	margin-top:20px;
	text-align:center;
}
.bottom_arrivals_cont .card_item_image a:after {
	content:'';
	position:absolute;
	width:100px;
	height:100px;
	background-image: url(../../../upload/landing_pics/youtube_btn_g.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
}
.arrivals_tabs_body .card_item {
	cursor:pointer;
}
.arrivals_tabs_body .card_item_inner {
	position:relative;
}
.hover_text {
	height:0px;
	overflow: hidden;
	transition:height transform 0.2s;
	transform: translate(0px, -100px);
}
.card_item:hover .card_item_bottom_part {
	z-index: 4;
}		
.card_item:hover .hover_text {
	height: auto;
	overflow: visible;
	transition: transform ease 0.2s;
	position: absolute;
	width: calc(100% + 32px);
	background: #fff;
	left: -16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #000;
	border-top: none;
	z-index: 3;
	transform: translate(0px, 0px);
}
.card_item_bottom_part {
	z-index: 2;
	position: relative;
	background: #fff;				
}
.hover_text span {
	display:inline-block;
	font-family: Gilroy;
	font-weight:500;
	margin-top:10px;
}
.card_item_price span {
	font-family: Gilroy;
	font-weight:500;				
}
@media(max-width:500px){
	.faq_block_item {
		font-size:18px;
	}
	.bottom_arrivals_cont .card_item {
		flex: 0 0 240px;
	}
	.bottom_arrivals_cont .card_item_image a::after {
		width:70px;
		  margin-left: -35px;
	}
}
@media(max-width:375px){
	.arrivals_tabs_nav_item {
		font-size:18px;
	}
}

.instruction h2 {
	font-size:66px;
	letter-spacing: -1.5px;
}
.instruction_main_banner {
	background-image:url('../../../upload/personal/instruction_top_banner.jpg');
	background-repeat: no-repeat;
	color:#fff;
	min-height:900px;
	background-position:center;
	align-items: end;
	display: flex;
	border-radius: 0px 0px 20px 20px;
}
.instruction_main_banner_text h1 {
	max-width: 600px;
	font-size:66px;
}
.instruction_main_banner_text {
	margin-bottom: 60px;				
}
.instruction_main_banner {
	
}
.white_section {
	padding-top:80px;
	padding-bottom:40px;
}
.like_h3 {
	font-size:34px;
	line-height:34px;
	font-family:Gilroy;
	font-weight:500;
	letter-spacing: -1.5px;
}
.like_h2 {
	font-size:46px;
	line-height:46px;
	font-family:Gilroy;
	font-weight:500;
	letter-spacing: -1.5px;				
}
.plan_section_name h2 {
	text-align:left;
}
.arrow_to_bottom {
	width: 100%;
	height: 110px;
	background-image: url('../../../upload/personal/long_arrow_down.png');
	-webkit-background-size: contain;
	background-size: 14px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center;
	background-color: #fff;
}
.plan_section_name h3 {
	font-size:66px;
	font-family:Gilroy;
	font-weight:500;
	margin: 30px 0px 30px 0px;
}
.pink_grad_mode {
	background: linear-gradient(90.3deg, rgba(230, 28, 119, 0.35) 5.35%, rgba(252, 138, 190, 0.35) 177.4%);
}
.blue_grad_mode {
	background: linear-gradient(89.92deg, rgba(0, 54, 232, 0.4) -1.15%, rgba(30, 86, 255, 0.16) 310%);
}
.gold_grad_mode {
	background: linear-gradient(90deg, rgba(240, 192, 0, 0.5) 0%, rgba(255, 235, 155, 0.5) 100%);
}
.platinum_grad_mode {
	background: linear-gradient(90deg, rgba(90, 0, 206, 0.5) 0%, rgba(162, 100, 242, 0.5) 73.9%, rgba(188, 135, 255, 0.5) 100%);
}
.pink_wrapper {
	background: #ED72AA0D;
}
.blue_wrapper {
	background: #006CEA0A;
}
.gold_wrapper {
	background: #FFCC000D;
}
.platinum_wrapper {
	background: #5A00CE0D;
}
.container_wrapper {
	border-radius: 15px;
}
.plan_section_name {				
	border-radius: 15px;
}
.plan_section_bold {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1.5px;
}
.pink_wrapper .plan_section_bold span {
	border-bottom:3px solid #ed72a9;				
}
.blue_wrapper .plan_section_bold span {
	border-bottom:3px solid #006cea;
}
.gold_wrapper .plan_section_bold span {
	border-bottom:3px solid #fcca3b;
}										
.container_wrapper {
	padding-top:80px;
}
.list_title {
	font-family: Gilroy;
	font-weight: 500;		
	font-size: 27px;		
	margin-top:30px;
	margin-bottom:20px;
}
.check_mode li {
	font-weight: 500;
	font-size: 25px;
	display: flex;
	gap: 20px;
	margin-bottom:15px;
	align-items: center;
}
.check_mode li:before {
	content:"";
	background-image: url("../../../upload/personal/check_icon.png");
	background-repeat: no-repeat;
	display:inline-block;
	width:45px;
	height:37px;
	min-width:45px;
}
.blue_section {
	background: #95D9D01A;
	padding-top:20px;
	margin-top: 40px;
}
.platina_bottom_text {
	display: flex;
	justify-content: space-between;
	align-items: center;				
}
.platina_bottom_text .platina_img_cont {
	min-width:260px!important;
	min-height:260px;
}
.platina_text_cont {
	font-weight: 500;
	font-size:27px;
	line-height:35px;
	max-width: 750px;
}
.instruction p {
	font-size:22px;
	font-weight:500;	
}
.instruction_main_banner p {
	font-size:22px;
}
.dima_text_cont p {
	font-size:22px;
	line-height:26px;
}
.lamp_mode li {
	font-weight: 500;
	font-size: 25px;
	display: flex;
	gap: 20px;
	margin-bottom:15px;
	align-items: center;
}
.lamp_mode li:before {
	content:"";
	background-image: url("../../../upload/personal/lamp_icon.png");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	display:inline-block;
	height:45px;
	width:28px;
	min-width:28px;
}	
.lamp_block h2 {
	margin-top:0px;
	margin-bottom:40px;
}
.pink_section {
	background: #EF3B8D0D;
	padding-bottom:40px;
}	

h2.has_icon:after {
	content:'';
	background-image: url("../../../upload/personal/money_to_h2.png");
	display:inline-block;
	position:relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width:62px;
	height:62px;
	left:15px;
	top:4px;
}	
.pink_bold {
	font-size:36px;
	font-weight:500;
	color: #EF3B8D;
}
.instruction .faq_block_item_text {
	height: auto;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	opacity: 1;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	padding: 25px;
}	
.faq_block_item_name {
	font-weight:500;
}
.text_and_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;			
	gap:50px;	
}	
.text_and_icon_text_cont {
	font-weight: 500;
	font-size: 27px;
	line-height: 35px;
	max-width: 750px;
}	
.text_and_icon_icon_cont {
	min-width: 260px !important;
	min-height: 260px;
	text-align: right;
}	
.warn_cont p {
	font-size:27px;
}
@media(max-width:1300px){
	.text_and_icon_icon_cont {
		min-width: 500px !important;
	}
	.dima_text_cont p {
		font-size: 18px;
	}
	.text_and_icon {
		gap: 15px;
	}
	.like_h2 {
		font-size: 40px;
		line-height: 36px;
	}
	.plan_section_bold {
		font-size: 30px;
	}
}	
@media(max-width:1024px){
	.white_section {
		padding-top:40px;
		padding-bottom:20px;
	}
	.dima_cont .text_and_icon_icon_cont {
		max-width: 350px;
		min-width:350px!important;					
	}	
	.text_and_icon_icon_cont {
		max-width: 250px;
		min-width:250px!important;
	}			
}	
@media(max-width:991px){
	.instruction h2 {
		font-size: 32px;
	}
	.like_h2 {
		font-size: 32px;
	}
	.instruction_main_banner {
		background-image: url('../../../upload/personal/instruction_top_banner.jpg');
		background-repeat: no-repeat;
		color: #fff;
		min-height: auto;
		background-position: center;
		align-items: end;
		display: flex;
		border-radius: 0px 0px 20px 20px;
		background-size: cover;
		padding-top: 125px;
	}			
	.instruction_main_banner_text h1 {
		font-size: 46px;
	}	
	.instruction_main_banner p {
		font-size: 18px;
	}
	.plan_section_name h3 {
		margin: 20px 0px 20px 0px;
		font-size: 36px;
	}
	.text_and_icon {
		display:block;
	}
	.dima_cont .text_and_icon_icon_cont {
		max-width: 100%;
		text-align:center;
	}
	.dima_text_cont {
		text-align:left!important;
		padding-top: 30px;
	}
	.text_and_icon_icon_cont {
		max-width: 100%;
		min-width: 250px !important;
		text-align: center;
	}		
	.lamp_mode li {
		font-size: 18px;
	}	
	.check_mode li {
		font-size: 18px;
	}	
	.instruction .faq_block_item_text {
		font-size:18px;
	}				
	.faq_block_item_name {
		font-size:22px;
	}
}	
@media(max-width:600px){
	body {
		padding-top:70px;
	}
	.instruction_main_banner {
		background-image: none;
		background-repeat: no-repeat;
		color: #000;
		padding-top: 45px;
	}	
	.arrow_to_bottom {
		height: 80px;
		background-position: center 15px;
	}		
	.instruction h2 {
		font-size: 26px;
		margin: 20px 0px;
		line-height: 32px;
	}	
	.container_wrapper {
		padding-top: 40px;					
	}	
	.plan_section_bold {
		font-size: 26px;
	}		
	.instruction p {
		font-size: 20px;
	}		
	.platina_bottom_text {
		display:block;
	}	
	.platina_bottom_text .platina_img_cont {
		text-align: center;
	}
	.instruction_main_banner_text {
		margin-bottom:0px;
	} 
}		
@media(max-width:380px){
	.instruction_main_banner_text h1 {
		line-height: 40px;
		font-size: 40px;
	}
	.dima_cont .text_and_icon_icon_cont {
		min-width:100%!important;
	}
	.top_realtive h1::before {
		content: "";
		width: 114px;
		height: 50px;
		background-image: url("../../../upload/landing_pics/h1_icons.png");
		display: block;
		position: absolute;
		top: 122px;
		right: -90px;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}	
}
.bx-system-auth-form input {
	border:1px solid #000;
	border-radius:8px;
	max-width:300px;
	min-height:40px;
	padding:5px;
	cursor:pointer;
}
.bx-system-auth-form [name='USER_REMEMBER'] {
	width:auto
}
.bx-system-auth-form [type='submit']:hover {
	color:#000;
	background: #fff;		
}
.bx-system-auth-form [type='submit'] {
	color:#fff;
	background: #000;
}

.erorr_cont {
	color:red;
}
.visible-xs {
	display:none;
} 
.personal_more_head {
	display:flex;
	justify-content: space-between;
	align-items: baseline;
}
.personal_more_edit_btn {
	color:#5A00CE;
	text-decoration:underline;
	cursor:pointer;
}
.personal_more_edit_btn:hover {
	text-decoration: none;
}
.personal_more_list_wrapper {
	border-radius:15px;
	border:1px solid #000;
	padding:20px;
}
.personal_more_list_item_name {
	font-weight:400;
	font-size:12px;							
}
.personal_more_list_item_value {
	font-size:18px;
	font-weight:500;
}
.personal_more_list_item {
	margin-bottom:10px;
}
.ext_links_items .personal_more_list_item_value {
	max-width:350px;
	border:1px solid #888888;	
	border-radius:5px;	
	min-height:33px;
	padding: 3px;
	margin-bottom:10px;	
	font-size:16px;
	font-weight:400;
}
.ext_links_items .personal_more_list_item_value.instagram_icon:before {
	content:'';			
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/instagram_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:3px;
	position:relative;
	top:3px;			
}
.ext_links_items .personal_more_list_item_value.vk_icon:before {
	content:'';			
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/vk_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:3px;
	position:relative;
	top:3px;			
}	
.ext_links_items .personal_more_list_item_value.telegram_icon:before {
	content:'';			
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/telegram_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:3px;
	position:relative;
	top:3px;			
}	
.ext_links_items .personal_more_list_item_value.facebook_icon:before {
	content:'';			
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/fb_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:3px;
	position:relative;
	top:3px;			
}				
.personal_more_list_item_name {
	margin-bottom:5px;
}
.personal_card_plan {
	font-size:30px;
	font-weight:500;	
	margin-bottom:40px;						
}
.personal_card_plan_name {
	font-size:18px;
	font-weight:500;
}
.personal_card_image_right_text {
	margin-top: 12px;
}
.personal_card_image_right_image img {
	max-width: 115px;
}
.personal_card_text p {
	font-size:16px;
	margin: 0px;
}
.personal_card_bottom_text p {
	font-size:16px;
}	
.personal_support_text p a {
	color: #5A00CE;
}
.personal_support_image {
	flex: 0 0 200px;
	margin-bottom: -15px;
}
.personal_support_text p {
	margin:0px;
	font-size:16px;
}
.personal_support_main {
	display:flex;
	gap:40px;
	align-items: self-end;
}
._personal_btn {
	min-height: 35px;
	max-width: 260px;
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	font-family: Gilroy;
	background: #fff;
	border-radius: 15px;
	color: #5A00CE;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 17px;
}
.personal_card_btn._personal_btn {
	border:1px solid #000;			
}
.personal_support_btn._personal_btn {
	background: #fad5e6;
	color:#000;
	max-width: 300px;
	margin-top:30px;
}
.personal_nav li:before {
	content:"";
	display:block;
	width:22px;
	height:25px;			
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
}			
.personal_nav li {
	display: flex;
	gap: 20px;
	align-items: center;			
	margin-bottom: 10px;
}
.personal_nav li.active:before {
	filter: invert(1%) sepia(92%) saturate(4323%) hue-rotate(221deg) brightness(65%) contrast(167%);
}
.personal_data_icon:before {
	background-image: url("../../../upload/personal/personal_data.svg");
}
.personal_more_icon:before {
	background-image: url("../../../upload/personal/personal_more.svg");
}
.personal_card_icon:before {
	background-image: url("../../../upload/personal/personal_card.svg");
}
.personal_orders_icon:before {
	background-image: url("../../../upload/personal/personal_orders.svg");
}
.personal_support_icon:before {
	background-image: url("../../../upload/personal/personal_support.svg");
}		
.personal_graph_icon:before {
	background-image: url("../../../upload/personal/graph_menu_icon.png");
}	
.personal_exit_icon:before {
	background-image: url("../../../upload/personal/exit_icon.png");
}	
.personal_nav li a:hover  {
	text-decoration:underline;
}
.personal_container {
	display:flex;
	flex-dirction:column;
	gap:10px;
}
.personal_nav_cont {
	min-width:300px;
}
.personal_nav {			
	border-radius:15px;
	padding:20px;
	background:#fff;
	height: fit-content;
}
.personal_item {
	border-radius:15px;
	padding:30px;
	margin-bottom:30px;			
	background:#fff;
	position:relative;
}
.gradient_mode {
	color:#fff;
	background: linear-gradient(85.48deg, rgba(90, 0, 206, 0.9) 9.71%, #1CC2C2 68.86%, rgba(28, 194, 190, 0.9) 99.03%, #70E0D1 114.3%);
}
.gradient_mode:after {
	content:"";
	width:150px;
	height:150px;
	background-image: url("../../../upload/personal/city_sketch.png");
	display: block;
	position: absolute;
	right: 0px;		
	bottom:0px;	
}
.personal_data_name {
	font-family: Gilroy;
	font-size: 30px;
	font-weight: 500;
	line-height: 39px;
	text-align: left;			
	margin-bottom:5px;
}
.personal_data {
	display: flex;
	gap: 30px;
	min-height: 180px;
	max-height:180px;
	align-items: center;
	padding: 30px;
	padding-left: 40px;
}
.personal_data_phone, .personal_data_email {
	color: #10101080;
	margin-bottom:5px;
}
.personal_title_item {
	font-family: Gilroy;
	font-size: 30px;
	font-weight: 500;
	line-height: 39px;					
	margin-bottom:20px;
}	
.personal_subscribe_text {
	padding-right: 120px;
}	
.personal_card_image_cont {
	background: linear-gradient(99deg, rgba(255, 204, 0, 0.6) 0.83%, rgba(255, 204, 0, 0.42) 93.13%);
}
.personal_card_image_cont.gold_plan {
	background: linear-gradient(99deg, rgba(255, 204, 0, 0.6) 0.83%, rgba(255, 204, 0, 0.42) 93.13%);
}
.personal_card_image_cont.silver_plan {
	background: linear-gradient(98.57deg, rgba(0, 108, 234, 0.5) -9.11%, rgba(0, 108, 234, 0.25) 93.09%);
}		
.personal_card_image_cont.basic_plan {
	background: linear-gradient(98.57deg, rgba(239, 59, 141, 0.5) -9.11%, rgba(237, 114, 170, 0.35) 93.09%);
}			
.personal_card_image_cont.platinum_plan {
	background: linear-gradient(98.81deg, rgba(90, 0, 206, 0.5) 6.13%, rgba(90, 0, 206, 0.25) 93.11%);
}				
.personal_card_main {
	display:flex;
	gap:20px;
}
.personal_card_image_cont {
	width: 50%;
	border-radius: 15px;
	padding: 15px;
	display: flex;
	height: 165px;
}
.personal_card_text {
	width:50%;
}
.personal_card_image_left {
	width:50%;
}
.personal_card_image_right {
	width:50%;
	text-align:right;
}
.personal_card_plan_name, .personal_card_plan_value {
	display:inline-block;
}
.personal_orders_table table {
	border-collapse: collapse;
	width: calc(100% + 2px);
	text-align: center;			
	margin-left: -1px;
	margin-top: -1px;			
}
.personal_orders_table table th {
	background: #f5fcfb;
	font-weight:500;
}
.personal_orders_table table td, .personal_orders_table table th {
	border:1px solid #000;
	padding:15px;
	border-bottom: 0px;
}
.personal_orders_table_summary {
	text-align:right;
	font-weight:500;
	margin-top:20px;
}
.table_wrapper {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #000;
}
.personal_nav_fixed_wrapper {
	position:fixed;
}
.personal_more_icon a.active {
	
}
.personal_card_plan_items {
	min-width:200px;
}	
._personal_btn {
	cursor:pointer;
}
.personal_data_edit_btn.edit_personal_edit:hover {
	transform:scale(1.2);
	transition:transform ease 0.2s;
}
.personal_data_edit_btn.edit_personal_edit {
	width:30px;
	height:30px;
	transition:transform ease 0.2s;
	background-image: url("../../../upload/personal/edit_icon.svg");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 30px;		
	cursor:pointer;	
}	
.personal_subscribe_btn_cont ._personal_btn {
	border:1px solid #fff;
}
.personal_subscribe_btn_cont ._personal_btn:hover {
	color:#fff;
	background: none;
}
.personal_card_btn._personal_btn:hover {
	color:#fff;
	border-color:#5A00CE;
	background: #5A00CE;
}
.personal_support_btn._personal_btn {
	border:1px solid #fad5e6;
}
.personal_support_btn._personal_btn:hover {
	background:none;
	border-color:#000;
}
.personal_more_list input {
	/*border: 1px solid #000;
	border-radius: 5px;
	min-height: 40px;
	text-align: left;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 5px;
	max-width: 300px;
	margin-top: 10px;*/
	display: inline-block;
	width: 315px;
}		
.personal_data input {
	border-bottom:1px solid #000;
	margin-top:-1px;
	margin-bottom: 8px;
	width: auto;
}
.personal_data_name [name='personal_name'] {
	font-family: Gilroy;
	font-size: 30px;
	font-weight: 500;
	line-height: 39px;
	text-align: left;
	margin-bottom: 5px;
	border:0px;
	max-width:100%;
	padding:0px;
	margin:0px;
	width: 100%;
}
.personal_data_text {
	width:100%;
}
.save_personal_edit {
	color: #5A00CE;
	text-decoration: underline;
	cursor: pointer;			
	position: absolute;
	right: 30px;
	top: 30px;				
}
.save_personal_edit:hover {
	text-decoration:none;
}	
.progress_bar_title {
	margin-bottom:20px;
	margin-top:30px;
}
.progress_bar_items {
	display:flex;
	position:relative;	
	width: calc(100% + 35px);
	margin-bottom:50px;
}
.progress_bar_item {
	border-radius:15px;
	position:relative;
	height:20px;
}
.progress_bar_item span {
	color:#10101080;
	position:relative;
	top:20px;
	font-size:13px;
}
.progress_bar_item[data-progress_index='0'] {
	background: #f6b8d4;	
	width:20%;
	padding-left:10px;								
}			
.progress_bar_item[data-progress_index='1'] {
	background: #a0b6f4;
	left:-15px;
	width:30%;
	text-align:center;
}					
.progress_bar_item[data-progress_index='2'] {
	background: #ffe682;
	left:-30px;
	width:40%;
	text-align:center;
}			
.progress_bar_item[data-progress_index='3'] {
	background: #5a00ce;
	left:-45px;
	width:20%;
	text-align:center;
}		
.progress_bar_title {
	font-weight:500;
}		
.progress_bar {
	width:50%;
}
.current_plan::before {
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border-top: 6px solid #000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: -12px;
	left: 50%;
}
.personal_data_phone:before {
	content:'';
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/phone_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:10px;
	position:relative;
	top:2px;			
}
.personal_data_email:before {
	content:'';
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url("../../../upload/personal/email_icon.svg");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right:10px;
	position:relative;
	top:2px;
}		
.personal_data input {
	display: inline-block;
}
@media(max-width:1300px){
	body {
		padding-top: 110px;
	}			
}
@media(max-width:1024px){
	.progress_bar {
		width:100%;
	}
}
@media(max-width:991px){
	.personal_card_main {
		display:block;
	}
	.personal_card_image_cont {
		width:100%;
		max-width: 320px;
		margin: 30px auto;				
	}
	.personal_card_text {
		width:100%;
	}
	.personal_card_btn._personal_btn {
		margin: 30px auto;
	}
}
@media(max-width:930px){
	.personal_nav_cont {
		display:none;
	}
}
@media(max-width:600px){
 	body {
    	padding-top: 75px;
    }		
    .visible-xs {
    	display:block;
    }	
	.personal_data {
		padding:20px;
		padding-left: 20px;
		gap: 20px;
		/*align-items: flex-start;*/
		min-height:auto;
	}
	.personal_data_name {
		font-size: 24px;
		text-align: left;
		line-height: 30px;
	}
	.personal_data_name [name="personal_name"] {
		font-size: 24px;
		text-align: left;
		line-height: 30px;	
		width:100%;			
	}
	.personal_data_image {
		width:50px;
		height:50px;
	}
	._personal_btn {
		max-width: 250px;
	}
	.personal_item {
		padding: 20px;
	}
	.personal_support_main {
		display:block;
	}
	.personal_support_image {
		margin-top:30px;
		text-align:center;
	}
	.personal_support_btn._personal_btn {
		margin:30px auto;
	}
	.personal_subscribe_text {
		padding-right:0px;
	}
	.gradient_mode::after {
		display:none;
	}
	.personal_data_cont {
		width:100%;
	}
	.personal_subscribe_btn_cont ._personal_btn {
		margin:30px auto 0px auto;
	}
	.table_wrapper table {
		font-size:14px;
	} 
	.personal_title_item {
		font-size:24px;
		line-height:30px;
	}
	.personal_more_head {
		align-items: last baseline;
	}
	.personal_orders_table table td, .personal_orders_table table th {
		padding:5px;
		width:auto;
	}
	.personal_data {
		display:block;
	}			
}
@media(max-width:400px){
	.personal_more_head {
		gap:20px;
	}
}
@media(max-width:370px){
	.table_wrapper table {
		font-size:13px;
	}
	._personal_btn {
		font-size:16px;
	}
	.personal_card_image_left {
		width: 56%;
	}
	.personal_card_image_right {
		width: 47%;				
	}		
	.personal_data {
		max-height: unset;
	}	
	.progress_bar_title {
		font-size: 14px;
	}
}
[data-item_code='email'] .personal_progress_item_name {
	left: -3px;
}		
[data-item_code='name'] .personal_progress_item_name {
	left: -1px;
}	
[data-item_code='personal_phone'] .personal_progress_item_name {
	left: -11px;
}	
[data-item_code='personal_birthday'] .personal_progress_item_name {
	left: -29px;
}	
[data-item_code='uf_external_links'] .personal_progress_item_name {
	left: -13px;
}																																					
.personal_progress_main_row {
	position: absolute;
	height: 7px;
	width: 99%;
	border: 1px solid #888888;
	top: 10px;
	left: 4px;
}
.personal_progress_colored_row {
	position:absolute;
	height:7px;									
	background: #0fbda6;								
	top: 10px;		
	left: 14px;							
}
.personal_progress {
	display:flex;	
	position:relative;	
	width:440px;			
	height:60px;			
	margin-top: 30px;	
}
.personal_progress_item {
	position:relative;
	height:7px;
	width:103px;
	top: 10px;
}
.personal_progress_item.active {
	
}
.index_item {
	border-radius: 20px;
	width: 27px;
	height: 27px;
	text-align: center;									
	background: #ccc;
	position: relative;
	top: -10px;
	box-shadow: 0px 0px 8px 0px #0000001A;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.personal_progress_item_name {
	font-size:13px;
	color:#101010;
	white-space: nowrap;
	position:relative;									
}
.personal_progress_item.active .index_item {
	background-color: #0fbda6;
	background-image: url("../../../upload/personal/white_check.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;			
	background-position: center;	
	box-shadow:none;					
}
.personal_progress_items {
	display:flex;
}
.first_progress_item {
	width: 27px;
	margin-right: 80px;									
}
.personal_progress_items .personal_progress_item:last-child {
	width:27px;
}
.personal_progress_title {
	font-family: Gilroy;			
	font-size:14px;
}
.personal_progress_title b {
	font-weight:500;
}
@media(max-width:600px){
	.personal_progress_item {
		width:72px;
	}
	.first_progress_item {
		margin-right: 52px;
		width: 27px;
	}
	.personal_progress {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.personal_progress_item_name {
		display: inline-block;
		white-space:normal;
		font-size:10px;
		text-align:center;
	}
	[data-item_code="personal_birthday"] .personal_progress_item_name {
		left: -17px;
	}
	[data-item_code="uf_external_links"] .personal_progress_item_name {
		left:0px;
	}
	[data-item_code="personal_phone"] .personal_progress_item_name {
		left:-5px;
	}
	[data-item_code="name"] .personal_progress_item_name {
		left:3px;
	}
	[data-item_code="email"] .personal_progress_item_name {
		left:-1px;
	}
}
@media(max-width:500px){
	.personal_more_list_wrapper {
		border:none;
		padding: 10px;
	}
	#personal_more {
		padding:0px;
	}
	.personal_more_head {										
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;										
	}
	.personal_progress {
		height:80px;
	}
}		
@media(max-width:365px){
	.personal_progress_item {
		width:60px;
	}
	.first_progress_item {
		margin-right: 40px;
		width: 27px;
	}
	.personal_progress {
		width: 270px;
	}
	.personal_progress_item_name {
		display: inline-block;
		white-space:normal;
		font-size:10px;
		text-align:center;
	}
	[data-item_code="personal_birthday"] .personal_progress_item_name {
		left: -17px;
	}
	[data-item_code="uf_external_links"] .personal_progress_item_name {
		left:0px;
	}
	[data-item_code="personal_phone"] .personal_progress_item_name {
		left:-5px;
	}
	[data-item_code="name"] .personal_progress_item_name {
		left:3px;
	}
	[data-item_code="email"] .personal_progress_item_name {
		left:-1px;
	}
}
.confirm_bottom {
	margin-bottom:20px;
}
#confirm {
	appearance: none;
	display:none;
}
.check_box {
	position: relative;
	padding-left: 36px;
	min-height: 27px;
	display: block;
	padding-top: 7px;
}
.check_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: #f7f7f7;
	transition: border 0.3s ease-in;
}
#confirm:checked + label::before {
	background-image: url("../../../upload/landing_pics/icon-check.svg");
	background-position: center;
	background-repeat: no-repeat;
}	
.check_box.err_input {
	color:red
}	
@media(max-width:991px){
	.check_box {
		font-size: 14px;
	}
	.check_box::before {
		top:5px;
	}
	.main-container .head_services {
		top: 0px!important;
	}	
}
@media(max-width:450px){
	.check_box {
		font-size: 12px;
		padding-top: 2px;
	}
	.check_box::before {
		top:-2px;
	}											
}	