@import 'fonts.css';
@import 'modal.css';

:root {
	--blue: #3b6798;
	--secondaryBlue: #005394;
	--darkblue: #0c4376;
	--yellow: #f9af26;
	--dark-yellow: #754c00;
	--white: #fff;
	--darksilver: #414141;
	--dark: #333;
	--black: #000;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; background: #e0e0e0; }
::-webkit-scrollbar-thumb { background: var(--blue); }
::-webkit-scrollbar-thumb:hover { background: var(--yellow); }

/* Text selection */
::-webkit-selection { color: var(--black); background: var(--yellow); }
::-moz-selection { color: var(--black); background: var(--yellow); }
::selection { color: var(--black); background: var(--yellow); }

html, body {
	font-family: hregular;
	/* firefox scrollbar */
	scrollbar-width: thin;
	scrollbar-color: var(--blue) #e0e0e0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.wrapper {
	width: 100%;
	height: 100%;
	background-color: var(--white);
}
.container {
  position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
header {
  position: relative;
	width: 100%;
	min-height: 97px;
	display: inline-block;
	z-index: 99;
}
.headline {
	width: 100%;
	height: 6px;
	background-color: var(--blue);
}
.header-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 20px;
	background-color: var(--white);
}
.lang {
	font-size: 12px;
	border: 1px solid #4e76a2;
	padding: 4px 10px 2px !important;
}
.lang:hover {
	border: 1px solid #968147;
}
.nav-menu-wrapper {
	display: flex;
	justify-content: space-between;
}
.menu-icon {
  line-height: 30px;
  font-size: 20px;
  background: var(--blue);
  text-align: right;
  box-sizing: border-box;
  padding: 10px 24px;
  cursor: pointer;
  color: var(--white);
}
nav {
  position: relative;
  width: 100%;
  line-height: 30px;
	text-transform: uppercase;
	background-color: var(--blue);
}
nav ul {
  line-height: 30px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: var(--white);
  text-align: right;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
nav ul li {
  display: inline-block;
  padding: 10px 20px;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
nav ul li a:hover {
	color: #f2b200;
}
.main-menu li:hover ul {
	display: block;
}
.logo {
	display: flex;
}
.head-logo-first {
	padding: 22px 30px 21px 0;
}
.head-logo-first img:nth-child(2) {
	display: none;
}
.head-logo-second {
	padding: 15px 30px 15px 0;
}
.head-logo-second img {
	height: 80px;
}
.search-box {
	width: 100%;
	padding: 20px;
}
.sb-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.currency {
	display: flex;
}
.currency p {
	padding: 5px 15px;
	font-size: 12px;
	font-family: hbold;
	color: var(--darksilver);
}
.sb-socials a {
	padding-left: 20px;
}
.search {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 15px;
}
.search-box input {
	width: 100%;
	max-width: 600px;
	border: 1px solid var(--blue);
	border-radius: 25px;
	color: var(--blue);
	outline: none;
	padding: 6px 10px;
	background-color: transparent;
}
.search-box input:hover,
.search-box input:focus {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(138,138,138,0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(138,138,138,0.6);
	box-shadow: 0px 0px 5px 1px rgba(138,138,138,0.6);
}
.search-box input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
.search-box input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
.search-box input[type=search]::-webkit-search-decoration,
.search-box input[type=search]::-webkit-search-cancel-button,
.search-box input[type=search]::-webkit-search-results-button,
.search-box input[type=search]::-webkit-search-results-decoration { display: none; }
.search-btn {
	position: absolute;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: -10px;
	margin-right: 10px;
	background: rgba(0,0,0,0);
	border: none;
	cursor: pointer;
	outline: none;

	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.search-btn img:hover {
	opacity: 0.7;
}
.sub-menu {
	display: none;
	position: absolute;
	width: 125px;
	margin-left: -15px;
	padding: 5px 0 10px 0;
	z-index: 10;
	background-color: rgba(59,103,152,0.7);
	text-align: left;
	text-transform: none;
  -webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.menu .sub-menu li {
	line-height: 12px;
	padding: 6px 12px;
}
.sm-activity {
	width: 145px;
	padding-left: 10px;
	padding-right: 10px;
}
.sub-menu-finance {
	text-align: left;
	color: var(--white);
	padding: 2px 0;
	margin-left: 20px;
}
.sub-menu-finance li a {
	text-align: left;
}
.sub-menu a {
	color: var(--white);
	font-size: 12px;
}
.sdj-submenu {
	width: 100%;
	position: absolute;
	z-index: -10;
	opacity: 0;
	top: -200px;
	-webkit-transition: all ease-in-out 0.7s;
	-moz-transition: all ease-in-out 0.7s;
	-ms-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
	transition: all ease-in-out 0.7s;
	background-color: rgba(69, 111, 157, 0.9);
}
.animate-top {
	position: fixed;
	width: 100%;
	top: -150px;
	left: 0;
	z-index: 9990;
}
.sdj-submenu-wrap {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
}
.sdj-submenu-block {
	position: relative;
	width: 19%;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sdj-submenu-block a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: hbold;
	font-size: 16px !important;
	color: var(--white);
	text-align: center;
	text-transform: uppercase !important;
}
.sdj-submenu-wrap a {
	color: var(--white);
	font-size: 10px;
	text-transform: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.sdj-submenu-wrap a:hover {
	color: #f2b200;
}

/* Section 1 */
.main-section {
	width: 100%;
	margin: 30px 0;
	padding: 0 20px;
}
.main-news-wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.zoom {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* new news content */
.news-content-wrap {
	display: flex;
}
.news-content-left {
	width: 100%;
	max-width: 680px;
}
.news-content-left a {
	position: unset;
}
.news-content-left a:hover h1 {
	color: var(--secondaryBlue);
}
.news-content-left__desc {
	height: 59px;
	overflow: hidden;
}
.news-content-left__desc h1 {
	font-family: hbold;
	font-weight: normal;
	font-size: 22px;
	color: var(--darksilver);
}
.news-content-left__date {
	text-align: right;
	padding: 5px 0 10px;
}
.news-content-left__date span {
	color: var(--yellow);
	font-size: 14px;
}
.news-content-left__photo {
	height: 400px;
	overflow: hidden;
}
.news-content-left__photo img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
/* content title */
.content__title {
	position: relative;
	border-bottom: 2px solid var(--darkblue);
	height: 36px;
	padding: 6px 0;
	margin-bottom: 30px;
}
.content__title h3 {
	text-transform: uppercase;
	font-family: hbold;
	font-weight: normal;
	color: var(--darkblue);
}
.content__title .all-news {
	font-family: serif;
	font-style: italic;
	font-size: 14px;
	color: gray;
	text-align: right;
	margin-top: 12px;
}
/* END content title */
.news-content-right__wrap {
	height: 417px;
	padding-right: 20px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.news-content-right {
	width: 420px;
	margin-left: 30px;
	padding-top: 10px;
	overflow: hidden;
}
.news-content-right__item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-top: 2px dotted silver;
}
.news-content-right__item:hover p {
	color: var(--darkblue);
}
.news-content-right__wrap .news-content-right__item:first-child {
	padding-top: 0;
	border-top: 0;
}
.news-content-right__wrap .news-content-right__item:last-child {
	padding-bottom: 0;
}
.news-content-right__photo {
	width: 100%;
	max-width: 100px;
	height: 80px;
	overflow: hidden;
}
.news-content-right__photo img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: center center;
}
.news-content-right__desc {
	width: 100%;
	padding-left: 20px;
}
.news-content-right__desc p {
	font-size: 14px;
}
/* END new news content */
.mn-tl-info-item .news-date {
	margin-left: 30px;
	top: 40px;
}
.mn-tl-info-item .news-desc {
	width: 180px;
	margin-left: 30px;
	bottom: 40px;
}
.news-date {
	position: absolute;
	top: 30px;
	margin-left: 20px;
}
.news-desc {
	position: absolute;
	bottom: 30px;
	max-width: 280px;
	margin-left: 20px;
}

/* Tabs */
.question-tabs h1 {
	width: 100%;
	margin-bottom: 70px;
	margin-bottom: 40px;
	text-align: center;
	font-family: miamaNueva;
	font-size: 34px;
	font-weight: normal;
	color: #f39200;
}
.qt-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.qt-info {
	width: 100%;
	max-width: 750px;
}
.qt-info__photo {
	margin-bottom: 10px;
}
.qt-info__photo img {
	width: 100%;
	max-height: 440px;
    object-fit: cover;
    object-position: bottom;
}
.qt-info p {
	color: var(--darksilver);
	line-height: 22px;
}
.qt-info__link {
	position: relative;
	z-index: 1;
	width: 60px;
	margin: 20px auto 0;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #f7941e;
	overflow: hidden;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.qt-info__link::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 6px;
	height: 100%;
	background-color: var(--darkblue);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.qt-info__link:hover {
	width: 160px;
}
.qt-info__link:hover::before {
	width: 100%;
}
.qt-info__link span {
	color: var(--white);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}
.qt-info__link:hover span:first-child {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
}
.qt-info__link:hover span:last-child {
	margin-left: 10px;
}
.qt-info__link span:first-child {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: -100px;
	opacity: 0;
	visibility: hidden;
}
.qt-info__link span:last-child {
	font-size: 34px;
	margin-left: 25px;
}
.qt-info__link span:last-child i {
	font-size: 24px;
}
/* sidebar gallery */
.sidebar-gallery-wrap {
	margin-left: 30px;
}
.sidebar-gallery {
	max-width: 350px;
	position: relative;	
	padding: 10px;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
}
.gallery__wrap {
	max-height: 400px;
	overflow-y: scroll;
	background-color: #f1f1f1;
	padding: 10px;
	-webkit-box-shadow: inset -2px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -2px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: inset -2px 0px 16px 0px rgba(0,0,0,0.75);
	/* firefox scrollbar */
	scrollbar-width: thin;
}
.gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.gallery__item {
	height: 90px;
	overflow: hidden;
}
.gallery__item img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	object-position: center center;
}
/* tab */
.question-wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.answer-tab-box img {
	width: 110px;
}
.question {
	text-align: center;
	padding: 20px 0;
	margin: 10px;
	width: 290px;
	border-radius: 4px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.question:hover {
	background-color: var(--darkblue);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
	box-shadow: 0 0 40px rgba(0,0,0,.5);
}
.question:hover p {
	color: var(--white);
}
.question p {
	margin: 0 20px;
	margin-top: 30px;
	font-size: 16px;
	color: var(--darksilver);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.question p span {
	color: var(--yellow);
	font-family: hbold;
}
.slick-slide img {
	margin: auto;
}

/* Section 3 */
.icon-box {
	width: 100%;
	background: url('../img/box-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.box {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}
.each-box {
	padding: 50px 20px;
	text-align: center;
	color: var(--white);
	font-size: 18px;
	line-height: 24px;
}
.front, .back {
	width: 200px !important;
	height: 140px !important;
}
.each-box div,
.each-box div img {
	height: 78px;
}
.back p:nth-child(2) {
	font-size: 12px;
	margin-top: 6px;
	line-height: 18px;
}
.back-second {
	padding-top: 10px;
}
.back-third {
	padding-top: 20px;
}
.back-fourth {
	padding-top: 20px;
}

/* Galery section */
.galery-section {
	padding: 0 20px;
}
.galery-calendar-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 70px;
}
.galery-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.galery-wrapper a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.photo-galery {
	position: relative;
	width: 100%;
	max-width: 380px;
	height: 295px;
	background-image: url('../img/photo-galery-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.video-galery {
	position: relative;
	width: 100%;
	max-width: 380px;
	height: 295px;
	margin-left: 30px;
	background-image: url('../img/video-galery-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.photo-galery::before, .video-galery::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.galery-info {
	display: flex;
	align-items: center;
	margin-top: 220px;
	margin-bottom: 15px;
}
.galery-info div {
	margin-left: 30px;
	z-index: 3;
}
.galery-info h1 {
	text-transform: uppercase;
	font-family: SegoeUIBlack;
	font-weight: normal;
	font-size: 24px;
	color: var(--white);
	margin-left: 40px;
	margin-right: 15px;
	z-index: 3;
}
.video-galery .galery-info {
	margin-top: 216px;
}
.calendar {
	width: 100%;
	max-width: 350px;
	min-width: 230px;
	height: 100%;
	margin-left: 30px;

	-webkit-box-shadow: 0px 0px 12px 2px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 12px 2px rgba(224,224,224,1);
	box-shadow: 0px 0px 12px 2px rgba(224,224,224,1);
}
.calendar-header {
	background-color: #3a699b;
	color: var(--white);
	padding: 12px;
	text-align: center;
}

/* Photo-galery page */
.pgp-wrap {
	display: flex;
	flex-direction: row;
	padding: 40px 20px 80px 20px;
}
.pgp-left {
	position: sticky;
	top: 65px;
	width: 100%;
	max-width: 230px;
	height: 100%;
}
.pgp-right {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	margin-left: 40px;
}
.pgp-right-box {
	position: relative;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.pgp-right-box .galery-group {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 3;
}
.pgp-right-box:hover .pgp-rb-headline h5 {
	text-decoration: underline;
}
.pgp-rb-img {
	height: 150px;
}
.pgp-rb-img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center center;
}
.pgp-rb-headline {
	color: var(--blue);
	margin-top: 10px;
	font-weight: normal;
	font-family: hbold;
}

/* Photo galery each */
.pgp-right-box-each {
	position: relative;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* Partners section */
.partners-section {
	width: 100%;
	background-color: #f5f5f5;
	padding: 70px 0;
}
.carousel .owl-carousel .item img {
	width: unset;
	margin: 0 auto;
}

/* Video galery */
.fancybox:hover h5 {
	text-decoration: underline;
}
.fancybox h5 {
	color: var(--blue);
	margin-top: 8px;
	font-weight: normal;
	font-family: hbold;
}

/* Footer */
footer {
	width: 100%;
	min-height: 172px;
	background-color: #2b364a;
	padding-top: 44px;
	padding-bottom: 20px;
}
footer .container {
	max-width: 960px;
}
.footer-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 30px;
}
.slide-toogle {
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.footer-wrap h5 {
	font-family: hbold;
	font-weight: normal;
	font-size: 12px;
	color: var(--white);
	text-transform: uppercase;
}
.sec-underline {
	background-color: #f39100;
	height: 1px;
	width: 120px;
	margin-top: 8px;
}
.footer-list li {
	line-height: 12px;
	padding: 6px 0;
}
.finance-list li {
	list-style: outside;
	color: var(--white);
	margin-left: 30px;
	padding: 2px 0;
}
.footer-wrap a {
	color: var(--white);
	font-size: 12px;
}
.footer-wrap a:hover {
	text-decoration: underline;
}
.ft-hr {
	margin: 30px;
	height: 2px;
	background-color: #4b5465;
}
.footer-additions {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
}
.fa-margin {
	margin: 0 10px;
}
.fa-galery {
	position: relative;
	display: flex;
	align-items: center;
}
.fa-galery img {
	width: 28px;
	margin-right: 10px;
}
.fa-galery p {
	color: var(--white);
	font-family: hbold;
	font-size: 14px;
	text-transform: uppercase;
}
.fa-galery a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.fa-socials {
	width: 200px;
	display: flex;
	justify-content: space-between;
}
.fa-email {
	display: flex;
	align-items: center;
	width: 150px;
	height: 26px;
	border: 1px solid var(--white);
	border-radius: 6px;
	padding: 4px 8px;
}
.fa-email a:hover {
	text-decoration: underline;
}
.fa-email a {
	padding-left: 5px;
	color: var(--white);
	font-size: 12px;
}
.author {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
	padding: 0 20px;
	color: #daedf0;
	font-size: 12px;
}
.author img {
	width: 70px;
	opacity: 0.6;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.author img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

/* News page */
.news-page-wrap {
	display: flex;
	flex-direction: row;
	padding: 40px 20px 80px 20px;
}
.np-left {
	position: sticky;
	top: 65px;
	width: 100%;
	max-width: 230px;
	height: 100%;
}
.np-right {
	position: relative;
	width: 100%;
	max-width: 860px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-left: 40px;
}
.np-right a {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.np-right-slider {
	position: relative;
	width: 100%;
	max-width: 410px;
	height: 234px;
	overflow: hidden;
	margin: 10px;
}
.np-rs-info-item {
	position: relative;
}
.np-rs-info-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.np-rs-info-item .news-date, .np-rs-info .news-date {
	margin-left: 30px;
	top: 40px;
}
.np-rs-info-item .news-date p {
	position: relative;
	color: #fbad36;
	font-size: 12px;
	z-index: 2;
	font-family: hbold;
}
.np-rs-info-item .news-desc, .np-rs-info .news-desc {
	margin-left: 30px;
}
.np-rs-info-item .news-desc h3 {
	position: relative;
	color: var(--white);
	z-index: 2;
}
.np-rs-info-item img {
	width: 100%;
	height: 234px;
	object-fit: cover;
	object-position: center center;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.np-rs-info {
	position: relative;
	width: 100%;
	height: 234px;
	overflow: hidden;
}
.np-rs-info .news-date p {
	position: relative;
	color: #fbad36;
	font-size: 12px;
	z-index: 2;
	font-family: hbold;
}
.np-rs-info .news-desc h3 {
	position: relative;
	color: var(--white);
	z-index: 2;
	font-size: 16px;
	font-weight: normal;
	font-family: hbold;
}
.np-rs-info::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.np-rs-info img {
	width: 100%;
	height: 234px;
	object-fit: cover;
	object-position: center center;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

/* Contacts page */
.contacts h1 {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	font-family: miamaNueva;
	font-size: 36px;
	font-weight: normal;
	color: var(--blue);
}
.contacts-wrap {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-info {
	width: 48%;
	color: var(--blue);
}
.contacts-info a {
	color: var(--blue);
}
.contacts-info a:hover {
	text-decoration: underline;
}
.socials-blue a i {
	font-size: 26px;
	transition: 0.3s ease;
}
.socials-blue a i:hover {
	color: #f39100;
}
.socials-blue a:nth-child(2) {
	margin-left: 25px;
}
.contacts-map {
	width: 48%;
	height: 280px;
}

/* lgot-credit page */
.lgot-credit {
	width: 100%;
	padding: 0 15px;
}
.lg-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 160px;
}
.left-sidebar {
	position: sticky;
	top: -50px;
	height: 100%;
	width: 220px;
	padding-top: 110px;
}
.left-sidebar ul {
	margin-bottom: 20px;
}
.left-sidebar li {
	padding: 6px 0;
}
.left-sidebar a {
	color: var(--blue);
	font-size: 14px;
}
.left-sidebar a:hover {
	text-decoration: underline;
}
.lgot-credit-submenu {
	margin-left: 30px;
}
.right-content {
	max-width: 850px;
	margin-left: 70px;
}
.right-content-links {
	margin-top: 30px;
	font-size: 12px;
	color: #bcbcbc;
}
.right-content-links a {
	color: #bcbcbc;
}
.right-content-links a:hover {
	text-decoration: underline;
}
.right-content-info {
	margin-top: 60px;
}
.right-content-info h1 {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-family: miamaNueva;
	font-size: 34px;
	font-weight: normal;
	color: var(--blue);
}
.right-content-info p {
	text-align: justify;
	text-indent: 20px;
	color: var(--blue);
	font-size: 16px;
}
.right-content-info span {
	color: var(--blue);
	font-size: 16px;
	font-family: hbold;
}
.lgot-credit-logo {
	margin-top: 30px;
	text-align: center;
}
.lgot-credit-logo img:nth-child(2) {
	margin-left: 70px;
}

/* business ideas */
.business_ideas_link {
	display: inline-block;
	margin-top: 30px;
	color: var(--blue);
	border-bottom: 1px solid;
	transition: .3s ease-out;
}
.business_ideas_link:hover {
	color: var(--yellow);
}
.business_ideas_link i {
	margin-right: 5px;
}

/* grants page */
.grants {
	width: 100%;
	padding: 0 15px;
}
.grants-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 160px;
}
.competition {
	margin-top: 20px;
	max-width: 750px;
	height: 140px;
	border: 1px solid var(--blue);
	border-radius: 20px;
	padding: 10px 20px;
}
.competition h2 {
	color: var(--blue);
	font-size: 24px;
	font-weight: normal;
}
.competition span {
	margin-left: 20px;
	color: #f7b11a;
	font-size: 27px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.competition p {
	margin-top: 20px;
	font-size: 12px;
	color: #919191;
}

/* Isker competition's page */
.isker-comp {
	margin-left: -30px;
}
.isker-comp img {
	width: 100%;
}
.isker-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: -30px;
}
.isker-buttons a {
	width: 350px;
	color: var(--white);
	background-color: var(--yellow);
	text-transform: uppercase;
	padding: 12px 0px;
	margin-bottom: 10px;
	font-size: 13px;
	border-radius: 15px;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.isker-buttons a:hover {
	background-color: #e5a122;
}

/* Form */
.forma-apply {
	margin-left: -30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.app-form {
	position: relative;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 30px 40px 40px 40px;
	border-radius: 25px;
	background: -webkit-linear-gradient(-45deg, rgba(46,49,146,1) 0%, rgba(33,37,163,1) 17%, rgba(92,187,219,1) 100%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.urid-lico {
	margin-top: 17px;
}
.urid-lico, .fiz-lico {
	width: 270px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	visibility: hidden;
}
.apply-visible {
	visibility: visible;
}
.apply-hidden {
	visibility: hidden;
}
.apply-to {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.apply-to h2 {
	color: var(--yellow);
	font-size: 30px;
	text-align: center;
	cursor: pointer;
}
.apply-to p {
	color: var(--white);
	font-size: 14px;
	text-align: center;
	text-indent: 0px;
	width: 250px;
	margin-top: 20px;
}
.urid-lico h5, .fiz-lico h5 {
	margin-bottom: 30px;
	text-align: center;
	color: var(--white);
	font-weight: normal;
}
.urid-lico input, .fiz-lico input {
	width: 250px;
	background: transparent;
	outline: none;
	padding: 10px 0;
	margin-top: 10px;
	border: 1px solid var(--white);
	border-radius: 25px;
	font-size: 10px;
	text-align: center;
	color: #cadeed;
}
.fiz-lico input {
	margin-bottom: 7px;
}
.urid-lico input::placeholder, .fiz-lico input::placeholder {
	color: var(--white);
	opacity: 0.7;
}
.urid-lico button, .fiz-lico button {
	width: 250px;
	outline: none;
	background-color: var(--yellow);
	padding: 10px 0;
	margin-top: 10px;
	border: none;
	border-radius: 25px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
	cursor: pointer;
}
.urid-lico button:hover, .fiz-lico button:hover {
	background-color: #e5a122;
}

/* sdj-page */
.sdj-page {
	margin-bottom: 160px;
	padding: 30px 20px;
}
.sdj-page-menu {
	padding: 2px 0;
}
.sdj-page-menu a {
	color: #525252;
	padding: 5px 10px;
	font-size: 24px;
	transition: 0.4s ease;
}
.sdj-page-menu a:hover {
	color: var(--yellow);
}

/* Fund page */
.fund-about {
	width: 100%;
	padding: 0 15px;
}
.fund-about-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 160px;
}

/* fund leaders page */
.fund-leaders-name {
	max-width: 745px;
	margin-top: 40px;
}
.fund-leaders-name p {
	text-indent: 0px;
}
.fund-leaders-name p:nth-child(2) {
	margin-left: 95px;
}

/* fund sovet page */
.fund-sovet {
	max-width: 750px;
}
.fund-sovet-name h3 {
	text-indent: 30px;
	color: var(--blue);
	font-size: 20px;
	padding: 15px 0;
	font-weight: normal;
	font-family: hbold;
}
.fund-sovet-name p {
	margin-left: 95px;
}

/* fund ustav page */
.rci-ustav {
	max-width: 800px;
	position: relative;
}
.pdf-ustav {
	text-align: right;
	margin-top: -10px;
}
.pdf-ustav a {
	background-color: var(--white);
	border: 2px solid var(--blue);
	color: var(--blue);
	padding: 5px 10px;
	transition: 0.3s ease;
}
.pdf-ustav a:hover {
	background-color: var(--blue);
	color: var(--white);
}
.rci-ustav h1 {
	margin-bottom: 40px;
	line-height: 50px;
}
.rci-ustav h3 {
	text-align: center;
	color: var(--blue);
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: hbold;
}
.rci-ustav p {
	padding: 5px 0;
	text-indent: 0px;
}
.rci-ustav .sub-ustav {
	margin-left: 24px;
}

/* News Best-product page */
.news-pages {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 160px;
	padding: 0 15px;
}
.nb-img-best-product {
	background-image: url('../img/best-product-news.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news-left-content {
	width: 780px;
	margin-top: 40px;
}
.news-left-content div img {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.news-left-content img {
	max-width: 100% !important;
	height: auto !important;
}
.nlf-title h1 {
	font-size: 24px;
  font-weight: normal;
	font-family: hbold;
}
.nlf-info {
	margin-top: 20px;
}
.news-left-content .nlf-info h1 {
	font-weight: normal;
	font-family: hbold;
}
.news-left-content .nlf-info p {
	margin-top: 0px;
}
.news-left-content .nlf-title p {
	font-size: 14px;
	color: #787878;
	text-indent: 0px;
}
.news-left-content p, .news-left-content h3 {
	margin-top: 20px;
}
.news-left-content p {
	font-size: 16px;
	margin-top: 10px !important;
}
.news-left-content p span {
	font-family: unset !important;
}
.nlf-img img {
	width: 100%;
}
.nlf-img {
	width: 100%;
	padding: 10px 0 5px;
	margin-top: 20px;
}

/* sidebar */
.news-right-sidebar {
	position: sticky;
	top: 65px;
	height: 100%;
	width: 200px;
	margin-top: 40px;
	color: #656464;
}
.news-right-sidebar h4 {
	color: #656464;
	text-transform: uppercase;
	font-weight: normal;
	font-family: hbold;
}
.news-right-sidebar a {
	display: block;
	color: #737272;
	font-size: 13px;
}
.news-right-sidebar a:hover {
	text-decoration: underline;
}
.sb-inline {
	border: 1px solid #212121;
	margin: 10px 0;
}
.link-inline {
	border-color: #999999;
}

/* News SDJ Almaty Itogy 2018 */
.nb-img-sdj-almaty-itog {
	background-image: url('../img/sdj-almaty-itog2.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sdj-almaty-itog-page p {
	text-align: justify;
}

/* News SDJ Aktobe charity ball */
.nb-img-aktobe-charity-ball {
	background-image: url('../img/aktobe-charity-ball-main.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news-acb-main {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news-acb-main-img {
	margin-top: 20px;
	margin-right: 20px;
}
.news-acb-main-img img {
	width: 300px;
}
.aktobe-charity-ball-page p {
	text-indent: 20px;
	text-align: justify;
}

/* News SDJ Zhanaozen */
.nb-img-sdj-zhanaozen {
	background-image: url('../img/sdj-zhanaozen-main.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sdj-zhanaozen-page p {
	text-indent: 20px;
	text-align: justify;
}

/* SDJ info */
.rci-declaration-wrap p {
	text-indent: 0;
	padding: 5px 0;
}
.rci-declaration {
	margin-bottom: 20px;
}
.rci-declaration h1 {
	margin-bottom: 30px;
}
.rci-declaration h3 {
	color: var(--blue);
	text-align: center;
	font-weight: normal;
	font-family: hbold;
}
.rci-dec-paragraph {
	margin-top: 10px;
}
.right-content-info .sdj-dec-sign {
	text-align: right;
}

/* SDJ predsedatel */
.rci-pred-wrap {
	display: flex;
	flex-direction: row;
}
.rci-pred-img img {
	width: 275px;
	height: 245px;
}
.rci-pred-info {
	padding-top: 130px;
	margin-left: 20px;
}
.rci-pred-info h2 {
	color: var(--blue);
	margin-bottom: 10px;
	font-family: hbold;
	font-weight: normal;
}
.rci-pred-info p {
	text-indent: 0;
	text-align: left;
}
.accordion__sdj-bio {
	display: block;
	padding: 10px;
}
.rci-pred-bio .ti-none {
	text-indent: 0;
}
.rci-pred-bio h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 18px;
	font-family: hbold;
	font-weight: normal;
}
.rci-pred-bio ul {
	margin-left: 30px;
}
.rci-pred-bio li, .rci-pred-bio p {
	font-size: 16px;
	color: var(--blue);
}
.rci-pred-bio li {
	list-style: outside;
	padding: 4px 0;
}

/* SDJ NPP contacts */
.rci-npp-contacts p, 
.rci-npp-contacts h3, 
.rci-npp-contacts a {
	color: var(--blue);
}
.rci-npp-contacts h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-family: hbold;
}
.rci-npp-contacts p {
	text-indent: 0;
}
.rci-npp-contacts .sdj-npp-mail:hover {
	text-decoration: underline;
}
.rci-sdj-contacts-map {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* SDJ partners */
.rci-sdj-partners {
	max-width: 780px;
}
.rci-sdj-partners-img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
.rci-sdj-partners-img div img {
	width: 300px;
}
.rci-sdj-partners-img div:nth-child(2) img {
	margin-top: 10px;
	margin-left: 80px;
}

/* fullcalendar */
.fc-active {
	content: '';
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	width: 2em;
	height: 2em!important;
	background: #fcaf3c;
	z-index: -1;
}
.fc-event-day {
	background-color: red;
	padding: 5px 10px;
	border-radius: 50%;
}
.fcalendar-title {
	padding: 8px 0;
	margin: 0 30px;
	color: var(--blue);
	font-size: 16px;
	font-weight: normal;
	font-family: hbold;
	border-bottom: 1px solid #f2f2f2;
}
.fcalendar-title div {
	display: none !important;
}
.fc-month-view .fc-event-container {
	display: none;
}
.fc-month-view .fc-content-skeleton tbody {
	/*display: none;*/
	/*background-color: #3a87ad;*/
}
.fc-scroller {
	overflow: hidden !important;
}
.fc-head {
	background-color: #f2f2f2 !important;
	color: var(--dark);
}
th {
	font-weight: normal;
}
.fc button {
	height: unset !important; 
	padding: unset !important; 
	font-size: unset !important; 
	border: none;
	background: var(--white);
	outline: none;
	cursor: pointer;
}
.fc-prev-button {
	position: absolute !important;
	left: -150px !important;
}
.fc-next-button {
	position: absolute !important;
	left: 4px !important;
}
.fc-right button {
	/*position: absolute !important;*/
	right: 10px !important;
	font-size: 13px !important;
	margin-top: 2px !important;
}
.fc-month-button {
	position: absolute !important;
	left: -50px;
}
.fc-addEv-button {
	position: absolute !important;
	left: -120px;
}
.fc-center h2 {
	font-size: 15px !important;
	margin-top: -2px !important;
	color: var(--darksilver) !important;
	font-weight: normal;
	font-family: hbold;
}
.fc-left .fc-state-hover {
	color: #3f669f !important;
}
.fc-state-down, .fc-state-active, .fc-state-default {
	box-shadow: unset !important; 
	color: #3f669f !important;
}
.fc-state-down, .fc-state-active, .fc-state-disabled {
	color: var(--white) !important;
	cursor: default;
}
.fc-state-down:hover, .fc-state-active:hover, .fc-state-disabled:hover {
	cursor: default;
}
.fc-state-hover {
	color: var(--dark) !important;
}
.fc-day-grid .fc-row {
	height: 33px !important;
}
.fc-day-grid-container {
	height: unset !important;
	min-height: 13.8em;
}
.fc-basicDay-view .fc-bgevent {
	display: none;
}
/* calendar on sidebar */
.fc-side {
	margin-left: unset !important;
}
.fc-side .fc-center h2 {
	font-size: 13px !important;
}
.fc-side .fc-toolbar .fc-center {
	margin-left: -55px !important;
}
.fc-side .fc-prev-button {
	left: -108px !important;
}
.fc-side .fc-next-button {
	left: 30px !important;
}
.fc-side .fc-addEv-button {
	display: none !important;
}

/* Scroll top */
.scroll-up {
	position: fixed;
	bottom: 2.5em;
	right: 1%;
	background: #dadada;
	border-radius: 5px;
	display: none;
	cursor: pointer;
	z-index: 9;
	opacity: 0.6;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.scroll-up:hover {
	opacity: 1;
}
.scroll-up span {
	font-size: 3em;
	padding: 0.2em;
	color: #004a7a;
}
.scroll-up [class*=" icon-"], .scroll-up [class^=icon-] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* altyn-oimaq-banner */
.altyn-oimaq-banner {
	margin-top: 35px;
}
.altyn-oimaq-banner img {
	width: 100%;
}
.altyn-oimaq-banner a {
	opacity: unset;
	position: unset;
	top: unset;
	left: unset;
	width: unset;
	height: unset;
	z-index: unset;
}

/* calendar events */
.fc-addEv-button {
	display:none !important;
}

/* Geography page */
.geography-wrap {
	margin: 60px 0;
	padding-left: 15px;
	padding-right: 15px;
}
.svg-map-wrap {
	width: 94%;
	margin: 0 auto;
}
.geotab-active path {
	fill: #6484c2 !important;
}
.geotab-wrapper {
	margin: 60px 0;
}
.geo-tabs__leader {
	display: flex;
	justify-content: space-around;
}
.geo-tabs__leader-item {
	display: flex;
}
.geo-tabs__leader-photo {
	width: 165px;
	height: 205px;
	overflow: hidden;
}
.geo-tabs__leader-photo img {
	object-fit: cover;
	object-position: center center;
}
.geo-tabs__leader-info {
	margin-left: 30px;
	margin-top: 20px;
}
.geo-tabs__leader-info span {
	color: var(--darkblue);
	font-family: hbold;
	font-size: 18px;
}
.geo-tabs__leader-info p {
	color: #515151;
	font-size: 12px;
	font-style: italic;
	margin: 12px 0;
}
.geo-tabs__leader-info a {
	color: var(--dark);
	text-transform: uppercase;
	border: 1px solid #d8d8d8;
	padding: 12px 80px;
}
.geo-tabs__leader-mail p,
.geo-tabs__leader-mail a {
	color: #515151;
	font-size: 14px;
}
.geo-tabs__leader-mail p {
	margin-top: 140px;
}
.geo-tabs__leader-mail a {
	font-family: hbold;
}
.geo-tabs__leader-mail a:hover {
	text-decoration: underline;
}

/* accordion */
.accordion__leaders {
	width: 100%;
	margin: 40px 0;
}
.accordion__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #d8d8d8;
	cursor: pointer;
}
.accordion__header h4 {
	color: var(--dark);
	padding: 15px 25px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
.accordion__arrow {
	margin: auto;
	margin-right: 0;
}
.accordion__header img {
	padding: 0 15px;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.accordion__info {
	padding: 15px;
	border: 1px solid #d8d8d8;
	border-top: none;
}
.accordion__info-wrap {
	display: flex;
	padding: 10px;
}
.accordion__info-wrap span,
.accordion__info-wrap p {
	color: #515151;
	font-size: 14px;
	text-align: left;
}
.accordion__info-wrap span {
	font-family: hbold;
	width: 100%;
	max-width: 350px;
}
.accordion__info-wrap p {
	font-style: italic;
}

/* sidemenu */
.sidemenu-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0ms;
	-o-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0ms;
	transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0ms;
	background: rgba(0,95,171,.3);
	opacity: 0;
	visibility: hidden;
}
.sidemenu-wrapper {
	position: fixed;
	overflow-x: hidden;
	left: -280px;
	top: 0;
	bottom: 0;
	z-index: 10001;
	width: 280px;
	height: 100%;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	background-color: var(--white);
}
.sidemenu-overlay--show {
	opacity: 1;
	visibility: visible;
}
.sidemenu-wrapper--slide {
	left: 0;
}
.sidemenu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px 10px 15px;
}
.sidemenu__header--close .fas {
	display: block;
	padding: 10px 15px;
	font-size: 20px;
	color: var(--secondaryBlue);
	opacity: 0.6;
	cursor: pointer;
	transition: .3s ease;
}
.sidemenu__header--close .fas:hover {
	opacity: 1;
	transform: rotate(90deg);
}
.sidemenu__header--lang .lang {
	width: 48px;
	color: var(--secondaryBlue);
	text-transform: uppercase;
	font-size: 14px;
	transition: .3s ease;
}
.sidemenu__header--lang .lang:hover {
	border: 1px solid var(--secondaryBlue);
	background-color: var(--secondaryBlue);
	color: var(--white);
}
.sidemenu__links {
	padding-bottom: 50px;
}
.sidemenu__links a {
	display: block;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0 0 0 2em;
	color: var(--secondaryBlue);
}
.sidemenu__links a:hover {
	background-color: rgba(0,95,171,.07);
}
.sidemenu__link-wrap {
	margin-top: 8px;
}
.sidemenu__link-wrap .sidemenu__link-main {
	font-family: hbold;
}

/* Addition styles */
.go-to__map-info {
	z-index: -1;
}
.sdj-almaty-itog-page p,
.sdj-almaty-itog-page span,
.sdj-almaty-itog-page li {
	font-family: hregular !important;
}
.accordion__arrow-rotate {
	-webkit-transform: rotate(360deg) !important;
	-moz-transform: rotate(360deg) !important;
	transform: rotate(360deg) !important;
}
.sticky {
  padding-top: 51px;
}
.fixedHeader{
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}
.active {
	font-family: hbold;
}
.invis {
	z-index: -9999;
}
.open {
	display: block;
}

/* Screen Sizes */
@media (max-width: 1140px) {
	/* nav */
	nav ul li {
		padding: 10px;
	}
	.currency p {
		padding: 5px 5px;
	}
	.sb-socials a {
		padding-left: 5px;
	}
	.menu .sub-menu li {
		padding: 6px 12px;
	}

	/* sidebar gallery */
	.gallery__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	/* Gallery section */
	.galery-info h1 {
		font-size: 20px;
		margin-left: 30px;
		margin-right: 30px;
	}

	/* Photo galery */
	.pgp-right {
		grid-template-columns: repeat(3, 1fr);
	}
	.pgp-right-box {
		max-width: unset;
	}
	.pgp-right-box-each {
		width: 100%;
	}

	/* Section 7 partners */
	.partner-box {
		width: 90%;
	}
}
@media (max-width: 840px) {
	/* Nav */
	.header-top {
		flex-wrap: wrap;
	}
	.logo {
		margin: 0 auto;
	}
	.head-logo-first {
    padding: 17px 30px 16px 0;
	}
	.head-logo-second {
    padding: 10px 30px 10px 0;
	}
	.head-logo-first img {
		width: 200px;
	}
	.head-logo-second img {
		height: unset;
		width: 80px;
	}
	.search-box {
    width: unset;
    margin: 0 auto;
    padding: 8px 10px 10px;
	}
	.search {
    margin-top: 5px;
	}
	nav ul {
  	width: 100%;
    max-height: 0px;
    background: var(--blue);
		position: absolute;
		z-index: 9999;
  }
  .showing {
    max-height: 25em;
    z-index: 9999;
  }
  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    text-align: left;
  }
  .menu-icon {
    display: block;
  }
	.sub-menu {
		width: 100%;
		position: relative;
		padding-left: 20px;
	}

	/* Main */
	.news-content-wrap {
		flex-direction: column;
	}
	.news-content-left {
		max-width: unset;
	}
	.news-content-right {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.news-content-right .content__title {
		display: none;
	}

	/* sidebar gallery */
	.gallery__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	/* Icon box */
	.each-box {
		margin: auto;
		margin-bottom: 10px;
		padding: 50px 30px;
	}

	/* Galery section */
	.calendar {
		max-width: unset; 
		margin-left: 0;
		margin-top: 30px;
	}
	.galery-calendar-wrap {
    flex-wrap: wrap;
	}
	.galery-wrapper {
		flex-wrap: wrap;
	}
	.photo-galery {
		max-width: unset;
	}
	.video-galery {
		max-width: unset;
		margin-left: 0;
		margin-top: 30px;
	}

	/* Photo-gallery */
	.pgp-wrap {
		flex-wrap: wrap;
	}
	.pgp-left {
		position: unset;
		top: unset;
		max-width: unset;
		margin-bottom: 30px;
	}
	.pgp-left .calendar {
		margin-top: 0;
	}
	.pgp-right {
		margin-left: 0px;
	}
	
	/* News page */
	.news-page-wrap {
		flex-wrap: wrap;
	}
	.np-left {
		max-width: unset;
		position: unset;
		top: unset;
	}
	.np-left .calendar {
		margin-top: 0;
	}
	.np-right {
		margin-left: 0;
		margin-top: 20px;
	}
	.np-right-slider {
		max-width: unset;
	}
	.np-rs-info {
		max-width: unset;
	}

	/* Fund */
	.left-sidebar .pgp-left {
		width: 200px;
	}

	/* Best product news page */
	.news-right-sidebar {
		display: none;
	}

	/* SDJ predsedatel */
	.rci-pred-wrap {
		display: block;
	}
	.rci-pred-img {
		width: 100%;
	}
	.rci-pred-info {
		margin-top: 10px;
		margin-bottom: 20px;
		padding-top: unset;
		margin-left: unset;
	}

	/* SDJ partners */
	.rci-sdj-partners-img div img {
		width: 180px;
	}
	.rci-sdj-partners-img div:nth-child(2) img {
		margin-top: 10px;
		margin-left: 50px;
	}

	/* Footer */
	.smart {
		display: unset;
	}
	.fa-socials {
		width: 150px;
	}

	/* Geography page */
	.geo-tabs__leader {
		flex-direction: column;
	}
	.geo-tabs__leader-mail p {
		margin-top: 40px;
	}
	.accordion__info-wrap {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	/* Navigation */
	.menu ul li {
		padding-left: 30px;
	}
	.sdj-submenu {
		display: none;
	}

	/* sidebar gallery */
	.sidebar-gallery-wrap {
		display: none;
	}

	/* Contacts page */
	iframe {
		width: 300px;
	}

	/* Isker page */
	.urid-lico, .fiz-lico {
		margin: auto;
	}

	/* Lgot-credit page */
	.right-content-info h1 {
		font-size: 28px;
	}
	.right-content-info p {
		padding-right: 20px;
	}
	.lgot-credit-logo {
		padding-right: 20px;
	}

	/* Form */
	.apply-to p {
		padding-right: 0px;
	}

	/* Fund */
	.fund-leaders-name p:nth-child(2) {
		margin-left: 0px;
	}

	/* Scroll top */
	.scroll-up {
    bottom: 1em;
    right: 1em;
	}
}
@media (max-width: 500px) {
	.search-box {
		padding-left: 0px;
	}
	.head-logo-first {
		padding: 0px 30px 0px 15px;
	}
	.head-logo-first img:nth-child(1) {
		display: none;
	}
	.head-logo-first img:nth-child(2) {
		display: unset;
		width: 78px;
	}

	/* Main section */
	.news-content-left__desc {
		height: 67px;
	}
	.news-content-left__desc h1 {
		font-size: 18px;
	}
	.news-content-left__photo,
	.news-content-left__photo img {
		height: 210px;
	}

	/* Section 2 */
	.question-tabs h1 {
		font-size: 24px;
	}
	.qt-wrapper {
		flex-wrap: wrap;
	}
	.qt-info {
		margin-right: 0px;
	}
	.answer-tab {
		margin-top: 20px;
	}

	/* sidebar gallery */
	.content__title h3 {
		font-size: 14px;
	}
	
	/* Section 4 news */
	.nb-img-block {
		display: none;
	}
	.nb-info-block::after {
		display: none;
	}

	/* Photo-galery */
	.pgp-right {
		grid-template-columns: repeat(1, 1fr);
	}
	.pgp-rb-img,
	.pgp-rb-img img {
		height: 180px;
	}

	/* Galery group */
	.pgp-right-box-each {
		height: 180px;
	}

	/* Footer */
	.footer-wrap {
		justify-content: flex-start;
	}
	.slide-toogle {
		cursor: pointer;
		margin-bottom: 5px;
	}
	.smart {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-additions {
		flex-direction: column;
		align-items: unset; 
		padding: 0;
	}
	.fa-margin {
		margin: 10px 30px;
	}
	.author {
    flex-direction: column;
    text-align: center;
	}
	.author div:nth-child(1) {
		margin-bottom: 20px;
	}

	/* Contacts page */
	.contacts-info {
		width: 100%;
		margin-bottom: 40px;
	}
	.contacts-map {
		width: 100%;
	}

	/* Fund page */
	.fund-about-wrap {
		display: flex;
		flex-direction: column;
	}
	.left-sidebar {
		width: unset;
		padding-top: 30px;
	}
	.right-content {
		margin-left: 0px;
	}
	.right-content-info p {
    padding-right: 0px;
	}
	.fund-sovet-name h3 {
		text-indent: 30px;
		color: var(--blue);
		font-size: 20px;
		padding: 15px 0;
	}
	.fund-sovet-name p {
		margin-left: 0px;
		text-indent: 10px;
	}
	.competition {
		height: 100px;
	}
	.competition a {
		text-align: center;
	}
	.competition span {
		margin-left: 0px;
	}
	.competition p {
		display: none;
	}
	.grants-wrap {
		display: flex;
		flex-direction: column;
	}
	.lg-wrap {
		display: flex;
		flex-direction: column;
	}
	.lgot-credit-logo {
		padding-right: 0px;
	}
	.lgot-credit-logo img {
		display: block;
		margin: auto;
	}
	.lgot-credit-logo img:nth-child(2) {
    margin-left: 105px;
    margin-top: 25px;
	}
	.isker-comp {
   	margin-left: 0px; 
	}
	.isker-buttons {
   	margin-left: 0px; 
	}
	.forma-apply {
    margin-left: 0px;
  }
  .footer-list {
  	display: none;
  }
  .footer-list-open {
  	display: block;
  }

  /* left-sidebar */
	.left-sidebar {
		position: unset;
		top: unset;
	}

  /* Best product news page */
  .nlf-title h1 {
    font-size: 22px;
	}

	/* news page */
	.np-right {
		grid-template-columns: repeat(1, 1fr);
	}

	/* News Aktobe ball */
	.news-acb-main {
		display: block;
	}
	.news-acb-main-img {
		margin-right: 0px;
	}
	.news-acb-main-img img {
		width: 350px;
	}

	/* SDJ predsedatel */
	.rci-pred-info h2, .rci-pred-bio h2 {
		font-size: 20px;
	}
	.rci-pred-img img {
		width: 100%;
		height: unset;
	}

	/* SDJ partners */
	.rci-sdj-partners-img  {
		display: block;
	}
	.rci-sdj-partners-img div {
		text-align: center;
	}
	.rci-sdj-partners-img div img {
		width: 180px;
	}
	.rci-sdj-partners-img div:nth-child(2) img {
		margin-top: 10px;
		margin-left: 0px;
	}

	/* Geography page */
	.geo-tabs__leader-item {
		flex-direction: column;
	}
	.geo-tabs__leader-photo {
		text-align: center;
    margin: auto;
	}
	.geo-tabs__leader-info {
		margin: 0 auto;
		margin-top: 20px;
	}
	.geo-tabs__leader-mail {
		margin: 0 auto;
	}
}

/* news progress bar */
progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: var(--yellow);
	z-index: 9999;
}
progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 9999;
}
progress::-webkit-progress-value {
	background-color: var(--yellow);
	background-image: linear-gradient(315deg, var(--yellow) 0%, var(--dark-yellow) 74%);
	z-index: 9999;
}
progress::-moz-progress-bar {
	background-color: var(--yellow);
	background-image: linear-gradient(315deg, var(--yellow) 0%, var(--dark-yellow) 74%);
	z-index: 9999;
}
.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 51px;
	left: 0;
	height: 6px;
	display: block;
	z-index: 9999;
}
.progress-bar {
	background-color: var(--yellow);
	background-image: linear-gradient(315deg, var(--yellow) 0%, var(--darkblue) 74%);
	width: 0%;
	display: block;
	height: inherit;
	z-index: 9999;
}