body {
  	margin: 0;
  	padding: 0;
    font-family: 'Noto Serif Khmer', serif;
}
* {
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
img {
  	width: 100%;
    display: block;
}
iframe {
	 display: block;
}
ul {
    padding: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table {
    width: 100%;
}
iframe {
    display: block;
}
.container__menu {
    max-width: 1200px;  
    padding: 7px 15px;
    margin: 0 auto;
}
.header-area {
    position: absolute;
    width: 100%;
    z-index: 19;
}
.site-navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.site-logo {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
}
.site-navbar ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.site-navbar ul li a {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 15px;
}
.site-navbar ul li a:hover {
    background: rgba(255,255,255,.1);
}
.nav-toggler {
    border: 2px solid #282828;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
    width: 28px;
    height: 2px;
    background-color: #282828;
    display: block;
    transition: .3s;
}
.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}
.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}
.nav-toggler.toggler-open span {
    background-color: transparent;
}
.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}
.menu__phone {
    position: absolute;
    right: 10%;
}
.menu__phone a {
    color: #da0000;
    font-size: 20px;
    padding: 10px;
    border-radius: 3px;
}
.menu-logo {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    display: none;
    padding: 10px;
}
.menu-logo img {
    width: 40px;
    margin-right: 10px;
}
.menu__logo-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
}
.container__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.container__flex_nowrap {
    flex-wrap: nowrap;
}
.container__flex_stretch {
    align-items: stretch;
}
.container__flex_2 {
    width: 49%;
    margin: 20px 0px;
    position: relative;
}
.container__flex_3 {
    width: 32%;
    margin: 20px 0px;
}
.container__flex_4 {
    width: 24%;
    margin: 20px 0px;
}
.button {
    margin: 30px 0px;
}
.button a {
    padding: 12px 30px;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}
.header {
    text-align: center;
    font-size: 45px;
    padding: 20px 0px 35px;
    text-transform: uppercase;
}
.hero {
    padding: 65px 0px;
    height: 100vh;
}
.hero__wrapper {
    position: absolute;
    width: 40%;
    height: 500px;
    background: #49555f;
    z-index: 1;
    top: 80px;
    left: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #fff;
}
.hero__header {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
}
.hero__image {
    position: absolute;
    right: 0;
    width: 70%;
}
.hero__text {
    padding: 20px 0px;
}
.plus__header {
    text-align: center;
    padding: 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.plus__wrapper {
    border-right: 1px solid #b0b0b0;
}
.plus__wrapper:last-child {
    border-right: 0;
}
.plus__icon {
    width: 70px;
    margin: 15px auto;
}
.plus__text {
    text-align: center;
}
.services__header {
    font-size: 35px;
    text-transform: uppercase;
    padding: 15px 0px;
    border-bottom: 1px solid #ffffff6e;
    font-weight: 300;
}
.services__price {
    padding: 0px 20px;
}
.services__hour {
    padding: 15px 0px;
    font-size: 20px;
}
.services__image {
    width: 70%;
    margin: 30px 0px;
}
.services__text {
    position: absolute;
    right: 0;
    background: #49555f;
    width: 50%;
    height: 70%;
    top: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    right: 120px;
}
.reviews__image {
    border-radius: 50%;
    width: 70%;
    margin: 20px 0px;
}
.services__image_right {
    width: 100%;
    margin-left: 30%;
}
.services__text_left {
    left: 120px;
}
.about {
    padding: 50px 0px;
}
.about__photo {
    width: 35%;
}
.about__text {
    width: 65%;
    background: #a65463;
    color: #fff;
    padding: 20px 20px 20px 120px;
}
.container__flex_nowrap div {
    margin: 10px;
}
.booking__label {
    font-size: 23px;
    margin: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.booking__image {
    width: 60%
}
.booking__form {
    width: 40%;
    padding: 30px;
    background: #49555f;
    text-align: center;
}
.form input, .form select, .form textarea {
    width: 45%;
    padding: 15px;
    margin: 10px;
    outline: none;
    color: grey;
    border: 1px solid grey;
}
.form textarea {
    width: 94%!important;
}
.form__submit {
    background: #a65463;
    text-transform: uppercase;
    width: 94%!important;
    color: #fff!important;
}
.check-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.checkbox {
    width: 10px!important;
    height: 10px;
}
.check-form input[type=checkbox] {
    display: none;
}
.check-form input[type=checkbox] + label:before {
    content: '\2713';
    font-family: FontAwesome;
    color: transparent;
    display: inline-block; 
    line-height: 22px;
    margin: -5px 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
    border-radius: 3px;
    background: #fff;
    font-style: normal;
    background: #FFFFFF;
    border: 0.5px solid #141414
}
.check-form a {
    color: grey;
}
.check-form>label {
    font-style: italic;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 22px;
    margin: 10px 10px 10px 15px;
    color: #fff;
}
.check-form input[type=checkbox]:checked + label:before {
    color: #fff;
    background: #181817;
    border: 1px solid #353535;
}
.sec_title {
    color: #fff;
    font-size: calc(18px + 28 * ((100vw - 320px) / 980));
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2rem;
}
.faq__item {
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0.5rem 2px 0.5rem rgba(0, 0, 0, 0.1);
}
.faq__link {
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1rem;
    cursor: pointer;
}
.faq__answer {
    overflow: hidden;
    max-height: 0;
    position: relative;
    transition: max-height 0.7s;
}
.faq__answer p {
    padding: 1rem;
}
.faq__answer.open {
    max-height: 10rem !important;
}
.faq__answer::-webkit-scrollbar {
    width: 10px;
}
.faq__answer::-webkit-scrollbar-track {
    background: rgb(189, 190, 189);
}
.faq__answer::-webkit-scrollbar-thumb {
    background-color: green;
    outline: 1px solid darkgreen;
}
footer {
    background: #111418;
}
.footer {
    background: #111418;
    color: #fff;
}
.footer__contacts {
    width: 40%
}
.footer__map {
    width: 60%;
}
.footer__social div {
    display: inline-block;
}
.footer__social_image {
    width: 35px;
    margin: 20px 20px 20px 0px;
}
.header_left {
    text-align: left;
}
.footer a {
    color: #fff;
}
.footer__title {
    text-transform: uppercase;
    padding: 25px 0px 7px;
}
.footer__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}
.footer__policy {
    width: 40%;
}
.policy-link a {
    color: grey;
    font-size: 14px;
}
.footer__copyright {
    font-size: 14px;
    color: grey;
    padding: 10px;
}
.cookies-block {
    background: #1e1e1e;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.cookies-block button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-block button:hover {
    background: #fff;
    color: #222;
}
.hidden {
    display: none;
}