/*!
Theme Name: biletnakoncert
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biletnakoncert
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

biletnakoncert is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.menu li.current-menu-item a {
	font-weight: 700;
  cursor: default;
  pointer-events: none;
}

/* Pagination */
.pagination {
  padding: 29px 0 57px 0;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li a,
.pagination li span {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a181f;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.3;
}

@media screen and (max-width: 577px) {
	.pagination li a,
	.pagination li span {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}
}

.pagination li:hover a {
  opacity: 1;
}

.pagination li.sepo {
  cursor: default;
}

.pagination li.sepo:hover {
  opacity: 0.3;
}

.pagination li span {
	opacity: 1;
  border-color: #1a181f;
  cursor: default;
}

/* COMMENTS */
.comment-form {
	position: relative;
}

.comment-notes {
	display: none;
}

.post-ratings {
	width: 50%;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
	margin: 5px;
	width: 30px;
}

/* RATING */
.add-comment__bottom {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media screen and (max-width: 577px) {
	.add-comment__bottom {
		margin-top: 80px;
	}
}

.rating-container {
	position: relative;
  display: block;
  width: 100%;
  height: 60px;
  overflow: visible;
}

@media screen and (max-width: 577px) {
	.comments__item-rating-val {
		padding-top: 3px;
	}
}

@media screen and (max-width: 1700px) {
	.add-comment__btn {
		width: 50%;
	}
}

/* CONTACTS */
.what-we-do {
	margin-top: 0;
}

.about-us__wrapper {
	margin-bottom: 72px;
}

.about-us__bottom-text {
	margin-top: 50px;
}

.about-us {
  padding: 102px 0 100px 0;
	background-image: url(./assets/img/poster_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: contain;
  background-size: contain;
}

.what-we-do__items {
	justify-content: space-around;
}

.feedback__form {
	position: relative;
}

.feedback__form br {
	display: none;
}

.feedback div.wpcf7 .ajax-loader {
	bottom: 19px;
  margin-left: 130px;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 25px;
	margin-left: 18%;
}

@media screen and (max-width: 1400px) {
	div.wpcf7 .ajax-loader {
		margin-left: 13%;
	}
}
@media screen and (max-width: 1200px) {
	div.wpcf7 .ajax-loader {
		margin-left: 250px;
	}
}
@media screen and (max-width: 991px) {
	div.wpcf7 .ajax-loader {
		bottom: 20px;
	}
}
@media screen and (max-width: 556px) {
	div.wpcf7 .ajax-loader {
		bottom: 15px;
		margin-left: 48%;
	}
}

/* SLIDER */
@media screen and (max-width: 556px) {
	.fancybox-navigation .fancybox-button--arrow_right,
	.fancybox-navigation .fancybox-button--arrow_left {
		-webkit-background-size: 200%;
		background-size: 200%;
	}

	.fancybox-navigation .fancybox-button--arrow_left {
		left: 2vw;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		right: 2vw;
	}
	.fancybox-button--close {
    top: 33vh;
    right: 3vw;
    width: 30px;
    height: 30px;
	}
	.fancybox-navigation .fancybox-button {
		top: calc(50% - 40px);
	}
	.gallery.active .gallery__block:first-child,
	.gallery.active .gallery__block {
		width: 48%;
	}
}

.cookie-close {
	animation: cookieClose 200ms both;
}

@keyframes  cookieClose {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		position: absolute;
	}
}

/* MODAL */
.modal__form br {
	display: none;
}

div.modal__form-wrapper .ajax-loader {
	bottom: 65px;
  margin-left: 250px;
}

@media screen and (max-width: 1200px) {
	div.modal__form-wrapper .ajax-loader {
		bottom: 40px;
	}
}

@media screen and (max-width: 576px) {
	div.modal__form-wrapper .ajax-loader {
		bottom: 20px;
		margin-left: 44%;
	}
	div.modal__form-wrapper span.wpcf7-not-valid-tip {
		font-size: 12px;
	}
}

/* PRIVACY POLICY */
.privacy-policy {
	margin: 25px 0;
	padding: 25px;
}

.privacy-policy a {
	color: #1a181f;
}

.privacy-policy li {
	margin-bottom: 20px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
  color: #1a181f;
}

@media screen and (max-width: 992px) {
	.privacy-policy li {
		font-size: 18px;
    line-height: 22px;
	}
}

@media screen and (max-width: 768px) {
	.privacy-policy li {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 577px) {
	.privacy-policy li {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (max-width: 782px) {
	.spourl{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 90vw!important;
	}
}

.privacy-policy ul {
	padding-left: 15px;
	list-style-type: circle;
}

/* NEWS */
.news__wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news__wrapper .comments__header-top {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.news__item {
	margin-bottom: 25px;
  padding: 25px 20px 15px 20px;
	width: 49%;
	text-decoration: none;
	transition: all .4s;
}

@media screen and (max-width: 577px) {
	.news__item {
		width: 100%;
	}
}

.news__item:hover {
	box-shadow: 0 5px 62px rgba(45, 50, 56, 0.5);
}

.news-single p,
.news-single li {
	font-size: 18px;
	line-height: 24px;
}

.news-single ul {
	padding-left: 15px;
}

.news-single li {
	margin-bottom: 10px;
	font-family: "Montserrat";
  font-weight: 400;
	color: #1a181f;
	list-style-type: disc;
}

.news-single a {
	color: #1a181f;
}

.news-single__time {
	font-weight: 400;
  font-size: 22px;
  color: #1a181f;
  opacity: 0.5;
}

@media screen and (max-width: 1920px) {
	.news-single__wrapper .widget__body {
	  padding: 33px 26px 100px 26px;
	}
}

@media screen and (max-width: 991px) {
	.news-single__time {
		font-size: 18px;
	}

	.news__item p {
		font-size: 14px;
		line-height: 18px;
	}
}

.news-single__meta {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.news-single__meta h1 {
	padding-right: 10px;
	font-size: 30px;
}

.news-single__wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 35px auto;
	padding: 5px 10px 10px 10px;
}

.news-single {
	margin-left: 25px;
  padding: 0 15px;
	flex: 1;
	height: 100%;
}

.news-single__wrapper .widget {
	width: 415px;
}

.news-single__wrapper .widget__date:first-child,
.news-single__wrapper .widget__name:first-child {
	padding-right: 0;
}

@media screen and (max-width: 1200px) {
	.news-single__wrapper .widget {
		width: 35%;
	}

	.news-single__wrapper .widget__date,
	.news-single__wrapper .widget__name {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.news-single__wrapper {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.news-single {
		margin-bottom: 25px;
		margin-left: 0;
	}

	.news-single__wrapper .widget {
		width: 320px;
		margin: 0 auto;
	}

	.news-single__wrapper .widget__header::after {
		bottom: -2px;
		height: 8px;
	}

	.news-single__wrapper .widget__body {
		padding: 20px 20px 100px 20px;
		text-align: left;
	}

	.news-single__meta h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.news-single__wrapper .widget__header::after {
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-width: 577px) {
	.news-single__wrapper .widget {
		width: 100%;
	}

	.news-single__meta {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.news-single__meta h1 {
		padding-right: 0;
		font-size: 22px;
	}

	.news-single__time {
		margin-bottom: 20px;
	}

	.news-single__wrapper .widget__date,
	.news-single__wrapper .widget__name {
		font-size: 14px;
	}

	.news-single p,
	.news-single li {
		font-size: 14px;
		line-height: 18px;
	}
}


/* Main Page */
.poster-section {
	-webkit-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 992px) {
	.poster-col-2 .poster-btn,
	.poster-col-1 .poster-btn,
	.poster-col-4 .poster-btn {
		height: 35px;
		font-size: 14px;
	}

	.poster-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 577px) {
	.poster-col-2 .poster-btn,
	.poster-col-1 .poster-btn,
	.poster-col-4 .poster-btn {
		height: 30px;
		font-size: 14px;
	}

	.poster-title {
		font-size: 24px;
	}

	.about-us {
    padding: 40px 0 60px 0;
	}
}

/* Contacst Success Msg */
.feedback-contacts {
	position: relative;
}

.contacts-success-msg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 400px;
	height: 200px;
	border-radius: 20px;
	background-image: url(./assets/img/poster_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #1a181f;
	pointer-events: none;
}

.contacts-success-msg.send {
	animation: msg-send 1s both;
}

@keyframes msg-send {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.footer__subscr-btn {
	position: relative;
	text-align: center;
	font-size: 14px;
  height: 40px;
	overflow: hidden;
}

.footer__subscr-btn span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	transition: all .25s;
}

.footer__subscr-btn:hover span {
	transform: translateY(100%);
}

.footer__subscr-btn::before {
	content: attr(data-text);
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 10px;
	transition: all .25s;
}

.footer__subscr-btn:hover::before {
	top: 50%;
}

.footer {
	height: auto;
}

.footer-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer__left {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.footer__center {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.footer__subcr-descr {
	display: inline-block;
	margin-top: 15px;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}

.main {
	flex: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cookie {
	margin-top: auto;
}

@media screen and (max-width: 1100px) {
	.menu li,
	.menu li:last-child {
		margin-right: 25px;
	}

	.socials li {
		margin-left: 20px;
	}

	.footer__subscr-btn {
		width: 220px;
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.footer .menu {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.footer,
	.footer-wrapper {
		min-height: 170px;
	}

	.socials {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.socials li {
		margin-bottom: 10px;
	}

	.footer .logo {
		height: 45px;
	}
}
.durl a{
	background:#364a9c;
	display:flex;
	justify-content:center;
}
.murl a{
	background:#364a9c;
	border-radius:50px;
	display:flex;
	justify-content:center;
}
.murl{
	display:none;
}
@media screen and (max-width: 767px) {
	.footer, .footer-wrapper {
		min-height: 150px;
	}

	.footer__subcr-descr {
		font-size: 12px;
	}
	.durl{
		display:none;
	}
	.murl{
		display:flex;
		margin-top: 20px;
	}
}

@media screen and (max-width: 577px) {
	.footer-wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer .menu {
		-ms-align-items: center;
		align-items: center;
	}

	.menu li, .menu li:last-child {
		margin-right: 0;
	}

	.socials {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer__subscr-btn {
		order: 1;
		margin-right: 5px;
		height: 30px;
	}

	.socials li:first-child {
		margin-left: 0;
	}

	.event-content__container {
		padding-bottom: 100px;
	}

	.footer__subcr-descr {
		margin: 9px 0;
		max-width: 90%;
		text-align: center;
		order: 1;
	}
}

.header-right ul li.js-lang:nth-child(3), .header-right ul li.js-lang:nth-child(4), .header-right ul li.js-lang:nth-child(5)  {
	display: none;
}

.spourl{
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 600px;
}