* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    border-radius: 0;
    color: #fff;
    font-family: "Regular";
    font-size: 18px;
    line-height: 28px;
}

body {
    overflow-x: hidden;
}

.soc-list {
    display: flex;
    margin-right: 30px;
}

.soc-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 10px;
}

.soc-list__item:last-child {
    margin-right: 0;
}

@font-face {
    font-family: "Light";
    src: url("../fonts/MyriadPro-Light.ttf");
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/MyriadPro-Regular.ttf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/MyriadPro-Semibold.ttf");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/MyriadPro-Bold.ttf");
}

@font-face {
    font-family: "Black";
    src: url("../fonts/MyriadPro-Black.ttf");
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.header {
    background: #0a4531 url(../img/pattern_bg.svg);
    padding: 18px 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
}

.header.active {
    z-index: 9;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .container .left,
.header .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 70px;
}

.header .container ul li {
    margin-right: 30px;
}

.header .container ul li a {
    font-family: "Medium";
}

.header .container ul li a:hover {
    color: #eb712d;
}

.header .container ul li:first-child a {
    background: url(../img/menu.svg) no-repeat left;
    padding-left: 40px;
}

.header .container ul li:first-child a:hover {
    background: url(../img/menu_hover.svg) no-repeat left;
    padding-left: 40px;
}

.header .container ul li:last-child {
    margin-right: 0;
}

.header .container .by_ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45px;
    transition: 0.3s;
}

.header .container .by_ticket:hover {
    transform: scale(1.05);
}

.header .container .by_ticket .ticket {
    width: 163px;
    height: 44px;
    background: url(../img/tiketheader.svg) no-repeat;
    background-size: cover;
    font-size: 15px;
    line-height: 28px;
    color: #192320;
    font-family: "Medium";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .container .by_ticket .sale {
    width: 135px;
    height: 24px;
    background: url(../img/znizhkaheader.svg) no-repeat;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Medium";
}

.header .container .status {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.header .container .status .open {
    font-size: 18px;
    line-height: 24px;
    font-family: "Medium";
}

.header .container .status .close {
    font-size: 12px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
}

.header .container .lang {
    font-size: 18px;
    line-height: 24px;
    font-family: "Medium";
    position: relative;
    margin-right: 15px;
}

.header .container .lang:before {
    width: 4px;
    height: 4px;
    right: -10px;
    top: calc(50% - 2px);
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 5px;
}

.mainslider {
    position: relative;
    height: calc(100vh - 120px);
    margin-top: 127px;
}

.mainslider .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mainslider .item {
    position: relative;
    height: calc(100vh - 120px);
}

.mainslider .item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainslider .item h1 {
    font-size: 80px;
    line-height: 90px;
    font-family: "Bold";
    color: #ffffff;
    margin-bottom: 50px;
}

.mainslider .item p {
    max-width: 615px;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    border-left: 4px solid #fff;
    padding-left: 44px;
}

.mainslider:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background: #fff;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 1px);
}

.owl-dots {
    position: absolute;
    bottom: 80px;
    width: 100%;
    max-width: 1180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 20px;
    margin-right: 30px;
}

.owl-dots button.active {
    background: #eb712d !important;
}

.soc-container {
    margin-top: -426px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    display: none;
}

.soc {
    width: 100%;
    max-width: 90px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
    pointer-events: auto;
}

.soc a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #192320;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 25px;
    font-family: "Bold";
    display: flex;
    flex-direction: row;
}

.soc a img {
    margin-bottom: 10px;
}

.news {
    margin-top: 110px;
    margin-bottom: 50px;
}

.news h2 {
    font-size: 80px;
    line-height: 96px;
    font-family: "Black";
    color: #192320;
    position: relative;
    left: 10px;
}

.news h2:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 160px;
    background: #eb712d;
    z-index: -1;
    bottom: -3px;
    left: -10px;
}

.news .news_set {
    width: 100%;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news .news_set .left,
.news .news_set .right {
    width: 100%;
    max-width: 580px;
    position: relative;
    height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .news_set .left a,
.news .news_set .right a {
    position: relative;
    padding: 20px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news .news_set .left a img,
.news .news_set .right a img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.news .news_set .left a .date,
.news .news_set .left a .h1,
.news .news_set .right a .date,
.news .news_set .right a .h1 {
    z-index: 1;
    position: relative;
}

.news .news_set .left a .date,
.news .news_set .right a .date {
    background: #fff;
    padding: 0 16px;
    font-size: 16px;
    line-height: 44px;
    color: #192320;
    font-family: "Bold";
}

.news .news_set .left a:after,
.news .news_set .right a:after,
.bloq a.single:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.news .news_set .left a:before,
.news .news_set .right a:before,
.bloq a.single:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.news .news_set .left a:hover:before,
.news .news_set .right a:hover:before,
.bloq a.single:hover:before {
    opacity: 0.6;
}

.news .news_set .left a:hover img,
.news .news_set .right a:hover img,
.bloq a.single:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news .news_set .left a {
    width: 100%;
    height: 100%;
    max-height: 580px;
}

.news .news_set .left a .h1 {
    font-size: 34px;
    line-height: 44px;
    font-family: "Bold";
    padding: 0 40px;
}

.news .news_set .left a:hover img {
    -webkit-transform: scale(1.023);
    transform: scale(1.023);
}

.news .news_set .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news .news_set .right a {
    width: 100%;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    margin-bottom: 20px;
}

.news .news_set .right a .h1 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Bold";
}

.about {
    width: 100%;
    background: #0a4531 url(../img/pattern_bg.svg);
    position: relative;
}

.about .left {
    padding: 145px 0;
    max-width: 50%;
}

.about .left h2 {
    font-size: 80px;
    line-height: 96px;
    font-family: "Black";
    margin-bottom: 30px;
}

.about .left p {
    max-width: 520px;
}

.about .left .button {
    color: #fff;
    background: #eb712d;
    display: block;
    max-width: 160px;
    text-align: center;
    width: 167px;
    line-height: 52px;
    margin-top: 50px;
    transition: 0.3s;
}

.about .right {
    width: 100%;
    max-width: calc(50% - 70px);
    background: #0a4531 url(../img/pattern_bg.svg);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.about .right .about_slider {
    height: 100%;
}

.about .right .about_slider .item {
    height: 100%;
    position: relative;
}

.about .right .about_slider .item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    content: "";
}

.about .right .about_slider .item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about .right .about_slider .item .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
}

.about .right .about_slider .item .content h3 {
    font-size: 80px;
    line-height: 96px;
    font-family: "Black";
}

.about .right .about_slider .item .content h3 span {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: "Bold";
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about .right .about_slider .item .content p {
    font-size: 24px;
    line-height: 34px;
    font-family: "Bold";
    text-transform: uppercase;
}

.about .right .about_slider .owl-dots {
    position: absolute;
    bottom: 80px;
    width: unset;
    max-width: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    left: 70px;
}

.about .right .about_slider .owl-nav {
    position: absolute;
    top: 80px;
    left: 70px;
}

.about .right .about_slider .owl-nav .owl-prev {
    width: 37px;
    height: 12px;
    background: url(../img/arrleft.svg) no-repeat;
    background-size: contain;
    margin-right: 45px;
}

.about .right .about_slider .owl-nav .owl-prev span {
    display: none;
}

.about .right .about_slider .owl-nav .owl-prev:hover {
    background: url(../img/arrleft_hover.svg) no-repeat;
    background-size: contain;
}

.about .right .about_slider .owl-nav .owl-next {
    width: 37px;
    height: 12px;
    background: url(../img/arrright.svg) no-repeat;
    background-size: contain;
}

.about .right .about_slider .owl-nav .owl-next span {
    display: none;
}

.about .right .about_slider .owl-nav .owl-next:hover {
    background: url(../img/arrright_hover.svg) no-repeat;
    background-size: contain;
}

.by_block {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.by_block .container {
    padding-left: 200px;
}

.by_block h2 {
    font-size: 80px;
    line-height: 78px;
    font-family: "Black";
    color: #101010;
    margin-bottom: 45px;
}

.by_block .proc_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

.by_block .proc_block .number {
    color: #eb712d;
    font-size: 190px;
    font-family: "Medium";
    letter-spacing: -26px;
    position: relative;
}

.by_block .proc_block .number span {
    font-size: 54px;
    line-height: 65px;
    letter-spacing: -0.11em;
    font-family: "Black";
    color: #192320;
    position: absolute;
    top: -60px;
    right: -80px;
}

.by_block .proc_block .sale {
    font-size: 24px;
    line-height: 29px;
    color: #192320;
    font-family: "Black";
    margin-left: 40px;
    margin-top: 15px;
}

.by_block:before {
    position: absolute;
    content: "";
    width: 1240px;
    height: 430px;
    background: url(https://lvivarnya.lestrotest.com/assets/img/lviv-image.jpg) no-repeat;
    background-size: cover;
    background-position: 685px;
    left: calc(50% - 1745px);
}

.by_block:after {
    position: absolute;
    content: "";
    width: 1139px;
    height: 430px;
    background: url(https://lvivarnya.lestrotest.com/assets/img/lviv-image.jpg) no-repeat;
    background-size: cover;
    background-position: -315px;
    right: calc(50% + -1271px);
    top: 50px;
}

.by_block a {
    color: #ffffff;
    background: #eb712d;
    display: block;
    max-width: 160px;
    text-align: center;
    width: 167px;
    line-height: 52px;
    margin-top: 50px;
    transition: 0.3s;
}

.by_block a:hover {
    background: #0a4531;
}

.slider_revert .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.slider_revert .right {
    left: 0;
}

.slider_revert .right .about_slider .owl-nav {
    right: 70px;
    left: unset;
}

.slider_revert .right .about_slider .owl-dots {
    right: 70px;
    left: unset;
}

.slider_revert .right .about_slider .item .content {
    right: 70px;
    text-align: right;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slider_revert .right .about_slider .item .content h3 {
    line-height: 80px;
    margin-bottom: 26px;
}

.slider_revert .right .about_slider .item .content p {
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    max-width: 420px;
}

.contacts {
    margin-top: 111px;
    padding-bottom: 50px;
}

.contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts .left h2 {
    font-size: 80px;
    line-height: 96px;
    font-family: "Black";
    color: #192320;
    position: relative;
    left: 10px;
    margin-bottom: 80px;
}

.contacts .left h2:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 160px;
    background: #eb712d;
    z-index: -1;
    bottom: -3px;
    left: -10px;
}

.contacts .left .set {
    margin-bottom: 50px;
}

.contacts .left .set h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Black";
    text-transform: uppercase;
    color: #192320;
    margin-bottom: 14px;
}

.contacts .left .set a,
.contacts .left .set p {
    font-size: 18px;
    line-height: 24px;
    color: #192320;
    max-width: 340px;
}

footer {
    background: #192320;
    padding-top: 80px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .container .row {
    margin-right: 75px;
    flex-shrink: 0;
}

footer .container .row:last-child {
    margin-right: 0;
    width: 100%;
    /* max-width: 360px; */
}

footer .container .row h4 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Bold";
    margin-bottom: 30px;
}

footer .container .row .slidefix {
    display: flex;
}

footer .container .row .slidefix a:first-child {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

footer .container .row .slidefix a:first-child::before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #ffffff;
    opacity: 0.14;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

footer .container .row a {
    font-size: 18px;
    line-height: 28px;
    color: #949796;
    margin-bottom: 5px;
    display: block;
}

footer .container .row .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

footer .container .row .flex:last-child {
    margin-bottom: 0px;
}

footer .container .row .flex p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Bold";
    margin-right: 10px;
}

footer .container .row .flex .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .end {
    width: 100%;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #403f3f;
    padding-bottom: 30px;
}

footer .end .socs a {
    margin-right: 30px;
}

footer .end p {
    font-size: 16px;
    line-height: 28px;
    color: #949796;
}

.beckhams {
    padding-top: 40px;
    margin-bottom: 40px;
}

.beckhams .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.beckhams .container a {
    font-size: 18px;
    line-height: 22px;
    color: #949796;
    position: relative;
    margin-right: 20px;
}

.beckhams .container a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #c4c4c4;
    right: -12px;
    top: 9px;
    border-radius: 10px;
}

.beckhams .container span {
    font-size: 18px;
    line-height: 22px;
    color: #192320;
}

.beckhams .container a>span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.step_page {
    padding-bottom: 350px;
}

.step_page h1 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    color: #192320;
    margin-bottom: 40px;
}

.step_page .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step_page .flex .row {
    width: 100%;
    max-width: 380px;
}

.step_page .flex .row .headline {
    font-size: 16px;
    line-height: 19px;
    color: #192320;
    margin-bottom: 20px;
}

.step_page .flex .row .ticket {
    width: 100%;
    min-height: 112px;
    border: 1px solid #dddddd;
    padding: 17px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.step_page .flex .row .ticket .left b {
    font-size: 19px;
    line-height: 27px;
    font-family: "Bold";
    color: #192320;
}

.step_page .flex .row .ticket .left p {
    font-size: 16px;
    line-height: 22px;
    color: #949796;
    margin-top: 5px;
}

.step_page .flex .row .ticket .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 35px;
}

.step_page .flex .row .ticket .price span {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949796;
    opacity: 0.7;
    font-family: "Bold";
    font-size: 18px;
    line-height: 24px;
}

.step_page .flex .row .ticket .price p {
    font-size: 40px;
    line-height: 27px;
    font-family: "Bold";
    color: #192320;
    margin-left: 6px;
}

.step_page .flex .row .ticket .price p i {
    font-size: 16px;
    line-height: 27px;
    font-family: "Bold";
    color: #192320;
    font-style: normal;
}

.step_page .flex .row .ticket .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #eb712d;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 6px;
}

.step_page .flex .row .ticket:hover {
    background: #0a4531;
    border: 1px solid #fff;
}

.step_page .flex .row .ticket:hover .left b {
    color: #fff;
}

.step_page .flex .row .ticket:hover .price p {
    color: #fff;
}

.step_page .flex .row .ticket:hover .price p i {
    color: #fff;
}

.step_page .flex .row .ticket_area {
    background: #f4f4f4;
    height: auto;
    min-height: 500px;
    position: relative;
    padding: 30px;
}

.step_page .flex .row .ticket_area .scroll_area {
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 31px;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 30px;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 13px 20px;
    margin-bottom: 10px;
    position: relative;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket .close {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/close.svg) no-repeat center;
    background-size: contain;
    top: 14px;
    right: 14px;
    cursor: pointer;
    opacity: 0.5;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket * {
    color: #192320;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket b {
    font-size: 18px;
    line-height: 22px;
    font-family: "Bold";
    display: block;
    margin-bottom: 10px;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket .option {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #949796;
    margin-bottom: 6px;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket .option span {
    display: block;
    color: #192320;
    font-size: 14px;
    line-height: 20px;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket .price {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #192320;
}

.step_page .flex .row .ticket_area .scroll_area .select_ticket .price span {
    font-family: "Bold";
    font-size: 16px;
    line-height: 22px;
}

.step_page .flex .row .ticket_area .status {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #949796;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step_page .flex .row .ticket_area input {
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #e0e0e0;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #192320;
}

.step_page .flex .row .ticket_area .all_price {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #192320;
    margin: 20px 0;
}

.step_page .flex .row .ticket_area .all_price span {
    font-family: "Bold";
    font-size: 24px;
    line-height: 28px;
    color: #192320;
}

.step_page .flex .row .ticket_area button {
    background: #eb712d;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 44px;
    font-family: "Medium";
    outline: none;
    border: unset;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.step_page .flex .row .ticket_area button:hover {
    background: #0a4531;
}

.step_page .flex .row .ticket_area .step_2 {
    display: none;
}

.step_page .flex .row .ticket_area .no-active {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
    left: 30px;
    background: #cacaca;
    pointer-events: none;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 9;
}

.overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #192320;
    opacity: 0.3;
    z-index: 1;
}

.overlay .modal {
    width: 100%;
    max-width: 860px;

    background: #fff;
    padding: 40px;
    z-index: 2;
    position: relative;
}

@media (min-width: 1200px) {
    footer .container .row .slidefix a:first-child::before {
        display: none;
    }

    .overlay .modal {
        max-height: 90%;
        overflow: scroll;
    }

    .about .left .button {
        background: #eb712d;
        font-size: 16px;
        line-height: 40px;
        font-family: "Medium";
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }
}

.overlay .modal * {
    color: #192320;
    font-size: 16px;
    line-height: 24px;
}

.overlay .modal .close {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../img/close.svg) no-repeat center;
    background-size: contain;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overlay .modal .close:hover {
    opacity: 0.6;
}

.overlay .modal .headline {
    font-family: "Bold";
    font-size: 32px;
    line-height: 38px;
    color: #192320;
}

.overlay .modal .pre_headline {
    font-size: 18px;
    line-height: 28px;
}

.overlay .modal h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.overlay .modal .about_ticket {
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #d1d1d1;
}

.overlay .modal .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.overlay .modal .flex .top {
    margin-bottom: 15px;
}

.overlay .modal .flex .col .flex {
    border: 1px solid #dddddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 132px;
    position: relative;
}

.overlay .modal .flex .col .flex:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    right: 40px;
    background: #fff;
}

.overlay .modal .flex .col .flex .btn {
    width: 40px;
    height: 100%;
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Medium";
    cursor: pointer;
}

.overlay .modal .flex .col .flex input {
    outline: none;
    border: none;
    text-align: right;
    max-width: 50px;
    height: 100%;
    font-size: 18px;
    line-height: 20px;
    pointer-events: none;
}

.overlay .modal .flex .date .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.overlay .modal .flex .date .flex .day {
    min-width: 80px;
    height: 100%;
    font-size: 18px;
    border: 1px solid #dddddd;
    outline: none;
    padding-left: 10px;
}

.overlay .modal .flex .date .flex .month {
    min-width: 150px;
    margin: 0 10px;
    height: 100%;
    font-size: 18px;
    border: 1px solid #dddddd;
    outline: none;
    padding-left: 10px;
}

.overlay .modal .flex .date .flex .year {
    min-width: 90px;
    height: 100%;
    font-size: 18px;
    border: 1px solid #dddddd;
    outline: none;
    padding-left: 10px;
}

.overlay .modal .flex .time select {
    min-width: 150px;
    height: 100%;
    font-size: 18px;
    border: 1px solid #dddddd;
    outline: none;
    padding-left: 10px;
}

.overlay .modal .dop_service {
    margin-top: 60px;
    border-top: 1px dashed #d1d1d1;
    border-bottom: 1px dashed #d1d1d1;
    padding-top: 30px;
}

.overlay .modal .dop_service .checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.overlay .modal .dop_service .checks .cekbox {
    width: 20px;
    height: 20px;
    border: 1.6px solid #eb712d;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.overlay .modal .dop_service .checks .cekbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.overlay .modal .dop_service .checks .cekbox:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    background: #eb712d url(../img/check.svg) no-repeat center;
    left: -1px;
    top: -2px;
    opacity: 0;
}

.overlay .modal .dop_service .checks .active:before {
    opacity: 1;
}

.overlay .modal .dop_service .checks b {
    font-family: "Bold";
    font-size: 20px;
}

.overlay .modal .dop_service .checks .i {
    width: 24px;
    height: 24px;
    background: url(../img/tooltip.svg) no-repeat;
    display: block;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.overlay .modal .dop_service .checks .i .tooltip {
    width: 428px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 25px;
    position: absolute;
    top: -59px;
    left: 40px;
    line-height: 22px;
    display: none;
}

.overlay .modal .dop_service .checks .i .tooltip:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    left: -6px;
    top: calc(50% - 10px);
}

.overlay .modal .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}

.overlay .modal .price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay .modal .price p span {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #888888;
    margin-left: 10px;
    margin-right: 4px;
}

.overlay .modal .price p b {
    font-size: 32px;
    line-height: 24px;
    font-family: "Bold";
}

.overlay .modal .price p b i {
    font-size: 16px;
    line-height: 18px;
    font-family: "Bold";
    font-style: normal;
}

.overlay .modal .price .button {
    background: #eb712d;
    font-size: 18px;
    line-height: 44px;
    font-family: "Medium";
    color: #fff;
    padding: 4px 35px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay .modal .price .button:hover {
    background: #0a4531;
}

.overlay_show {
    opacity: 1;
    pointer-events: auto;
}

.thx {
    margin: 255px 0;
    text-align: center;
}

.thx * {
    color: #192320;
}

.thx h1 {
    font-size: 32px;
    line-height: 32px;
    font-family: "Black";
}

.thx p {
    margin-bottom: 40px;
    margin-top: 5px;
}

.thx .button {
    background: #eb712d;
    font-size: 18px;
    line-height: 44px;
    font-family: "Medium";
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.thx .button:hover {
    background: #0a4531;
}

.burger,
.d-none,
.display-none {
    display: none;
}

.header ul li .close {
    display: none;
}

@media (max-width: 1200px) {
    .header .container ul li:first-child a {
        padding-left: 0px;
    }

    .header .container ul li:first-child {
        opacity: 1;
        pointer-events: auto;
    }

    .container {
        padding: 0 15px;
    }

    .mainslider .item h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .mainslider .item p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 20px;
    }

    .mainslider .item img {
        max-height: 560px;
        min-height: 560px;
    }

    .owl-dots {
        position: absolute;
        bottom: 37px;
        width: 100%;
        max-width: 100%;
        left: 0;
        padding-left: 20px;
        -webkit-transform: unset;
        transform: unset;
    }

    .owl-dots button {
        width: 8px;
        height: 8px;
        margin-right: 24px;
    }

    .soc-container {
        margin-top: -160px;
        padding: 0 20px !important;
    }

    .soc {
        max-width: 56px;
        padding-top: 25px;
    }

    .soc a {
        font-size: 0;
        margin-bottom: 20px;
    }

    .header {
        padding: 13px 0 !important;
        background-size: cover;
    }

    .header .container .left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .container .by_ticket {
        zoom: 0.8;
    }

    .header .container .left .logo img {
        max-width: 80px !important;
    }

    .header .container ul,
    .header .container .right {
        display: none;
    }

    .burger {
        width: 24px;
        height: 21px;
        display: block;
        background: url(../img/menuburger.svg) no-repeat;
        background-size: cover;
    }

    .header .container ul {
        z-index: 2;
        width: calc(100% - 60px);
        height: 100vh;
        display: block;
        background: #fff;
        left: -100%;
        top: 0;
        position: fixed;
        margin-left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header.active ul {
        padding: 20px;
        left: 0;
    }

    .header.active ul * {
        color: #192320;
    }

    .header.active ul li {
        height: 48px;
    }

    .header.active ul li:first-child {
        padding-left: 0;
        background: unset;
        margin-bottom: 20px;
        position: relative;
        margin-right: 0;
    }

    .header.active ul li:first-child a {
        font-size: 24px;
        line-height: 30px;
        font-family: "Bold";
    }

    .header.active ul li a {
        font-size: 16px;
        line-height: 22px;
        font-family: "Regular";
    }

    .header.active ul li .close {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/close.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 8px;
    }

    .header.active ul .d-none {
        display: block;
        position: relative;
    }

    .header.active ul .d-none span {
        position: absolute;
        right: 0;
        font-size: 13px;
        line-height: 22px;
        color: #eb712d;
    }

    .header.active .right {
        display: block;
        position: fixed;
        bottom: 20px;
        z-index: 2;
    }

    .header.active .right * {
        color: #192320 !important;
    }

    .header.active .right .status {
        margin-right: 0;
        border-left: 1px solid #000;
    }

    .header.active .right .display-none {
        display: block;
    }

    .header.active .right .langs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 22px;
        right: 70px;
    }

    .header.active .right .langs a {
        margin-right: 10px;
        color: #949796 !important;
    }

    .header.active .right .langs a.active {
        color: #192320 !important;
    }

    .header.active:before {
        width: 60px;
        height: 100%;
        position: fixed;
        content: "";
        background: #000000;
        opacity: 0.6;
        right: 0;
        top: 0;
        z-index: 2;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .news {
        margin-top: 60px;
    }

    .news h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .news h2:before {
        content: "";
        width: 50px;
        height: 90px;
    }

    .news .news_set .left {
        display: none;
    }

    .news .news_set .right {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 328px;
    }

    .news .news_set .right .owl-dots {
        left: 0;
        text-align: center;
        bottom: -35px;
    }

    .news .news_set .right .owl-dots button {
        background: #dbdbdb !important;
    }

    .news .news_set .right .owl-dots button.active {
        background: #eb712d !important;
    }

    .news .news_set .right a {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 328px;
        margin-bottom: 0px;
    }

    .about {
        margin-top: 100px;
    }

    .about .left {
        padding: 30px 0;
        max-width: 100%;
    }

    .about .left h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .about .left p {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .about .right {
        width: 100%;
        max-width: 100%;
        background: #0a4531 url(../img/pattern_bg.svg);
        height: 360px;
        position: relative;
    }

    .about .right .about_slider .item .content h3 {
        font-size: 39px;
        line-height: 48px;
        text-align: center;
        width: 100%;
    }

    .about .right .about_slider .item .content h3 br {
        display: none;
    }

    .about .right .about_slider .owl-nav {
        display: none;
    }

    .about .right .about_slider .item .content p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        max-width: 327px;
        margin: 0 auto;
    }

    .about .right .about_slider .item .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    .about .right .about_slider .owl-dots {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .about .right .about_slider .owl-dots button:last-child {
        margin-right: 0;
    }

    .by_block .container {
        padding-left: 15px;
    }

    .by_block h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    .by_block h2 br {
        display: none;
    }

    .by_block:after {
        display: none;
    }

    .by_block:before {
        width: 106px;
        height: 112px;
        background: url(../img/bilet.png) no-repeat;
        left: 0px;
        top: 130px;
    }

    .by_block .proc_block {
        margin-top: 80px;
        padding-left: 80px;
    }

    .by_block .proc_block .number {
        font-size: 130px;
        letter-spacing: -18px;
    }

    .by_block .proc_block .number span {
        font-size: 33px;
        line-height: 61px;
        letter-spacing: -0.11em;
        top: -52px;
        right: -67px;
    }

    .by_block .proc_block .sale {
        font-size: 18px;
        line-height: 19px;
        margin-left: 35px;
        margin-top: 0px;
        max-width: 160px;
    }

    .by_block .button {
        background: #eb712d;
        font-size: 16px;
        line-height: 40px;
        font-family: "Medium";
        color: #fff;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 40px;
    }

    .by_block .button:hover {
        background: #0a4531;
    }

    .slider_revert {
        margin-top: 0px;
    }

    .slider_revert .right .about_slider .item .content h3 {
        margin-bottom: 10px;
    }

    .contacts {
        margin-top: 71px;
        padding-bottom: 0px;
    }

    .contacts .left h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 40px;
    }

    .contacts .left h2:before {
        content: "";
        width: 50px;
        height: 90px;
    }

    .contacts .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts .left .set {
        margin-bottom: 20px;
    }

    .contacts .left .set h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .contacts .left .set p {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    iframe {
        border: 0;
        height: 380px;
    }

    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer {
        padding-top: 35px;
    }

    footer .container .row h4 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 13px;
        padding-top: 15px;
        width: 100%;
    }

    footer .container .row {
        border-bottom: 1px solid #565656;
        margin-right: 0;
        background: url(../img/arrdown_white.svg) no-repeat 96% 20px;
    }

    footer .container .row a {
        font-size: 16px;
        line-height: 22px;
    }

    footer .container .row .slide {
        display: none;
    }

    /* footer .container .row:last-child {
      padding-bottom: 15px;
      background: unset;
    } */
    footer .container .row .flex p {
        font-size: 16px;
        line-height: 22px;
    }

    footer .end {
        width: 100%;
        margin-top: 0px;
        padding-top: 20px;
        border-top: unset;
        padding-bottom: 20px;
    }

    footer .end .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .step_page .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .step_page h1 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 30px;
    }

    .beckhams {
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .beckhams .container a {
        font-size: 14px;
        line-height: 17px;
    }

    .beckhams .container span {
        font-size: 14px;
        line-height: 17px;
    }

    .beckhams .container a:before {
        width: 5px;
        height: 5px;
        right: -12px;
        top: 6px;
    }

    .step_page .flex .row .headline {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .step_page .flex .row .ticket {
        margin-bottom: 10px;
    }

    .step_page .flex .row .ticket .left b {
        font-size: 16px;
        line-height: 22px;
    }

    .step_page .flex .row .ticket .left p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 10px;
    }

    .step_page .flex .row {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .step_page .flex .row .ticket_area {
        padding: 15px;
    }

    .step_page .flex .row .ticket_area .scroll_area {
        max-height: unset;
    }

    .step_page {
        padding-bottom: 25px;
    }

    .overlay .modal {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        height: 100%;
        overflow-y: auto;
    }

    .overlay .modal .headline {
        font-size: 18px;
        line-height: 26px;
    }

    .overlay .modal .pre_headline {
        font-size: 14px;
        line-height: 19px;
    }

    .overlay .modal .about_ticket {
        margin-top: 25px;
    }

    .overlay .modal h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .overlay .modal * {
        font-size: 14px;
        line-height: 22px;
    }

    .overlay .modal .flex {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .overlay .modal .flex .top {
        margin-bottom: 3px;
    }

    .overlay .modal .flex .col .flex {
        height: 40px;
    }

    .overlay .modal .flex .date .flex select,
    .overlay .modal .flex .time select {
        height: 40px !important;
    }

    .overlay .modal .flex .date .flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .overlay .modal .flex .date {
        margin: 15px 0;
    }

    .overlay .modal .flex .date .flex .year {
        margin-top: 0px;
    }

    .overlay .modal .dop_service .checks .i {
        display: none;
    }

    .overlay .modal .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .overlay .modal .price .button {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .thx {
        margin: 95px 0;
        text-align: center;
    }
}

@media (max-width: 1400px) {
    .header {
        padding: 15px 0;
    }

    .header .container .left .logo img {
        max-width: 100px;
    }

    .mainslider {
        height: calc(100vh - 98px);
        margin-top: 102px;
    }
}

@media (max-width: 1200px) {
    .mainslider {
        position: relative;
        height: 560px;
        margin-top: 80px;
    }

    .about-page .text-w-line {
        flex-direction: column;
    }

    .about-page .text-w-line img {
        margin-left: 0 !important;
        margin-top: 20px;
        max-width: 100% !important;
        width: 500px;
    }

    .about-page .text-w-line.left-text {
        flex-direction: column-reverse;
    }
}

@media (max-height: 1000px) {
    .overlay .modal {
        padding: 20px;
    }

    .overlay .modal .about_ticket {
        margin-top: 25px;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.drop_down {
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #fff;
    min-width: 250px;
    left: 0px;
    top: 82px;
    padding: 20px;
    display: none;
    pointer-events: none;
}

.drop_down b {
    font-size: 18px;
    line-height: 28px;
    color: #192320;
    display: block;
    margin-bottom: 10px;
}

.drop_down p {
    color: #6a6a6a;
    font-size: 17px;
    margin-bottom: 2px;
}

/*# sourceMappingURL=style.css.map */
.js_left_menu {
    display: none;
}

.header .mob_adress {
    display: none;
}

.header.active .mob_adress {
    z-index: 2;
    display: block;
    position: absolute;
    bottom: 120px;
}

.header.active .mob_adress a img {
    width: 16px;
    margin-right: 20px;
}

.header.active .mob_adress a {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    transition: 0.4s;
    color: #000;
}

@media (min-width: 1200px) {
    .header .mob_adress {
        display: none;
    }

    .js_left_menu {
        position: fixed;
        top: 0;
        left: -400px;
        background: #f1f1f1;
        width: 400px;
        height: 100vh;
        z-index: 3;
        display: block;
        padding: 30px;
        transition: 0.3s;
    }

    .js_left_menu * {
        color: #192320;
    }

    .js_left_menu .top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .js_left_menu .top .close {
        width: 18px;
        height: 18px;
        display: block;
        background: url(../img/close.svg) no-repeat center;
        background-size: contain;
        cursor: pointer;
    }

    .js_left_menu .top .close:hover {
        background: url(../img/hover_close.svg) no-repeat center;
    }

    .js_left_menu .top b {
        font-weight: 900;
        font-family: "Bold";
        font-size: 24px;
        line-height: 30px;
    }

    .js_left_menu ul li {
        margin-bottom: 12px;
    }

    .js_left_menu ul li a {
        font-family: "Bold";
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .js_left_menu ul li a:hover {
        color: #eb712d;
    }

    .js_left_menu ul li a span,
    .js_left_menu ul li a span b {
        font-size: 12px;
        line-height: 22px;
        text-align: right;
        color: #eb712d;
    }

    .js_left_menu .soci {
        position: absolute;
        bottom: 0px;
        left: 30px;
    }

    .js_left_menu .soci a {
        font-weight: 600;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #192320;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .js_left_menu .soci a img {
        width: 20px;
        height: 20px;
        margin-right: 30px;
    }

    .js_left_menu .soci a:last-child {
        margin-bottom: 0;
    }

    .active_js_left_menu {
        left: 0px;
    }

    .js_left_menu .adress {
        margin-top: 30px;
    }

    .js_left_menu .adress a img {
        width: 16px;
        margin-right: 20px;
    }

    .js_left_menu .adress a {
        margin-bottom: 10px;
        font-size: 16px;
        display: flex;
        transition: 0.4s;
    }

    .js_left_menu .adress a:hover {
        opacity: 0.8;
    }
}

@media (max-height: 750px) {
    .js_left_menu .top {
        margin-bottom: 10px;
    }

    .js_left_menu ul li {
        margin-bottom: 7px;
    }

    .js_left_menu ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .js_left_menu .adress {
        margin-top: 26px;
    }

    .js_left_menu .adress a {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .js_left_menu .adress a img {
        margin-right: 13px;
    }

    .js_left_menu .soci {
        position: absolute;
        bottom: 0px;
        left: 30px;
    }

    .js_left_menu .soci a {
        font-size: 13px;
        margin-bottom: 4px;
    }
}

.about .left .button {
    color: #ffffff;
    background: #eb712d;
    display: block;
    max-width: 160px;
    text-align: center;
    width: 183px;
    line-height: 52px;
    margin-top: 50px;
    transition: 0.3s;
}

.about .left .button:hover {
    background: #ff9900;
}

.headline:not(.headline-form) {
    background: url(../img/fon.jpg) no-repeat center;
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    margin-top: 128px;
}

.headline.headline_about_lvivske {
    height: 400px;
}

.headline .beckhams {
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 0;
}

.headline .beckhams .container * {
    font-family: "Light";
}

.headline .beckhams .container a {
    opacity: 0.6;
    padding-right: 13px;
    position: relative;
    margin-right: 13px;
    color: #fff;
}

.headline .beckhams .container a:before {
    width: 2px;
    height: 15px;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 7.5px);
    border-radius: none;
}

.headline .beckhams .container>span {
    padding-left: 0px;
    color: #fff;
}

.headline h1,
.headline h2 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    font-weight: normal;
    text-align: center;
}

.headline h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    text-transform: uppercase;
}

.inner-page .center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-page .button {
    background: #eb712d;
    font-size: 18px;
    line-height: 20px;
    font-family: "Medium";
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 40px;
}

.inner-page .button:hover {
    background: #0a4531;
}

.right_text_with_image {
    padding-top: 200px;
    padding-bottom: 120px;
}

.right_text_with_image .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_text_with_image .container .text {
    width: 100%;
    max-width: 475px;
}

.right_text_with_image .container .text h3 {
    max-width: 360px;
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    color: #192320;
    margin-bottom: 40px;
}

.right_text_with_image .container .text p {
    font-size: 20px;
    line-height: 30px;
    color: #192320;
    margin-bottom: 20px;
}

.right_text_with_image .container .text p:last-child {
    margin-bottom: 0cm;
}

.right_text_with_image .container .images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_text_with_image .container .images img {
    width: 100%;
    max-width: 280px;
    max-height: 570px;
    object-fit: cover;
    position: relative;
}

.right_text_with_image .container .images.images_changed img {
    max-width: 560px;
}

.right_text_with_image .container .images img:nth-child(2) {
    top: -80px;
    margin-left: 20px;
}

.right_text_with_image .container .images.tri_image {
    position: relative;
}

.right_text_with_image .container .images.tri_image img {
    width: 100%;
    max-width: 380px;
    max-height: 570px;
    object-fit: cover;
    position: relative;
}

.right_text_with_image .container .images.tri_image img:nth-child(1) {
    max-width: 180px;
    max-height: 410px;
}

.right_text_with_image .container .images.tri_image img:nth-child(2) {
    top: unset;
}

.right_text_with_image .container .images.tri_image img:nth-child(3) {
    position: absolute;
    max-width: 200px;
    max-height: 200px;
    left: calc(100% - 100px);
}

.right_text_with_image.reveres {
    padding: 50px 0 !important;
}

.right_text_with_image {
    padding: 50px 0 !important;
}

.right_text_with_image.reveres .container {
    flex-direction: row-reverse;
}

.right_text_with_image.reveres .container .images {
    align-items: center;
}

.right_text_with_image.reveres .container .images img:nth-child(2) {
    top: unset;
}

.triger .container {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}

.triger .zal_item {
    width: 100%;
    max-width: 380px;
    height: 240px;
    position: relative;
    cursor: pointer;
}

.triger .zal_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.triger .zal_item p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Bold";
    font-size: 34px;
    z-index: 1;
}

.triger .zal_item p span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.triger .zal_item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0a4531;
    opacity: 0.6;
    z-index: 0;
    transition: 0.3s;
}

.triger .zal_item:hover:before {
    width: 90%;
    height: 90%;
    opacity: 0.9;
}

.triger .zal_item.active:before {
    width: 90%;
    height: 90%;
    opacity: 0.9;
}

.bron {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bron * {
    color: #192320;
}

.bron .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bron .container h3 {
    font-family: "Black";
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
}

.bron .container .left {
    width: 100%;
    max-width: 410px;
    margin-right: 200px;
}

.bron .container .left p {
    display: flex;
    margin-bottom: 15px;
}

.bron .container .left p span {
    width: 100%;
    max-width: 120px;
    background: #ffcb14;
    font-size: 18px;
    text-align: center;
    font-family: "Bold";
    display: block;
    margin-right: 15px;
    padding: 3px 0px 0px;
}

.bron .container .left p span i {
    font-size: 14px;
    font-style: normal;
    font-family: "Regular";
}

/* .bron .container .left p:nth-child(2n + 1) {
    margin-bottom: 40px;
} */

.bron .container .left .plan {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.bron .container .left .plan img {
    width: 50px;
    height: 40px;
    margin-right: 20px;
}

.bron .container .left .plan span {
    color: #949796;
    font-size: 16px;
}

.bron .container .right {
    width: 100%;
    max-width: 410px;
}

.bron .container .right .ui-datepicker {
    width: 100%;
    border-radius: 0;
    padding: 35px;
    margin-bottom: 20px;
}

.bron .container .right .ui-datepicker * {
    font-weight: 400;
}

.bron .container .right .ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: unset;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: unset;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
    background: url(../img/arr-left.svg) no-repeat center;
    cursor: pointer;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    left: unset;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    background: url(../img/arr-right.svg) no-repeat center;
    cursor: pointer;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
    right: 2px;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: unset;
    border: unset;
    left: unset;
    top: 2px;
    opacity: 0.7;
}

.bron .container .right .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
    font-family: "Regular";
}

.bron .container .right .ui-datepicker th {
    padding: unset;
    font-weight: unset;
    border: 0;
}

.bron .container .right .ui-datepicker th span {
    background: #ededed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bron .container .right .ui-datepicker .ui-state-default {
    font-weight: normal;
    color: #192320;
    background: unset;
    border: unset;
    text-align: center;
    border: 1px solid #fff;
}

.bron .container .right .ui-datepicker .ui-state-default:hover {
    border: 1px solid #e4e4e4;
}

.bron .container .right .ui-datepicker .ui-state-default.ui-state-active {
    background: #eb712d;
    color: #fff;
}

.bron .container .right .button {
    margin-top: 20px;
}

.bron .container .text {
    width: 100%;
    margin-top: 100px;
}

.bron .container .text img {
    display: block;
    margin-bottom: 20px;
}

.bron .container .text p {
    font-size: 16px;
    color: #949796;
}

.bron .container .text p span {
    color: #949796;
    font-size: 16px;
    display: block;
    width: 100%;
    background: #f4f4f4;
    margin-top: 40px;
    padding: 33px;
    text-align: center;
}

.block_with_big_img {
    position: relative;
    margin-bottom: 120px;
}

.block_with_big_img img {
    width: 100%;
    max-width: calc(50% - 130px);
    height: 100vh;
    max-height: 630px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.block_with_big_img .container {
    display: flex;
    justify-content: flex-end;
}

.block_with_big_img .text {
    width: 100%;
    max-width: 580px;
    font-size: 18px;
    color: #192320;
    margin-top: 40px;
    /* margin: 170px 0; */
    position: relative;
}

.block_with_big_img .text:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 6px;
    background: #eb712d;
    left: 0;
    top: -40px;
}

.block_with_big_img .text h3 {
    color: #000;
    margin-bottom: 15px;
}

.block_with_big_img .text h3 * {
    color: inherit;
}

.block_with_big_img .text p {
    font-size: inherit;
    color: inherit;
    margin-bottom: 15px;
}

.right_text_with_image .container .text div {
    font-size: 20px;
    line-height: 30px;
    color: #192320;
    margin-bottom: 20px;
}

.link {
    text-align: center;
    position: relative;
    margin-bottom: 120px;
}

.link:before {
    width: calc(50% - 100px);
    height: 1px;
    background: #e4e4e4;
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
}

.link:after {
    width: calc(50% - 100px);
    height: 1px;
    background: #e4e4e4;
    top: 50%;
    right: 0;
    position: absolute;
    content: "";
}

.link a {
    margin: 0 auto;
}

.singles {
    margin-bottom: 120px;
}

.singles h3 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    color: #192320;
    margin-bottom: 40px;
}

.single-slider .single {
    width: 100%;
    max-width: 280px;
    position: relative;
    display: block;
}

.single-slider .single .top {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #192320;
    width: 150px;
    font-size: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Medium";
}

.single-slider .single .title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Medium";
    padding-right: 40px;
}

.single-slider .owl-dots {
    display: none;
}

.single-slider .owl-nav {
    position: absolute;
    display: flex;
    top: -60px;
    right: 15px;
}

.single-slider .owl-nav .owl-prev {
    margin-right: 20px;
}

.single-slider .owl-nav .owl-prev span {
    width: 50px;
    height: 10px;
    background: #000;
    display: block;
    background: url(../img/left.svg) no-repeat center;
}

.single-slider .owl-nav .owl-next span {
    width: 50px;
    height: 10px;
    background: #000;
    display: block;
    background: url(../img/right.svg) no-repeat center;
}

.pivo h3 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    color: #192320;
    margin-bottom: 40px;
    text-align: center;
}

.pivo h4 {
    font-size: 18px;
    font-family: "Black";
    color: #192320;
    margin-bottom: 20px;
    text-align: center;
}

.pivo p {
    color: #eb712d;
    font-family: "Bold";
    font-size: 50px;
    text-align: center;
}

.pivo p span {
    color: #eb712d;
    font-family: "Bold";
    font-size: 20px;
}

.pivo .flex {
    margin-top: 70px;
    margin-bottom: 200px;
    display: flex;
    justify-content: space-between;
}

.pivo .flex-img {
    padding: 0 10px;
}

.pivo .flex-img_text p {
    color: #192320;
    margin-bottom: 10px;
    font-family: "Regular";
    font-size: 18px;
    text-align: left;
}

.pivo .flex-img_text b,
.pivo .flex-img_text strong {
    color: #192320;
    font-family: "Bold";
    font-size: 18px;
    text-align: left;
}

.alert {
    position: fixed;
    z-index: 5;
    bottom: 0;
    height: 15%;
    width: 100%;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert p {
    font-family: "Light";
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.padding {
    padding-bottom: 100px;
}

@media (max-width: 1400px) {
    .headline:not(.headline-form) {
        margin-top: 103px;
    }
}

@media (max-width: 1300px) {
    .headline:not(.headline-form) {
        height: 220px;
        padding-top: 20px;
    }

    .headline.headline_about_lvivske {
        height: 400px;
    }

    .headline .breckhams {
        margin-bottom: 11px;
    }

    .right_text_with_image.tri {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .right_text_with_image.tri .images.tri_image {
        position: relative;
        transform: scale(0.7);
    }

    .alert {
        padding: 6px;
    }

    .alert p {
        font-size: 30px;
    }

    .padding {
        padding-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    .headline:not(.headline-form) {
        margin-top: 94px;
    }

    .right_text_with_image {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .right_text_with_image .container {
        flex-direction: column !important;
    }

    .right_text_with_image .container .text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .right_text_with_image .container .text h3 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .right_text_with_image .container .text p {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .right_text_with_image .container .images {
        width: 100%;
    }

    .right_text_with_image .container .images img {
        max-width: 48%;
        height: 100vh;
        max-height: 320px;
    }

    .right_text_with_image .container .images img:nth-child(2) {
        top: 0;
        margin-left: 0;
    }

    .right_text_with_image .container .images.tri_image img:nth-child(1),
    .right_text_with_image .container .images.tri_image img:nth-child(2) {
        max-width: 48%;
        max-height: 330px;
        height: 100vh;
    }

    .right_text_with_image .container .images.tri_image img:nth-child(3) {
        display: none;
    }

    .right_text_with_image.tri {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .right_text_with_image.tri .images.tri_image {
        position: relative;
        transform: scale(1);
    }

    .headline {
        height: 190px;
        padding-top: 20px;
    }

    .headline h1 {
        font-size: 30px;
        line-height: 66px;
    }

    .headline h2 {
        font-size: 14px;
        line-height: 32px;
        margin-top: 0px;
    }

    .right_text_with_image.reveres {
        padding-top: 40px;
    }

    .pivo .flex img {
        max-width: 23%;
    }

    .pivo h3 {
        font-size: 30px;
        line-height: 31px;
        font-family: "Black";
        color: #192320;
        margin-bottom: 10px;
        text-align: center;
    }

    .triger .zal_item {
        max-width: 32%;
        height: 160px;
    }

    .bron .container {
        justify-content: space-between;
    }

    .bron .container .left {
        margin-right: 0;
    }

    .bron {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .block_with_big_img .container {
        display: flex;
        justify-content: flex-start;
    }

    .block_with_big_img .text {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #192320;
        margin: 60px 0;
        position: relative;
    }

    .block_with_big_img img {
        width: 100%;
        max-width: 100%;
        max-height: 380px;
        position: relative;
        left: 0;
        top: 0;
    }

    .block_with_big_img {
        position: relative;
        margin-bottom: 80px;
    }

    .link {
        margin-bottom: 50px;
    }

    .single-slider .single {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .pivo .flex {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pivo .flex img {
        width: 100%;
        max-width: 48%;
        margin-bottom: 20px;
    }

    .alert p {
        font-size: 24px;
        line-height: 22px;
    }

    .padding {
        padding-bottom: 80px;
    }

    .triger .container {
        flex-direction: column;
    }

    .triger .container .zal_item {
        max-width: 100%;
        height: 70px;
        margin-bottom: 10px;
    }

    .triger .container .zal_item.active:before {
        width: 100%;
        height: 100%;
        opacity: 0.9;
        left: 0;
        top: 0;
        transform: unset;
    }

    .triger .container .zal_item p {
        font-size: 28px;
    }

    .triger .container .zal_item p span {
        margin-top: 0px;
    }

    .bron .container .right {
        width: 100%;
        margin-top: 60px;
    }

    .bron .container .text {
        width: 100%;
        margin-top: 60px;
    }

    .bron .container .right .ui-datepicker {
        padding: 10px;
    }

    .bron .container .left .plan {
        margin-top: 60px;
    }

    .single-slider .single {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .single-slider .owl-nav {
        position: absolute;
        display: flex;
        top: -49px;
        right: 15px;
    }

    .singles h3 {
        font-size: 40px;
        line-height: 72px;
        margin-bottom: 8px;
    }

    .singles {
        margin-bottom: 40px;
    }
}

.contacts .container {
    align-items: flex-start;
}

.contacts .container .left h4 {
    font-family: "Bold";
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
}

.contacts .container .left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.contacts .container .right form {
    display: flex;
    flex-direction: column;
}

.contacts .container .right form input {
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #e0e0e0;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #192320;
}

.contacts .container .right form .flex-radio {
    display: flex;
    margin: 30px 0;
}

.contacts .container .right form .flex-radio .variant {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 0 0 33px;
}

.contacts .container .right form .flex-radio .variant .radio {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid #13894a;
    margin-right: 10px;
}

.contacts .container .right form .flex-radio .variant .radio.active {
    position: relative;
}

.contacts .container .right form .flex-radio .variant .radio.active:before {
    width: 8px;
    height: 8px;
    background-color: #13894a;
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contacts .container .right form .flex-radio .variant input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.contacts .container .right form select {
    width: 100%;
    height: 50px;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
}

.contacts .container .right form textarea {
    max-height: 120px;
    resize: none;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 10px;
}

.contacts .container .right form button {
    max-width: 142px;
    border: unset;
    outline: none;
    margin: 0 auto;
}

.bloq {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}

.blog-inner-page {
    margin-top: 128px;
}

.bloq a.single {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 280px;
    max-height: 400px;
    position: relative;
    display: block;
    z-index: 1;
}

.bloq a.single:nth-child(4n + 4) {
    margin-right: 0;
}

.bloq a.single .top {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #192320;
    width: 150px;
    font-size: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Medium";
    z-index: 2;
}

.bloq a.single img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.bloq a.single .title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Medium";
    padding-right: 40px;
    z-index: 2;
}

.bloq a.single:before {
    z-index: 1;
}

.bloq .navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0 120px;
}

.bloq .navigation .content {
    max-width: 395px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloq .navigation .content .left {
    background: url(../img/arr-left.svg) no-repeat;
    width: 13px;
    height: 20px;
    background-size: cover;
}

.bloq .navigation .content a,
.bloq .navigation .content p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #192320;
    margin-right: 30px;
}

.bloq .navigation .content .active {
    color: #13894a;
}

.bloq .navigation .content .right {
    background: url(../img/arr-right.svg) no-repeat;
    width: 13px;
    height: 20px;
    background-size: cover;
}

.bloq-page {
    margin-top: 40px;
    padding-bottom: 120px;
}

.bloq-page .top-banner {
    height: 100vh;
    max-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
    background-size: contain;
}

.bloq-page .top-banner .data {
    position: absolute;
    top: 30px;
    width: fit-content;
    padding: 0px 16px;
    background: #fff;
    font-size: 16px;
    line-height: 44px;
    font-family: "Medium";
    color: #192320;
}

.news-page .bloq-page .top-banner {
    display: block;
    max-height: initial;
    height: inherit;
}

.blog-page .bloq a.single .top {
    display: none;
}

.news-page .bloq-page .top-banner img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.news-page .bloq-page .top-banner .data {
    left: 50%;
    transform: translateX(-50%);
}

.news-page .bloq-page .top-banner h1 {
    color: #000;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bloq-page .top-banner h1 {
    max-width: 850px;
    font-size: 44px;
    line-height: 56px;
    font-family: "Bold";
    text-align: center;
    text-transform: uppercase;
}

.blog-page .bloq-page .top-banner .data {
    display: none;
}

.bloq-page .content {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 120px;
}

.bloq-page .content h2 {
    font-size: 34px;
    line-height: 44px;
    font-family: "Bold";
    color: #192320;
}

.bloq-page .content P {
    font-size: 20px;
    line-height: 30px;
    color: #192320;
    margin: 20px 0 40px;
}

.bloq-page .content img {
    width: 100%;
    max-height: 506px;
    object-fit: contain;
    margin-bottom: 20px;
}

.suvenirs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 120px;
}

.suvenirs .item {
    width: 100%;
    max-width: 380px;
    margin-right: 20px;
    margin-bottom: 55px;
}

.suvenirs .item img {
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    max-height: 244px;
    padding: 16px 40px;
    object-fit: contain;
    margin-bottom: 20px;
}

.suvenirs .item p {
    font-size: 20px;
    line-height: 28px;
    font-family: "Bold";
    color: #192320;
}

.suvenirs .item p span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #192320;
    margin-top: 5px;
}

.suvenirs .item:nth-child(3n + 3) {
    margin-right: 0;
}

.rules .item {
    margin-bottom: 10px;
}

.rules .item .top {
    width: 100%;
    height: 100px;
    font-size: 26px;
    line-height: 28px;
    font-family: "Bold";
    padding: 37px 40px;
    background: #0a4531;
    position: relative;
    cursor: pointer;
}

.rules .item .top:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 12px;
    background: url(../img/arr-bottom.svg) no-repeat;
    top: calc(50% - 6px);
    right: 40px;
    transition: 0.3s;
}

.rules .item .content {
    width: 100%;
    padding: 37px 40px;
    border: 1px solid #0a4531;
    display: none;
}

.rules .item .content p {
    font-size: 20px;
    line-height: 28px;
    color: #192320;
}

.rules .item.active .top:before {
    transform: rotateX(-180deg);
}

.rules .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 120px 0;
}

.rules .flex h2 {
    width: 100%;
}

.rules .flex h3 {
    font-size: 26px;
    line-height: 28px;
    font-family: "Bold";
    color: #192320;
    margin-bottom: 35px;
}

.rules .flex p {
    font-size: 16px;
    line-height: 24px;
    color: #192320;
    position: relative;
    padding-left: 28px;
    margin-bottom: 30px;
}

.rules .flex p:before {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    left: 0;
    top: 7px;
    background: #13894a;
    position: absolute;
    content: "";
}

.rules .flex .left {
    width: 100%;
    max-width: 513px;
}

.rules .flex .left .info {
    background: url(../img/info.svg) no-repeat left;
    margin-bottom: unset;
    margin-top: 70px;
    color: #949796;
    padding-left: 60px;
}

.rules .flex .left .info:before {
    display: none;
}

.rules .flex .right {
    max-width: 580px;
    border: 1px solid #f22f2f;
    padding: 42px 49px;
}

.inner-page .h1 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Black";
    color: #192320;
    margin: 60px 0 0;
}

.inner-page .breckhams {
    padding-top: 40px;
}

.inner-page .breckhams.new-style {
    display: flex;
}

.inner-page .breckhams.new-style a {
    font-size: 18px;
    line-height: 22px;
    color: #949796;
    position: relative;
    margin-right: 20px;
}

.inner-page .breckhams.new-style a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #c4c4c4;
    right: -12px;
    top: 9px;
    border-radius: 10px;
}

.inner-page .breckhams.new-style a>span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.inner-page .breckhams.new-style>span {
    font-size: 18px;
    line-height: 22px;
    color: #192320;
}

@media (max-width: 1200px) {

    .bloq a.single,
    .suvenirs .item {
        width: 100%;
        max-width: 30%;
        margin: unset;
        margin-right: 5%;
        margin-bottom: 30px;
    }

    .bloq a.single:nth-child(3n + 3),
    .suvenirs .item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .bloq a.single:nth-child(4n + 4),
    .suvenirs .item:nth-child(4n + 4) {
        margin-right: 5%;
    }

    .suvenirs .item {
        margin-bottom: 100px !important;
    }

    .suvenirs .item img {
        padding: 16px 16px;
        margin-bottom: 12px;
    }
}

@media (max-width: 615px) {

    .bloq a.single,
    .suvenirs .item {
        max-width: 100%;
        margin-bottom: 20px;
        max-height: 328px;
        margin-right: 0;
    }

    .bloq a.single:nth-child(3n + 3),
    .suvenirs .item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .bloq a.single:nth-child(4n + 4),
    .suvenirs .item:nth-child(4n + 4) {
        margin-right: 0;
    }

    .inner-page .h1 {
        margin: 23px 0 0;
        font-size: 36px;
        line-height: 43px;
    }

    .bloq {
        margin-top: 22px;
    }

    .bloq .navigation .content {
        max-width: 377px;
    }

    .bloq .navigation .content a,
    .bloq .navigation .content p {
        font-size: 24px;
        margin-right: 21px;
    }

    .bloq .navigation {
        margin: 40px 0 60px;
    }

    .inner-page .breckhams.new-style a {
        font-size: 14px;
        line-height: 17px;
    }

    .inner-page .breckhams.new-style a:before {
        top: 5px;
    }

    .inner-page .breckhams.new-style span {
        font-size: 14px;
        line-height: 17px;
        overflow: hidden;
        word-break: break-all;
        max-height: 15px;
    }

    .bloq-page .top-banner {
        width: calc(100% + 30px);
        left: -15px;
        height: 100vh;
        max-height: 240px;
        margin-bottom: 30px;
        align-items: flex-end;
        padding-bottom: 45px;
    }

    .bloq-page .top-banner h1 {
        font-size: 26px;
        line-height: 35px;
    }

    .bloq-page .content h2 {
        font-size: 26px;
        line-height: 36px;
        font-family: "Bold";
        color: #192320;
    }

    .bloq-page .content P {
        font-size: 16px;
        line-height: 24px;
        color: #192320;
        margin: 10px 0 20px;
    }

    .bloq-page .content {
        margin: 0 auto 50px;
    }

    .suvenirs .item {
        margin-bottom: 45px !important;
    }

    .suvenirs {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .headline h2 {
        max-width: 273px;
        margin: 0 auto;
    }

    .rules .item .top {
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 24px;
        padding: 15px;
        padding-right: 20px;
    }

    .inner-page .h2 {
        font-size: 30px;
        line-height: 41px;
        margin: 30px 0 20px;
    }

    .rules .item .top:before {
        right: 24px;
    }

    .rules .item .content {
        padding: 20px;
    }

    .rules .item .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .rules .flex {
        margin: 0px 0;
    }

    .rules .flex p {
        padding-left: 28px;
        margin-bottom: 10px;
    }

    .rules .flex .left .info {
        margin-top: 30px;
        padding-left: 60px;
    }

    .rules .flex .right {
        max-width: 100%;
        border: 1px solid #f22f2f;
        padding: 20px;
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

.rent-request .headline,
.rent-request-success .headline {
    text-align: center;
    margin-bottom: 40px;
}

.overlay.rent-request .modal,
.overlay.rent-request-success .modal {
    max-width: 480px;
    padding: 50px 80px 60px;
}

.rent-request-success .form-text {
    text-align: center;
}

.overlay.rent-request input {
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 14px 20px;
    font-size: 16px;
}

.overlay.rent-request input+input {
    margin-top: 10px;
}

.overlay.rent-request button {
    margin-top: 20px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    background-color: #eb712d;
    cursor: pointer;
}

.overlay.rent-request button:hover {
    background-color: #0a4531;
}

.form-answers {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-answers span {
    display: block;
    color: #ff0000 !important;
    margin-bottom: 5px;
}

.contacts .container .right form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bloq-page .content p {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #192320 !important;
    margin: 20px 0 !important;
}

.bloq-page .content ul {
    padding-left: 30px;
}

.bloq-page .content li {
    color: #000;
    list-style: disc;
}

.bloq-page .content p * {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #192320 !important;
    margin: 20px 0 !important;
}

.bloq-page .content div {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #192320 !important;
    margin: 20px 0 !important;
}

.bloq-page .content div * {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #192320 !important;
    margin: 20px 0 !important;
}

.bloq-page .content a {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #0000EE !important;
    margin: 20px 0 !important;
}

.bloq-page .content .button {
    color: #ffffff !important;
}

.bloq-page .content p b,
.bloq-page .content div b {
    font-weight: bold !important;
}

/* new styles */
.headline.about-headline {
    background: url(../img/FIN.jpg);
    height: 400px;
}

.about-page .gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -125px;
    margin-bottom: 110px;
    align-items: flex-end;
}

.about-page .gallery img {
    max-width: 66px;
    max-height: 245px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.about-page .text-w-line {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-page .text-w-line p {
    max-width: 648px;
    font-size: 20px;
    line-height: 30px;
    color: #192320;
    border-left: 1px solid #13894a;
    padding-left: 30px;
}

.about-page .text-w-line img {
    display: block;
    max-width: calc(100% - 700px);
    margin-left: 20px;
}

.about-page .text-w-line.left-text {
    /* display: flex;
    justify-content: flex-end; */
}

.about-page .text-w-line.left-text img {
    margin-left: 0;
    margin-right: 20px;
}

.about-page .right_text_with_image .container .images img {
    max-width: 560px;
    max-height: 535px;
}

.about-page .right_text_with_image {
    overflow: hidden;
}

.about-page .right_text_with_image .container .images {
    position: relative;
}

.about-page .right_text_with_image.reveres .container .images:before {
    position: absolute;
    content: "";
    width: 425px;
    height: 354px;
    background: url(../img/bgtext.jpg) no-repeat;
    left: -50%;
}

.about-page .right_text_with_image .container .images:before {
    position: absolute;
    content: "";
    width: 425px;
    height: 354px;
    background: url(../img/bgtext.jpg) no-repeat;
    right: -50%;
}

.about-page .right_text_with_image .container .images:before:last-child {
    width: 515px;
}

.about-page .right_text_with_image .container .text h3 {
    max-width: 395px;
}

.about-page .blog-block {
    margin-bottom: 120px;
}

.about-page .blog-block .container {
    display: flex;
    justify-content: space-between;
}

.about-page .blog-block .container .left {
    width: 100%;
    max-width: 485px;
}

.about-page .blog-block .container .left h4 {
    font-family: "Black";
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    color: #192320;
}

.about-page .blog-block .container .left p {
    font-size: 20px;
    line-height: 30px;
    color: #192320;
    margin: 35px 0;
}

.about-page .blog-block .container .left a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #eb712d;
}

.about-page .blog-block .container .left a:hover {
    text-decoration: underline;
}

.about-page .blog-block .container img {
    width: 100%;
    max-width: 580px;
    height: 400px;
}

@media (max-width: 800px) {
    .about-page .gallery {
        flex-wrap: wrap;
        margin-top: -145px;
        margin-bottom: 50px;
    }

    .about-page .gallery img {
        width: 100%;
        max-width: 20%;
        max-height: 199px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .headline.about-headline {
        height: 340px;
    }

    .about-page .text-w-line {
        width: 100%;
        margin-bottom: 60px;
    }

    .about-page .right_text_with_image.reveres .container .images:before {
        width: calc(100% + 30px);
        left: -15px;
        height: 244px;
    }

    .about-page .right_text_with_image .container .images:before {
        width: calc(100% + 30px);
        right: -15px;
        height: 244px;
    }

    .about-page .right_text_with_image .container .images img {
        max-width: 100%;
        max-height: 346px;
    }

    .about-page .blog-block {
        margin-bottom: 70px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .about-page .blog-block .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about-page .blog-block .container .left h4 {
        font-family: "Black";
        font-weight: 900;
        font-size: 32px;
        line-height: 8px;
        color: #192320;
    }

    .about-page .blog-block .container .left h4 br {
        display: none;
    }

    .about-page .blog-block .container .left p {
        font-size: 16px;
        line-height: 24px;
        color: #192320;
        margin: 25px 0 10px;
    }

    .about-page .blog-block .container .left a {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #eb712d;
    }

    .about-page .blog-block .container img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
}

.headline.headline_rent {
    background: url(../img/rent_back.webp) no-repeat center;
    background-size: cover;
}

.headline.headline_about_lvivske {
    background: url(../img/lvivske_background.webp) no-repeat center;
    background-size: cover;
}

.drop_down p span {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    width: 30px;
}

.header .container .status .close.update {
    color: rgb(235, 113, 45);
    font-weight: bold;
    cursor: pointer;
    line-height: 1.1;
    text-decoration: underline;
}

.header .container .status .close.update:hover {
    text-decoration: none;
}

@media (max-width: 615px){
    .inner-page .breckhams.new-style a{
        display: inline-block;
    }
    .inner-page .breckhams.new-style{
        display: block;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: auto;
    }
}