body {
	font-size: 1.2rem;
}

.section {
	padding: 60px 0;
}

ul li {
	list-style: none;
}

.bg-color-main {
	background-color: #317dc3;
}

.absolute {
	position: absolute;
}

.bg-color-second {
	background-color: #09355b;
}

.btn {
	box-shadow: 0 1px 4px 1px #7e7e81;
}

#menu_toogle {
	background-color: #317dc3;
	transition: all ease 300ms;
}

#make-order {
	height: 500px;
	background-image: url("/img/bg-img.jpg");
	background-attachment: fixed;
	background-position: center center;
}

#make-order h2 {
	font-size: 36px;
	text-align: center;
	text-shadow: 3px 5px 2px #474747;
}

#about-us {
	height: 500px;
	min-height: 500px;
	background: #fff linear-gradient(90deg, #09355b 0%, #09355b 35%, #fff 35%, #fff 100%);
	padding: 0;
}
@media (max-width: 930px) {
	#about-us {
		height: 850px;
	}
}
@media (max-width: 768px) {
	#about-us {
		height: 800px;
	}
}
@media (max-width: 574px) {
	#about-us {
		height: auto;
	}
}

#services {
	background-color: #c9d7da;
}

#services li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	text-align: center;
}

#services li img {
	width: 150px;
	height: 150px;
	object-fit: fill;
	margin-bottom: auto;
}

#terms {
	color: #fff;
}

#terms h2 {
	text-align: center;
}

#terms h3 {
	color: #f4a21f;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

#terms .block {
	text-align: center;
	background: #09355b linear-gradient(170deg, #184977 0%, #317dc3 35%, #317dc3 35%, #184977 100%);
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 1px 4px 1px #7e7e81;
}

#advantages {
	min-height: 600px;
	background: #fff linear-gradient(90deg, #09355b 0%, #09355b 70%, #fff 70%, #fff 100%);
}

#advantages .container {
	padding-top: 60px;
	padding-bottom: 60px;
	/*background: #fff linear-gradient(90deg, #09355b 0%, #09355b 70%, #fff 70%, #fff 100%);*/
}

#advantages .absolute {
	position: unset;
	top: 100px;
	right: 0;
	border-radius: 4px;
	box-shadow: 0 4px 10px 2px #7e7e81;
}

#advantages ul li, #faq ul li {
	list-style: url("/img/icon-daw-li.svg");
	margin-bottom: 5px;
}

#order-interaction {

}

#order-interaction h2 {
	text-align: center;
	background-color: #09355b;
	padding: 20px 0;
	color: #fff;
	border-radius: 4px;
}

#order-interaction ul li .item {
	background-color: #ccc;
	border-radius: 16px;
	text-transform: uppercase;
	color: #09355b;
	font-weight: bold;
}

#order-interaction .border-none .list-group-item {
	border: none;
}

#order-interaction hr {
	border-top: 5px solid rgb(9 53 91);
}

#order-interaction .step {
	margin-top: 10px;
}

#order-interaction .step .count {
	background-color: #43AD49;
	color: #fff;
	padding: 10px 8px;
	border-radius: 8px;
}

/*#order-interaction .step .text{*/
/*	margin-left: 10px;*/
/*}*/
#order-interaction .alert {
	background-color: #09355b;
	border-radius: 8px;
	color: #fff;
	font-weight: 300;
	margin-top: 15px;
}

#order-interaction .alert i {
	width: 20px;
	font-size: 36px;
	color: #f4a21f;
}

#news {
	font-size: 1rem;
}

#faq {
	font-size: 1rem;
}

#faq .btn {
	box-shadow: unset;
}