@font-face {
    font-family: 'SignPainter';
    src: url('CopyrightHouseIndustries-NotLicensedforDesktopUse.woff2') format('woff2'),
        url('CopyrightHouseIndustries-NotLicensedforDesktopUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fk_calligraph';
    src: url('vfkcalligraph.woff2') format('woff2'),
         url('vfkcalligraph.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Roboto Slab", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
	position: relative;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
.home-page-box{
	padding-top: 150px;
	background: url(../img/bg.jpg) 50% 0 / cover no-repeat;
	height: 100vh;
}
.home-page-box > div{
	height: 100%;
}
.home-page-box .wr{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-page-box .tt{
	font-weight: normal;
	font-size: 50px;
	line-height: 120%;
	color: #FFFFFF;
	font-family: 'fk_calligraph';
	max-width: 510px;
}
.home-page-box .tt img{
	max-width: 100%;
}
.state-bx{position: relative;}
.header{
	padding-top: 24px;
}
.header-white{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}
.header .wrap{
	position: relative;
	border-bottom: 1px solid #4D4D4D;
}
.header .wr{
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.langs{
	display: flex;
	align-items: center;
}
.langs li{
	margin-right: 20px;
}
.langs li:last-child{
	margin-right: 0;
}
.langs a{
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	font-family: 'Roboto';
	text-decoration: none;
	color: rgba(77, 77, 77, 0.5);
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.langs a.act,
.langs a:hover{
	color: #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}
.langs .arab{
	font-family: Arial;
}
.nav .arrow{
	position: absolute;
	display: none;
	height: 26px;
	width: 40px;
	text-align: center;
	padding-top: 2px;
   right: 0;
	top: 0;
}
.nav{
	display: flex;
	justify-content: space-between;
}
.nav>li{
	padding-bottom: 24px;
	position: relative;
}
.nav>li>a{
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #4D4D4D;
}
.nav>li>a:hover,
.nav>li:hover>a{
	color: #AC9A6C;
}
.nav>li:hover .dr-links{
	display: block;
}
.nav .dr-links{
	padding: 22px;
	background: #fff;
	width: 306px;
	position: absolute;
	top: 100%;
	left: -22px;
	z-index: 4;
	box-shadow: 0  0 5px 0 rgba(0,0,0,0.1);
	display: none;
}
.nav .dr-links li{
	margin-bottom: 15px;
}
.nav .dr-links li:last-child{
	margin-bottom: 0;
}
.nav .dr-links a{
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4D4D4D;
}
.nav .dr-links a:hover{
	color: #AC9A6C;
}
.header-white .nav>li>a{
	color: #fff;
}
.header-white .nav>li:hover>a,
.header-white .nav>li>a:hover{
	color: #AC9A6C;
}
.header-white .langs a{
	color: rgba(255, 255, 255, 0.5);
}
.header-white .langs a.act,
.header-white .langs a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.header-white .toggle_mnu .sandwich > span{
	background: #fff;
}
.header-white .wrap{
	border-bottom-color: #fff;
}

.toggle_mnu {
	display: none;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  z-index: 10;
	  border: none;
	  right: 0;
	  top: 9px; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: #4D4D4D;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: #4D4D4D;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background: #4D4D4D;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
.about-bx{
	font-size: 16px;
	line-height: 140%;
	color: #4B4B4B;
}
.about-bx .yellow{
	font-size: 18px;
	color: #AC9A6C;
}
.cite-bx{
	font-size: 24px;
	line-height: 140%;
	padding-left: 70px;
	color: #AC9A6C;
	background: url(../img/cite.svg) 0 0 no-repeat;
	margin: 50px 0;
}
.about-bx .img{
	text-align: center;
	margin-bottom: 40px;
}
.title-h1{
	margin-top: 0;
	padding-bottom: 30px;
	margin-bottom: 40px;
	font-family: 'fk_calligraph';
	font-weight: normal;
	font-size: 48px;
	line-height: 120%;
	text-align: center;
	color: #4D4D4D;
	position: relative;
}
.title-h1:after{
	content: '';
	border: 1px solid #AC9A6C;
	width: 95px;
	left: 50%;
	top: 100%;
	margin-left: -47px;
	position: absolute;
}
.main{
	padding: 50px 0 100px;
}
.faq-item{
	margin-bottom: 15px;
}
.faq-item .hh{
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #4D4D4D;
	font-family: 'fk_calligraph';
	font-weight: normal;
	font-size: 36px;
	line-height: 120%;
	color: #4D4D4D;
	cursor: pointer;
}
.faq-item .hh:after{
	content: '';
	width: 17px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: url(../img/arr.svg) 50% no-repeat;
}
.faq-item .tt{
	display: none;
	font-size: 16px;
	line-height: 140%;
	color: #4B4B4B;
	padding: 24px 0;
}
.faq-item.opened .tt{
	display: block;
}
.faq-bx{
	margin-top: 80px;
}
.faq-item.opened .hh:after{
	transform: rotate(-180deg);
}
.footer{
	background: #000000;
}
.footer .wr{
	padding: 80px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .bx{
	max-width: 360px;
}
.footer .bx .t1{
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: #AC9A6C;
	margin-bottom: 26px;
}
.footer .bx .t2{
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
.footer .bx .t2 .ss{
	display: flex;
	align-items: flex-start;
}
.footer .bx .t2 img{
	margin-right: 15px;
}
.footer .bx .t2 a{
	color: #fff;
	text-decoration: none;
}
.copy-bx{
	border-top: 1px solid #AC9A6C;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.copy-bx .copy{
	font-size: 14px;
	line-height: 120%;
	font-family: Roboto;
	color: #4B4B4B;
	margin-right: 270px;
}
.gog{
	display: flex;
	align-items: center;
	color: #AC9A6C;
	text-decoration: none;
	font-family: Montserrat;
}
.gog img{
	margin-right: 15px;
}
.gog .s1{
	font-weight: 500;
	font-size: 12px;
}
.gog .s2{
	font-weight: 600;
	font-size: 16px;
}
.media-bx .row{
	margin-left: -10px;
	margin-right: -10px;
}
.media-bx .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.media-item{
	margin-bottom: 50px;
}
.media-item .img{
	margin-bottom: 12px;
}
.media-item .img a{
	display: block;
	position: relative;
	overflow: hidden;
}
.media-item:hover img{
	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);
}
.media-item .img a:after{
	content: '';
	left: 10px;
	top: 10px;
	position: absolute;
	border: 1px solid #FFFFFF;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.media-item .img img{
	width: 100%;
	display: block;
	-moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;
}
.media-item .img .num{
	background: #FFFFFF;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 4px 7px;
	font-size: 12px;
	line-height: 120%;
	color: #4B4B4B;
}
.media-item .name a{
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	color: #4D4D4D;
}
.media-item .name{
	height: 66px;
	overflow: hidden;
}
.media-item:hover .name a{
	color: #AC9A6C;
}
.media-item .play{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -22px;
}
.pagination{
	display: flex;
	justify-content: center;
}
.pagination li{
	margin: 0 5px;
}	
.pagination a{
	width: 40px;
	height: 40px;
	border: 1px solid #AC9A6C;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #AC9A6C;
	justify-content: center;
	text-decoration: none;
}
.pagination a.act,
.pagination a:hover{
	border-color: #000;
	color: #000;
}
.pagination a.arr{
	margin: 0 20px;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	background: url(../img/left.svg) 50% no-repeat;
	border: 1px solid #AC9A6C;
}
.owl-carousel .owl-nav>div:hover{
	border-color: #000;
}
.owl-carousel .owl-nav>div:last-child{
	left: auto;
	right: -60px;
   transform: rotate(-180deg);
}
#sync1{
	margin-bottom: 20px;
}
#sync2 img{
	opacity: 0.5;
}
#sync2 .current img{
	opacity: 1;
}
.state-bx{
	max-width: 740px;
	margin: 0 auto;
}
.st-img{
	margin-bottom: 50px;
}
.state-bx .text{
	font-size: 16px;
	line-height: 140%;
	color: #4B4B4B;
	margin-bottom: 40px;
}
.share-bx{
	padding-top: 24px;
	display: flex;
	align-items: center;
	border-top: 1px solid #4D4D4D;
}
.share-bx .t{
	font-size: 14px;
	line-height: 140%;
	margin-right: 18px;
	color: #AC9A6C;
}
.state-item p{
	font-size: 14px;
	line-height: 120%;
	margin: 10px 0 0;
	color: #4D4D4D;
	height: 32px;
	overflow: hidden;
}
.state-item .name{
	height: 44px;
}
.state-bx .img img{
	max-width: 100%;
}
.state-bx .back{
	position: absolute;
	left: -200px;
	top: -120px;
}

.map-box{
	max-width: 870px;
	margin: 0 auto;
	position: relative;
}
.marker-list-bx{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.marker-item{
	position: absolute;
}
.marker-item .ico{
	cursor: pointer;
}
.marker-item.opened .ico svg path{
	fill: #4D4D4D;
}
.marker-item.opened .marker-st-bx{
	display: flex;
}
.marker1{
	left: 100px;
	top: 155px;
}
.marker-st-bx{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	width: 455px;
	padding: 10px;
	display: flex;
	position: absolute;
	left: 50%;
	margin-left: -227px;
	bottom: 60px;
	display: none;
	z-index: 2;
}
.marker-st-bx:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
}
.marker-st-bx .img{
	width: 200px;
	margin-right: 25px;
}
.marker-st-bx .h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 13px;
	color: #4B4B4B;
}
.marker-st-bx .h3 a{
	color: #4B4B4B;
	text-decoration: none;
}
.marker-st-bx .h3 a:hover{
	text-decoration: underline;
}
.marker-st-bx .t{
	font-size: 13px;
	line-height: 140%;
	color: #4B4B4B;
	padding-right: 10px;
}
.marker-st-bx .close-marker{
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
}

.made-bx {
	font-size: 14px;
	font-family: Roboto;
	color: #4B4B4B;
	margin-left: 420px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.made-bx .t {
	padding-left: 10px;
}

.made-bx .t a {
	color: #AC9A6C;
}


.player{
	height: 57px;
	color: #4D4D4D;
}
.player.jp-state-playing {
	color: #988A65;
}
.player a.jp-play{
	position:relative;
	width:27px;
	height:27px;
	background:url('/img/icon_play.png') no-repeat;
	float:left;
	text-indent:-9999px;
	margin-top: 5px;
}
.player a.jp-pause{
	position:relative;
	width:27px;
	height:27px;
	background:url('/img/icon_pause.png') no-repeat;
	float:left;
	text-indent:-9999px;
	margin-top: 5px;
}
.player h3{
	/*float: left;*/
	width: 100%;
	margin: 0 30px 0 57px;
	font: 12px/12px 'Roboto';
	position: relative;
	min-height: 18px;
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}
.player .jp-duration,.jp-current-time,.delimiter{
	float: left;
	font: 12px/12px 'Roboto';
	margin: 4px 30px 0 30px;
	position: relative;
	z-index: 2;

	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}
.player .line {
	border-bottom: 1px solid #4D4D4D;
	margin-top: 36px;
	opacity: 0.2;
}
.player.jp-state-playing .jp-duration{
	margin-left: 5px;
}
.player .jp-current-time{
	margin-right: 5px;
}
.player .delimiter{
	margin-left: 0px;
	margin-right: 0px;
}
.player .jp-duration{
	margin-left: 30px;
}

.player .jp-current-time{
	display: none;
}
.player .delimiter{
	display: none;
}
.player.jp-state-playing .jp-current-time{
	display: block;
}
.player.jp-state-playing .delimiter{
	display: block;
}

.views-bx {
	display: flex;
	align-items: center;
	margin-right: 0px;
	margin-left: auto;
}
.views-bx img {
	padding-right: 9px;
}
.views-bx .t {
	margin-right: 0;
}

.app-buttons {
	display: inline-flex;
}
.app-buttons a {
	display: inline-flex;
    min-width: 170px;
    min-height: 40px;
    border: 1px solid #AC9A6C;
    border-radius: 25px;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    justify-content: center;
	margin-right: 10px;
}
.app-buttons img {
    margin-right: 10px;
}
.header:not(.header-white) .app-buttons {
    filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(0%) hue-rotate(247deg) brightness(90%) contrast(103%);
}



