body * {
	font-family: 'Raleway', sans-serif;
}

.h2_title {
	font-size: 40px;
}

body {
	background-color: #182A38;
    background-image: url("../img/abstract fon.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

header{
	background: rgba(24, 42, 56, 0.8);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	padding: 30px 0;
}

.header_menu {
    height: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.header_menu li{
	display: inline-block;
	list-style: none
}
.header_menu li a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.header_menu li a:not(.header_menu_btn):hover{
	border-color: #B1BED1;
}
.header_menu li a.header_menu_btn{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 7px 35px;
}

.header_menu li a.header_menu_btn:hover {
	border-color: #B1BED1;
	color: #182A38;
	background: #B1BED1;
}

.h2_title {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 40px;
}

.h3_title {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.h2_description {
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 40px;
	margin-top: -20px;
}

.m100 {
	margin: 100px 0;
}

.main_title{
	font-size: 50px;
	color: #fff;
	margin-bottom: 50px;
}

.main img{
	margin-top: -60px;
}

.main_title b {
	font-size: 900;
}

.main_description {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	max-width: 86%;
}

.dropshipping_info {
	background: radial-gradient(104.99% 100.9% at 2.16% 4.59%, rgba(232, 235, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(10px);
	border-radius: 40px;
	padding: 60px;
}

.dropshipping_title {
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
}

.dropshipping img {
	margin-left: auto;
    display: block;
}

.dropshipping p + p {
	margin-top: 20px
}

.dropshipping p {
	color: #fff;
	font-size: 16px;
}

.step_items {
	background: radial-gradient(104.99% 100.9% at 2.16% 4.59%, rgba(232, 235, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(10px);
	border-radius: 40px;
	margin-top: 35px;
	padding: 50px 60px;
}

.step_item {
	color: #fff;
	margin-bottom: 50px;
}

.step_title {
	font-size: 36px;
	margin-bottom: 10px;
}

.step_description {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	min-height: 55px;
}

.work .col-sm-6{
	margin-bottom: 20px;
}

.work_item {
	background: rgba(117, 144, 187, 0.5);
	border-radius: 30px;
	color: #fff;
	padding: 30px 20px;
	height: 100%;
}

.work_item p {
	margin-left: 30px;
	margin-right: 20px;
	font-weight: 400;
	font-size: 19px;
	line-height: 21px;
}

.product {
	background: radial-gradient(104.99% 100.9% at 2.16% 4.59%, rgba(232, 235, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(7.07792px);
	border-radius: 28.3117px;
	display: block;
	text-decoration: none;
	padding: 25px 10px;
	height: 100%;
	margin: 0 20px;
}

.product_title {
	font-size: 25px;
	line-height: 34px;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	margin: 10px 0 20px;
	display: block;
	min-height: 68px;
}
.product_description {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}
.product_img img{
	margin: auto;
}
.slick-arrow {
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	margin: auto;
}

.slick-next {
	right: -70px;
}

.slick-prev {
	left: -70px;
}

.contact {
	background: radial-gradient(104.99% 100.9% at 2.16% 4.59%, rgba(232, 235, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(7.07792px);
    border-radius: 30px;
    padding: 20px 15px 30px;
}

.contact_info *{
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}

.contact_info a:hover{
	color: #fff;
	text-decoration: underline;
}

#form {
	background: radial-gradient(104.99% 100.9% at 2.16% 4.59%, rgba(232, 235, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(5.5px);
	border-radius: 22px;
	max-width: 600px;
	width: 100%;
	padding: 25px 80px;
	margin: auto;
}

.form_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

#form input {
	border: none;
	display: block;
	width: 100%;
	background: #182A38;
	backdrop-filter: blur(5.5px);
	border-radius: 12px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	height: 48px;
	margin-bottom: 15px;
	padding: 0 30px;
}

#send_form {
	border: none;
	background: #4D7098;
	backdrop-filter: blur(5.5px);
	border-radius: 12px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 180px;
	padding: 9px 0px;
	border: 1px solid #4D7098;
}
#send_form:hover{
	background: transparent;
	border: 1px solid #fff;
}

footer {
	margin-top: 90px;
	margin-bottom: 230px;
}

.footer_list {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.footer_list li:first-child {
	font-weight: 700;
	font-size: 26px;
	color: #FFF;
	margin-bottom: 30px;
}

.footer_list a,
.footer_list b {
	font-size: 22px;
	color: #FFF;
	margin-bottom: 30px;
	display: inline-block;
	text-decoration: none;
}
.footer_list b {
	margin-bottom: 0;
}

.footer_list a:hover{
	text-decoration: underline;
}

@media(max-width: 1023px) {
	.main img {
		margin-top: 0;
	}

	.main_title{
		font-size: 40px;
	}
	.slick-arrow {
		width: 40px;
	}
	.slick-arrow svg{
		max-width: 100%;
	}
	.slick-prev {
		left: -30px;
	}
	.slick-next {
		right: -30px;
	}
	.header_menu li a{
		font-size: 16px;
	}
	.header_menu li a.header_menu_btn {
		padding: 7px 20px;
	}
}

@media(max-width: 767px) {

	.h2_title {
		font-size: 30px;
	}

	.h2_description {
		font-size: 20px;
	}

	.dropshipping img{
		margin: auto;
		margin-top: 20px;
	}	
	
	.main_description {
		width: 100%;
	}

	.step_items, .dropshipping_info{
		padding: 30px;
	}

	#form{
		padding: 20px 30px;
	}
	 
	.form_title{
	 	font-size: 20px;
	}
	.work_item img{
		max-width: 100px;
	}
	.work_item p{
		margin-left: 20px;
    	margin-right: 0px;
	}

	.main img {
		margin-top: 20px;
	}
	.slick-arrow {
		width: 30px;
	}
	.slick-prev {
		left: -15px;
	}
	.slick-next {
		right: -15px;
	}

	.header_menu{
		display: block;
	}
	.header_menu li {
		margin-bottom: 5px;
	}

	header {
		padding: 10px 0;
	}
	.header_menu li a.header_menu_btn {
		display: inline-block;
	}

	.contact_info *{
		font-size: 20px;
	}
}

@media(max-width: 480px){
	.h2_title {
		font-size: 25px;
	}
	.contact_info {
		display: block!important;
	}
	.contact_info span{
		margin-bottom: 10px;
	    display: block;
	    text-align: center;
	}
}