body {
	font-family:Jost;
	font-size:22px;
	font-weight:400;
	line-height:40px;
	letter-spacing:0em;
	color:#292D32;
	background:#F8F8F8;
	margin:0;
}
.content {
	width:100%;
	padding:0px 75px;
	margin:0 auto;
	box-sizing:border-box;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
header { padding:20px 0; }
header .header_box {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
header .header_box .logo {

}
header .header_box .logo a {

}
header .header_box .logo img {

}
header .header_box .menu_box {
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
header .header_box .menu_box .mobile-nav-wrap {

}
header .header_box .menu_box .mobile-nav-wrap ul {
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
header .header_box .menu_box .mobile-nav-wrap ul li { margin-right:40px; }
header .header_box .menu_box .mobile-nav-wrap ul li a {
	color:#292D32;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-decoration:none;
}
header .header_box .menu_box .mobile-nav-wrap ul li:hover {

}
header .header_box .menu_box .mobile-nav-wrap ul li:hover a { text-decoration:underline; }
header .header_box .menu_box .green_btn_box { margin-right:23px; }
header .header_box .menu_box .green_btn_box a {
	background:#5DC095;
	box-shadow:3px 4px 9px #5DC0955B;
	border-radius:10px;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 30px;
	transition:0.3s;
}
header .header_box .menu_box .green_btn_box a img { margin-right:14px; }
header .header_box .menu_box .green_btn_box a span {
	font-style:normal;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	color:#fff;
}
header .header_box .menu_box .green_btn_box a:hover { transform:translateY(-2px); }
header .header_box .menu_box .lang_swicher {
	position:relative;
	line-height:0;
	margin-right:23px;
}
header .header_box .menu_box .lang_swicher .current_lang {

}
header .header_box .menu_box .lang_swicher .current_lang img { width:40px; }
header .header_box .menu_box .lang_swicher .lang_selects {
	position:absolute;
	display:none;
	padding-top:10px;
	z-index:2;
	background:#0000006b;
	padding:5px;
}
header .header_box .menu_box .lang_swicher .lang_selects .drop-block__link {
	font-size:0;
	display:block;
	margin-bottom:5px;
}
header .header_box .menu_box .lang_swicher .lang_selects .drop-block__link:last-child { margin-bottom:0px; }
header .header_box .menu_box .lang_swicher .lang_selects .drop-block__link img { width:30px; }
header .header_box .menu_box .lang_swicher:hover {

}
header .header_box .menu_box .lang_swicher:hover .lang_selects { display:block; }
header .header_box .menu_box .right_menu_icon_box { display:flex; }
header .header_box .menu_box .right_menu_icon_box .show_r_menu_btn {
	border:none;
	background:none;
	cursor:pointer;
	line-height:0;
}
header .header_box .menu_box .right_menu_icon_box .show_r_menu_btn img {

}
#right_menu_box {
	background-image:url(images/r-menu-bg.png);
	position:fixed;
	z-index:4;
	right:0;
	top:0;
	height:calc(100% - 65px);
	padding:15px;
	padding-top:50px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
}
#right_menu_box .close_r_menu {
	position:absolute;
	top:20px;
	left:40px;
	cursor:pointer;
}
#right_menu_box .close_r_menu img {

}
#right_menu_box .mobile-nav-wrap {

}
#right_menu_box .mobile-nav-wrap ul {

}
#right_menu_box .mobile-nav-wrap ul li { padding:7px 25px; }
#right_menu_box .mobile-nav-wrap ul li a {
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
#right_menu_box .mobile-nav-wrap ul li:hover {
	background:#BB252B;
	border-radius:10px;
}
#right_menu_box .mobile-nav-wrap ul li:hover a {

}
#right_menu_box .right_bottom_menu {
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
}
#right_menu_box .right_bottom_menu .r_b_m { width:100%; }
#right_menu_box .right_bottom_menu .r_b_m li {
	background:#C52F2F;
	border:1px solid #FFFFFF;
	box-shadow:0px 4px 9px #89202499;
	border-radius:10px;
	text-align:center;
	margin-bottom:10px;
	width:100%;
	transition:0.3s;
}
#right_menu_box .right_bottom_menu .r_b_m li a {
	font-weight:500;
	font-size:16px;
	line-height:43px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
#right_menu_box .right_bottom_menu .r_b_m li:hover { transform:translateY(-2px); }
#right_menu_box .right_bottom_menu .r_b_m li:hover a {

}
#right_menu_box .right_bottom_menu .soc_links { width:100%; }
#right_menu_box .right_bottom_menu .soc_links ul {
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	width:100%;
}
#right_menu_box .right_bottom_menu .soc_links ul li {

}
#right_menu_box .right_bottom_menu .soc_links ul li a {

}
#right_menu_box .right_bottom_menu .soc_links ul li a img {

}
@media only screen and (max-width: 359px) {
	header { padding:3px 0px; }
	header .header_box {

	}
	header .header_box .logo {

	}
	header .header_box .logo img { height:22px; }
	header .header_box .menu_box {

	}
	header .header_box .menu_box .mobile-nav-wrap { display:none; }
	header .header_box .menu_box .green_btn_box {

	}
	header .header_box .menu_box .green_btn_box a { padding:6px 20px; }
	header .header_box .menu_box .green_btn_box a span { font-size:14px; }
	header .header_box .menu_box .green_btn_box a img { display:none; }
	header .header_box .menu_box .lang_swicher { display:none; }
	#right_menu_box {

	}
	#right_menu_box .mobile-nav-wrap {

	}
	#right_menu_box .mobile-nav-wrap ul {

	}
	#right_menu_box .mobile-nav-wrap ul li {
		padding:2px 10px;
		line-height:34px;
	}
	#right_menu_box .mobile-nav-wrap ul li a {
		font-size:14px;
		line-height:10px;
	}
	#right_menu_box .right_bottom_menu {

	}
	#right_menu_box .right_bottom_menu .r_b_m {

	}
	#right_menu_box .right_bottom_menu .r_b_m li { line-height:22px; }
	#right_menu_box .right_bottom_menu .r_b_m li a {
		font-size:13px;
		line-height:30px;
	}
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
	header { padding:3px 0px; }
	header .header_box {

	}
	header .header_box .logo {

	}
	header .header_box .logo img { height:22px; }
	header .header_box .menu_box {

	}
	header .header_box .menu_box .mobile-nav-wrap { display:none; }
	header .header_box .menu_box .green_btn_box {

	}
	header .header_box .menu_box .green_btn_box a { padding:6px 20px; }
	header .header_box .menu_box .green_btn_box a span { font-size:14px; }
	header .header_box .menu_box .lang_swicher { display:none; }
	#right_menu_box {

	}
	#right_menu_box .mobile-nav-wrap {

	}
	#right_menu_box .mobile-nav-wrap ul {

	}
	#right_menu_box .mobile-nav-wrap ul li {
		padding:2px 10px;
		line-height:34px;
	}
	#right_menu_box .mobile-nav-wrap ul li a {
		font-size:14px;
		line-height:10px;
	}
	#right_menu_box .right_bottom_menu {

	}
	#right_menu_box .right_bottom_menu .r_b_m {

	}
	#right_menu_box .right_bottom_menu .r_b_m li { line-height:22px; }
	#right_menu_box .right_bottom_menu .r_b_m li a {
		font-size:13px;
		line-height:30px;
	}
}
@media only screen and (max-width: 899px) and (min-width: 576px) {

}
@media only screen and (max-width: 1249px) and (min-width: 900px) {

}
@media only screen and (max-width: 1649px) and (min-width: 1250px) {

}
@media only screen and (min-width: 1650px) {

}
@media (min-width: 375px) {
	header .header_box .menu_box {

	}
	header .header_box .menu_box .mobile-nav-wrap { display:none; }
	header .header_box .menu_box .green_btn_box {

	}
	header .header_box .menu_box .lang_swicher { display:none; }
}
@media (min-width: 1200px) {
	header .header_box .menu_box {

	}
	header .header_box .menu_box .mobile-nav-wrap { display:block; }
	header .header_box .menu_box .green_btn_box { display:block; }
	header .header_box .menu_box .lang_swicher { display:block; }
}
.home_slider {

}
.home_slider .top_one_slider { position:relative; }
.home_slider .top_one_slider .bg {

}
.home_slider .top_one_slider .bg img { width:100%; }
.home_slider .top_one_slider .slider_content {
	position:absolute;
	top:50%;
	left:30%;
	transform:translate(0%,-50%);
	color:#fff;
	width:30%;
}
.home_slider .top_one_slider .slider_content h2 {
	font-style:normal;
	font-weight:600;
	font-size:60px;
	line-height:77px;
	margin:0;
}
.home_slider .top_one_slider .slider_content h4 {
	font-style:normal;
	font-weight:400;
	font-size:22px;
	line-height:32px;
	width:80%;
}
.home_slider .top_one_slider .slider_content p {

}
.home_slider .top_one_slider .slider_content p a {
	font-style:normal;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	border:2px solid #FFFFFF;
	border-radius:10px;
	padding:10px 33px;
}
.home_slider .slick-arrow {
	position:absolute;
	width:46px;
	height:46px;
	padding:0;
	margin:0;
	z-index:2;
	background:none;
	top:50%;
	transform:translate(0%,-50%);
	border:none;
}
.home_slider .slick-arrow.slick-prev {
	left:20%;
	background-image:url("images/arrow-square-left.png");
}
.home_slider .slick-arrow.slick-next {
	right:20%;
	background-image:url("images/arrow-square-right.png");
}
.home_slider .slick-arrow.slick-disabled { opacity:0.4; }
.home_white_block {

}
.home_white_block h2 {
	font-weight:600;
	font-size:40px;
	line-height:58px;
	color:#C52F2F;
}
.home_white_block p {
	font-weight:400;
	font-size:22px;
	line-height:40px;
	text-align:center;
	padding:0px 150px;
}
.home_white_block p a {
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-decoration-line:underline;
	color:#C52F2F;
}
.home_foot_slider {
	background-image:url("images/abstract-luxury-blur-dark-grey-black-gradient-used-as-background-studio-wall-display-your-products 1.png");
	padding:70px 0;
}
.home_foot_slider .home_foot_one_slider_body {

}
.home_foot_slider .home_foot_one_slider {
	background-image:url("images/f_b_bg.jpg");
	background-size:cover;
	border-radius:15px;
	border:2px solid #FFFFFF66;
	box-shadow:0px 20px 40px 0px #00000099;
	font-weight:600;
	font-size:14px;
	line-height:23px;
	color:#F2F2F2;
	padding:30px 50px;
	margin:0px 15px;
}
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_header {
	text-shadow:3px 4px 5px rgba(0,0,0,0.18);
	color:#C52F2F;
	font-weight:500;
	font-size:24px;
	line-height:35px;
	text-transform:uppercase;
}
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:200px;
}
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text {
	font-weight:500;
	font-size:14px;
	line-height:23px;
	color:#F2F2F2;
}
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text ul { list-style:disc; }
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text ul li { margin-bottom:15px; }
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image {

}
.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image img {

}
.home_foot_slider .slick-dots {
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:50px;
}
.home_foot_slider .slick-dots li { margin:0px 7px; }
.home_foot_slider .slick-dots li.slick-active {

}
.home_foot_slider .slick-dots li.slick-active button { background:#C52F2F; }
.home_foot_slider .slick-dots li button {
	border:none;
	background:#1D1E22;
	font-size:0px;
	width:16px;
	height:16px;
	border-radius:50%;
}
.home_cources_box { padding-top:75px; }
.home_cources_box .home_cources_boxes {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
.home_cources_box .home_cources {
	width:80%;
	margin-right:40px;
}
.home_cources_box .home_cources .nav_courses { margin-right:40px; }
.home_cources_box .home_cources .nav_courses button {
	font-weight:600;
	font-size:22px;
	line-height:32px;
	text-transform:uppercase;
	color:#292D32;
	opacity:0.3;
	border:none;
	padding:0;
	margin:0 20px 0 0;
	background:none;
	cursor:pointer;
}
.home_cources_box .home_cources .nav_courses button.active {
	opacity:1;
	color:#C52F2F;
}
.home_cources_box .home_cources .nav_courses_tables { padding-top:13px; }
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table { display:none; }
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table.active { display:block; }
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table {
	border-collapse:separate;
	border-spacing:0 17px;
	width:100%;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead {

}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr {

}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td {
	font-weight:600;
	font-size:22px;
	line-height:32px;
	padding:16px 20px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	background:#FFFFFF;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:first-child {
	border-left:1px solid #E0E0E0;
	border-radius:10px 0 0 10px;
	padding-left:45px;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:last-child {
	border-right:1px solid #E0E0E0;
	border-radius:0 10px 10px 0;
	padding-right:45px;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody {

}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr {

}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td {
	font-style:normal;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	background:#FFFFFF;
	padding:16px 20px;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:first-child {
	border-left:1px solid #E0E0E0;
	border-radius:10px 0 0 10px;
	padding-left:45px;
}
.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:last-child {
	border-right:1px solid #E0E0E0;
	border-radius:0 10px 10px 0;
	padding-right:45px;
}
.home_cources_box .home_cources .nav_courses_tables .course_name {

}
.home_cources_box .home_cources .nav_courses_tables .cource_row {
	vertical-align:middle;
	position:absolute;
}
.home_cources_box .home_cources .nav_courses_tables .cource_row img {

}
.home_cources_box .home_cources .nav_courses_tables .cource_buy_btn, .home_cources_box .home_cources .nav_courses_tables .cource_sell_btn {
	font-weight:600;
	font-size:18px;
	line-height:26px;
	text-decoration:none;
}
.home_cources_box .home_cources .nav_courses_tables .cource_buy_btn { color:#5DC095; }
.home_cources_box .home_cources .nav_courses_tables .cource_sell_btn { color:#C52F2F; }
.home_cources_box .home_create_accounts {

}
.home_cources_box .home_create_accounts a { text-decoration:none; }
.home_cources_box .home_create_accounts .home_create_account {
	padding:33px 50px;
	box-shadow:2px 4px 12px #292d320d;
	border-radius:15px;
	margin-bottom:20px;
}
.home_cources_box .home_create_accounts .home_create_account .home_create_account_header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:10px;
}
.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .name {
	font-style:normal;
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
	line-height:40px;
}
.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon { display:flex; }
.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon img {

}
.home_cources_box .home_create_accounts .home_create_account p {
	font-weight:400;
	font-size:18px;
	line-height:26px;
	margin:0;
}
.home_cources_box .home_create_accounts .home_create_account.white { background:#FFFFFF; }
.home_cources_box .home_create_accounts .home_create_account.white .home_create_account_header {

}
.home_cources_box .home_create_accounts .home_create_account.white .home_create_account_header .name { color:#292D32; }
.home_cources_box .home_create_accounts .home_create_account.white p { color:#292D32; }
.home_cources_box .home_create_accounts .home_create_account.black { background:#292D32; }
.home_cources_box .home_create_accounts .home_create_account.black .home_create_account_header {

}
.home_cources_box .home_create_accounts .home_create_account.black .home_create_account_header .name { color:#FFFFFF; }
.home_cources_box .home_create_accounts .home_create_account.black p { color:#FFFFFF; }
.home_cources_box.rtl_true {

}
.home_cources_box.rtl_true .home_cources {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table thead {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table thead tr {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table thead tr td {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table thead tr td:first-child {
	border-right:1px solid #E0E0E0;
	border-radius:0px 10px 10px 0px;
	border-left:none;
	padding-right:45px;
	padding-left:20px;
}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table thead tr td:last-child {
	border-left:1px solid #E0E0E0;
	border-right:none;
	border-radius:10px 0px 0px 10px;
	padding-right:20px;
	padding-left:45px;
}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table tbody {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table tbody tr {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table tbody tr td {

}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:first-child {
	border-right:1px solid #E0E0E0;
	border-radius:0px 10px 10px 0px;
	border-left:none;
	padding-right:45px;
	padding-left:20px;
}
.home_cources_box.rtl_true .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:last-child {
	border-left:1px solid #E0E0E0;
	border-right:none;
	border-radius:10px 0px 0px 10px;
	padding-right:20px;
	padding-left:45px;
}
.home_garant { padding-top:70px; }
.home_garant .garant_header {
	text-align:center;
	padding-bottom:70px;
}
.home_garant .garant_header .title { padding-bottom:10px; }
.home_garant .garant_header p {
	font-weight:600;
	font-size:22px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	width:58%;
}
.home_garant .garant_header p strong { color:#C52F2F; }
.home_garant .garant_blocks {
	display:flex;
	align-items:stretch;
	justify-content:space-evenly;
}
.home_garant .garant_blocks .garant_block {
	box-shadow:2px 4px 12px 0px #292D320D;
	border-radius:15px;
	padding:47px;
	width:30%;
	box-sizing:border-box;
}
.home_garant .garant_blocks .garant_block .garant_block_icon {

}
.home_garant .garant_blocks .garant_block .garant_block_icon img {

}
.home_garant .garant_blocks .garant_block .garant_block_title {
	font-weight:600;
	font-size:28px;
	line-height:40px;
}
.home_garant .garant_blocks .garant_block .garant_block_text {
	font-weight:400;
	font-size:22px;
	line-height:32px;
}
.home_garant .garant_blocks .garant_block.white { background:#FFFFFF; }
.home_garant .garant_blocks .garant_block.black {
	background:#292D32;
	color:#fff;
}
@media only screen and (max-width: 359px) {
	.content {
		max-width:100%;
		padding:0px 10px;
	}
	.home_slider .slick-arrow.slick-prev { left:2%; }
	.home_slider .slick-arrow.slick-next { right:2%; }
	.home_slider {

	}
	.home_slider .slick-arrow {
		width:15px;
		height:15px;
		background-size:contain;
	}
	.home_slider .top_one_slider {

	}
	.home_slider .top_one_slider .bg {
		background:#000;
		display:block;
	}
	.home_slider .top_one_slider .bg img { opacity:0.4; }
	.home_slider .top_one_slider .slider_content {
		width:calc(100% - 96px);
		left:48px;
		top:20px;
		transform:none;
	}
	.home_slider .top_one_slider .slider_content h2 {
		font-size:20px;
		line-height:21px;
		padding-bottom:7px;
	}
	.home_slider .top_one_slider .slider_content h4 {
		margin:0;
		font-size:14px;
		line-height:16px;
		text-align:center;
		width:100%;
	}
	.home_slider .top_one_slider .slider_content p {
		margin:0;
		padding-top:6px;
		display:flex;
	}
	.home_slider .top_one_slider .slider_content p a {
		font-size:8px;
		line-height:11px;
		padding:3px 10px;
		border:1px solid #FFFFFF;
	}
	.home_white_block {

	}
	.home_white_block h2 {
		font-size:22px;
		line-height:32px;
	}
	.home_white_block p {
		padding:0;
		font-size:14px;
		line-height:20px;
	}
	.home_white_block p a {
		font-size:14px;
		line-height:20px;
	}
	.home_garant { padding-top:40px; }
	.home_garant .garant_header { padding-bottom:20px; }
	.home_garant .garant_header .title {
		font-size:22px;
		line-height:32px;
	}
	.home_garant .garant_header p {
		font-size:14px;
		line-height:20px;
		width:100%;
		font-weight:normal;
	}
	.home_garant .garant_header p strong { font-weight:normal; }
	.home_garant .garant_blocks { flex-direction:column; }
	.home_garant .garant_blocks .garant_block {
		width:100%;
		margin-bottom:30px;
		padding:20px;
	}
	.home_garant .garant_blocks .garant_block .garant_block_icon {

	}
	.home_garant .garant_blocks .garant_block .garant_block_icon img { width:24px; }
	.home_garant .garant_blocks .garant_block .garant_block_title {
		font-weight:600;
		font-size:18px;
		line-height:26px;
	}
	.home_garant .garant_blocks .garant_block .garant_block_text {
		font-size:14px;
		line-height:20px;
	}
	.home_cources_box { padding-top:40px; }
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box .home_cources {
		width:100%;
		margin-right:0px;
	}
	.home_cources_box .home_cources .nav_courses { margin-right:0px; }
	.home_cources_box .home_cources .nav_courses button {
		font-size:14px;
		margin:0 10px 0 0;
		line-height:20px;
	}
	.home_cources_box .home_cources .nav_courses button.active {

	}
	.home_cources_box .home_cources .nav_courses_tables {
		width:100%;
		overflow:auto;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td {
		font-size:14px;
		line-height:20px;
		padding:8px 12px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:first-child {
		padding-left:12px;
		position:relative;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:last-child { padding-right:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td {
		font-size:12px;
		line-height:17px;
		padding:8px 12px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:first-child { padding-left:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:last-child { padding-right:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_sell_btn, .home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_buy_btn {
		font-size:12px;
		line-height:17px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_row {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_row img { width:14px; }
	.home_cources_box .home_create_accounts {

	}
	.home_cources_box .home_create_accounts .home_create_account { padding:20px 20px; }
	.home_cources_box .home_create_accounts .home_create_account p {
		font-size:14px;
		line-height:20px;
	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header {

	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .name {
		font-size:18px;
		line-height:26px;
	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon {

	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon img { width:15px; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
	.home_foot_slider { padding:30px 0 10px 0; }
	.home_foot_slider .slick-dots { padding-top:17px; }
	.home_foot_slider .slick-dots li {

	}
	.home_foot_slider .slick-dots li button {
		width:12px;
		height:12px;
	}
	.home_foot_slider .home_foot_one_slider { padding:15px 15px; }
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_header {
		font-size:14px;
		line-height:20px;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content { height:102px; }
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text {
		font-size:8px;
		line-height:12px;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text p {
		margin:0px;
		padding:0;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image {

	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image img { width:120px; }
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
	.content {
		max-width:100%;
		padding:0px 10px;
	}
	.home_slider .slick-arrow.slick-prev { left:2%; }
	.home_slider .slick-arrow.slick-next { right:2%; }
	.home_slider {

	}
	.home_slider .slick-arrow {
		width:15px;
		height:15px;
		background-size:contain;
	}
	.home_slider .top_one_slider {

	}
	.home_slider .top_one_slider .bg {
		background:#000;
		display:block;
	}
	.home_slider .top_one_slider .bg img { opacity:0.4; }
	.home_slider .top_one_slider .slider_content {
		width:calc(100% - 96px);
		left:48px;
		top:20px;
		transform:none;
	}
	.home_slider .top_one_slider .slider_content h2 {
		font-size:20px;
		line-height:21px;
		padding-bottom:7px;
	}
	.home_slider .top_one_slider .slider_content h4 {
		margin:0;
		font-size:14px;
		line-height:16px;
		text-align:center;
		width:100%;
	}
	.home_slider .top_one_slider .slider_content p {
		margin:0;
		padding-top:6px;
		display:flex;
	}
	.home_slider .top_one_slider .slider_content p a {
		font-size:8px;
		line-height:11px;
		padding:3px 10px;
		border:1px solid #FFFFFF;
	}
	.home_white_block {

	}
	.home_white_block h2 {
		font-size:22px;
		line-height:32px;
	}
	.home_white_block p {
		padding:0;
		font-size:14px;
		line-height:20px;
	}
	.home_white_block p a {
		font-size:14px;
		line-height:20px;
	}
	.home_garant { padding-top:40px; }
	.home_garant .garant_header { padding-bottom:20px; }
	.home_garant .garant_header .title {
		font-size:22px;
		line-height:32px;
	}
	.home_garant .garant_header p {
		font-size:14px;
		line-height:20px;
		width:100%;
		font-weight:normal;
	}
	.home_garant .garant_header p strong { font-weight:normal; }
	.home_garant .garant_blocks { flex-direction:column; }
	.home_garant .garant_blocks .garant_block {
		width:100%;
		margin-bottom:30px;
		padding:20px;
	}
	.home_garant .garant_blocks .garant_block .garant_block_icon {

	}
	.home_garant .garant_blocks .garant_block .garant_block_icon img { width:24px; }
	.home_garant .garant_blocks .garant_block .garant_block_title {
		font-weight:600;
		font-size:18px;
		line-height:26px;
	}
	.home_garant .garant_blocks .garant_block .garant_block_text {
		font-size:14px;
		line-height:20px;
	}
	.home_cources_box { padding-top:40px; }
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box .home_cources {
		width:100%;
		margin-right:0px;
	}
	.home_cources_box .home_cources .nav_courses { margin-right:0px; }
	.home_cources_box .home_cources .nav_courses button {
		font-size:14px;
		margin:0 10px 0 0;
		line-height:20px;
	}
	.home_cources_box .home_cources .nav_courses button.active {

	}
	.home_cources_box .home_cources .nav_courses_tables {
		width:100%;
		overflow:auto;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td {
		font-size:14px;
		line-height:20px;
		padding:8px 12px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:first-child {
		padding-left:12px;
		position:relative;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table thead tr td:last-child { padding-right:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td {
		font-size:12px;
		line-height:17px;
		padding:8px 12px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:first-child { padding-left:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table table tbody tr td:last-child { padding-right:12px; }
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_sell_btn, .home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_buy_btn {
		font-size:12px;
		line-height:17px;
	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_row {

	}
	.home_cources_box .home_cources .nav_courses_tables .nav_courses_table .cource_row img { width:14px; }
	.home_cources_box .home_create_accounts {

	}
	.home_cources_box .home_create_accounts .home_create_account { padding:20px 20px; }
	.home_cources_box .home_create_accounts .home_create_account p {
		font-size:14px;
		line-height:20px;
	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header {

	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .name {
		font-size:18px;
		line-height:26px;
	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon {

	}
	.home_cources_box .home_create_accounts .home_create_account .home_create_account_header .icon img { width:15px; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
	.home_foot_slider { padding:30px 0 10px 0; }
	.home_foot_slider .slick-dots { padding-top:17px; }
	.home_foot_slider .slick-dots li {

	}
	.home_foot_slider .slick-dots li button {
		width:12px;
		height:12px;
	}
	.home_foot_slider .home_foot_one_slider { padding:15px 15px; }
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_header {
		font-size:14px;
		line-height:20px;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content { height:102px; }
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text {
		font-size:8px;
		line-height:12px;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_text p {
		margin:0px;
		padding:0;
	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image {

	}
	.home_foot_slider .home_foot_one_slider .home_foot_one_slider_content .home_foot_one_slider_image img { width:120px; }
}
@media only screen and (max-width: 899px) and (min-width: 576px) {

}
@media only screen and (max-width: 1249px) and (min-width: 900px) {

}
@media only screen and (max-width: 1649px) and (min-width: 1250px) {

}
@media only screen and (min-width: 1650px) {

}
@media (min-width: 375px) {
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
}
@media (min-width: 576px) {
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
}
@media (min-width: 768px) {
	.home_slider .top_one_slider .slider_content {
		width:60%;
		left:10%;
	}
	.home_slider .top_one_slider .slider_content h2 {
		font-weight:600;
		font-size:46px;
		line-height:45px;
	}
	.home_slider .slick-arrow.slick-prev { left:2%; }
	.home_slider .slick-arrow.slick-next { right:2%; }
	.home_slider .slick-arrow {

	}
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
	.home_garant .garant_blocks { flex-direction:column; }
	.home_garant .garant_blocks .garant_block {
		width:100%;
		margin-bottom:30px;
	}
	.home_white_block p { padding:0px 50px; }
}
@media (min-width: 992px) {
	.home_slider .top_one_slider .slider_content {
		left:20%;
		width:50%;
	}
	.home_slider .top_one_slider .slider_content h2 {
		font-weight:600;
		font-size:60px;
		line-height:77px;
	}
	.home_slider .slick-arrow.slick-prev { left:10%; }
	.home_slider .slick-arrow.slick-next { right:10%; }
	.home_cources_box .home_cources_boxes { flex-direction:column; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:column-reverse; }
	.home_cources_box .home_cources { width:100%; }
	.home_cources_box .home_create_accounts { width:100%; }
	.home_garant .garant_blocks { flex-direction:row; }
	.home_garant .garant_blocks .garant_block {
		width:30%;
		margin-bottom:0px;
	}
	.home_white_block p { padding:0px 150px; }
}
@media (min-width: 1200px) {
	.home_slider .top_one_slider .slider_content {
		left:30%;
		width:50%;
	}
	.home_slider .top_one_slider .slider_content h2 {
		font-weight:600;
		font-size:60px;
		line-height:77px;
	}
	.home_slider .slick-arrow.slick-prev { left:20%; }
	.home_slider .slick-arrow.slick-next { right:20%; }
	.home_cources_box .home_cources_boxes { flex-direction:row; }
	.home_cources_box.rtl_true {

	}
	.home_cources_box.rtl_true .home_cources_boxes { flex-direction:row-reverse; }
	.home_garant .garant_blocks { flex-direction:row; }
	.home_garant .garant_blocks .garant_block {
		width:30%;
		margin-bottom:0px;
	}
	.home_white_block p { padding:0px 150px; }
}
.one_page {

}
.one_page .title_page {
	font-style:normal;
	font-weight:600;
	font-size:40px;
	line-height:58px;
	color:#292D32;
	padding-bottom:40px;
}
.one_page .page_content {

}
.one_page .page_content a { color:#C52F2F; }
.one_page .page_content h3 {
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	color:#C52F2F;
}
.one_page .page_content h3 a {
	font-style:normal;
	font-weight:600;
	font-size:22px;
	line-height:32px;
	text-transform:uppercase;
}
.one_page .page_content h3 a:hover { text-decoration:none; }
.one_page .page_content p {
	font-weight:400;
	font-size:22px;
	line-height:32px;
	padding-bottom:20px;
	margin:0;
}
.one_page .one_page_sidebars {
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
}
.one_page .one_page_s {
	width:360px;
	padding-right:40px;
}
.one_page .one_page_content { width:calc(100% - 400px); }
.one_page .white_box {
	background:#FFFFFF;
	box-shadow:2px 4px 12px #292d320d;
	border-radius:15px;
	padding:40px;
}
.one_page .white_box h3 {
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	color:#C52F2F;
}
.one_page .white_box h3 a {
	font-style:normal;
	font-weight:600;
	font-size:22px;
	line-height:32px;
	text-transform:uppercase;
	color:#C52F2F;
	text-decoration:none;
}
.one_page .white_box h3 a:hover { text-decoration:underline; }
.one_page .white_box .ready_box {
	font-size:18px;
	line-height:26px;
}
.one_page .white_box .ready_box_title { color:#C52F2F; }
.one_page .white_box .ready_box_content {

}
.one_page .white_box .ready_box_button { margin-top:20px; }
.one_page .white_box .ready_box_button a {
	background:#5DC095;
	box-shadow:3px 4px 9px #5dc0955c;
	border-radius:10px;
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#FFFFFF;
	padding:10px 47px;
	display:inline-block;
	transition:0.3s;
}
.one_page .white_box .ready_box_button a:hover { transform:translateY(-2px); }
.one_page .question_box {
	font-weight:400;
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
.one_page .question_box.question_box_mobile { display:none; }
.one_page .question_box_title { color:#C52F2F; }
.one_page .question_box_content {

}
.one_page .question_box_content p { margin:0; }
.one_page .question_box_content p .red { color:#C52F2F; }
.one_page .question_box_title {

}
@media (min-width: 375px) {
	.one_page {

	}
	.one_page .one_page_sidebars { flex-direction:column; }
	.one_page .one_page_s {
		width:100%;
		padding-right:0px;
	}
	.one_page .one_page_content {
		width:100%;
		padding-top:40px;
	}
	.one_page .question_box { display:none; }
	.one_page .question_box.question_box_mobile { display:block; }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.one_page {

	}
	.one_page .one_page_sidebars { flex-direction:row; }
	.one_page .one_page_s {
		width:360px;
		padding-right:40px;
	}
	.one_page .one_page_content {
		padding-top:0px;
		width:calc(100% - 400px);
	}
	.one_page .question_box { display:block; }
	.one_page .question_box.question_box_mobile { display:none; }
}
footer {
	background:#2F3137;
	padding:30px 0;
	margin-top:100px;
}
footer .footer_box {

}
footer .footer_box .foot_text {

}
footer .footer_box .foot_text p {
	font-size:14px;
	line-height:22px;
	color:#FFFFFF66;
	margin:0;
}
footer .footer_box .foot_links {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-top:20px;
}
footer .footer_box .foot_links .foot_links_menu {

}
footer .footer_box .foot_links .foot_links_menu .foot_menu {
	display:flex;
	align-items:center;
	justify-content:space-evenly;
}
footer .footer_box .foot_links .foot_links_menu .foot_menu li { margin-right:17px; }
footer .footer_box .foot_links .foot_links_menu .foot_menu li a {
	font-weight:400;
	font-size:18px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
}
footer .footer_box .foot_links .foot_links_payment {
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
footer .footer_box .foot_links .foot_links_payment img { margin:0 10px; }
@media (min-width: 375px) {
	footer {

	}
	footer .footer_box {

	}
	footer .footer_box .foot_links {
		flex-direction:column-reverse;
		align-items:flex-start;
	}
	footer .footer_box .foot_links .foot_links_menu {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li a {
		font-size:8px;
		line-height:12px;
	}
}
@media (min-width: 1200px) {
	footer {

	}
	footer .footer_box {

	}
	footer .footer_box .foot_links {
		align-items:center;
		flex-direction:row;
	}
	footer .footer_box .foot_links .foot_links_menu {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li {

	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li a {
		font-size:18px;
		line-height:26px;
	}
}
@media only screen and (max-width: 359px) {
	footer {
		padding:15px 0;
		margin-top:0px;
	}
	footer .footer_box {

	}
	footer .footer_box .foot_text {

	}
	footer .footer_box .foot_text p {
		font-size:9px;
		line-height:13px;
	}
	footer .footer_box .foot_links { flex-direction:column-reverse; }
	footer .footer_box .foot_links .foot_links_payment {
		width:100%;
		align-items:flex-start;
		justify-content:flex-start;
	}
	footer .footer_box .foot_links .foot_links_payment img { height:20px; }
	footer .footer_box .foot_links .foot_links_menu { width:100%; }
	footer .footer_box .foot_links .foot_links_menu .foot_menu {
		flex-direction:row;
		width:100%;
	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li { margin-right:0px; }
	footer .footer_box .foot_links .foot_links_menu .foot_menu li a {
		font-size:8px;
		line-height:12px;
	}
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
	footer {
		padding:15px 0;
		margin-top:0px;
	}
	footer .footer_box {

	}
	footer .footer_box .foot_text {

	}
	footer .footer_box .foot_text p {
		font-size:9px;
		line-height:13px;
	}
	footer .footer_box .foot_links { flex-direction:column-reverse; }
	footer .footer_box .foot_links .foot_links_payment {
		width:100%;
		align-items:flex-start;
		justify-content:flex-start;
	}
	footer .footer_box .foot_links .foot_links_payment img { height:20px; }
	footer .footer_box .foot_links .foot_links_menu { width:100%; }
	footer .footer_box .foot_links .foot_links_menu .foot_menu {
		flex-direction:row;
		width:100%;
	}
	footer .footer_box .foot_links .foot_links_menu .foot_menu li { margin-right:0px; }
	footer .footer_box .foot_links .foot_links_menu .foot_menu li a {
		font-size:8px;
		line-height:12px;
	}
}
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
.slick-list:focus { outline:none; }
.slick-list.dragging {
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-track:before, .slick-track:after {
	content:"";
	display:table;
}
.slick-track:after { clear:both; }
.slick-loading .slick-track { visibility:hidden; }
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
[dir="rtl"] .slick-slide { float:right; }
.slick-slide img { display:block; }
.slick-slide.slick-loading img { display:none; }
.slick-slide.dragging img { pointer-events:none; }
.slick-initialized .slick-slide { display:block; }
.slick-loading .slick-slide { visibility:hidden; }
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-arrow.slick-hidden { display:none; }
.title {
	font-style:normal;
	font-weight:600;
	font-size:40px;
	line-height:58px;
	padding-bottom:30px;
}
@media (min-width: 375px) {
	.content {
		max-width:100%;
		padding:0px 10px;
	}
}
@media (min-width: 576px) {
	.content { max-width:540px; }
}
@media (min-width: 768px) {
	.content { max-width:720px; }
}
@media (min-width: 992px) {
	.content { max-width:960px; }
}
@media (min-width: 1200px) {
	.content { max-width:1200px; }
}
@media only screen and (max-width: 359px) {
	.title {
		font-size:22px;
		line-height:32px;
	}
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
	.title {
		font-size:22px;
		line-height:32px;
		padding-bottom:20px;
	}
}
@media only screen and (max-width: 899px) and (min-width: 576px) {

}
@media only screen and (max-width: 1249px) and (min-width: 900px) {

}
@media only screen and (max-width: 1649px) and (min-width: 1250px) {

}
@media only screen and (min-width: 1650px) {

}
