*,*:before,*:after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body, html {
	font-family: 'Roboto', sans-serif;
	background-color: #e2e8f0;
	height: 100%;
	color: #0a202e;
	scroll-behavior: smooth;
}
h1 {
	font-weight: 500;
	font-size: 4rem;
	line-height: 5rem;
	font-family: 'Pattaya', sans-serif;
	text-transform: capitalize;
	color: #fff;
}
h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
a {text-decoration: none;}
li {list-style: none;}

#partners,
#about,
#contacts {
	border-top: 70px solid transparent;
	margin-top: -70px;
	padding: 0px 0px 0px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/* wrapper__home
-------------------------------------------------------------------------------*/
.home__wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-image: url(../img/bg/cheese_bg_copress-gaus+contrast.jpeg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* home__header
logo__container
menu__burger
menu
phone__container
--------------------------------------------------------------------------------*/
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.header:before {
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		box-shadow: 0px 2px 20px #0a202e;
		position: absolute;
		z-index: 2;
		opacity: 0.97;
	}
		.header__container {
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 10px;
		}
			.header__body {
				position: relative;
				display: flex;
				justify-content: space-between;
				align-items: center;
				height: 70px;
			}
				.header__title {
					display: flex;
					flex-flow: row nowrap;
					align-items: center;
					width: 20%;
					z-index: 2;
					transition: 500ms ease 0s;
				}
					.header__title a {
						text-decoration: none;
					}
					.header__title_text h4 {
							padding: 0px 0px 0px 10px;
							letter-spacing: 1px;
							font-family: 'Pattaya', sans-serif;
							text-transform: capitalize;
							font-size: 22px;
							font-weight: 500;
							color: #008fbb;
						}
						.header__title_text p {
							padding: 0px 0px 0px 10px;
							font-size: 10.5px;
							font-weight: 500;
							color: #008fbb;
						}
						.header__logo {
							display: flex;
							justify-content: space-between;
							align-items: center;
							text-decoration: none;
							flex: 0 0 55px;
							overflow: hidden;
							z-index: 2;
						}
							.header__logo img {
								max-width: 100%;
								display: block;
							}
			.header__burger {display: none;}
				.menu__list {
					display: flex;
					justify-content: center;
					z-index: 3;
				}
				.menu__list li {
					position: relative;
					z-index: 3;
				}
				.menu__link,
				.menu__link_arrow {
					display: flex;
					flex-flow: row nowrap;
					justify-content: center;
					align-items: center;
					color: #055673;
					text-transform: uppercase;
					font-size: 12px;
					font-weight: 600;
					text-decoration: none;
					letter-spacing: 1px;
					background:linear-gradient(currentColor, currentColor) 50% 100% no-repeat;
					background-size: 0px 2px;
					transition: 0.3s ease 0s;
					margin: 0px 10px;
					height: 65px;
				}
						.menu_li_arrow {
							padding: 0px 12px 0px 0px;
						}
						.svg_arrow__down {
							position: absolute;
							top: 19px;
							right: 0px;
							transition: 0.3s all;
							height: 24px;
							width: 24px;
						}
						.svg_arrow__down {
							fill: #055673;
						}
						.menu_li_arrow:hover .svg_arrow__down{
							transform: rotate(180deg);
							fill: #008fbb;
						}
				.menu__list li:hover .menu__link,
				.menu__list li:hover .menu__link_arrow {
					color:#008fbb;
					background-size: 100% 2px;
				}
					.subMenu {}
					.subMenu__list {
						position: absolute;
						background-color: #055673;
						opacity: 0.97;
						height: 0;
						overflow: hidden;
						transition: 0.3s ease 0s;
						margin: 2px 0px 0px 0px;
					}
					.menu__list li:hover > .subMenu__list {
						height: 170px;
					}
/*body.mouse */
						.subMenu__link {
							display: block;
							color: #fff;
							text-transform: uppercase;
							font-size: 12px;
							font-weight: 600;
							text-decoration: none;
							letter-spacing: 1px;
							background:linear-gradient(currentColor, currentColor) 50% 100% no-repeat;
							background-size: 0px 1px;
							transition: 0.4s ease 0s;
							padding: 10px 10px;
						}
						.subMenu__link:hover {
							background-color:#008fbb;
							background-size: 100% 1px;
						}
			.header__phone_wrap {
				display: flex;
				flex-flow: column nowrap;
				z-index: 2;
				transition: 0.4s ease 0s;
				text-align: right;
				width: 20%;
			}
			.header__phone_wrap p {
				font-size: 10.5px;
				color: #008fbb;
			}
				.header__phone {
					letter-spacing: 1px;
					transition: 0.4s ease 0s;
					font-family: 'Pattaya', sans-serif;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 500;
					color: #008fbb;
					text-decoration: none;
				}
/* title__wrapper
-------------------------------------------------------------------------------*/
	.title__wrapper {}
		.title__container {
			display: flex;
			flex-flow: column;
			justify-content: center;
			align-items: center;
			color: #fff;
		}
			.title__text {
				display: flex;
				flex-flow: column nowrap;
				justify-content: center;
				align-items: center;
				text-align: center;
				font-family: 'Roboto Condensed', sans-serif;
			}
			.title__text h1 {
				font-weight: 500;
				font-size: 4rem;
				line-height: 5rem;
				margin: 20px 0px;
				font-family: 'Pattaya', sans-serif;
				text-transform: capitalize;
			}
			.title__text h2 {
				font-weight:600;
				font-size: 1.5rem;
			}
			.title__text h3 {
				font-weight: 600;
				letter-spacing: 0.025rem;
			}
.content__test {
	max-width: 1180px;
	margin: 0px auto;
	padding: 0 10px;
}
	.content__test p {
		margin: 20px 0px;
		text-align: justify;
		text-indent: 48px;
	}
/* partners__wrapper
-------------------------------------------------------------------------------*/
.partners__wrapper {}
	.partners__body {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
		padding: 5rem 0rem;
	}
		.partners__header {
			margin: 1rem 0rem;
			padding: 15px 30px 15px 15px;
			text-align: right;
			max-width: 45%;
			border-top-left-radius: 0.5rem;
			border-bottom-left-radius: 0.5rem;
		}
		.partners__header h2 {
			margin: 0rem 0rem 2.5rem 0rem;
			font-family: 'Pattaya', sans-serif;
			text-transform: capitalize;
		}
		.partners__header p {
			max-width: 100%;
			font-weight: 400;
			font-size: 1.2rem;
			padding: 2rem 0rem;
			margin-bottom: 1.5rem;
		}
		.btn__get__price {
				padding: 0.675rem 1.675rem 0.675rem 1.675rem;
				border: 1px solid #008fbb;
				border-radius: 2.5rem;
				background-color: #008fbb;
				color: #fff;
				font-family: 'Roboto Condensed', sans-serif;
				text-transform: uppercase;
				font-size: 1rem;
				font-weight: 500;
				letter-spacing: 1px;
				transition: 0.4s ease 0s;
				outline: none;
				cursor: pointer;
			}
				.btn__get__price:hover {
					box-shadow: 0px 2px 15px #008fbb;
					background-color: #fff;
					color: #008fbb;
				}
				.btn__get__price:focus {
					border: 1px solid #fff;
					outline: none;
				}
			.partners__items ul {
				display: flex;
				flex-flow: row wrap;
				justify-content: flex-start;
				align-items: center;
			}
			
		.partners__items {
			text-align: left;
			max-width: 45%;
			border-top-right-radius: 0.5rem;
			border-bottom-right-radius: 0.5rem;
			margin: 1rem 0rem;
			padding: 15px;
		}
					.partners__body img {
						width: 100px;
						margin: 10px;
					}


/* about__wrapper
-------------------------------------------------------------------------------*/
.about__wrapper {}
	.about__container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding: 5rem 0rem;
		background: linear-gradient(0deg, #e2e8f0, #9EB9D4, #C5DDE8);
	}
		.about__body {
			display: flex;
			flex-flow: column;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
			max-width: 1180px;
			padding: 0 10px;
		}
			.about__title {
				text-align: center;
			}
				.about__title h2 {
					margin: 0rem 0rem 2.5rem 0rem;
					font-family: 'Pattaya', sans-serif;
					text-transform: capitalize;
				}
			.about__items {
				display: flex;
				flex-flow: row wrap;
				justify-content: space-between;
				align-items: stretch;
			}
				.about__item {
					display: flex;
					flex-flow: column nowrap;
					justify-content: flex-start;
					align-items: center;
					text-align: center;
					width: 30%;
					margin: 1rem auto;
					padding: 15px;
					background: #fff;
					box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
					border-radius: 8px;
				}
				.about__item h3 {
					margin: 20px 0px;
					color: #055673;
				}
				#svg__icon {
					height: 40px;
				}
				#svg__icon path {
					fill: #008fbb;
				}
				.about__item p {
					text-align: justify;
					text-indent: 2rem;
					color: #4f4f4f;
					font-size: 0.9rem;
				}

/* wrapper__contacts
-------------------------------------------------------------------------------*/
.contacts__wrapper {}
	.contacts__container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		background: url(../img/bg/contacts_wrapper-gaus+contrast.png);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		padding: 5rem 0rem 0rem 0rem;
	}
		.contacts__body {
			display: flex;
			flex-flow: column wrap;
			justify-content: center;
			align-items: center;
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 10px;
			color: #fff;
		}
			.contacts__title {
				width: 100%;
				text-align: center;
			}
				.contacts__title h2 {
					font-family: 'Pattaya', sans-serif;
					text-transform: capitalize;
					margin-bottom: 1rem;
				}
				.contacts__title h5 {
					font-weight: 300;
				}
			.contacts__items {
				display: flex;
				flex-flow: row wrap;
				justify-content: center;
				align-items: stretch;
				background: rgba(0, 0, 0, 0.1);
				box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
				border-radius: 8px;
				margin: 1.5rem auto;
			}
				.contacts__item {
					display: flex;
					flex-flow: column wrap;
					justify-content: center;
					align-items: stretch;
					padding: 1rem;
				}
						.contacts__link a {
							text-decoration: none;
							color: #fff;
							font-size: 1rem;
						}
						.contacts__link_body {
							display: flex;
							flex-flow: row nowrap;
							justify-content: flex-start;
							align-items: center;
							transition: 0.3s ease;
							border: 1px solid transparent;
							border-radius: 0.5rem;
							margin: 0.65rem 0rem;
							padding: 1rem;
						}
							.contacts__link_body:hover {
								box-shadow: 0px 2px 10px #008fbb;
							}
						#contacts__svg {
							/*width: 1.5rem;*/
							height: 2rem;
							margin-right: 1rem;
						}
							#contacts__svg path {
								fill: #fff;
								transition: 0.3s ease;
							}
								.contacts__link_body:hover #contacts__svg path {
									fill: #008fbb;
								}
					.form_group {
						display: flex;
						flex-flow: row nowrap;
						justify-content: space-between;
						margin: 1.25rem 0rem 0rem 0rem;
					}
						.form_control {
							border: 1px solid #fff;
							background-color: rgb(255, 255, 255);
							border-radius: 2.5rem;
							transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
							outline: none;
							font-size: 1rem;
							padding: 0.675rem;
							width: 300px;
						}
							.form_control:focus {
								box-shadow: 0px 2px 10px #008fbb;
							}
							input:invalid {
								border: 1px solid #008fbb;
							}
							input:valid {
								border: 1px solid #fff;
							}
							.form_textarea {
								height: 96px;
								width: 100%;
								padding: 0.625rem 1.25rem;
								border: 1px solid rgb(227, 227, 227);
								background-color: rgb(255, 255, 255);
								border-radius: 1.5rem;
								transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
								outline: none;
								resize: none;
								overflow: hidden;
								font-family: 'Roboto', sans-serif;
								font-size: 1rem;
							}
								.form_textarea:focus {
									box-shadow: 0px 2px 15px #008fbb;
								}
								.form_textarea:invalid {
									border: 1px solid #008fbb;
								}
								.form_textarea:valid {
									border: 1px solid #fff;
								}
						.form_btn_submit {
							margin: 1.25rem 0rem 1.25rem 0rem;
							padding: 0.675rem;
							width: 100%;
							border: 1px solid #008fbb;
							border-radius: 2.5rem;
							background-color: #008fbb;
							color: #fff;
							font-family: 'Roboto Condensed', sans-serif;
							text-transform: uppercase;
							font-size: 0.675rem;
							font-weight: 500;
							letter-spacing: 1px;
							transition: 0.4s ease 0s;
							outline: none;
							cursor: pointer;
						}
							.form_btn_submit:hover {
								box-shadow: 0px 2px 15px #008fbb;
								background-color: #fff;
								color: #008fbb;
							}
							.form_btn_submit:focus {
								border: 1px solid #fff;
								outline: none;
							}
		iframe {
			width: 100%;
			height: 400px;
			border-radius: 8px;
		}
/* wrapper__footer
-------------------------------------------------------------------------------*/
.wrapper__footer {}
	.footer__container {
		background-image: linear-gradient(to top right, #0a202e, #055673, #19799e);
		color: #fff;
	}
		.footer__body {
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 10px;
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-items: center;
		}
		.message__list {
			display: flex;
			flex-flow: row nowrap;
			justify-content: flex-start;
			align-items: center;
		}
			#svg__whatsapp,
			#svg__viber {
				height: 2rem;
			}
				#svg__whatsapp path,
				#svg__viber path {
					fill: #fff;
					transition: 0.3s ease;
					
				}
					.message__link a:hover #svg__whatsapp path {
						fill: #25d366;
					}
					.message__link a:hover #svg__viber path {
						fill: #59267c;
					}
		.footer {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
		}
		.footer ul {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
		}
			.footer li {
				margin: 0.3rem;
				list-style: none;
				font-size: 0.8rem;
				font-family: 'Roboto Condensed', sans-serif;
			}
			.footer img {
				width: 5rem;
			}