@font-face {
	font-family: 'Yeseva One';
	src: url('../fonts/YesevaOne.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-appearance: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

input:focus,
button:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

body {
	color: #fff;
	font-family: 'Poppins';
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	font-weight: normal;
	background: #161616;
}

*,
 :before,
 :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}



/** top **/

.top-container .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.has-menu ul {
	display: none;
}

#menu-main-navigation>li>a,
.mobile-menu .menu-container li a {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mobile-menu .menu-container li .sub-menu {
	margin-top: 20px;
}
#menu-main-navigation>li {
	margin-right: 20px;
	position: relative;
	padding: 10px 0;
}

#menu-main-navigation li.menu-item-has-children ul {
	display: none;
	background: #161616;
	position: absolute;
	padding: 15px 10px;
	top: 100%;
	left: -10px;
	width: 200px;
	border-radius: 8px;
}
#menu-main-navigation li.menu-item-has-children>a {
	padding-right: 22px;
}

#menu-main-navigation li.menu-item-has-children>a:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 8px;
	background: url(../img/down_arrow.svg) center no-repeat;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#menu-main-navigation li.menu-item-has-children:hover ul {
	display: block;
}

#menu-main-navigation li.menu-item-has-children:hover ul li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	display: block;
}

#menu-main-navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mobile-menu {
	display: none;
}

.top-container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 19;
	width: 100%;
	padding-top: 35px;
	min-width: 1250px;
}

.language-container span {
	display: block;
	padding: 0 10px;
}

.language-container a {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #8F8F8F;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.language-container a.active {
	color: #FFFFFF;
}

.login-btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	width: 200px;
	height: 48px;
	justify-content: center;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.btn-container {
	margin-left: 95px;
}

.language-container {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #8F8F8F;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}

.logo-container img {
	display: block;
}

.logo-container {
	margin-right: 100px;
}

.menu-top>ul>li.has-menu ul li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.menu-top>ul>li.has-menu ul li {
	margin: 3px 0;
}

.menu-top>ul>li.has-menu ul li a:hover {
	color: #B78E35;
}

.menu-top>ul>li:hover>a {
	color: #B78E35;
}

.language-container a:hover {
	color: #fff;
}

.login-btn:hover {
	background: #fff;
	color: #000;
}

.mobile-menu-btn {
	display: none;
}


/** end top **/






/** banner **/

#banner {
	position: relative;
	height: 100vh;
	min-height: 860px;
	/* max-height: 980px; */
	background-size: cover;
	overflow: hidden;
}

#banner:before {
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	z-index: 8;
}

#banner .container {
	height: 100%;
	position: relative;
	z-index: 9;
}

.banner-container {
	position: relative;
	padding-top: 565px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
	padding-top: 60vh;
}

.banner-name {
	font-weight: 500;
	font-size: 50px;
	line-height: 75px;
	color: #FFFFFF;
}

.banner-name span {
	display: block;
	font-family: Yeseva One;
	font-size: 120px;
	line-height: 70px;
	color: #C9A96A;
}

.banner-right {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	color: #FFFFFF;
	transform: rotate(-90deg);
	position: absolute;
	right: -185px;
	top: 330px;
}

.banner-right img {
	margin-right: 20px;
}

.banner-btn {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-top: auto;
	transition: 0.3s;
}

.banner-btn:hover {
	filter: brightness(0%);
}

.banner-btn img {
	margin-right: 13px;
}

#banner video {
	position: absolute;
	right: 0;
	margin: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
}

.banner-form {
	background: rgb(0 0 0 / 56%);
	border-radius: 10px;
	width: 487px;
	position: absolute;
	padding: 40px;
	right: 0;
	top: 165px;
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
}

.banner-form.active {
	opacity: 1;
	z-index: 3;
}

.banner-form h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.banner-form form p {
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.banner-whatsapp {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.banner-whatsapp a {
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}

.banner-whatsapp span {
	font-size: 14px;
	line-height: 21px;
	color: #C9A96A;
}

.banner-time {
	font-size: 14px;
	line-height: 21px;
	color: #C9A96A;
	margin-bottom: 40px;
}

.banner-mail {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
}

.banner-soc {
	margin: 60px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-soc a {
	width: 26px;
	height: 26px;
}

.banner-form input {
	width: 100%;
	height: 60px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	background: transparent;
	border: 0;
	padding-left: 20px;
	border-bottom: 1px solid #909090;
	margin-bottom: 10px;
}

.banner-form input::placeholder {
	color: #A6A6A6;
}

.banner-form button {
	height: 48px;
	display: flex;
	width: 100%;
	background: #B78E35;
	border-radius: 10px;
	border: 0;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 14px;
}

.banner-form button:hover {
	background: #000000;
}

.banner-form button img {
	margin-right: 16px;
}

.banner-form button:before {
	content: "";
	background: url(../img/arrow4.svg) border-box;
	position: absolute;
	width: 25px;
	height: 8px;
	right: 20px;
}

.banner-form-close {
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 40px;
	top: 47px;
}

.mob-btn,
.mob-name {
	display: none;
}


/** end banner **/








/** about **/

h2 {
	position: relative;
	font-family: 'Yeseva One';
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
}

h2 span {
	font-size: 83px;
	line-height: 96px;
	color: #C9A96A;
	opacity: 0.15;
	position: absolute;
	bottom: -13px;
	left: 0;
	white-space: nowrap;
}

.bottom-logo {
	position: relative;
}

.bottom-logo:before {
	content: "";
	background: url(../img/line.svg) no-repeat;
	position: absolute;
	width: 64px;
	height: 24px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#about {
	padding: 230px 0 165px;
}

.about-top {
	display: flex;
	border-bottom: 1px solid #919191;
	align-items: center;
}

.about-tab-caption {
	margin-left: auto;
	display: flex;
}

.about-tab-caption li.active:before {
	content: "";
	background: #B78E35;
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	z-index: 3;
}

.about-tab-caption li {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 60px;
	padding: 20px 0;
	position: relative;
	transition: 0.3s;
}

.about-tab-caption li.active {
	color: #B78E35;
}

.about-tab-caption li:hover {
	color: #B78E35;
}

.about-container {
	display: none;
	padding: 85px 0 0;
}

.about-container.active {
	display: block;
}

.about-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-left {
	width: 580px;
}

.about-left-item {
	display: flex;
	width: 100%;
	margin-bottom: 70px;
}

.about-left-img {
	width: 90px;
	height: 90px;
	border: 2px solid rgba(183, 142, 53, 0.4);
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.about-left-text {
	width: calc(100% - 140px);
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #FFFFFF;
}

.about-right {
	width: 670px;
}

.about-right p {
	font-size: 18px;
	line-height: 36px;
}

.about-right-img {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.about-right-img-item {
	width: 318px;
	max-width: 48%;
}

.about-right-img-item img {
	display: block;
	max-width: 100%;
	border-radius: 5px;
}

.about-left2 {
	width: 670px;
}

.about-left2 p {
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.about-right2 {
	width: 670px;
}

.about-right2 img {
	display: block;
	max-width: 100%;
}

.about-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.about-bottom a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #B78E35;
	text-decoration: none;
	margin-right: 50px;
}

.about-bottom a:last-child {
	margin-right: 0;
}

.about-bottom a img {
	margin-bottom: 10px;
}

.about-bottom-text {
	font-size: 12px;
	line-height: 18px;
	color: #B8B8B8;
	width: 395px;
	margin-right: 65px;
}

.about-left3 {
	width: 670px;
}

.about-left3 p {
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.about-left3 img {
	display: block;
	max-width: 100%;
}

.about-right3 {
	width: 490px;
}

.about-right3-item {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.about-right3-item span {
	width: 90px;
	height: 90px;
	margin-right: 50px;
	border: 2px solid rgba(183, 142, 53, 0.4);
	border-radius: 50%;
	font-size: 60px;
	line-height: 90px;
	display: flex;
	text-align: center;
	color: #B78E35;
	align-items: center;
	justify-content: center;
}

.about-right3-item p {
	width: calc(100% - 140px);
	font-size: 16px;
	line-height: 29px;
}

.about-images {
	width: 670px;
}

.about-images img {
	display: block;
	max-width: 100%;
}

.about-bottom2 {
	margin-top: 50px;
}

.about-bottom2 p {
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
}

.about-bottom2 a {
	width: 427px;
	height: 48px;
	background: #B78E35;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
	margin: 50px auto 0;
	position: relative;
	transition: 0.3s;
}

.about-bottom2 a:hover {
	background: #000;
}

.about-bottom2 a:before {
	content: "";
	position: absolute;
	background: url(../img/arrow.svg) no-repeat;
	width: 25px;
	height: 8px;
	right: 20px;
}


/** end about **/








/** why **/

#why {
	padding: 165px 0 160px;
}

.why-container {
	margin-top: 50px;
}

.why-item {
	border-bottom: 1px solid #3E3E3E;
}

.why-head {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.why-head:before {
	content: "";
	background: url(../img/arrow2.svg) no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 0;
	transition: 0.3s;
}



.why-item.active .why-head:before {
	transform: rotate(180deg);
}

.why-head-name {
	width: 430px;
	margin-right: 50px;
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	transition: 0.3s
}

.why-item.active .why-head-name {
	color: #B78E35;
}

.why-head:hover .why-head-name {
	color: #B78E35;
}

.why-head-text {
	width: 730px;
	font-size: 16px;
	line-height: 24px;
	color: #B8B8B8;
}

.why-body {
	width: 920px;
	margin-left: auto;
	padding-bottom: 20px;
	display: none;
}

.why-body p {
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 20px;
}


/** end why **/








/** all **/

#all {
	padding: 160px 0 160px;
	background: url(../img/all_bg.png) no-repeat 50% 75%;
}

#all .container {
	position: relative;
}

.all-top {
	display: flex;
	border-bottom: 1px solid #919191;
	align-items: center;
}

.all-tab-caption {
	margin-left: auto;
	display: flex;
}

.all-tab-caption li.active:before {
	content: "";
	background: #B78E35;
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	z-index: 3;
}

.all-tab-caption li {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 60px;
	padding: 20px 0;
	position: relative;
	transition: 0.3s;
}

.all-tab-caption li.active {
	color: #B78E35;
}

.all-tab-caption li:hover {
	color: #B78E35;
}

.all-container {
	display: none;
	padding: 85px 0 0;
}

.all-container.active {
	display: block;
}

.all-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.all-left {
	width: 430px;
}

.all-left p {
	font-size: 16px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 20px;
}

.all-right {
	width: 840px;
}

.all-right img {
	display: block;
	max-width: 100%;
	margin-left: auto;
}

.all-bottom {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 60px;
}

.all-bottom a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #B78E35;
	text-decoration: none;
	margin-right: 50px;
  white-space: nowrap;
}

.all-bottom a:last-child {
	margin-right: 0;
}

.all-bottom a img {
	margin-bottom: 10px;
}

.all-bottom-text {
	font-size: 12px;
	line-height: 18px;
	color: #B8B8B8;
	width: 395px;
	margin-right: 65px;
}

.all-nav {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
}

.prev {
	margin-right: 30px;
	cursor: pointer;
	background: url(../img/prev.svg) no-repeat;
	width: 38px;
	height: 38px;
	transition: 0.3s;
}

.prev:hover {
	background: url(../img/prev_h.svg) no-repeat;
}

.next {
	cursor: pointer;
	border-radius: 50%;
	background: url(../img/next.svg) no-repeat;
	width: 38px;
	height: 38px;
	transition: 0.3s;
}

.next:hover {
	background: url(../img/next_h.svg) no-repeat;
}


/** end all **/








/** best **/

#best {
	padding: 160px 0 0;
	max-width: 1920px;
	margin: auto;
	position: relative;
}

.best-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 110px;
}

.best-top-text {
	width: 670px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
}

.best-top-contact {
	width: 490px;
	display: flex;
	flex-wrap: wrap;
}

.best-top-contact a {
	font-size: 18px;
	line-height: 27px;
	color: #B78E35;
	display: flex;
	align-items: center;
	text-decoration: none;
	width: 50%;
	transition: 0.3s
}

.best-top-contact a:hover {
	color: #fff;
}

.best-top-contact a img {
	margin-right: 15px;
}

.slider-for {
	height: 800px;
	overflow: hidden;
}

.slider-for img {}

.slider-nav {
	max-width: 1290px;
	width: 100%;
	margin: auto;
	margin-top: -85px;
	z-index: 10;
	position: absolute !important;
	right: 0;
	left: 0;
}

.slider-nav-item {
	width: 240px;
	cursor: pointer;
}

.slider-nav-item p {
	font-size: 16px;
	line-height: 24px;
	color: #A6A6A6;
	text-align: center;
	margin-bottom: 8px;
	padding: 0 10px;
}

.slider-nav-item span {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	transition: 0.3s
}

.slider-nav-item:hover span {
	color: #B78E35;
}

.slider-nav-img {
	border-radius: 10px;
	overflow: hidden;
	height: 170px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	border: 3px solid transparent;
	position: relative;
}

.slick-current .slider-nav-img {
	border: 3px solid #B78E35;
}

.slider-nav-img img {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	margin: auto;
}

.slider-arrow {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 1237px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}

.slick-next {
	background: url(../img/next.svg) no-repeat;
	width: 38px;
	height: 38px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	transition: 0.3s
}

.slick-next:hover {
	background: url(../img/next_h.svg) no-repeat;
}

.slick-prev {
	background: url(../img/prev.svg) no-repeat;
	width: 38px;
	height: 38px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	transition: 0.3s
}

.slick-prev:hover {
	background: url(../img/prev_h.svg) no-repeat;
}

.slider-item {
	height: 800px;
	background-size: cover!important;
	padding-top: 80px;
}

.slider-form {
	background: rgb(0 0 0 / 56%);
	border-radius: 10px;
	width: 430px;
	padding: 20px;
	margin: 0px 0 0 auto;
}

.slider-form h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.slider-form-text {
	display: flex;
	align-items: center;
}

.slider-form-text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #C9A96A;
	margin-right: 80px;
}

.slider-form-text p:last-child {
	margin-right: 0;
}

.slider-form-icons {
	display: flex;
	margin: 30px 0;
}

.slider-form-icons-item {
	width: 60px;
	height: 60px;
	border: 1px solid #A6A6A6;
	border-radius: 2px;
	padding: 11px 0;
	margin-right: 20px;
}

.slider-form-icons-item:last-child {
	margin-right: 0;
}

.slider-form-icons-item img {
	height: 16px;
	margin: 0 auto 6px;
}

.slider-form-icons-item p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.slider-form-link {
	height: 48px;
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s
}

.slider-form-link-1 {
	height: 34px;
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 32px !important;
	text-decoration: none;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s;
  flex-direction: column-reverse !important;
  margin-top: -26px;
  margin-bottom: 5px;
}

.slider-form-link:hover,
.slider-form-link-1:hover {
	background: #B78E35;
	border: 1px solid #B78E35;
  color: #fff;
}

.slider-form-link img {
	margin-right: 15px;
}

.slider-form-link:before {
	content: "";
	background: url(../img/arrow3.svg) no-repeat;
	position: absolute;
	width: 25px;
	height: 8px;
	right: 24px;
}

.slider-form-all {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	color: #FFFFFF;
}

.slider-form-all:hover {
	text-decoration: none;
}

.slider-item-container {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}

.mobile-slider {
	display: none;
}

.slick-prev + .slick-prev, .slick-next +.slick-next {
    display: none!important;
}





/** end best **/







/** girl **/

#girl {
	padding: 470px 0 160px;
	background: #000000;
	overflow: hidden;
}

#girl:after {
	content: "";
	background: url(../img/line.svg) no-repeat;
	position: absolute;
	width: 64px;
	height: 24px;
	top: 325px;
	left: 0;
	right: 0;
	margin: auto;
}

.girl-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.girl-left {
	width: 580px;
	position: relative;
	height:735px;
}

.girl-left video {
	/*transform: translate(-50%, -50%);*/
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	margin: auto;
	z-index: 0;
}

.girl-btn {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.girl-btn span {
	width: 80px;
	height: 80px;
	border: 2px solid rgba(183, 142, 53, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	transition: 0.3s;
	background: url(../img/youtube.svg) no-repeat center;
}

.girl-btn:hover span {
	border: 2px solid rgba(255, 0, 0, 0.4);
	background: url(../img/youtube_h.svg) no-repeat center;
}

.girl-right {
	width: 670px;
	padding-top: 80px;
	position: relative;
	z-index: 3;
}

.girl-right h2 {
	margin-bottom: 40px;
}

.girl-right p {
	font-size: 18px;
	line-height: 38px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.girl-bottom {
	margin-top: 40px;
}

.girl-bottom h3 {
	font-family: Yeseva One;
	font-size: 24px;
	line-height: 28px;
	color: #B78E35;
	margin-bottom: 6px;
}

.girl-bottom span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #A6A6A6;
}

.girl-mob {
	display: none;
}


/** end girl **/









/** what **/

#what {
	background: url(../img/what_bg.png) no-repeat 50% 65%, linear-gradient(180deg, #000000 0%, #161616 100%);
	padding: 160px 0 170px;
}

.what-pretext {
	margin-top: 50px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	max-width: 670px;
	width: 100%;
}

.what-container {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}

.what-item p {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}

.what-img {
	margin-bottom: 30px;
}

.what-img img {
	display: block;
	max-width: 100%;
}

.wi1 {
	width: 420px;
	margin-right: 66px;
	margin-top: 330px;
}

.wi2 {
	width: 670px;
}

.wi3 {
	width: 420px;
	margin-left: -190px;
	margin-top: 607px;
}

.wi4 {
	width: 670px;
	margin-top: -110px;
	margin-right: 60px;
}

.wi5 {
	width: 427px;
	margin-top: 145px;
}


/** end what **/








/** clients **/

#clients {
	padding: 170px 0 160px;
	overflow: hidden;
}

#clients h2 {
	text-align: center;
	margin-bottom: 50px;
}

#clients h2 span {
	text-align: center;
	width: 100%;
}

.clients-pretext {
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}

.clients-slider {
	margin-top: 50px;
	margin-right: -50px;
}

.clients-slider-item {
	border: 1px solid #B78E35;
	box-sizing: border-box;
	border-radius: 10px;
	width: 427px;
	height: 477px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.clients-slider-phone {
	position: absolute;
	left:50%;
	bottom:50px;
	margin-left: -65px;
	width: 140px;
	height:280px;
	background:#fff;
	overflow: hidden;
	border-radius: 20px;
	z-index: 15;
	display: none;
}
.clients-slider-phone img {
	max-width:140px;
	max-height:280px;
}
.clients-slider-item:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #161616 75%);
}

.clients-slider-item span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #A6A6A6;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.clients-slider-item p {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

.clients-slider-phone-link {
	margin-top: auto;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
	position: relative;
	transition: 0.3s
}

.clients-slider-phone-link.active {
	opacity: 1;
}

.clients-slider-phone-link img {
	margin-right: 17px;
}

.clients-slider-phone-link:before {
	content: "";
	background: url(../img/arrow4.svg) no-repeat;
	position: absolute;
	width: 25px;
	height: 8px;
	right: 0;
}

.clients-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0 0;
}

.clients-slider-nav .slick-prev {
	order: 1;
	margin-right: 14px;
}

.clients-slider-nav .slick-next {
	order: 3;
	margin-left: 14px;
}

.clients-slider-nav .slick-dots {
	display: flex;
	order: 2;
}

.clients-slider-nav .slick-dots li {
	flex-shrink: 0;
	margin: 0 14px;
	height: 8px;
	width: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 0.3;
	cursor: pointer;
}

.clients-slider-nav .slick-dots li button {
	border: 0;
	font-size: 0;
	height: 0;
	width: 0;
	padding: 0;
}

.clients-slider-nav .slick-dots .slick-active {
	background: #B78E35;
	opacity: 1;
}

.clients-mob {
	display: none;
}


/** end clients **/







/**services **/

#services {
	padding: 160px 0 180px;
}

.services-container {}

.services-item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #3E3E3E;
	padding: 60px 0 50px;
}

.services-item:last-child {
	border: 0;
}

.services-name {
	width: 308px;
	margin-right: 120px;
}

.services-name p {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: #FFFFFF;
}

.services-list {
	width: 485px;
	margin-right: 60px;
}

.services-list p {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.services-list p:last-child {
	margin-bottom: 0;
}

.services-img {
	width: 427px;
}

.services-img img {
	max-width: 100%;
	display: block;
	border-radius: 10px;
}


/** end services **/







/** end contact **/

#contact {
	padding: 180px 0 170px;
}

#contact h2 {
	text-align: center;
}

#contact h2 span {
	width: 100%;
}

.contact-top {
	display: flex;
	border-bottom: 1px solid #919191;
	align-items: center;
}

.contact-caption {
	display: flex;
	margin-top: 60px;
	justify-content: center;
	border-bottom: 1px solid #919191;
}

.contact-caption li.active:before {
	content: "";
	background: #B78E35;
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	z-index: 3;
}

.contact-caption li {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 60px;
	padding: 20px 0;
	position: relative;
	transition: 0.3s;
}

.contact-caption li.active {
	color: #B78E35;
}

.contact-caption li:hover {
	color: #B78E35;
}

.contact-container {
	display: none;
	padding: 85px 0 0;
}

.contact-container.active {
	display: block;
}

.contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 915px;
	margin: auto;
}

.contact-item {
	width: 427px;
	margin-bottom: 70px;
	position: relative;
}

.contact-item input[type="text"] {
	width: 100%;
	height: 60px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #A6A6A6;
	background: transparent;
	border: 0;
	padding-left: 20px;
	border-bottom: 1px solid #909090;
}

.contact-item input[type="text"]::placeholder {
	color: #A6A6A6;
}

.contact-item button {
	height: 48px;
	display: flex;
	width: 100%;
	background: #B78E35;
	border-radius: 10px;
	border: 0;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	transition: 0.3s
}

.contact-item button:hover {
	background: #000000;
}

.contact-item button img {
	margin-right: 16px;
}

.contact-item button:before {
	content: "";
	background: url(../img/arrow4.svg) border-box;
	position: absolute;
	width: 25px;
	height: 8px;
	right: 20px;
}

.contact-item p {
	font-size: 14px;
	line-height: 21px;
	color: #B8B8B8;
}

.contact-item span {
	position: absolute;
	display: block;
	right: 0;
	bottom: 19px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #B78E35;
}


/** end contact **/






/** blog **/

#blog {
	padding: 170px 0 150px;
	overflow: hidden;
}

.blog-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-top a {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	opacity: 0.3;
	text-decoration: none;
	transition: 0.3s;
}

.blog-top a:hover {
	opacity: 1;
}

.blog-top a img {
	margin-left: 15px;
}

.blog-slider {
	margin-top: 90px;
	margin-right: -60px;
}

.blog-slider-item {
	width: 98%;
}

.blog-slider-img {
	height: 270px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
}

.blog-slider-img img {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: 100%;
	margin: auto;
}

.blog-slider-text {
	border: 1px solid #B78E35;
	border-top: 0;
	padding: 24px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 10px 10px;
}

.blog-slider-text span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #A6A6A6;
}

.blog-slider-text p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	max-height: 100px;
	overflow: hidden;
}

.blog-slider-text a {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin: 14px 0;
}

.blog-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0 0;
}

.blog-slider-nav .slick-prev {
	order: 1;
	margin-right: 14px;
}

.blog-slider-nav .slick-next {
	order: 3;
	margin-left: 14px;
}

.blog-slider-nav .slick-dots {
	display: flex;
	order: 2;
}

.blog-slider-nav .slick-dots li {
	flex-shrink: 0;
	margin: 0 14px;
	height: 8px;
	width: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 0.3;
	cursor: pointer;
}

.blog-slider-nav .slick-dots li button {
	border: 0;
	font-size: 0;
	height: 0;
	width: 0;
	padding: 0;
}

.blog-slider-nav .slick-dots .slick-active {
	background: #B78E35;
	opacity: 1;
}


/** end blog **/









/** footer **/

#footer {
	background: #000000;
	padding: 80px 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	
}
.footer-app-icons {
	display: flex;
	padding-top: 30px;
	justify-content: center;
}
.footer-app-icons a {
	display: block;
	margin: 0 10px;;
}
.footer-app-icons img {
	max-height: 48px;
}
.footer-top-contact {}

.footer-top-contact p {
	font-size: 36px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer-top-contact span {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
}

.footer-top-soc {
	display: flex;
	margin-right: 90px;
}

.footer-top-soc a {
	width: 44px;
	height: 44px;
	
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
}

.footer-container {
	display: flex;
	margin-top: 80px;
}

.footer-item {
	width: 25%;
}

.footer-item h3 {
	font-family: Yeseva One;
	font-size: 20px;
	line-height: 23px;
	color: #B78E35;
	margin-bottom: 30px;
}

.footer-item a {
	display: block;
	margin-bottom: 30px;
}

.footer-item a img {
	display: block;
}

.footer-item li {
	margin-bottom: 12px;
}

.footer-item li:last-child {
	margin-bottom: 0;
}

.footer-item li a {
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 0;
	text-decoration: none;
	transition: 0.3s;
}

.footer-item li a:hover {
	color: #B78E35;
}


/** end footer **/







/* Lity */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.lity-hide {
	display: none;
}


/* end Lity */







/* thnks-popup */

.thnks-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	display: none;
}

.thnks-popup.active {
	display: block;
}

.thnks-shadow {
	background: #000000;
	opacity: 0.4;
	position: fixed;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.thnks-shadow-body {
	width: 914px;
	height: 281px;
	background: #161616;
	border: 1px solid #B78E35;
	box-sizing: border-box;
	border-radius: 10px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 16;
	padding: 65px 60px 40px;
}

.thnks-shadow-body h2 {
	text-align: center;
	margin-bottom: 30px;
}

.thnks-shadow-body h2 span {
	width: 100%;
}

.thnks-shadow-body p {
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}

.thnks-popup-btn {
	width: 427px;
	height: 48px;
	background: #B78E35;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
}

.thnks-popup-btn:hover {
	background: #000;
}

.thnks-popup-close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 30px;
	top: 30px;
}


/* end thnks-popup */

@media screen and (max-width:1500px) {
	h2 span {
		font-size: 75px;
	}
	.container {
		max-width: 1200px;
	}

	.menu-top>ul>li {
		margin-right: 30px;
	}
	.btn-container {
		margin-left: 35px;
	}
	.banner-name span {
		font-size: 105px;
	}
	.about-right {
		width: 620px;
	}
	.about-left {
		width: 530px;
	}
	.about-left2 {
		width: 550px;
	}
	.about-right2 {
		width: 600px;
	}
	.about-left3 {
		width: 600px;
	}
	.about-images {
		width: 600px;
		max-width: 49%;
	}
	.why-head-text {
		width: 650px;
	}
	.why-body {
		width: 720px;
	}
	.all-right {
		width: 750px;
	}
	.all-left {
		width: 400px;
	}
	.best-top-text {
		width: 600px;
	}
	.slider-item-container {
		max-width: 1200px;
	}
	.slider-nav {
		max-width: 1100px;
	}
	.slider-arrow {
		max-width: 1200px;
	}
	.slider-nav-item {
		width: 210px;
	}
	.girl-right {
		width: 600px;
	}
	.girl-left {
		width: 550px;
	}
	.wi1 {
		width: 375px;
		margin-right: 60px;
	}
	.wi2 {
		width: 630px;
	}
	.wi3 {
		width: 330px;
		margin-left: -200px;
	}
	.wi4 {
		width: 620px;
	}
	.clients-slider-item {
		width: 385px;
	}
	.services-name {
		width: 290px;
		margin-right: 25px;
	}
	.services-list {
		width: 435px;
		margin-right: 50px;
	}
	.services-img {
		width: 400px;
	}

	.blog-slider-text {
		padding: 24px 25px;
	}
	.blog-slider-img {
		height: 240px;
	}
	.blog-slider {
		margin-right: -20px;
	}
}


@media screen and (max-width:1280px) {
	
.top-container {
    min-width: 0;
}	
	
	.container {
    max-width: 1050px;
}

.menu-top>ul>li {
    margin-right: 20px;
}



.login-btn {
    width: 170px;
}
.logo-container {
    margin-right: 50px;
}
.btn-container {
    margin-left: 25px;
}



.about-left {
    width: 500px;
}
.about-right {
    width: 510px;
}
.about-right2 {
    width: 500px;
}

.about-left2 {
    width: 520px;
}
.about-left3 {
    width: 500px;
}


	.why-head-name {
    width: 278px;
	}
	
	.all-right {
    width: 615px;
}


	.all-nav {
    bottom: -40px;
}
	
	
.best-top-text {
    width: 500px;
}



	
.slider-arrow {
    max-width: 1100px;
    top: 1271px;
}	
	
	.slider-nav {
    max-width: 1000px;
}
	

.slider-nav-item {
    margin: auto;
}
	
	.girl-right {
    width: 535px;
}
	.girl-left {
    width: 500px;
}

	.wi1 {
		width: 300px;
		margin-right: 35px;
	}
	.wi2 {
		width: 550px;
	}
	.wi3 {
		width: 320px;
		margin-left: -170px;
	}

.wi4 {
    width: 560px;
}
	
	
.clients-slider-item {
    width: 345px;
}

.clients-slider-item:before {
    bottom: 50px;
}

	
	.services-list {
    width: 385px;
    margin-right: 35px;
}

.services-name {
    width: 265px;
    margin-right: 20px;
}

.services-img {
    width: 345px;
}

.blog-slider-item {
    width: 340px;
}

h2 span {
    font-size: 65px;
}
	
	
	
}
