@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;600;700;800;900&family=Open+Sans&display=swap');

body {
	font-family: 'Inter', sans-serif;
	background: #232323;
}

.wrapper {
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
}

.header {
	width: 100%;
	height: 95px;
}
.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	font-weight: 900;
	font-size: 22px;
	color: white;
	text-decoration: none;
}
.logo img {
	display: none;
}
a.logo:hover{
	color: #fff;
	text-decoration: none;
}
.nav {
	list-style: none;
	display: flex;
}
.nav li {
	margin-left: 25px;
}
.nav a {
	font-size: 16px;
	color: #989898;
	text-decoration: none;
}

.search {
	margin-top: 15px;
}
.in_lt {
	background: url('../img/in_lt.png') 50% no-repeat;
	background-size: cover;
	width: 160px;
	height: 160px;
	position: absolute;
	left: -50px;
	bottom: 0;
	z-index: 9;
}

.search .container {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
}
.search h1 {
	background: url('../img/in_rtb.png') calc(95% + 75px) -30px no-repeat;
	font-size: 84px;
	line-height: 90px;
	font-weight: 700;
	letter-spacing: -2.5px;
	color: white;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 100px;
	display: block;
}
.search h1 span {
	background: rgb(254,190,80);
	background: linear-gradient(180deg, rgba(254,190,80,1) 0%, rgba(248,80,77,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.search h3 {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 36px;
	padding: 25px 0 0 0;
	font-weight: 400;
	color: white;
}
.search form {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 105px;
}
.search .query {
	width: 83%;
	display: flex;
	justify-content: center;
	border-radius: 8px;
	padding: 2px 1px 1px 1px;
	background: rgb(254,190,80);
	background: linear-gradient(180deg, rgba(254,190,80,1) 0%, rgba(248,80,77,1) 100%);
}
.search input {
	display: block;
	width: 100%;
	height: 72px;
	border-radius: 8px;
	color: #989898;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background: #232323;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
	font-weight: 700;
}
.search button {
	width: 72px;
	height: 72px;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 8px;
	background: transparent url('../img/icon_search.png') 50% no-repeat;
	border: none;
}

.dots {
	position: relative;
	padding: 100px 0;
}
.dots_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.dots_list li {
	width: 33.33%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
}
.d_icon {
	width: 96px;
	height: 96px;
	background-color: #2e2e2e;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 14px;
	border-radius: 12px;
}
.d_icon.d1 {
	background-image: url('../img/icon_dots1.png');
}
.d_icon.d2 {
	background-image: url('../img/icon_dots2.png');
}
.d_icon.d3 {
	background-image: url('../img/icon_dots3.png');
}
.dots_list h4 {
	font-weight: 700;
	font-size: 23px;
	line-height: 24px;
	color: white;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
.dots_list p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: block;
	color: rgba(255, 255, 255, .75);
}

div.faq {
	position: relative;
	padding: 15px 0;
}
.h1 {
	display: block;
	position: relative;
	width: 62%;
	height: 115px;
	margin: 0 auto;
}
.h1 h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 66px;
	line-height: 59px;
	font-weight: 700;
	color: white;
	position: absolute;
	z-index: 9;
}
.h1 h1>span {
	display: inline-block;
	height: 34px;
	background: rgb(254,190,80);
	background: linear-gradient(180deg, rgba(254,190,80,1) 0%, rgba(248,80,77,1) 100%);
	padding-right: 30px;
}
h1 span span{
	margin-top: -26px;
	display: block;
}
ul.faq {
margin: 40px 0 0 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
}
ul.faq li {
padding: 29px 0;
border-bottom: 1px solid #F8504D;
position: relative;
}
ul.faq li h4 {
font-weight: 700;
font-size: 23px;
line-height: 30px;
color: white;
}
ul.faq li.open h4 {
margin-bottom: 20px;
}
ul.faq li.open p {
display: block;
}
ul.faq li p {
display: none;
width: 70%;
color: rgba(255, 255, 255, .75);
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
ul.faq li:before {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
top: 35px;
right: 0;
background: url('../img/faq_arrow.svg') 50% no-repeat;
}
ul.faq li.open:before {
transform: rotate(180deg);
}
.centered {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 0;
}
.tag {
text-decoration: none;
font-size: 18px;
color: white;
padding: 11px 16px;
border-radius: 20px;
background: rgb(254,190,80);
background: linear-gradient(180deg, #FEBE50 0%, #F8504D 60.42%, #F8504D 100%);
}
.button.button_grd {
color: white;
font-weight: 700;
font-size: 23px;
color: white;
text-decoration: none;
background: rgb(254,190,80);
background: linear-gradient(180deg, #FEBE50 0%, #F8504D 60.42%, #F8504D 100%);
border-radius: 8px;
padding: 11px 36px;
	z-index: 1;
}

.article {
position: relative;
padding: 80px 0;
}
.articles .article {
padding: 40px 0;
}
.article .container {
display: flex;
justify-content: space-between;
}
.article .text {
width: calc(100% - 383px);
padding-right: 30px;
}
.article h4, h4 a, h4 a:hover {
font-weight: 800;
font-size: 22px;
line-height: 33px;
color: white;
margin-bottom: 25px;
}
.article p {
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: white;
}
.article .date {
display: block;
text-align: right;
color: #848591;
font-size: 15px;
line-height: 22px;
}
.list-date .date {
text-align: left;
}
.list-date {
margin: 30px 0;
}
.article .read_more {
display: inline-flex;
align-items: center;
text-decoration: none;
color: white;
font-size: 22px;
font-weight: 500;
}
.article .read_more span {
width: 30px;
height: 25px;
display: block;
background: url('../img/more_arrow.svg') 0 no-repeat;
margin-left: 15px;
}
.article .picture {
width: 383px;
min-height: 245px;
position: absolute;
right: 0;
}
.article .image {
border-radius: 20px;
background: white;
width: 100%;
min-height: 245px;
position: relative;
background-size: cover;
margin-bottom: 40px;
}
.article .image .tag {
position: absolute;
z-index: 9;
top: 11px;
left: 9px;
}

.footer {
position: relative;
}
.footer .container {
display: flex;
flex-direction: column;
background: url('../img/footer_bg.png') 0 100% no-repeat;
padding-top: 80px;
padding-bottom: 80px;
}
.footer .copy {
font-weight: 700;
color: white;
font-size: 22px;
text-align: center;
}
.footer .copy span {
font-weight: 900;
}
.footer .nav {
list-style: none;
margin: 60px 0 35px 0;
display: flex;
justify-content: space-between;
}
.footer .nav a, .footer .nav p {
text-decoration: none;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.footer .rights {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
color: rgba(255, 255, 255, .75);
text-align: center;
display: block;
}
.content {
padding: 80px 0;
}
.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
.breadcrumbs li:not(.active):after {
content: '/';
display: inline-block;
padding: 0 15px;
}
.breadcrumbs a, .breadcrumbs li {
font-size: 17px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
color: rgba(255, 255, 255, .5);
text-decoration: none;
}
.content .area {
padding: 40px 0 0 0;
}
.content .area h1 {
font-weight: 700;
font-size: 65px;
line-height: 60px;
letter-spacing: -2px;
color: white;
display: block;
margin-bottom: 87px;
}
.page_content {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
line-height: 24px;
color: white;
padding: 0 0 0 45px;
}
.page_content h3 {
font-weight: 700;
font-size: 26px;
line-height: 34px;
color: white;
margin: 40px 0 15px 0;
}
.story {
position: relative;
justify-content: space-between;
}
.story_img {
width: 401px;
min-height: 556px;
border-radius: 32px;
overflow: hidden;
background: rgb(254,190,80);
background: linear-gradient(180deg, rgba(254,190,80,1) 0%, rgba(248,80,77,1) 100%);
padding: 4px;
box-sizing: border-box;
}
.story_img_p {
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: relative;
border-radius: 32px;
}
.story_meta {
position: absolute;
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.story_meta .story_author {
font-size: 22px;
font-weight: 500;
margin: 0 20px 0 20px;
color: white;
}
.story_meta .story_age {
font-size: 22px;
font-weight: 400;
color: #5C5B5B;
color: white;
}
.story_ava {
width: 66px;
height: 66px;
display: bloc;
border-radius: 33px;
background-color: gray;
background-size: cover;
background-repeat: no-repeat;
	float: left;
}
.story_info {
padding-left: 68px;
}
.story_author_info {
display: block;
align-items: center;
}
.full .story_author_info:after {
	content: '';
	display: block;
	position: relative;
	clear: both;
}
.story_info .story_ava {
width: 152px;
height: 152px;
border-radius: 50%;
}
.story_author_info ul {
display: flex;
justify-content: space-between;
list-style: none;
	height: 152px;
	padding-top: 30px;
	margin: 0 0 0 0;
}
.story_author_info ul li {
display: flex;
flex-direction: column;
text-align: center;
padding: 0 30px;
}
.story_author_info ul li span {
font-weight: 600;
font-size: 28px;
color: white;
}
.story_author_info ul li {
font-size: 22px;
font-weight: 400;
color: white;
}
.story_desc {
padding: 15px 0;
}
.story_desc p {
font-size: 24px;
font-weight: 600;
color: white;
}
.story_desc p.desc {
font-size: 24px;
font-weight: 400;
}
.story_all {
padding: 25px 0;
display: flex;
font-size: 24px;
color: #fff;
}
.story_all a {
font-weight: 200;
font-size: 24px;
margin-left: 25px;
color: rgba(255, 255, 255, .5);
}
.story_more h4 {
font-weight: 700;
font-size: 50px;
line-height: 60px;
color: white;
margin-bottom: 30px;
padding: 25px;
}

/*sleepes start*/
.story_more {
	margin-top: 40px;
}
.story_more .centered {
	padding: 0;
}
.error-message{
	font-style: normal;
	font-weight: 700;
	font-size: 64.4px;
	line-height: 60px;
	letter-spacing: -2px;

	color: #FFFFFF;
}
.full .story_info {
	max-width: 700px;
	margin: auto;
	padding: 0;
}

.story-img, .story-video{
	width: 100%;
	border-radius: 20px;
}
.story-hide{
	display: none;
}
.button.button_grd.download {
	margin: auto;
	display: block;
	width: 184px;
	position: relative;
	padding: 3px 0;
	text-align: center;
}
.dropdown-menu.show {
	background: #323232;
	border: 1px solid #F8504D;
	margin-left: -35px;
	min-width: initial;
}
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background: none;
	color: #fff;
}

.spanner{
	position:fixed;
	top: 50%;
	left: 0;
	/*background: #2a2a2a55;*/
	width: 100%;
	display:block;
	text-align:center;
	/*height: 100%;*/
	color: #FFF;
	transform: translateY(-50%);
	z-index: 1000;
	visibility: hidden;
}

.overlay{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.show{
	visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

.go-tg .story_info {
	position: absolute;
	right: 0;
}
.go-tg .story_more {

}

.mob-show.story_more {
	display: none;
}
@media (max-width: 760px) {
	.story_more, .story_more h4, .error-message {
		font-size: 36px;
	}
	.go-tg .story_info {
		position: relative;
	}
	.mob-hide.story_more {
		display: none;
	}
	.mob-show.story_more {
		display: block;
		margin: auto;
	}

}
/*end sleepes*/
@media (max-width: 640px) {
	
	.header {

	}
	.in_lt {
		display: none;
	}
	.search .container {
		width: 100%;
	}
	.search h1 {
		padding: 0;
		width: 100%;
		font-size: 32px;
		line-height: 35px;
		letter-spacing: -2px;
		background: none;
		text-align: center;
		display: block;
	}
	.search h3 {
		font-size: 17px;
		line-height: 27px;
		width: 100%;
		padding: 0;
	}
	.search form {
		flex-direction: column;
		margin-top: 35px;
	}
	.search .query {
		width: 100%;
	}
	.search .query input {
		height: 53px;
	}
	.search button {
		width: 17px;
		height: 17px;
		background-size: cover;
		top: 20px;
		right: 15px;
	;
	}
	.dots_list {
		flex-wrap: wrap;
	}
	.dots_list li {
		width: 100%;
		padding: 15px 0;
		display: block;
	}
	.d_icon{

	}
	.mob-left-col{
		display: inline-block;
		float: left;
		height: 100%;
		margin-right: 15px;
	}
	.dots_list h4, .dots_list p {
		text-align: left;
	}
	.h1 {
		width: 100%;
	}
	.h1 h1 {
		text-align: center;
		font-size: 35px;
		line-height: 40px;
	}
	.dots {
		padding: 35px 0 0 0;
	}
	.article {
		padding: 35px 0;
	}
	.article .container {
		flex-direction: column;
	}
	.article .text, .article .picture {
		width: 100%;
		padding: 0;
	}
	.article .picture {
		margin-top: 30px;
		position: relative;
	}
	.article p.date {
		margin: 15px 0;
		text-align: left;
	}
	.article .read_more span {
		display: none;
	}
	.footer .container {
		padding: 0 25px 30px 25px;
		background-size: contain;
	}
	.footer .copy {

	}
	.footer .nav {
		margin: 25px 0;
		justify-content: center;
	}
	.footer .nav a, .footer .nav p{
		font-size: 12px;
	}
	.logo span {
		display: none;
	}
	.logo img {
		display: block;
	}
	.footer .rights {
		font-size: 12px;
		text-align: center;
		margin-bottom: 25px;
	}
	ul.faq li h4 {
		font-size: 18px;
		line-height: 23px;
		padding-right: 40px;
	}
	.button {
		font-size: 18px !important;
	}
	h1>span {
		height: 22px;
	}
	h1 span span{
		margin-top: -20px;
	}

	ul.faq li p {
		width: 100%;
		font-size: 16px;
		line-height: 21px;
	}
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.breadcrumbs li:not(.active) {
		display: none;
	}
	.content .area h1 {
		font-size: 40px;
		line-height: 55px;
		margin-bottom: 15px;
	}
	.page_content {
		padding: 0;
	}
	ul.faq {
		margin: 20px 0 0 0;
	}
	.story_info .story_ava {
		width: 75px;
		height: 75px;
	}
	.story_author_info ul li {
		font-size: 11px;
		padding: 0 10px;
	}
	.story_author_info ul li span {
		font-size: 14px;
	}
	.story_desc p{
		font-weight: 600;
		margin-bottom: 3px;
	}
	.story_desc p, .story_desc p.desc {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 15px;
	}
	.content {
		padding: 40px 0;
	}
	.story_author_info ul {
		height: initial;
		padding-top: 20px;
	}
	.story_all {
		padding: 10px 0;
		display: flex;
		font-size: 16px;
	}
	#renew {
		font-size: 12px;
	}
	.go-tg .story_info {
		position: relative;
		right: 0;
	}
	.story_info {
		padding-left: 15px;
	}
	.nav li {
		margin-left: 15px;
	}
}