/*   
Theme Name: discofabrika
Author:  discofabrika
Author URI:  discofabrika
*/

@media (min-width: 979px) {
    ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
        /* для раскрывания субменю по наведению */
        display: block;
    }

    .comment-list .children {
        /* для комментов */
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px;
    }

    .comment-list .media {
        margin-top: 0;
    }
}

.relative {
    position: relative;
}

input {
    width: 100%;
    margin: 5px;
}

.animate {
    opacity: 0.7;
    display: block;
    position: absolute;
}

.point1 {
    position: absolute;
    top: 0px;
    width: 50px;
}

.point2 {
    position: absolute;
    transform: rotate(180deg);
    top: 0px;
    right: 0;
    width: 50px;
}

.point3 {
    position: absolute;
    transform: rotate(60deg);
    top: 0px;
    right: 50%;
    width: 50px;
}

.point4 {
    position: absolute;
    transform: rotate(30deg);
    top: 100%;
    left: -100px;
    width: 50px;
}

.point5 {
    position: absolute;
    transform: rotate(120deg);
    top: 100%;
    right: -100px;
    width: 50px;
}

.point3 .animate._1 {
    animation: _1 8s infinite linear;
}

.point5 .animate._1 {
    animation: _1 6s infinite linear;
}

.animate._1 {

    animation: _1 7s infinite linear;
}

.point2 .animate._1 {
    animation-delay: 2s;
    animation-duration: 2s;
    animation: _1 7s infinite linear;
}

@keyframes _1 {
    0% {
        top: -100px;
        left: -100px;
        transform: rotate(0deg);
    }

    33% {
        top: -70px;
        left: -100px;

    }

    66% {

        top: -100px;
        left: -70px;
    }

    100% {
        top: -100px;
        left: -100px;
        transform: rotate(360deg);
    }
}

.icon {
    width: clamp(50px, 8vw, 80px);
}

#concert_city,
#concert_date,
#concert_button_url {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#concert_text {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

* {
    box-sizing: border-box;
}

body {
    margin: auto;
    background: white;
    font-family: 'Roboto', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    --name-outline: #0000009c;
    min-width: 300px;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
}

main {
    width: 100%;

}

.bg_wh {
    background: linear-gradient(180deg, #dc0000 0%, #4333F1 100%);
	overflow: hidden;
}

main img {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #412c97;
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    width: 100px;
}

.logo img {
    width: 100%;
}

.btn_list {
    gap: 40px;
    display: flex;
    justify-content: space-evenly;
}

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

.menu a {
    margin: auto;
}

.btn_header {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    background-color: #7A0104;
    color: #ffffff;
    width: fit-content;
    padding: 12px 30px;

    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.btn_header._v2 {
    background: none;
    border: 2px solid #fff;

}

.btn_header._v2:hover {
    background: #ffffff;
    color: #000;

}

.btn_header:hover {
    background-color: #fd4164;

}

._mob {
    display: none;
}

.city_link {
    display: flex;
    justify-content: space-between;
    margin: 1 1 auto;
    max-width: 100%;
    flex-wrap: wrap;
    flex-shrink: inherit;
}

.city_link a {
    padding: 0 7px;
    margin: 4px;
    list-style: none;
    display: block;
    text-decoration: none;
    border: 1px solid #000000;
    ;
    border-radius: 8px;
    transition: 0.2s;
    min-width: 120px;
    font-weight: 500;
    text-align: center;
}

a:active,
/* активная/посещенная ссылка */
/* при наведении */
a {
    text-decoration: none;
    color: #000000;
}

.city_link a:hover {
    background-color: #000000;
    ;
    color: #fff;
    transition: 0.2s;
}

.tickets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 0px;
}

.tickets__text-38 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
    color: #7A0104;
}

.tickets__label {}

.ticket__row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #f5f5f5;
}

.ticket__row_grey {
    background-color: #f5f5f5;
}

.tickets__date {
    width: 20%;
    font-weight: 500;
}

.tickets__place {
    width: 30%;
    font-weight: 700;
}

.tickets__place p {

    font-weight: 700;
}

.tickets__arena {
    width: 30%;
}

.tickets__buy {
    width: 20%;
}

.tickets__text-19 {
    font-size: 19px;
    line-height: 130%;
    margin: 0;
    font-weight: 400;
}

.tickets__text-19_bold {
    font-weight: 700;
}

.tickets__buy-button {
    font-weight: 700;
    color: #7A0104;
    font-size: 19px;
    line-height: 130%;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.tickets__buy-button:hover {
    color: #fd3d60;
    cursor: pointer;
}

.container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    background-color: #f5f5f5;
    width: 100%;
}

.footer__container {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.footer__icons {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.footer__item {
    width: 28px;
    height: 28px;
}

.footer__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    will-change: opacity;
}

.footer__text-12 {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    margin: 0;
}

.footer__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}

.event-box {
    padding: 50px;
    background-color: white;
    border-radius: 15px;
    line-height: 1.6;
    color: #252525;
}

.event-block {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
    background: #faf2fc;
}

.event-block p {
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.event-participants {
    font-weight: 100;
    margin-bottom: 15px;
}

.event-artists {
    list-style: none;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    margin: 0;
    padding: 0;
    margin-left: 2rem;
}

.artist-name {
    font-weight: 700;
    line-height: 140%;
}

.event-special-guests {
    font-weight: 100;
    margin-bottom: 5px;
}

.event-description {
    font-size: clamp(1.2em, 2.8vw, 1.9rem) !important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.event-description p {}

.afisha {
    padding-top: 80px;

}

.afisha__text-38 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
    color: #000000;

}

.afisha__video {

    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.afisha__video iframe {
    display: block;
    border: 0;
    padding: 0;
}

.afisha__text-18 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}

.afisha__text-18_bold {
    font-weight: 700;
}

a.afisha__text-18_bold {
    text-decoration: none;
    color: #252525;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

a.afisha__text-18_bold:hover {
    cursor: pointer;
    color: #000000;
}

.afisha__text-20_citate {
    font-style: italic;
    font-weight: 300;
}

.afisha__text-20 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

.afisha__content {
    position: relative;
}

.afisha__content h2 {


    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #000000;
}

.afisha__flex {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.bg_light {
    border-radius: 20px;
    background: white;

    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.afisha__cnt {
    width: 50%;
    max-width: 100%;
}

.afisha__img {
    width: 50%;
}

.afisha__video video {
    width: 100%;
    max-width: 100%;
    display: block;
}

.afisha__img video {
    max-width: 100%;
    display: block;
}

.afisha__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
}

.pictures {
    padding-top: 60px;

    padding-top: 60px;
    padding-bottom: 80px;
    background: #1e350c;
}

.pictures__text-38 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.pictures__line {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.pictures__item {
    overflow: hidden;
    border-radius: 0px;
    margin: 0 0px 30px;
    width: 300px;
    z-index: 1;
    position: relative;
    scale: 1;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.pictures__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fd3d60;
}

.pictures__item a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    color: white;
    font-size: 70px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    scale: 1;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.pictures__item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 300px;
    scale: 1;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.pictures__item:hover img {
    scale: 1.05;
}

.mfp-arrow-left:after {
    background-image: url('images/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-right: none;
}

.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-right:after {
    background-image: url('images/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-left: none;
    transform: rotate(180deg);
}

.mfp-arrow-right:before {
    border-left: none;
}

.mfp-close {
    position: absolute;
    right: 0;
}

.video-box {
    position: relative;
    overflow: hidden;
    background-color: #000;

}

.video-box video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
}

.video-content {
    position: relative;
    color: #fff;
    padding: 50px;
    font-size: 20px;
    min-height: 100vh;
    z-index: 2;
    pointer-events: none;
}

/* .video-content:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;	
} */




@media only screen and (max-width: 1023px) {
    .afisha__flex {
        flex-direction: column;
    }

    .afisha__flex._reverse {
        flex-direction: column-reverse;
    }

    .afisha__cnt {
        width: 100%;
        max-width: 100%;
    }

    .afisha__img {
        width: 100%;
    }

    .afisha__img iframe {
        margin: auto;
        display: block;
    }

    .afisha__img img {
        margin: auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    main {
        margin-top: 80px;
    }

    .video-content {
        min-height: 70vh;
    }

    .ticket__row {
        flex-direction: column;
    }

    ._desktop {
        display: none;
    }
}



/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .logo {
        display: none;
    }

    .menu {
        justify-content: center;
    }

    .btn_list {
        gap: 10px;
        width: 100%;
    }

    .afisha {
        padding-top: 40px;

    }

    .video-content {
        min-height: 400px;
    }

}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 769px) {}