/home/bdqbpbxa/demo-subdomains/sparkskyiv.goodface.com.ua/wp-content/themes/sparks/css/main.css
.main-header {
	height: 480px;
	background-position: bottom -150px right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.main-header .intro-top {
	z-index: 21;
}

.header-info {
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 84px;
	z-index: 20;
}

.header-title {
	font-family: "Crimson", sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-top: 170px;
	line-height: 1;
}

.header-desc {
	font-size: 25px;
	font-family: "Crimson", sans-serif;
	color: #fff;
	text-align: center;
}

.halftp-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.halftp-bg::before {
	content: '';
	position: absolute;
	background: #212633;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: .7;
}

.halftp-bg img {
	min-width: 100%;
	position: relative;
	z-index: 1;
	opacity: .5;
}

.news-list-container {
	width: 1040px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.news-list {
	margin: 0 -15px;
	overflow: hidden;
}

.news-item {
	float: left;
	width: calc(33.3% - 30px);
	margin: 0 15px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
}

.news-item.fade-in {
	opacity: 1;
	-webkit-transition: 1.3s .25s;
	transition: 1.3s .25s;
}

.news-item:nth-child(3n + 4) {
	clear: both;
}

.news-image {
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	height: 280px;
}

.news-image img {
	-webkit-transition: .5s;
	transition: .5s;
	min-width: 100%;
	height: 100%;
	left: 50%;
	position: relative;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.news-image a {
	display: block;
	height: 100%;
}

.news-image:hover img {
	-webkit-transform: translate(-50%,0) scale(1.1);
	transform: translate(-50%,0) scale(1.1);
	-webkit-transition: .5s;
	transition: .5s;
}

.news-date {
	font-size: 12px;
	color: #797b80;
	margin-bottom: 12px;
}

.news-title {
	margin-bottom: 15px;
}

.news-title a {
	color: #000714;
	font-size: 20px;
	font-family: "Crimson", sans-serif;
	max-height: 75px;
	display: block;
	overflow: hidden;
	line-height: 25px;
	transition: .25s;
}

.news-title a:hover {
	transition: .25s;
	color: #d79660;
}

.news-desc {
	color: #646566;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}

.news-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.news-details-link {
	font-size: 14px;
	color: #d79660;
	text-decoration: none;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
	padding-bottom: 6px;
	position: relative;
	display: inline-block;
	-webkit-transition: .25s;
	transition: .25s;
}

.news-details-link::before {
	content: '';
	position: absolute;
	height: 1px;
	top: calc(100% - 1px);
	left: 50%;
	width: 50%;
	background: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-details-link::after {
	content: '';
	position: absolute;
	height: 1px;
	top: calc(100% - 1px);
	right: 50%;
	width: 50%;
	background: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
}

.news-details-link:hover {
	color: #101317;
	-webkit-transition: .25s;
	transition: .25s;
}

.news-details-link:hover::before {
	-webkit-transition: .25s;
	transition: .25s;
	width: 0;
	background: #101317;
}

.news-details-link:hover::after {
	-webkit-transition: .25s;
	transition: .25s;
	width: 0;
	background: #101317;
}

.show-more-btn {
	font-size: 14px;
	color: #d79660;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
	border: 1px solid #d79660;
	display: inline-block;
	padding: 20px;
	padding-left: 45px;
	cursor: pointer;
	position: relative;
}

.show-more-btn::before {
	content: '';
	width: 16px;
	height: 20px;
	background: url(../img/circle.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.show-more-btn.in-progress::before {
	-webkit-transform: translate(0,-50%) rotate(180deg);
	transform: translate(0,-50%) rotate(180deg);
	-webkit-transition: .25s;
	transition: .25s;
}

.show-more-btn-wrapper {
	text-align: center;
}

.main-footer {
	background: url(../img/news-bottom-bg.png);
	padding-bottom: 32px;
	text-align: center;
	padding-top: 10px;
}

.main-footer {
	position: relative;
}

.main-footer .footer-min {
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}

.main-footer .footer-max {
	position: relative;
	z-index: 10;
}

.main-footer .footer {
	position: relative;
	z-index: 2;
}

.footer-tr-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.footer-tr-bg img {
	position: absolute;
	min-height: 100%;
	left: 50%;
	min-width: 100%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: 0;
}

.news-wrapper {
	background: url('../img/news-bg.jpg') no-repeat;
	background-size: cover;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.main-header .intro-top .middle {
	top: 10px;
}

.menu .current-menu-item:not(.menu-item-home) a,.modal-content .menu .current-menu-item:not(.menu-item-home) a {
	color: #bebebe;
	pointer-events: none;
}

.menu .current-menu-item:not(.menu-item-home) a::before {
	content: none;
}

.menu .current-menu-item:not(.menu-item-home) a::after {
	content: none;
}

@media (max-width: 1170px) {
	.main-header .middle {
		width: 100%;
	}

	.main-header .menu {
		margin-top: 35px;
	}

	.news-list-container {
		padding: 0 35px;
		padding-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.header-title {
		margin-bottom: 10px;
		margin-top: 140px;
	}

	.main-header .intro-top .middle {
		top: 70px;
	}

	.main-header {
		height: auto;
		padding-bottom: 0;
		background-position: bottom center;
	}

	.header-desc {
		font-size: 20px;
	}

	.main-header .schedule-block{
		display: block;
		margin-bottom: 5px;
	}

	.main-header .schedule-block .icon {
		vertical-align: top;
	}

	.news-image {
		height: 200px;
	}

	.news-wrapper {
		padding-top: 50px;
	}

	.news-list-container {
		padding-bottom: 80px;
	}

	.main-header {
		position: static;
	}
}

@media (max-width: 767px) {
	.main-header .menu {
		display: none;
	}

	.tabs .tabs-nav ul li a {
		font-size: 27px;
	}

	.intro-top .left {
		display: none;
	}

	.main-header .navicon {
		display: block;
	}

	.header-title {
		margin-top: 210px;
	}

	.tel .icon-text {
		font-size: 12px;
	}

	.phone .phone-text span {
		font-size: 12px;
	}

	.main-header {
		background-position: bottom right;
	}

	.header-desc {
		padding: 0 25px;
	}

	.copyright {
		font-size: 12px;
	}

	.developer span {
		font-size: 12px;
	}

	.developer a {
		font-size: 12px;
	}

	.social li + li {
		margin-left: 30px;
	}

	.footer .contact {
		margin-top: 28px;
	}
	.footer .contact .contact-block {
		width: 100%;
		float: none;
	}
	.footer .contact .contact-block + .contact-block {
		margin-top: 28px;
	}

	.footer .middle {
		position: relative;
		left: auto;
		transform: none;
		-webkit-transform: none;
	}

	.footer-min {
		padding: 35px 0;
		text-align: center;
	}
	.about .footer-min {
		padding: 13px 0 35px;
	}
	.footer .left {
		float: none;
		margin: 28px 0 0;
	}
	.footer .right {
		float: none;
		margin: 28px 0 0;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.about .intro {
		height: 100vh;
	}

	.main-header .intro-top .middle {
		top: 10px;
	}
}

@media (max-width: 600px) {
	.news-item {
		width: calc(50% - 30px)
	}

	.news-item:nth-child(3n + 4) {
		clear: none;
	}

	.news-item:nth-child(2n + 3) {
		clear: both;
	}
}

@media (max-width: 450px) {
	.news-item {
		margin-left: 0;
		margin-right: 0;
		min-width: 100%;
	}

	.news-image {
		height: 280px;
		margin-bottom: 20px;
	}

	.news-item img {
		min-width: 100%;
		min-height: 100%;
	}

	.news-list {
		margin: 0;
	}

	.show-more-btn {
		padding: 15px 20px;
		padding-left: 45px;
	}

	.main-header {
		background-position: center;
	}
}

.article-wrapper {
	background: url(../img/news-bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.article-container {
	width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 100%;
	padding-top: 65px;
	padding-bottom: 110px;
}

.back-btn {
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 12px;
	font-family: "Roboto",sans-serif;
	-webkit-transition: .25s;
	transition: .25s;
	position: relative;
}

.back-btn span {
	color: #000000;
	-webkit-transition: .25s;
	transition: .25s;
}

.back-btn svg {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	-webkit-transition: .25s;
	transition: .25s;
}

.back-btn svg .st0 {
	stroke: #000;
	-webkit-transition: .25s;
	transition: .25s;
}

.back-btn:hover svg .st0 {
	stroke: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
}

.back-btn:hover {
	color: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
}

.back-btn:hover span {
	color: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
}

.article-image {
	height: 480px;
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}

.article-date {
	color: #797b80;
	font-size: 14px;
	margin-bottom: 20px;
}

.article-inner {
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
}

.article-title {
	font-weight: normal;
	font-size: 40px;
	font-family: "Crimson", sans-serif;
	color: #000714;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 30px;
}

.article-desc {
	font-size: 25px;
	color: #000714;
	line-height: 30px;
	font-family: "Crimson", sans-serif;
	margin-bottom: 35px;
}

.article-wrapper .article p {
	color: #646566;
	font-size: 14px;
	font-family: "Roboto",sans-serif;
	margin: 30px 0;
	font-weight: 300;
	line-height: 20px;
}

.article-wrapper .article p > a {
	position: relative;
	color: #d79660;
}

.article-wrapper .article p > a::before {
	content: '';
	position: absolute;
	height: 1px;
	top: calc(100% - 1px);
	left: 50%;
	width: 0;
	background: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.article-wrapper .article p > a::after {
	content: '';
	position: absolute;
	height: 1px;
	top: calc(100% - 1px);
	right: 50%;
	width: 0;
	background: #d79660;
	-webkit-transition: .25s;
	transition: .25s;
}

.article-wrapper .article p > a:hover {
	-webkit-transition: .25s;
	transition: .25s;
}

.article-wrapper .article p > a:hover::before {
	-webkit-transition: .25s;
	transition: .25s;
	width: 50%;
	background: #d79660;
}

.article-wrapper .article p > a:hover::after {
	-webkit-transition: .25s;
	transition: .25s;
	width: 50%;
	background: #d79660;
}

.related-news .slick-track {
	margin-left: 0;
}


.related-news-title {
	color: #000714;
	font-family: "Crimson", sans-serif;
	font-size: 40px;
	margin-bottom: 45px;
}

.related-news .news-list {
	margin: 0;
	overflow: visible;
}

.related-news .news-item {
	margin: 0;
}

.related-news .news-list .slick-list{
	margin: 0 -15px;
}

.related-news .news-list .slick-slide {
	margin: 0 15px;
}

.related-news .slick-arrow {
	position: absolute;
	top: 115px;
	cursor: pointer;
	z-index: 1;
}

.related-news .slick-arrow svg path {
	transition: .25s;
}

.related-news .slick-arrow:hover svg path{
	stroke: #d79660;
	transition: .25s;
}

.related-news .prev-arrow {
	left: -95px;
}

.related-news .next-arrow {
	right: -95px;
}

.video-block {
	width: 720px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	margin-bottom: 85px;
	margin-top: 50px;
}

.video-block::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #212633;
	opacity: .7;
}

.video-poster img {
	max-width: 100%;
}

.play-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.article-images {
	margin: 50px -150px;
}

.article-images .slick-list {
	margin: 0 -15px;
}

.article-slide-image {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.article-slide-image img {
	position: absolute;
	top: 50%;
	min-height: 100%;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.article-images .slick-slide {
	margin: 0 15px;
}

.article-images .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

.article-images .prev-arrow {
	left: -25px;
}

.article-images .next-arrow {
	right: -25px;
}

@media (max-width: 1250px) {
	.related-news .next-arrow {
		right: -25px;
	}

	.related-news .prev-arrow {
		left: -25px;
	}
}

@media (max-width: 1090px) {
	.article-container {
		width: 690px;
	}

	.article-images {
		margin: 50px 0;
	}

	.article-slide-image {
		height: 200px;
	}
}

@media (max-width: 991px) {
	.article-container {
		padding-top: 35px;
	}

	.article-image {
		margin-bottom: 20px;
	}

	.article-date {
		margin-bottom: 15px;
	}

	.article-slide-image {
		height: 200px;
	}

	.related-news .news-list .slick-slide {
		margin: 0 9px;
	}

	.related-news .news-list .slick-list {
		margin: 0 -9px;
	}

	.related-news .slick-arrow {
		top: 75px;
	}

	.article-container {
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.article-image {
		height: 280px;
	}

	.article-image img {
		height: 100%;
		width: auto;
		position: relative;
		left: 50%;
		max-width: none;
		-webkit-transform: translate(-50%,0) scale(.9);
		transform: translate(-50%,0) scale(.9);
	}

	.article-container {
		width: 600px;
	}

	.article-images {
		margin: 35px 0;
	}

	.video-block {
		margin-bottom: 50px;
	}

	.related-news-title {
		margin-bottom: 40px;
	}

	.modal-content .menu li a {
		font-size: 16px;
	}

	.news-list-container {
		padding: 0 20px;
		padding-bottom: 80px;
	}
}

@media (max-width: 600px) and (orientation: landscape) {
	.modal-content .menu li a {
		font-size: 14px;
	}

	.modal-content .menu li + li {
		margin: 0 0 0 25px !important;
	}
}

@media (max-width: 600px) {
	.related-news .news-desc {
		display: none;
	}

	.article-images .next-arrow {
		right: 0;
	}

	.article-images .prev-arrow {
		left: 0;
	}

	.related-news .prev-arrow {
		left: 0;
	}

	.related-news .next-arrow {
		right: 0;
	}
}

@media (max-width: 450px) {
	.related-news .slick-arrow {
		top: 115px;
	}
}

@media (max-width: 374px) {
	.news-image {
		height: 250px;
	}

	.related-news .slick-arrow {
		top: 100px;
	}
}

.pagination-wrapper {
	text-align: right;
}

ul.pagination {
	display: inline-flex;
	justify-content: flex-end;
	margin: 0 -7px;
	width: 100%;
	margin-top: 30px;
	flex-wrap: wrap;
}

.page-numbers {
	width: 100%;
	height: 100%;
	flex: 0 0 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #d79660;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #d79660;
	line-height: 1;
	font-size: 20px;
	font-family: "Crimson",sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin: 0 7px;
	margin-bottom: 10px;
	transition: .25s;
}


.pagination-dots {
	font-size: 20px;
	margin: 0 7px;
}

.page-numbers.first-page,.page-numbers.last-page {
	display: flex !important;
}


.page-numbers.current {
	background: #d9dadb;
	border: 1px solid #d9dadb;
	color: #000000;
	pointer-events: none;
	transition: .25s;
}

.pagination-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-back {
	background: url(../img/back-icon.svg) no-repeat center center;
	transition: .25s;
}

.pagination-next {
	background: url(../img/back-icon.svg) no-repeat center center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: .25s;
}

.pagination-back.hidden,.pagination-next.hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: .25s;
}

.pagination-number.current {
	background: #d9dadb;
	border: 1px solid #d9dadb !important;
	color: #000000 !important;
}

.page-numbers .prev {
	font-size: 0;
	background: url(../img/back-icon.svg) no-repeat center center;
}

.page-numbers .next {
	font-size: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../img/back-icon.svg) no-repeat center center;
}

@media (max-width: 767px) {
	ul.pagination {
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
	}
}