* {
	box-sizing: border-box;
	margin: 0;
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

p {
	margin: 20px 0;
	line-height: 1.4;
}

.text_light {
	font-weight: 300;
}

.text_medium {
	font-weight: 500;
}

.text_bold {
	font-weight: 700;
}

.text_extrabold {
	font-weight: 800;
}

.text_gray {
	color: #414141;
}

.text_white {
	color: #FFFFFF;
}

.text_black {
	color: #000000;
}

.text_blue {
	color: #5CC0FD;
}

.uppercase {
	text-transform: uppercase;
}

.background_blue {
	background: #5EC1FD;
}

.banner {
	background: url('assets/img/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.banner header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 7%;
}

.banner .banner-call-button {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 20px;
	border-radius: 10px;
	background: #FFFFFF;
	width: fit-content;
	font-size: 1.2rem;
}

.banner .banner-call-button img {
	width: 20px;
	margin-right: 5px;
}

.banner .banner-flex {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.banner .banner-heading {
	font-size: 1.9rem;
}

.banner .banner-heading img {
	margin-bottom: -20px;
}

.banner .banner-flex .banner-flex-left {
	width: 55%;
	padding-left: 7%;
	margin-bottom: 200px;
}

.banner .banner-flex .banner-flex-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 45%;
}

.banner .banner-flex .banner-flex-right img {
	width: 100%;
	object-fit: contain;
}

.banner-container .banner-absolute {
	position: relative;
	padding-left: 7%;
	margin-top: -180px;
	margin-bottom: 50px;
}

.banner-container .banner-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 15px 25px;
	width: 50%;
}

.banner-container .banner-services .banner-service {
	width: 30%;
	text-align: center;
	margin: 15px 0;
}

.section {
	padding: 50px 7%;
}

.section-title {
	font-size: 1.8rem;
	position: relative;
	overflow: hidden;
}

.section-title2 {
	font-size: 2.2rem;
}

.section-title-center {
	text-align: center;
}

.section-title span {
	position: relative;
	padding: 0 10px;
}

.section-title.line_blue span:before {
	content: "";
	position: absolute;
	height: 5px;
	width: 115px;
	right: 100%;
	top: 50%;
	background: #5CC0FD;
}

.section-title.line_blue span:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 115px;
	left: 100%;
	top: 50%;
	background: #5CC0FD;
}

.section-title.line_gray span:before {
	content: "";
	position: absolute;
	height: 5px;
	width: 115px;
	right: 100%;
	top: 50%;
	background: #4A4A4A;
}

.section-title.line_gray span:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 115px;
	left: 100%;
	top: 50%;
	background: #4A4A4A;
}

.why-choose-us-flex {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}

.why-choose-us-flex .why-choose-us-left,
.why-choose-us-flex .why-choose-us-right {
	width: 45%;
	margin: 20px 0;
}

.why-choose-us-flex .why-choose-us-left img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
	object-position: center;
	border-radius: 60px;
}

.why-choose-us-right .why-choose-us-item {
	display: flex;
	align-items: center;
	border: 2px dashed #5CC0FD;
	border-radius: 50px;
	padding: 20px 50px;
	margin-bottom: 50px;
	width: 100%;
}

.why-choose-us-right .why-choose-us-item .why-choose-us-text-container {
	padding-left: 20px;
}

.why-choose-us-right .why-choose-us-item .why-choose-us-item-title {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.section-services .services-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
}

.section-services .services-column {
	width: 32%;
}

.section-services ul {
	padding-left: 0;
}

.section-services ul li {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 5px 0;
	line-height: 1.4;
}

.section-services ul.services-column-align-right li {
	flex-direction: row-reverse;
	justify-content: flex-start;
	text-align: right;
}

.section-services ul li img {
	margin: 0 5px;
}

.section-services .services-column-center-mobile {
	display: none;
}

.section-services .services-column-center {
	display: flex;
}

.section-services .services-column-center img {
	width: 100%;
	object-fit: contain;
}

.makes-us-different-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 35px;
}

.makes-us-different-flex .makes-us-different-left {
	width: 55%;
}

.makes-us-different-flex .makes-us-different-left p {
	font-size: 1.4rem;
}

.makes-us-different-flex .makes-us-different-right {
	width: 40%;
}

.makes-us-different-flex .makes-us-different-right img {
	width: 100%;
	object-fit: contain;
}

.section-testimony .testimony-inner {
	padding: 50px 7%;
	background: radial-gradient(78.31% 78.31% at 50% 50%, #FFFFFF 0%, #65C4FD 100%);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.section-testimony .testimony-absolute {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.section-testimony .testimony-slider {
	padding-top: 50px;
	padding-bottom: 30px;
}

.section-testimony .testimony-slider .slick-track {
	display: flex;
}

.section-testimony .testimony-slider .testimony {
	position: relative;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 15px;
	margin: 0 15px;
	height: inherit;
}

.section-testimony .testimony-slider .testimony-top {
	display: flex;
}

.section-testimony .testimony-slider .testimony-top .testimony-photo {
	width: 45px;
	object-fit: contain;
	margin-right: 5px;
}

.section-testimony .testimony-slider .testimony-top p {
	margin: 2px 0;
}

.section-testimony .testimony-slider .testimony-top .name {
	font-size: 16px;
	line-height: 0.8rem;
}

.section-testimony .testimony-slider .testimony-top .location {
	font-size: 10px;
}

.section-testimony .testimony-slider .testimony-top .stars {
	display: flex;
}

.section-testimony .testimony-slider .testimony-top .star {
	width: 12px;
	object-fit: contain;
}

.section-testimony .slick-next:before {
	content: url("assets/img/next.svg");
	height: 40px;
	width: 40px;
}

.section-testimony .slick-prev:before {
	content: url("assets/img/prev.svg");
	height: 40px;
	width: 40px;
}

.section-how-it-works .how-it-works-inner {
	padding: 80px 7%;
	background: url("assets/img/how-it-works.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.how-it-works-main .how-it-works-title {
	text-align: center;
}


.how-it-works-main .how-it-works-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.how-it-works-main .how-it-works-item {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	border: 2px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 5px;
}

.how-it-works-main .how-it-works-title {
	font-size: 22px;
}

.how-it-works-main .how-it-works-item-content {
	background: #FFFFFF;
	height: 170px;
	width: 170px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.how-it-works-main .how-it-works-item-content img {
	margin-bottom: 5px;
}

.section-benefits {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	position: relative;
}

.section-benefits .benefits-absolute {
	position: absolute;
	width: 100vw;
	bottom: 0;
	left: 0;
}

.section-benefits .benefits-left,
.section-benefits .benefits-right {
	width: 48%;
	position: relative;
	z-index: 2;
}

.section-benefits .benefits-left {
	display: flex;
	justify-content: space-between;
}

.section-benefits .benefits-left .benefits-left-img-container {
	width: 48%;
}

.section-benefits .benefits-left .benefits-left-img-container:nth-child(2) {
	margin-top: 80px;
}

.section-benefits .benefits-left .benefits-left-img-container img {
	width: 100%;
	object-fit: contain;
}

.section-benefits .benefits-list {
	padding-top: 30px;
	padding-bottom: 180px;
}

.section-benefits .benefits-list .benefits-list-item {
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.section-benefits .benefits-list .benefits-list-item img {
	margin: 0 10px;
}

.section-benefits .benefits-list .benefits-list-item-text {
	font-size: 1.8rem;
}

.section-contact .contact-inner {
	padding: 50px 7%;
	background: url("assets/img/form-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.section-contact .contact-inner .contact-form-container {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 30px 50px;
	width: 50%;
}

.section-contact .contact-inner .contact-form-title-container {
	margin-bottom: 20px;
}

.section-contact .contact-inner .contact-form-title {
	font-size: 28px;
}

form label {
	display: none;
}

form input {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	margin: 5px 0;
	padding: 15px 10px;
	width: 100%;
	font-size: 20px;
	-webkit-appearance: none;
}

form .form__field_submit {
	display: flex;
	justify-content: center;
}

form .form__field_submit input {
	border: none;
	padding: 15px 30px;
	width: fit-content;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	font-family: 'Inter', sans-serif;
	color: #D9D9D9;
}

input:-ms-input-placeholder {
	font-family: 'Inter', sans-serif;
	color: #D9D9D9;
}

input:-moz-placeholder {
	font-family: 'Inter', sans-serif;
	color: #D9D9D9;
}

input::-moz-placeholder {
	font-family: 'Inter', sans-serif;
	color: #D9D9D9;
}

footer {
	background: #333333;
	padding: 25px 7%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footer-left,
footer .footer-right {
	display: flex;
	justify-content: space-between;
}
footer .footer-left {
	/*width: 40%;*/
}

footer .footer-right {
	/*width: 55%;*/
	flex-wrap: wrap;
}

footer .footer-column {
	width: fit-content;
}

/*footer .footer-column:nth-child(2) {
	justify-content: center;
}

footer .footer-column:last-child {
	justify-content: flex-end;
}*/

footer .footer-column-heading {
	font-size: 1.2rem;
}

footer .footer-column-links {
	color: #FFFFFF;
	display: flex;
	margin: 10px 0;
	font-size: 0.9rem;
}

footer .footer-column-links .footer-column-links-pin {
	margin-right: 5px;
}

footer iframe {
	border-radius: 10px;
	width: 300px;
	min-width: 300px;
}

footer .footer-column-socials {
	display: flex;
	margin: 20px 0;
}

footer .footer-social-icon-container {
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 10px;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E0E0E0;
}

footer .footer-social-icon-container img {
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 1750px) {
	.banner header {
		padding: 15px 15%;
	}

	.banner .banner-flex .banner-flex-left {
		padding-left: 15%;
	}

	.banner-container .banner-absolute {
		padding-left: 15%;
	}

	.section {
		padding: 50px 15%;
	}

	footer {
		padding: 25px 15%;
	}
}

@media screen and (max-width: 1200px) {

	.banner .banner-flex {
		padding-top: 30px;
	}
	.why-choose-us-right .why-choose-us-item .why-choose-us-item-title {
		font-size: 20px;
	}

	.why-choose-us-flex .why-choose-us-left {
		width: 40%;
	}
	
	.why-choose-us-flex .why-choose-us-right {
		width: 55%;
	}

	.why-choose-us-right .why-choose-us-item {
		margin-bottom: 25px;
		padding: 20px;
	}

	.section-title2 {
		font-size: 1.5rem;
	}

	.section-benefits .benefits-list .benefits-list-item-text {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 900px) {

	.banner .banner-call-button {
		font-size: 1rem;
	}

	.banner-container .banner-absolute {
		margin-top: -100px;
	}

	.banner .banner-heading {
		font-size: 1.5rem;
	}

	.banner .banner-heading img {
		height: 40px;
		margin-bottom: -15px;
	}

	.banner .banner-main-text {
		font-size: 14px;
	}

	.how-it-works-main .how-it-works-flex {
		justify-content: space-evenly;
	}

	.section-benefits .benefits-list {
		padding-bottom: 120px;
	}

	.section-benefits .benefits-list .benefits-list-item {
		margin: 15px 0;
	}

	.section-benefits .benefits-left {
		width: 40%;
	}

	.section-benefits .benefits-right {
		width: 55%;
	}

	.section-makes-us-different .section-title.line_blue span:before {
		display: none;
	}

	.section-makes-us-different .section-title.line_blue span:after {
		display: none;
	}

	.section-makes-us-different .section-title span {
		padding: 0;
	}

	.section-services .section-title.line_blue span:before {
		display: none;
	}

	.section-services .section-title.line_blue span:after {
		display: none;
	}

	.section-services .section-title span {
		padding: 0;
	}

	.banner header {
		padding: 15px 5%;
	}

	.banner .banner-flex .banner-flex-left {
		padding-left: 5%;
	}

	.banner-container .banner-absolute {
		padding-left: 5%;
	}

	.section {
		padding: 50px 5%;
	}

	footer {
		padding: 25px 5%;
	}

	.section-testimony .testimony-inner {
		padding: 50px 5%;
	}

	.section-contact .contact-inner .contact-form-container {
		padding: 30px 20px;
	}

	.section-contact .contact-inner .contact-form-title {
		font-size: 22px;
	}

}

@media screen and (max-width: 700px) {

	.banner header .banner-call-button {
		padding: 10px;
	}

	.banner header .banner-call-button span {
		display: none;
	}

	.banner header .banner-call-button img {
		margin-right: 0;
	}

	.banner .banner-flex {
		flex-wrap: wrap;
	}

	.banner .banner-flex .banner-flex-left,
	.banner .banner-flex .banner-flex-right {
		width: 100%;
	}

	.banner .banner-flex .banner-flex-left {
		padding-right: 5%;
		margin-bottom: 30px;
	}

	.banner-container .banner-absolute {
		padding-right: 5%;
	}

	.banner-container .banner-services {
		padding: 15px;
		width: 100%;
	}

	.makes-us-different-flex .makes-us-different-left,
	.makes-us-different-flex .makes-us-different-right {
		width: 100%;
	}

	.why-choose-us-flex {
		flex-wrap: wrap-reverse;
	}

	.why-choose-us-flex .why-choose-us-left,
	.why-choose-us-flex .why-choose-us-right {
		width: 100%;
	}

	.section-benefits .benefits-left, .section-benefits .benefits-right {
		width: 100%;
	}

	.section-benefits .benefits-list {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.section-contact .contact-inner .contact-form-container {
		width: 100%;
	}

	.section-services .services-columns {
		flex-wrap: wrap;
	}

	.section-services .services-column-center {
		display: none;
	}

	.section-services .services-column-center-mobile {
		display: flex;
		padding-top: 20px;
	}

	.section-services .services-column-center-mobile img {
		width: 100%;
		object-fit: contain;
	}

	.section-services .services-column {
		width: 100%;
	}

	.section-services ul.services-column-align-right li {
		flex-direction: row;
		text-align: left;
	}


	footer .footer-left,
	footer .footer-right {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {

	.banner-container .banner-services .banner-service span {
		font-size: 12px;
	}

	.makes-us-different-flex {
		padding-top: 15px;
	}

	.makes-us-different-flex .makes-us-different-left p {
		font-size: 1rem;
	}

	.why-choose-us-flex .why-choose-us-left, .why-choose-us-flex .why-choose-us-right {
		margin: 0;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.how-it-works-main .how-it-works-title {
		font-size: 20px;
	}

	.section.section-makes-us-different {
		padding: 20px 5% 40px 5%;
	}

	.section.section-why-choose-us {
		padding: 20px 5%;
	}

	.section.section-how-it-works,
	.section.section-contact {
		padding: 0;
	}

	.section-how-it-works .how-it-works-inner {
		padding: 50px 5%;
	}

	.section-contact .contact-inner {
		padding: 50px 5%;
	}

	.section.section-testimony {
		padding: 0;
		padding-bottom: 20px;
	}

	.section.section-testimony .testimony-inner {
		border-radius: 0;
		padding-top: 25px;
	}

	.section-testimony .testimony-slider {
		padding-top: 30px;
	}

	.section-testimony .slick-next,
	.section-testimony .slick-prev {
		top: 100%;
	}

	.section-testimony .slick-next {
		right: 30%;
	}

	.section-testimony .slick-prev {
		left: 30%;
	}

	.section-testimony .testimony-absolute {
		width: unset;
	}

	.section-benefits .benefits-absolute {
		width: unset;
		left: unset;
		right: 0;
	}

	form input {
		font-size: 16px;
	}

	.section-why-choose-us .why-choose-us-icon {
		height: 70px;
		width: 70px;
	}

	.why-choose-us-right .why-choose-us-item .why-choose-us-item-title {
		font-size: 18px;
	}

	.why-choose-us-right .why-choose-us-item .why-choose-us-item-desc {
		font-size: 14px;
	}

	footer .footer-left .footer-column {
		width: 50%;
	}

	footer .footer-right .footer-column {
		width: 100%;
	}

	footer .footer-social-icon-container {
		width: 40px;
		height: 40px;
		padding: 8px;
	}

}

@media screen and (max-width: 400px) {
	footer iframe {
		width: 100%;
		min-width: unset;
	}

	.section-benefits .benefits-list .benefits-list-item-text {
		font-size: 1rem;
	}

	.section-benefits .benefits-list .benefits-list-item img {
		height: 25px;
		object-fit: contain;
	}

}

@media screen and (max-width: 350px) {
	.banner-container .banner-services .banner-service {
		width: 48%;
	}

	.section-title2 {
		font-size: 1.2rem;
	}
}




