body {
	padding: 0;
	margin: 0;
	font-family: "Raleway", serif;
	font-weight: 400;
	font-size: 16px;
	background: #C5EBC1
}
ul {
	padding: 0;
	margin: 0;
}
p {
	line-height: 130%;
}
#page {
	min-width: 220px;
	overflow: hidden;
}
.container {
	max-width: 960px;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.logo {
	max-width: 100%;
	height: auto;
}

.go-button {
	margin-top: -10px;
	text-decoration: none;
	border: 2px solid #1CA9E6;
	color: #1CA9E6;
	background: transparent;
	height: 35px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.go-button span {
	font-weight: bold;
	font-size: 16px;
}

.go-button:hover {
	background-color: rgba(28, 169, 230, 0.1);
}

.go-button:active {
	transform: scale(0.95);
}

/* Адаптивність */
@media (max-width: 768px) {
	.header {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.logo {
		max-width: 200px; /* Зменшення логотипу на мобільних */
		margin-bottom: 10px;
	}
	
	.go-button {
		margin-left: auto;
	}
}

@media (min-width: 769px) {
	.header {
		position: relative;
	}
	
	.go-button {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}


.language-selector {
	display: flex;
	align-items: center;
	gap: 10px;
}

.language-globe svg {
	width: 24px;
	height: 24px;
}

.language-button {
	text-decoration: none;
	border: 2px solid #1CA9E6;
	color: #1CA9E6;
	background: transparent;
	height: 35px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: bold;
}

.language-button:hover {
	background-color: rgba(28, 169, 230, 0.1);
}

.language-button:active {
	transform: scale(0.95);
}

.language-menu {
	display: none;
	position: absolute;
	background-color: white;
	border: 2px solid #1CA9E6;
	border-radius: 4px;
	flex-direction: column;
	z-index: 1000;
	min-width: 120px;
	font-weight: bold;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.language-menu.active {
	display: flex;
}

.language-menu a {
	color: #1CA9E6;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.language-menu a:hover {
	background-color: rgba(28, 169, 230, 0.1);
}

/* Позиціонування меню */
.language-selector {
	position: relative;
}
	
	
.arrow {
	background: url('../img/3.png') no-repeat 0 0;
	padding: 10px 0 10px 30px;
	font-size: 14px;
	font-style: italic;
	width: 200px;
	margin: 10px 0 0 40px;
}
.btn {
	background: rgba(255,159,89,1);
	font-size: 18px;
	font-weight: 700;
	padding: 7px 70px;
}
.btn:hover {
	background: #1CA9E6;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 500;
}
.bg-box {
	background: rgba(171,220,215,1);
	padding: 15px 0;
}
.bg-box ul, .box ul {
	text-align: center;
	
}
.bg-box h5, .testimonial h5, .testimonials h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 15px;
}
.bg-box li, .box li, .testimonials li {
	display: inline;
	list-style: none;
	margin: 0 13px;
}
.bg-box li:first-child {
	margin-left: 0;
}
.white-box {
	background: #fff;
	padding: 70px 0 50px;
}
.white-box .container {
	max-width: 502px;
	text-align: center;
}
.white-box h2 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
.white-box p {
	font-size: 10px;
	font-style: italic;
}
.white-box h2 span, .boxes h2 span {
	position: relative;
}
.white-box h2 span:after, .boxes h2 span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	background: ;
	transform: skew(-15deg);
	z-index: 2;
	opacity: 0.9;
}
.boxes h2 span:after {
	opacity: 0.3;
}
.white-box h2 strong, .boxes h2 em {
	position: relative;
	z-index: 4;
	padding: 0 5px;
}
.boxes h2 em {
padding: 0 2px;
}
.bg-box.icons {
	background: rgba(250,250,250,1);
	padding: 60px 0;
}
.bg-box.icons li {
	width: 20%;
	display: inline-block;
  
  margin: 0 2%;
}

.bg-box.icons img {
	border-radius: 50%;
	margin-bottom: 10px;
}
.whitebox {
	background: #fff;
	padding: 40px 0;
}
.whitebox h2 {
font-size: 26px;
margin-bottom: 25px;
}
.whitebox img {
	border-radius: 15px;
	margin: 10px 0;
}
.boxes h2 {
font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.boxes p {
margin-bottom: 30px;
}
.boxes {
padding: 60px 0 0;
}
.info-box {
	position: absolute;
	width: 270px;
	left: -170px; bottom: 30px; text-align: right;
}
.rel {
	position: relative;
}
.info-box h5 {
	font-size: 20px;
	font-weight: 700;
}
.boxes .info-box p {
	font-size: 10px;
	margin: 0 0 5px;
}
.whitebox.no-border img {
	border-radius: 0;
}
.whitebox.no-border p {
	margin-bottom: 30px;
}

.testimonial {
	padding: 20px 0;
	background: rgba(227,243,242,1);
}
.center-box, .white-area .container {
	text-align: center;
}
.center-box img {
	width: 135px;
}
.center-box h3 {
	
	font-style: italic;
	
	margin: 30px 30px 50px;
}
.pic-box {
	background: #fff;
	padding: 70px 0 0;
}
.pic-box .container {
	text-align: center;
}
.pic-box h2, .box h2, .white-area h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.pic-box img {
	margin-top: 20px; width: 100%;
}
.box {
	padding: 50px 0;
}
.box .container {
	text-align: center;
}
.box ul {
	margin: 40px 0 50px;
}
.box li {
	margin: 0 2%;
}
.box img {
	border-radius: 20px;
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.45);
}
.testimonials {
	background: rgba(255,223,200,1);
	padding: 30px 0;
}
.testimonials li {
	background: #fff;
	padding: 30px;
	display: inline-block;
	width: 32%;
	margin: 20px 1%;
	position: relative;
}
.testimonials h6 {
font-weight: 500;
 margin: 0;
  font-size: 16px;
}
.testimonials p {
font-size: 14px;
}
.testimonials span {
font-size: 10px;
}
.testimonials ul img {
	position: absolute;
	right: 30px; top: 32px;
}
.bg-box.icons.white-area {
	background: #fff;
}
.bg-box.icons.white-area h2 {
	margin-bottom: 50px;
}
.bg-box.icons.white-area li {
	width: 29%;
	
}
.bg-box.icons.white-area ul {
	margin-bottom: 30px;
}
.box-back {
	padding: 50px 0;
}
.box-back .container {
	max-width: 620px;
	text-align: center; position: relative; 
}
.box-back img {
	position: absolute;
	left: -170px; top: 0;
}
.footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 11px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer p {
	margin: 0;
}
.footer-logo {
	margin: 0 0 30px; width:120px;
}
.footer p.copy {
	font-size: 12px;
	margin: 20px 0 0;
}
.footer ul {
	text-align: right;
	margin-top: 20px;
}
.footer li {
	display: inline;
	list-style: none;
	margin: 0 3px;
}
.box li {
		width: 20%;
		margin-bottom: 20px;
		display: inline-block;
	}
	.box img {
		width: 100%;
	}
@media screen and (max-width: 999px) {
	.box-back img {
	left: -130px;
	}
}

@media screen and (max-width: 870px) {
	.rel > img {
		position: relative;
		left: 90px;
	}
	.bg-box.icons.white-area li {
  width: 26%;
}
 .box-back img {
	left: 0; position: relative; top: -20px;
  }
  .whitebox img {width: 100%;}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 300px;
	}
	.header {
  padding-top: 25px; padding-bottom: 25px;
}
	.top-box div img {
		width: 246px;
	}
	.sec {
		text-align: center;
	}
	.bg-box.icons li {
  width: 44%;
 
}
.rel > img {
	margin: 130px 0 0;
	left: 0;
  }
  .info-box {
	  left: auto; bottom: auto;
  }
  .box li {
  width: 41%;
  
}
.box ul {
  margin: 20px 0 30px;
}
.testimonials li {
	width: 100%; margin: 10px 0;
}
.bg-box.icons.white-area li {
	width: 100%; margin: 0 0 10px;
  }
  .box-back img {
	  width: 104px; margin-top: -85px;
  }
  .bg-box.icons {
  padding-bottom: 100px;
}
}
@media screen {
	.123 {
		height: 120px;
	}
}
