/*
Theme Name: Express
Author: ExpressWordpress
Author URI: https://zenetix.com.ua
Theme URI: https://expwp.perets.works
Description: Description
Version: 1.1.3
Text Domain: expwp
*/
:root {
    --fs-small: 18px;
    --fs-normal: 27px;
    --fs-big: 45px;
    --color-y: #FED831;
}
html {
  scroll-behavior: smooth;
}
/* Home */
body {
    padding: 0 0px 0px;
    margin: 0 auto;
    background-color: #000;
    font-weight: 400;
    font-size: var(--fs-normal);
    font-family: 'Inter', sans-serif;
    color: #fff;
    line-height: 1.5;
}
main {
    overflow: hidden;
}
body.fixed {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1540px) {
    .container {
        max-width: 1500px;
    }
}
.row {
    display: flex;
    gap: 5vw;
    flex-wrap: wrap;
}
.between {
    justify-content: space-between;
}
.middle {
    align-items: center;
}
.pt-5 {
    padding-top: 5vw;
}
.pb-5 {
    padding-bottom: 5vw;
}
.pt-10 {
    padding-top: 10vw;
}
.pb-10 {
    padding-bottom: 10vw;
}
.pt-15 {
    padding-top: 15vw;
}
.pb-15 {
    padding-bottom: 15vw;
}
.mt-5 {
    margin-top: 5vw;
}
.mb-5 {
    margin-bottom: 5vw;
}
header .menu {
    align-items: center;
    display: flex;
}
header {
    padding: 10px 20px;
    position: relative;
}
.pll-switcher-select {
    background: none;
    padding: 5px 0;
    margin: 0;
    font-size: var(--fs-small);
    color: #fff;
    border: none !important;
    line-height: 1.5;
    -webkit-appearance: none;
    outline: 0px !important;
    cursor: pointer;
}
option {
    background-color: #202124;
    color: #fff;
}
.header-right {
    display: flex;
    align-items: center;
}
h1 {
    margin: 0 0 35px 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
}
h2, .h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 35px 0;
    line-height: 1.3;
}
h3 {
    margin: 0 0 15px 0;
    font-size: var(--fs-normal);
    font-weight: 500;
}
h1 + p {
    
}
p {
    margin: 0 0 15px 0;
    font-size: var(--fs-small);
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #3C9CD7;
    text-decoration: none;
}
.top p {
    font-size: var(--fs-normal);
}
.wordpress .container {
}
.wordpress .h2 {
    position: relative;
    margin: 0;
    font-weight: 400;
}
.wordpress .h2:after {
    content: '';
    display: inline-flex;
    background-image: url(img/lightning.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 57px;
    transform: translateY(calc(50% - 10px));
}
.line {
    background-color: #fff;
    height: 2px;
    margin-bottom: 60px;
}
.advantage-text {
    width: 400px;
}
.slick-container {
    flex: 1;
    margin-top: -25px;
}
.advantage-list__item .question,
.cost-list__item .question,
.faq-list__item .question {
    padding: 25px 50px 25px 0;
    background-image: url(img/plus.svg);
    background-position: right -5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-image ease-in-out .3s;
}
.advantage-list__item:hover .question,
.cost-list__item:hover .question,
.faq-list__item:hover .question {
    color: var(--color-y);
}
.advantage-list__item + .advantage-list__item,
.cost-list__item + .cost-list__item,
.faq-list__item + .faq-list__item {
    border-top: 2px solid #fff;
}
.advantage-list__item .question:nth-child(odd),
.cost-list__item .question:nth-child(odd),
.faq-list__item .question:nth-child(odd) {
    background-image: url(img/plus2.svg);
    background-position: right 0px center;
}
.advantage-list__item.active .question,
.cost-list__item.active .question,
.faq-list__item.active .question,
.advantage-list__item.active .question:nth-child(odd),
.cost-list__item.active .question:nth-child(odd),
.faq-list__item.active .question:nth-child(odd) {
    background-image: url(img/minus.svg);
}
.answer {
    display: none;
    padding-bottom: 25px;
    font-size: var(--fs-small);
}
.type-sites-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}
.col-lg-4 {
    width: 100%;
    max-width: calc((100% - 5vw * 2) / 3);
}
.number {
    font-size: var(--fs-small);
    margin-bottom: 15px;
}
.type-sites-wrapper__item p {
    font-size: var(--fs-small);
}
.price {
    font-size: var(--fs-small);
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}
.price:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.type-sites-wrapper__item:nth-child(1) .price:before {
    background-image: url(img/border_circle.svg);
}
.type-sites-wrapper__item:nth-child(2) .price:before {
    background-image: url(img/border_rectangle.svg);
}
.type-sites-wrapper__item:nth-child(3) .price:before {
    background-image: url(img/border_circle2.svg);
}
.type-sites-wrapper__item:nth-child(4) .price:before {
    background-image: url(img/border_rectangle2.svg);
}
.type-sites-wrapper__item:nth-child(5) .price:before {
    background-image: url(img/border_circle3.svg);
}
.type-sites-wrapper__item:nth-child(6) .price:before {
    background-image: url(img/border_rectangle3.svg);
}
ul {
    margin: 0 ;
    padding: 0;
    list-style-type: none;
    font-size: var(--fs-small);
}
.type-image li {
    position: relative;
    margin-left: -20px;
    display: flex;
}
.type-image li:before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-image: url(img/lightning.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    position: relative;
}
#searchform {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 0 auto;
}
.cost-list,
.faq-list {
    margin-right: calc(400px + 5vw);
}
.cost-wrapper,
.faq-wrapper {
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.cost-wrapper {
    position: relative;
}
.portfolio .container {
    max-width: calc(100vw - 6px - (((100vw - 3 * 4px) / 4) / 2));
}
.portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 5vw;
}
.portfolio-wrapper > div {
    width: calc((100% - 4px * 3) / 4);
    position: relative;
}
.portfolio-wrapper > div:hover {
    z-index: 2;
}
.portfolio__item .portfolio__item_img {
    display: block;
    height: 200px;
    transition: all ease-in-out .3s;
}
.portfolio-wrapper:hover .portfolio__item {
    filter: blur(4px);
}
.portfolio-wrapper:hover .portfolio__item:hover {
    filter: blur(0px);
}
.portfolio__item .portfolio__item_img:hover {
    transform: scale(1.5);
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.portfolio__item .portfolio__item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all linear 0s 0s;
}
.portfolio__item .portfolio__item_img:hover img {
    object-position: center bottom;
    transition: all linear 8s .3s;
}
.portfolio-types ul {
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin-bottom: 60px;
}
.portfolio-types li {
    font-size: 1.2vw;
    font-weight: 500;
    cursor: pointer;
}
.mixitup-control-active,
.portfolio-types li:hover {
    color: var(--color-y);
}
iframe {
    border: none;
}
.popup-iframe {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
    z-index: 9;
}
.popup-iframe.open {
    opacity: 1;
    visibility: visible;
}
.popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.popup-close:before,
.popup-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
}
.popup-close:before {
    transform: rotate(45deg);
}
.popup-close:after {
    transform: rotate(-45deg);
}
.faq-wrapper {
    position: relative;
}
.test {
    text-align: center;
}
.test h2 {
    font-weight: 400;
}
.test .btn {
    margin: auto;
    text-decoration: none;
}
.feedback {
    background-color: #fff;
    color: #222326;
    padding-bottom: 60px;
}
.feedback h2 {
    color: #222326;
}
#s,
#s:focus-visible {
    border: 1px solid #eee;
    outline: 0;
}
.searchform {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0px, 100%);
    z-index: 9;
    background: #fff;
    padding: 10px 0;
    display: none;
}
#searchsubmit {
    font-family: "elusive";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    color: #F7F7F7;
    background: #c81e28;
    padding: 0 10px;
    font-size: 17px;
    vertical-align: middle;
    z-index: 4;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#searchsubmit {
    font-family: Open Sans, Arial, sans-serif;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    color: #F7F7F7;
    background: #c81e28;
    padding: 0 10px;
    font-size: 17px;
    vertical-align: middle;
    z-index: 4;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all ease .3s;
    line-height: 42px;
}
#searchsubmit:hover {
    color: #151414;
}
#searchform input[type="text"]  {/* Sidebar Search */
    display: block;
    float: left;
    font-size: 18px;
    line-height: 18px;
    padding: 0px 75px 0 10px;
    height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#btn_search {
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: auto;
    color: #99989a;
    cursor: pointer;
    font-size: 18px;
}
.clear {
    clear: both;
}
.feedback-contacts {
    width: 400px;
}
.feedback-form {
    flex: 1;
}
.feedback-contacts__employee {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.feedback-contacts__employee img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}
.feedback-contacts__employee > div {
    max-width: 130px;
    text-align: center;
}
.feedback-contacts__item span {
    display: block;
    font-size: var(--fs-small);
    margin-bottom: 0px;
}
.feedback-contacts__item a {
    color: #222326;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
.feedback-contacts__item a:hover {
    color: var(--color-y);
}
.feedback-contacts__item:not(:last-child) {
    margin-top: 35px;
}
footer {
    background: #fff;
    color: #222326;
    padding: 0;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: var(--fs-small);
    padding: 30px 0;
    border-top: 2px solid #222326;
}
.developer {
    color: #222326;
    font-size: 14px;
}
.developer a {
}
.info-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 740px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.performances__item-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    word-break: break-word;
    transition: all ease .3s;
}
.gradient .performances__item-title,
.gradient2 .performances__item-title,
.gradient3 .performances__item-title {
    color: #3A3B3D; 
}
.active .performances__item-title,
.performances__item-title:hover,
.active .performances__item-title span,
.performances__item-title:hover span {
    color: #fff !important;
}
.performances__item-date {
    color: #D4A48C;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
.container-mini {
    max-width: 1240px;
    margin: 0 auto;
}
.masterclasses {
    padding: 30px 0;
}
.head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-carousel .slick-slide {
    margin: 0 15px;
}
.slick-carousel .slick-list {
    margin: 0 -15px;
}
.title-carousel a {
    color: #131217;
    font-size: 20px;
    margin-top: 10px;
}
.our_artistes-item img {
    margin-bottom: 10px;
}
.date-carousel {
    color: #99989a;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.more {
    color: #c81e28;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    text-align: left;
}
.title-carousel {
    text-align: left;
}
.arrow {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    padding-right: 0px;
}
.arrow div {
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
}
.prev.slick-arrow img {
    transform: rotate(180deg);
}
.slick-arrow img {
    width: 40px;
}
.slick-dots {
    display: flex;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    font-size: 0px;
    border: 1px solid #fff;
    transition: all ease .3s;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
    background: #c81e28;
    border-color: #fff;
}
.arrow > div + div {
    margin-left: 10px;
}
.our_artistes {
    padding: 30px 0;
}
.partners {
    padding-top: 30px;
}
.events {
    display: flex;
    padding: 30px 0;
}
.events > div {
    display: flex;
}
img {
    max-width: 100%;
}
.wrapper-events {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #131217;
    padding: 90px 90px;
    width: 50%;
    box-sizing: border-box;
}
.img-events {
    align-items: center;
    padding: 30px 0;
    width: 50%;
}
.img-events img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-item {
    display: flex;
    padding-right: 20px;
}
.events-item .text {
    padding-left: 40px;
}
.title-events a {
    color: #131217;
    font-weight: 600;
    transition: all ease .3s;
}
.title-events a:hover,
.title-events a:hover * {
    color: #fff !important;
}
.date-events {
    color: #131217;
    margin: 5px 0 10px;
    font-size: 14px;
}
.image-events img {
    border-radius: 50%;
}
.events-item + .events-item {
    margin-top: 20px;
}
.home .events h2 {
    color: #fff;
    font-size: 50px;
}
.subheading {
    color: #D4A48C;
}
.list-events {
    max-height: 415px;
    overflow: auto;
    width: 100%;
    margin-top: 20px
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FED831;
  border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.events-item .more {
    color: #D4A48C;
    transition: all ease .3s;
}
.events-item .more:hover {
    color: #ffffff;
}
img.logo {
    max-width: 120px;
}
.partners-wrapper {
    
}
.partners-item img {
    max-height: 200px;
    margin: 0 auto;
}
.image-events img {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
}
.scale {
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.slick-carousel .slick-slide {
    text-align: center;
}
.scale img {
    transform: scale(1, 1);
    transition: all ease .3s;
}
.scale:hover img {
    transform: scale(1.05, 1.05);
}
.scale:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all ease .5s;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.scale:hover:after {
    opacity: 1;
}
.efbl-overlay,
.esf-share-wrapper {
    display: none;
}
.efbl-row {
    display: flex;
    flex-direction: column;
}
.efbl-thumbnail-col {
    order: 2;
}
.efbl-thumbnail-col img {
    height: 260px;
    width: auto;
    object-fit: cover;
    margin-top: 10px;
    object-position: center top;
}
img {
    max-height: 100%;
    display: block;
}
.efbl-row a {
    display: inline;
    color: #131217;
}
.efbl-halfwidth-skin + .efbl-halfwidth-skin {
    margin-top: 30px;
}
.social-integration {
    padding: 30px 0;
}
.efbl-profile-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.efbl-profile-title-wrap h2 {
    font-size: 18px;
    font-weight: 600;
}
.efbl-d-flex {
    display: flex;
    align-items: center;
}
.efbl-profile-title span {
    color: #99989a;
    font-size: 14px;
}
.efbl-profile-title {
    padding-left: 10px;
}
.efbl-view-on-fb {
    color: #c81e28;
    font-size: 14px;
}
.efbl-post-footer {
    padding-top: 10px;
}
.icon-esf-thumbs-o-up {
    display: none;
}
.efbl-reacted-item:before {
    content: url(images/like.svg);
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.efbl-description-wrap,
.efbl_link_text {
    font-size: 14px;
    color: #131217;
}
.efbl-reacted-item.emotis {
    display: flex;
    margin-right: 10px;
    color: #99989a;
    font-size: 14px;
    align-items: center;
}
.efbl_feeds_holder {
    display: flex;
    flex-direction: column;
}
.social-integration-wrapper {
    display: flex;
}
.social-integration-fb {
    width: 50%;
    max-height: 617px;
    overflow: auto;
    padding-right: 15px;
}
.social-integration-fb::-webkit-scrollbar-track {
  background: #fff;
}
.social-integration-inst {
    width: 50%;
    padding-left: 15px;
}
.esf-insta-follow-btn {
    background-color: #c81e28 !important;
}
.gradient3 {
    background: linear-gradient(0deg, #C0575B, #CD6D6F);
}
.grid_page,
.list_page {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -15px -30px;
}
.grid_page > div,
.list_page > div {
    margin: 0 15px 30px;
    width: calc((100% / 3) - 30px);
    display: flex;
}
.grid_page_item img {
    display: block;
}
.list_page_item__content {
    padding-left: 20px;
}
a.btn, .btn {
    display: flex;
    width: 198px;
    height: 48px;
    background-color: #fff;
    color: #222326;
    font-weight: 500;
    font-size: 18px;
    transition: all ease-in-out .3s;
}
a.btn:hover, .btn:hover {
    background-color: #fed831;
}
.btn {
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    cursor: pointer;
}
.btn-black {
    background-color: #222326;
    color: #fff;
}
.list_page_item__image {
    width: 212px;
    min-width: 212px;
}
.list_page_item__image img {
    max-width: 100%;
    height: auto;
}
.grid_page_item {
    flex-wrap: wrap;
}
.date {
    font-size: 14px;
    margin: 5px 0;
    color: rgb(58 59 61 / 60%);
}
.entry-content .su-tabs-nav span:hover, .entry-content .su-tabs-nav .su-tabs-current {
    color: #c81e28;
    border-color: #000;
}
.entry-content .su-tabs-nav span {
    color: #c81e28;
    box-shadow: 1px 1px 1px #888888;
    border:  1px solid transparent;
}
.entry-content .su-tabs-nav .su-tabs-current {
    border-width: 0px;
    box-shadow: none;
}
.wrapper_article .entry-summary {
    display: flex;
}
.wrapper_article {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px -30px;
}
.wrapper_article article {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
.image_post {
    width: 280px;
    min-width: 280px;
}
.text_post {
    padding-left: 15px;
}
/* Contact form 7 */
.screen-reader-response {
    display: none;
}
.codedropz-upload-wrapper input[type="file"] {
    display: none;
}
.codedropz-upload-inner span,
.dnd-upload-counter,
.wpcf7-spinner,
.dnd-progress-bar {
    display: none;
}
.form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5vw;
}
.form-bottom p {
    margin-bottom: 0;
    line-height: 1.3;
}
.dnd-upload-details .name {
    font-size: 12px;
}
.col-2 {
    display: flex;
    gap: 60px;
}
.feedback .row {
    gap: 15vw;
}
.wpcf7-submit {
    min-width: 198px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7-response-output {
    font-size: var(--fs-small);
    margin-top: 15px;
    color: #3C9CD7;
}
.wpcf7-form-control-wrap {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    padding: 5px 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: var(--fs-small);
    font-weight: 400;
    color: #222326;
    border:none;
    border-bottom: 1px solid #222326;
    outline: 0 !important;
    width: 100%;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: var(--fs-small);
    font-weight: 400;
    color: #222326;
}
textarea {
    resize: none;
    height: 80px;
    margin-top: 30px;
}
.cd-upload-btn {
    color: #3C9CD7;
    font-weight: 400;
    font-size: var(--fs-small);
    padding-left: 25px;
    background-image: url(img/icon-downlod.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
}
.preload {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #222326;
    z-index: 9;
    transition: all ease .3s;
}
.preload.hidden {
    opacity: 0;
    visibility: hidden;
}
.preload__content {
    width: 100%;
}
.preload .close {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    cursor: pointer;
}
#home-news{
    font-size: 40px;
    text-align:center;
    text-transform:uppercase;
    color:#464646;
    height: 80px;
    line-height: 1;
    overflow:hidden;
    position:relative;
}
.switch {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.switch .title {
    font-size: 70px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}
.switch .active {
    opacity: 1;
}
.home_header {
    position:absolute;
    width:100%;
    z-index:99;
    color:#000;
    opacity: 0;
}
.home_header strong {
    color: white;
}
.home_header {
    transform: translate(0%, 0%);
}
.home_header_out {
    transform: translate(0%, -100%);
    opacity: 0;
}
.home_header_on {
    transform: translate(0%, 100%);
    opacity: 1;
}
.home_header  {
    -webkit-transition: transform .6s ease-in-out .3s;
    -moz-transition: transform .6s ease-in-out .3s;
    transition: transform .6s ease-in-out .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.popup {
    position: fixed;
    background-color: #fff;
    z-index: 99;
    width: 1410px;
    max-width: calc(100% - 30px);
    height: 730px;
    max-height: 80vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: all ease .3s;
    padding: 50px 130px;
}
.popup.visible {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
}
.quiz {
    color: #1A191A;
}
.list {
    width: 100%;
}
.list-item {
    margin: 0 5px;
}
.list-item .img {
    background-color: #F3F3F3;
    border-radius: 5px;
    width: 222px;
    max-width: 100%;
    height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    margin-bottom: 12px;
}
.col-5 > div {
    max-width: calc(20% - 10px);
}
.col-3 > div {
    max-width: calc(100% / 3 - 10px);
}
label {
    cursor: pointer;
}
.list-item input[type="radio"]:checked + label .img,
label .img:hover {
    background-color: #FED831;
    cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label:before {
    content: '';
    display: inline-flex;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #1A191A;
    position: relative;
    top: -5px;
    margin-right: 28px;
}
input[type="checkbox"]:checked + label:before {
    background-color: #1A191A;
    background-image: url(img/quiz/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px 19px;
}
.wrap {
    flex-wrap: wrap;
}
.quiz .title {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    line-height: 1.7;
    color: #1A191A;
    font-weight: 600;
    margin-bottom: 112px;
    border-bottom: 2px solid #1A191A;
}
.quiz label {
    color: #1A191A;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    margin-bottom: 14px;
    padding-top: 5px;
}
.popup .close {
    background-image: url(img/close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 15px;
}
.slick-disabled {
    opacity: 0 !important;
}
.next.slick-disabled {
    display: none !important;
}
.nav .prev, .nav .next {
    display: inline-flex;
    width: 173px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    transition: all ease .3s;
    opacity: 1;
}
.nav .prev:hover, .nav .next:hover {
    background-color: #FED831;
    color: #fff;
    cursor: pointer;
}
.prev {
    background-color: #DFDFDF;
    color: #838283;
}
.next {
    background-color: #1A191A;
    color: #fff;
    margin-left: 13px;
}
.quiz .nav {
    font-weight: 500;
    font-size: 18px;
}
.list-title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 31px 5px;
}
.marquee {
    overflow: hidden;
    font-size: 80px;
    height: 160px;
    font-weight: 500;
    position: relative;
    width: calc(100vw - 6px);
    left: 50%;
    transform: translateX(-50%);
}
.marquee-scroll {
    animation: marquee 20s linear infinite;
    position: absolute;
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    transform: translate3d(0, 0, 0);
}
.marquee div {
    display: inline-flex;
    white-space: nowrap;
    line-height: 1;
    height: 100%;
    align-items: center;
}
.marquee-scroll div {
    padding-right: calc(30px + 90px + 30px);
    background-image: url(img/lightning.svg);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: center right 30px;
}
.single__container {
    padding: 5vw 0;
    max-width: 100%;
    margin: 0 auto;
}
@keyframes marquee {
   0% {
      transform: translateX(0%)
   }
   100% {
      transform: translateX(-25%)
   }
}
main > div {
    position: relative;
}
video {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.animation {
    position: absolute;
    z-index: -1;
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}
.animation_1 {
    left: auto;
    right: 0;
    top: -10vw;
    bottom: 0;
    width: 40vw;
}
.animation_2 {
    left: 10vw;
    right: auto;
    top: -10vw;
    bottom: 0;
    width: 35vw;
    max-width: 500px;
}
.animation_3 {
    right: -4vw;
    left: auto;
    top: -12vw;
    bottom: 0;
    width: 35vw;
    max-width: 550px;
}
.animation_4 {
    right: -3vw;
    left: auto;
    top: -20vw;
    bottom: 0;
    width: 35vw;
    max-width: 550px;
}
#single-blog {
    margin-bottom: 6vw;
}
#single-blog .text,
#single-blog .text p,
#single-blog .text li {
    font-size: var(--fs-small);
}
#single-blog h1 {
    font-size: var(--fs-normal);
    color: #3C9CD7;
}
#breadcrumbs {
    margin-bottom: 3vw;
}
#breadcrumbs,
#breadcrumbs a,
.breadcrumb_last {
    font-size: 16px;
}
#single-blog .container {
    max-width: 800px;
}
.article__title {
    margin-bottom: 20px;
}
.article__title a:hover {
    color: var(--color-y);
}
.article__thumbnail img {
    height: 400px;
    object-fit: cover;
}
.article__thumbnail {
    margin-bottom: 20px;
}
.article + .article {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
@media (max-width: 1480px) {
    header {
        padding: 10px 0px;
    }
    #access a > span {
        font-size: 16px;
        padding: 10px;
    }
    .list-social li a {
        width: 30px;
        height: 30px;
    }
    .list-social i,
    .title-carousel a {
        font-size: 16px;
    }
    .title-slide {
        font-size: 40px;
    }
    .afisha .slick-slide img {
        height: 500px;
    }
    .list-performances {
        max-height: 500px;
    }
    .performances__item-title,
    .title-events a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-word;
    }
    .image-events img {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
    }
    .wrapper-events {
        padding: 30px 30px;
    }
    .events-item .text {
        padding-left: 20px;
    }
}
@media (max-width: 1279px) {
    #access a > span {
        font-size: 12px;
        padding: 10px 5px;
    }
    img.logo {
        max-width: 105px;
    }
    .wrapper-afisha {
        width: calc(100% - 390px);
    }
    .list-performances {
        max-width: 390px;
    }
    footer {
        padding: 0px;
    }
    .grid_page > div,
    .list_page > div {
        width: calc((100% / 2) - 30px);
    }
    .image_post {
        width: 200px;
        min-width: 200px;
    }
    .form-bottom {
        flex-direction: column;
        gap: 2vw;
    }
}
@media (max-width: 1023px) {
    :root {
        --fs-small: 14px;
        --fs-normal: 18px;
        --fs-big: 25px;
    }
    .animation_2 {
        height: 25vw;
    }
    .pb-5 {
        padding-bottom: 35px;
    }
    .pt-5 {
        padding-top: 35px;
    }
    .col-lg-4 {
        max-width: 100%;
    }
    .container {
        padding: 0 20px;
    }
    .article__thumbnail {
        max-width: calc(100% + 40px);
        margin: 0 -20px 20px;
    }
    .article__thumbnail img {
        height: auto;
    }
    #breadcrumbs {
        margin-bottom: 30px;
    }
    .article + .article {
        margin-top: 30px;
        padding-top: 30px;
    }
    h1 {
        font-size: var(--fs-big);
    }
    .top p br {
        display: none;
    }
    .wordpress .h2 {
        font-size: var(--fs-normal);
        line-height: 1.5;
    }
    .top {
        padding-bottom: 35px;
    }
    .wordpress .h2:after {
        width: 24px;
        height: 18px;
        transform: translateY(calc(50% - 5px));
    }
    .wrapper_article article {
        width: 100%;
        margin: 0 0px 30px;
    }
    footer {
        align-items: flex-start;
    }
    #nav-toggle {
        margin-left: 15px;
    }
    .partners-item img {
        max-height: 120px;
    }
    #access {
        margin-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: -15px;
        right: -15px;
        top: 80px;
        z-index: 99;
        display: none;
        max-height: calc(100vh - 90px);
        overflow: auto;
        width: calc(100% + 30px);
    }
    .list-performances {
        display: none;
    }
    .wrapper-afisha {
        width: 100%;
    }
    footer {
        padding: 0px;
        justify-content: center;
        flex-direction: column;
    }
    .list-contacts {
        margin-left: -2px;
        padding: 0px 0 10px;
    }
    .copy {
        margin-top: 20px;
        order: 3;
        font-size: 12px;
    }
    .footer-wrapper {
        padding: 15px 0;
        flex-direction: column;
    }
    .developer {
        font-size: 12px;
    }
    .menu__information {
        order: -1;
    }
    .footer__left {
        text-align: center;
    }
    .list-contacts i {
        margin-right: 5px;
        text-align: left;
    }
    .list_page > div {
        width: calc((100% / 1) - 30px);
    }
    .cost-list, .faq-list {
        margin-right: 0;
    }
    .col-2 {
        display: block;
    }
    .cost-list, .faq-list {
        margin-right: 0;
    }
    .portfolio-wrapper > div {
        width: calc(50% - 4px);
        margin: 0 auto;
    }
    .portfolio__item .portfolio__item_img {
        height: 56vw;
        min-height: 280px;
    }
    .portfolio__item .portfolio__item_img:hover {
        transform: scale(1);
    }
    .portfolio-types ul {
        max-width: calc(100% + 20px);
        overflow-y: auto;
        justify-content: flex-start;
    }
    .portfolio .container {
        max-width: 100%;
    }
    .portfolio-types ul {
        max-width: calc(100% + 20px);
        overflow-y: auto;
        justify-content: flex-start;
        margin-right: -20px;
        margin-bottom: 30px;
    }
    .portfolio-types ul::-webkit-scrollbar {
        height: 0px;
    }
    .portfolio-types li {
        font-size: 20px;
        white-space: nowrap;
    }
    .portfolio-types li:last-child {
        margin-right: 20px;
    }
    .wpcf7-submit {
        margin: 15px auto 0;
    }
    .feedback-contacts__item:not(:last-child) {
        margin-top: 0;
    }
    .line {
        margin-bottom: 30px;
    }
    h2, .h2 {
        margin: 0 0 25px 0;
    }
    .feedback-contacts__employee {
        margin-top: 30px;
    }
    .feedback-contacts__item:not(:last-child) {
        margin-bottom: 15px;
    }
    textarea {
        margin-top: 0;
    }
    .advantage-list__item .question, .cost-list__item .question, .faq-list__item .question {
        padding: 15px 35px 15px 0;
        background-size: 20px auto;
    }
}
@media (max-width: 768px) {
    .afisha .slick-slide img {
        height: auto;
    }
    .info-slide {
        max-width: calc(100% - 30px);
    }
    .afisha {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .home h2 {
        font-size: var(--fs-big);
    }
    .events > div.img-events {
        display: none;
    }
    .social-integration-fb {
        width: 100%;
        max-height: initial;
        overflow: auto;
        padding-right: 0px;
    }
    .title-slide {
        font-size: 30px;
    }
    .social-integration-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .wrapper-events {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .list-events {
        max-height: 300px;
    }
    .home .events h2 {
        color: #fff;
        font-size: 30px;
    }
    .subheading {
        font-size: 12px;
    }
    .social-integration-inst {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .esf-insta-row {
        margin: 0 !important;
    }
    .esf-insta-col-12 {
        padding: 0 !important;
    }
    .list-social {
        padding: 0 0px;
    }
    .searchform {
        left: -15px;
        right: -15px;
    }
    .slick-carousel .slick-list {
        margin: 0 -5px;
    }
    .slick-carousel .slick-slide {
        margin: 0 5px;
    }
    .price {
        margin-right: 20px;
    }
    .price:before {
        width: 185%;
    }
    .animation_2 {
        display: none;
    }
}
@media (max-width: 374px) {
    img.logo {
        max-width: 70px;
    }
}
@media (max-width: 480px) {
    .grid_page > div, .list_page > div {
        width: 100%;
    }
    h3, h3 * {
        font-size: 20px;
    }
    .image_post {
        width: 100%;
        margin: 0 0px 15px 0;
    }
    .wrapper_article .entry-summary {
        flex-direction: column;
    }
    .text_post {
        padding-left: 0;
    }
}