/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap')*/
:root{
        --BodyFontFamily: 'sans-serif',sans-serif !important; 
        --AFontFamily: 'sans-serif', sans-serif !important;
        --HFontFamily: 'sans-serif',sans-serif  !important;
}
  
        body {
        font-family: var(--BodyFontFamily);
        font-size: 18px !important;
        color: #000000;
		line-height: 26px;
        text-rendering: auto;
		margin: 0 auto;
        } 
        a {
        color: #f57900;
        font-family: var(--AFontFamily);
        background-color: transparent;
        text-decoration: none;
        }
        h4 {
        font-family: var(--HFontFamily);
        font-size: 23px !important;
        font-weight: 600 !important;
        letter-spacing: 0.7px;
        }
        h3 {
        font-family: var(--HFontFamily);
        font-size: 29px !important;
        font-weight: 600 !important;
        letter-spacing: 1.13px;
        }
        h2 {
        font-family: var(--HFontFamily);
        font-size: 37px !important;
        font-weight: 600 !important;
        letter-spacing: 1.83px;
        }
        h1 {
        font-family: var(--HFontFamily);
        font-size: 47px !important;
        font-weight: 600 !important;
        letter-spacing: 2.96px;
        }
        .sppb-title-heading h2 {
        font-family: var(--HFontFamily);
        font-size: 37px !important;
        font-weight: 600 !important;
        letter-spacing: 1.83px
        }
        h1.sppb-title-heading {
        font-family: var(--HFontFamily);
        font-size: 47px !important;
        font-weight: 600 !important;
        letter-spacing: 2.96px;
        }
        select, textarea, input[type="text"], input[type="password"], 
        input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
        input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="URL"], 
        input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        background: rgb(247 247 247) none repeat scroll 0 0 !important;
        }

* {
	box-sizing: border-box;
	text-decoration: none;
 }
 
 html {
	/*font-size: 100%;
	font-family: 'PT Sans', sans-serif;*/
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
 }


/*body {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #000000;
 }

.btnbox {
   display: none;
}*/
.nsm-bar {
    display: none;
}
p {
    margin: 0 0 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: inherit;
}

h3 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 1.13px;
    display: block;
}

h4 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.7px;
	display: block;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}




.hwrap {
	background: black;
}

 button {
	border: none;
	background: transparent;
	cursor: pointer;
 }
 
 
 img {
	max-width: 100%;
	height: auto;
	display: block;
 }
 
 a {
    color: #f57900;
    background-color: transparent;
    text-decoration: none;
 }

#bx_3218110189_161 {
    display: none;
}

sup {
    top: -0.5em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.b24-form-state-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.b24-form-success-icon {
    /*width: 169px*/
    height: 215px !important;
    background-image: url("/local/templates/horarusnew/img/dragonsm.png") !important;
}

.b24-form-state-container .b24-form-success {
    background-color: white !important;
}


.logo, .logofooter {
	width: 200px;
}

.logofooter {
    margin-top: 20px;
}


.icon_burg {
	width: 32px;
	height: 32px;
	fill: white;
  }
.icon_search {
	width: 24px;
	height: 24px;
	fill: white;
  }


 
.horawrap {
  	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	height: 1080px;
	background-image: url("/local/templates/horarusnew/img/mainhora.png");
	background-position: center center;
	/* background-repeat: no-repeat; */
	background-size: auto;
 }


 header {
	max-width: 1320px;
	padding: 20px 15px 100px 15px;/* 08.05 */
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
 }

 header.logo {
	height: 100px;
	width: 200px;
	
 }

 /* MENU */


#gamburg {
	display: none;
	padding-top: 3px;
    padding-left: 15px;
}

nav {
	max-width: 595px;
    height: 29px;
	width: 100%;
}

nav ul {

	display: flex;
	align-items: center;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
 }


nav ul li a{
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.0025em;
	color: #FFFFFF;
}


 /* MENU */


.langbox {
	width: 165px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-left: 11px;
}

.langbox button {
	margin-top: 7px;
    margin-left: 7px;
}

.langbtn {
	font-style: normal;
   height: 39px;
  /* width: 133px;*/
   font-size: 24px;
   line-height: 29px;
   font-weight: 500;
   display: flex;
   justify-content: space-between;
   align-items: center;

}

a.langbtn_rus {
	color: black !important;
}

a.langbtn_rus:hover {
	color: white !important;
}

.langbtn_rus {
	/*width: 64px;*/
	height: 39px;
	background: #FFFFFF;
	border-radius: 32px;
	text-decoration: none;
	margin-left: 5px;
}


.langbtn a {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	transition: all 500ms ease; 
}
.langbtn a:hover {
	background: black;
	
	border-radius: 32px;
	text-decoration: none;
	
}
 
.horaindex {
	max-width: 1320px;
	padding: 0 15px;
	width: 100%;
	/*height: 1000px;*/
	margin: 0 auto;
	position: relative;
	
 }


main {
	max-width: 1320px;
	padding: 0 15px;
	width: 100%;
	/*height: 1000px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;

 }

 .blur {
	max-width: 759px;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 4%;
    transform: translate(-50%, -50%);
 }
 
 .blur:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
    filter: blur(3px);

 }

 .blur span {
	max-width: 645px;
	height: 72px;
	position:relative;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.0025em;
 }

.img_dragon, .img_hora {
	position: relative;
}

.img_dragon {
	z-index: 3;
	top: 33px;
}

.img_dragon img{
	margin: auto;
}
  
.img_hora {
	max-width: 1200px;
	width: 96%;
	left: 50%;
    top: 63%;
    transform: translate(-50%, -50%);
	position: absolute;
}


.img_att {
	display: flex;
	justify-content: center;
	top: 34px;
    position: relative;
}

.feedback {
	width: 441px;
   height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	position: absolute;
	top: 90%;

}

                 /* Footer */

				 /*08.05*/

footer {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	/*height: 563px;*/
    background: #000;
	color: white;
	z-index: 4;
}

.footerbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;

}

.footerbox_one, .footerbox_two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.footerbox_one {
	padding-right: 15px;
	height: 485px;


}

.footerbox-one_block {
	height: 256px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.footerbox_one p {
	max-width: 526px;
	width: 100%;
	max-height: auto;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.0015em;
}

.footerbox_one .parag {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.001em;
}

.footerbox_one .parag:nth-child(2) {
	margin-bottom: 45px;
}



input[type=text] {
	height: 32px;
	width: 401px;
	display: flex;
	align-items: center;
	padding: 6px 16px;
	background: #000;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 8px;

 }
 
 input[type=submit] {
   height: 32px;
   border-radius: 8px;
   padding: 6px 16px;
   cursor: pointer;
 }
 
 input[type=submit]:hover {
	background-color: #45a049;
 }
 
 .container_form {
	width: 469px;
	margin-bottom: 35px;
	margin-top: 57px;
	display: none;
 }

 .container_form h3 {
	text-align: center;
	 margin-bottom: 25px;
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 29px;
 }
 
 .flex-outer {
	height: 278px;
	width: 469px;
	background-color: #FFFFFF;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding: 22px 0;
 }
address {
    max-width: 470px;
    width: 100%;
    margin: 40px 0;
}

address p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
	text-align: center;
	padding-bottom: 20px;
}

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

.socialbox img {
	 width: 50px;
	 height: 50px;
 }

#upbutton {
    background: url(/images/up.png) no-repeat top left;
    /*height: 60px;*/
    /*width: 60px;*/
    bottom: 30px;
    right: 1%;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
	background: transparent;
}


/*form*/

.b24-form-wrapper.b24-form-border-bottom {
	border-radius: 28px;
	border-bottom: 0 !important;
}

.b24-form-control-string .b24-form-control {
    border-radius: 8px !important;
    height: 35px !important;
}

.b24-form-btn  {
    min-height: 35px !important;
    height: 35px !important;
	padding: 0 !important;
	background: black !important;
}

root {
	 display: block;
}

.search_wrap {
	padding: 5px 7px;
	margin-bottom: 32px;
	height: inherit;
 }
 .search_button_img_two {
	width: 35px;
 }
 .search-box {
	border: none;
	border-radius: 0;
 }
 /* Search */

 .overlay {
	overflow: hidden;
	height: 120px;
	width: 100%;
	display: none;
	z-index: 13;
	position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(6, 6, 6, 0.92);
 }

 .overlay-content {
	position: relative;
	width: 90%;
	text-align: center;
	margin: auto;
 }

 .overlay .closebtn {
	 display: block;
	right: 2%;
	font-size: 30px;
	cursor: pointer;
	color: white;
	height: 40px;
	width: 40px;
	float: right;
 } 

 .overlay .closebtn:hover {
	color: #ccc;
 }

 .overlay input[name="search"] {
	padding: 15px;
	font-size: 17px;
	background: white;
	height: inherit;
	border-radius: 0;
	border: none;
 }

 .overlay input[type="text"]:hover {
	background: #191919b5;
 }

 .overlay button {
	border: none;
	cursor: pointer;
 }




 /* Search */
@media (min-width: 991px) {
.zag {
margin-bottom: 50px;
	}}

@media (max-width: 1230px) {
     nav {
		  max-width: 550px;
	  }
	  nav ul li {
		  font-size: 22px;
	  }

}

@media (max-width: 991px) {

header {
    padding-bottom: 20px;
	}
nav {
		width: initial;
	}
.topmenu {
		display: none;
	}
.langcontainer {
		width: 300px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
.search_button_img_two {
	width: 15px;
 }

#gamburg {
		display: block;
		cursor: pointer;
		
	}
#gamburg img {
		max-width: inherit;
	}

main {
	height: auto;
	padding: 3%;
	}

.box_book {
    flex-direction: column;
	/*align-items: center;*/
		}

.left_box {
	margin-right: 0px;
	width: 100%;
}

.right_box {
    padding: 0px;
	}

.footerbox {
	flex-direction: column;
	height: inherit;
	}

.footerbox_two {
		order: 0;
	}

.footerbox_one {
		order: 1;
		padding: 0;
	}

/*footer {
		height: 900px;

} */

.footerlogo {
		display: none;
	}

.socialbox {
		width: inherit;
		justify-content: space-between;
	 }

.socialbox img {
		margin: 0;
	 }

}

@media (max-width: 820px) {

.book_block {
    flex-flow: column nowrap;
    align-items: center;
}
.book_item {
		max-width: 345px;
		height: 700px;
	}

.book_title {
    width: 301px;
    font-size: 14px;
    line-height: 17px;
}
.subtitle_wrap {
    width: 301px;
    font-size: 12px;
    line-height: 15px;
	} }

@media (max-width: 800px) {
.langbtn {
		justify-content: flex-end;
	}

.img_dragon {
		margin-bottom: 11px;
	}

	.img_hora {
		top: 50%;
}
.blur {
		bottom: 20%;
		max-width: 350px;
		min-width: 315px;
		height: 48px;
	}

.blur span {
		font-weight: 500;
		font-size: 16px;
		line-height: 15px;
	} }

@media (max-width: 500px) {

.horawrap {
	height: auto;	
 }

#upbutton {
    height: 60px;
    width: 60px;
}

header {
		padding: 0 15px;
		height: 50px;
	}
.logo img {
	max-width: inherit;
	width: 100px;
	/*height: 50px;*/
	}

.langcontainer {
		width: 250px;
		justify-content: flex-end;
	}

.langbox {
		width: initial;
	}

.langbox button {
		width: 20px;
		height: 20px;
	}

.langbtn {
		font-size: 12px;
		justify-content: flex-end;
		width: 90px;
	}

	

.langbox a {
		padding: 0 10px;
	}

.langbtn_rus {
		width: 33px;
      height: 23px;
	}

.sppb-btn {
    padding: 10px 24px;
    width: 160px;
    height: 37px;
}

.img_dragon img {
		max-width: 70%;
	}

.img_att img {
		width:  127px;
	}
.img_att {
		padding-bottom: 8%
	}

.feedback {
		left: 90%;
		top: 85%;
	}

.feedback img {
	width: 30px;
	height: 30px;
	}

.feedback p {
		display: none;
	}

.book_block {
    flex-flow: column nowrap;
    align-items: center;
}

.book_item {
		max-width: 345px;
		height: 700px;
	}

.book_title {
    width: 301px;
    font-size: 14px;
    line-height: 17px;
}

.subtitle_wrap {
    width: 301px;
    font-size: 12px;
    line-height: 15px;
	}
/*footer {
  height: 620px;
}*/
  
.b24-form-wrapper {
    height: 223px;
    width: 344px;
}

.container_form {
		width: 344px;
		display: none;
		flex-direction: column;
		align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
}
	

.container_form h3 {
		margin-bottom: 17px;
		font-size: 16px;
		/*line-height: 20px;*/
		letter-spacing: 0.0015em;
	}

.flex-outer {
   height: 223px;
   width: 344px;
	padding: 0px;

	}
input[type=submit], input[type=text] {
		height: 27px;
      width: 294px;

	}

.footerbox_one, .footerbox_two {
 align-items: center;
}

.footerbox_one {
		height: fit-content;
	}

.socialbox img {
	height: 40px;
	width: 40px;

}

address p { 
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.0015em;
  }

a.logofooter {
    display: none;
}
  
.footerbox-one_block {
    height: 150px;
    margin-bottom: 15px;
}

.footerbox_one p {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.0015em;
	}
.footerbox_one .parag {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	} }