/* Hero */
.hero-block{
    width: 100%;

    background-color: #DCEAF8;
    background-image: url('/local/templates/main/assets/images/svg/lblueelipse.svg');
    background-repeat: no-repeat;
}

.hero-block-container{
    width: auto;

    background-color: #ffffff;
    background-image: url('/local/templates/main/assets/images/svg/hero_block.svg');
    background-repeat: no-repeat;
    background-position: 0 -250px;
}

.hero-block_wrapper {
    display: flex;
}
.hero-block_wrapper .hero-block_item{
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.hero-block_wrapper .hero-block_item .banner-pic{

}
.hero-block_wrapper .hero-block_item .banner-pic img{
    border-radius: 10px;
}
.hero-block_wrapper .hero-block_item .hero-block_item-plus{
    background-image: url('/local/templates/main/assets/images/svg/plus.svg');
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: none;
}
.hero-block_wrapper .hero-block_item .hero-block_item-pluses.hero-block_item-top{
    justify-content: space-between;
}
.hero-block_wrapper .hero-block_item  .hero-block_item-bottom{

}
.hero-block_wrapper .hero-block_item .hero-block_item-pluses{
    display: flex;
}

.hero-block_item-text {
    margin: auto 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-block_item-text h1{
    font-size: 52px;
    line-height: 1em;
}
.hero-block_item-text h1 span{
    display: block;
}



.standtab h2 {
    max-width: 800px;
}

.map-block_img {
    flex: 0 0 50%;
}
.map-block_text img {
    margin:20px 0;
}
.map-block_text a {
    margin-top:40px;
}

.condition-wrapper {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.condition-wrapper .condition-wrapper-line {
    display: flex;
    justify-content: center;
    align-items: center;
}
.condition-wrapper .condition-item-arrow {
    background-image: url('/local/templates/main/assets/images/svg/arrow.svg');
    background-repeat: no-repeat;
    width: 78px;
    height: 24px;
    margin: 0 20px;
}

.condition-wrapper .condition-item:nth-of-type(4),.condition-wrapper .condition-item:nth-of-type(5){
    flex: 0 0 50%;
    background-position-x: 168px;
}
.condition-wrapper .condition-item:nth-of-type(3)::after,
.condition-wrapper .condition-item:nth-of-type(5)::after
{
    content: unset;
}
.condition-wrapper .condition-item::after {
    background-image: url('/local/templates/main/assets/images/svg/arrow.svg');
    background-repeat: no-repeat;
    width: 78px;
    height: 24px;
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
}
.condition-wrapper .condition-item {
    background-image: url('/local/templates/main/assets/images/condition_bg.png');
    background-repeat: no-repeat;
    width: 338px;
    height: 338px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 33%;
    background-position-x: 57px;
    background-position-y: 5px;
    position: relative;
}
.condition-wrapper .condition-item .condition-text{
    width: 210px;
    text-align: center;
    min-height: 58px;
    margin-top: 10px;
}
.condition-wrapper .condition-item .condition-pic{
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    background-size: contain;
}
.condition-wrapper .condition-item .condition-pic.map{
    background-image: url('/local/templates/main/assets/images/svg/map_baloon.svg');
}
.condition-wrapper .condition-item .condition-pic.qr{
    background-image: url('/local/templates/main/assets/images/svg/qr_code.svg');
}
.condition-wrapper .condition-item .condition-pic.telegram{
    background-image: url('/local/templates/main/assets/images/svg/telegram.svg');
}
.condition-wrapper .condition-item .condition-pic.paper{
    background-image: url('/local/templates/main/assets/images/svg/paper.svg');
}
.condition-wrapper .condition-item .condition-pic.loto{
    background-image: url('/local/templates/main/assets/images/svg/loto_icon.svg');
}

.ad-item {
    background-image: url('/local/templates/main/assets/images/svg/ad_item.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 10px;
    border-radius: 15px;
    flex: 0 0 40%;
    padding: 30px 30px 80px 30px;
    position: relative;
}
.ad-item .ad-item-title{

}
.heading-date {
    background-image: url('/local/templates/main/assets/images/svg/date.svg');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;
}

.ad-item .ad-item-date{
    margin: 30px 0;
    background-image: url('/local/templates/main/assets/images/svg/date.svg');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;
}
.ad-item .ad-item-stream{
    background-image: url('/local/templates/main/assets/images/svg/streaming.svg');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;
}
.ad-item .ad-item-location{
    background-image: url('/local/templates/main/assets/images/svg/location.svg');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: auto;
}
.ad-item .ad-item-info{
    display: block;
    background-color: #fff;
    border-radius: 15px;
    margin: 21px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}


.obj-main {
    display: flex;
    flex-direction: inherit;
}
.obj-main-v {
    display: flex;
    flex-direction: column;
}


.tabs-content-item:not(.active)  {
    display: none;
}
.tabs-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
}
.btn-group.tabs {
    width: 100%;
}
.btn-group.tabs .btn {
    flex: 0 0 25%;
}
.tabs-wrapper .btn {
    background-color: #0C58BE;
    border-color: #0C58BE;
}
.tabs-wrapper .btn:not(.active)  {
    background: #F0F4F8;
    border-color: #141324;
    color: #141324;
}
.tabs-wrapper .btn-group > .btn-group:not(:first-child) > .btn, .tabs-wrapper .btn-group > .btn:nth-child(n+3),.tabs-wrapper  .btn-group > :not(.btn-check) + .btn{
    border-left: 0;
}
.tabs-wrapper .btn-group > .btn-group:not(:last-child) > .btn,.tabs-wrapper  .btn-group > .btn.dropdown-toggle-split:first-child,.tabs-wrapper  .btn-group > .btn:not(:last-child):not(.dropdown-toggle){
    border-right: 0;
}

.tabs-content-item {
    width: 100%;
    position: relative;
}
.standWrapper {
    width:1200px;
    height:525px;
    position: absolute;
    top: 0;
}
.standWrapperPoint {
    position: absolute;
    background-image: url('/local/templates/main/assets/images/svg/point-ov.svg');
    width: 41px;
    height: 39px;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}
/************************/


#ok-1{
    top: 271px;
    left: 537px;
}
#ok-2{
    top: 240px;
    left: 253px;
}
#ok-3{
    top: 181px;
    left: 334px;
}
#ok-4{
    top: 221px;
    left: 484px;
}
#ok-5{
    top: 195px;
    left: 622px;
}
#ok-5{
    top: 186px;
    left: 627px;
}
#ok-6{
    top: 189px;
    left: 843px;
}
#ok-7{
    top: 258px;
    left: 880px;
}
#ok-8{
    top: 247px;
    left: 701px;
}
#ok-9{
    top: 263px;
    left: 356px;
}

#ok-10{
    top: 71px;
    left: 567px;
}

.schemaPic {
    width: auto !important;
}


/************************/

.modalOV {
    position: fixed;
    width: 100%;

    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 80;
}
.modal__windowOV {
    padding: 30px 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    max-width: 800px;
    width: 100%;
    display: flex;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y:scroll;
    height: 600px;

}
#exampleModal .btn-close {
    background-image: url('/local/templates/main/assets/images/svg/x.svg'); !important;
    width: 28px !important;
    height: 28px !important;
    background-color: transparent;
}
#exampleModal h1 {
    font-size: 18px;
}
.closeOV {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 0.3s;
    cursor: pointer;
    background-image: url('/local/templates/main/assets/images/svg/x.svg'); !important;
    width: 28px !important;
    height: 28px !important;

    background-color: transparent;
}

.property-block .property-body .text-container {
    position: relative;
    width: 380px;
    display: block;
}
.property-block .property-body .text-container div {
    display: block;
    width: 100%;
    padding-right: 30px;
}
.property-block .property-body .text-container .full-text{
    display: none;
}
.property-block .property-body .text-container .more-icon.reversed{
    transform: rotate(180deg);
}
.property-block .property-body .text-container .more-icon{
    background-image: url('/local/templates/main/assets/images/svg/arrow_down.svg'); !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.wrapper-property-block .main-property-block .property-block .property-body{
    text-align: left;
}
.wrapper-property-block .main-property-block .property-block .property-title{
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.wrapper-property-block .main-property-block .property-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #535353;
    margin: 15px 0;
}
.wrapper-property-block .main-property-block{
    flex: 0 0 50%;
}
.wrapper-property-block .img-block img{
    width: 90%;
    border-radius: 20px;
}
.wrapper-property-block .img-block{
    flex: 0 0 50%;
}
.wrapper-property-block {
    display: flex;
    flex-direction: revert;
}

.tabs-content-item picture,
.tabs-content-item img {
    width: 100%;
    height: auto;
    display: block;
}

.tabs-content-item img.standMap {
    width: 1200px;
    height: 525px;
}

.placements {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
}
.placements .placement-item_name{
    padding: 0 10px;
}
.placements .placement-item_img {
    padding: 10px;
}
.ov-block h2 {
    font-size: 44px;
}

.subheading {
    font-size: 24px;
    font-weight: bold;
}

.block-discount .ov-btn{
    background-color: #0C58BE;
    width: 356px;
    height: 67px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 33px;
    text-align: center;
}
.block-discount .promocode{
    color: #0C58BE;
    font-weight: bold;
    font-size: 20px;
    margin:40px 0 10px;
    text-transform: lowercase;
}
.block-discount {
    background-image: url('/local/templates/main/assets/images/svg/promo-bg-discount.svg');
    min-height: 400px;
    background-repeat: no-repeat;
    padding-top: 70px;
    background-color: #DCEAF8;
    background-size: auto;
    background-position-y: center;
    position: relative;

}
.block-discount-bg {
    background-image: url('/local/templates/main/assets/images/svg/promo-elipses.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -160px;
    background-position-y: 150px;
    background-position-x: right;
}


.block-discount .h2 {
    max-width:675px;
    font-size: 64px;
}

.shater-bg {
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Buttons */
.btn-group, .btn-group-vertical{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btny, .btn-group > .btny:nth-child(n+3), .btn-group > :not(.btn-check) + .btny{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btny{
    padding: 10px 30px;
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    position: relative;
    transition: background-color 0.7s, box-shadow 0.7s;
    background-color: #2f80ed;
    overflow: hidden;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
}

.btny.btn-transparent {
    background: transparent;
    border-color:#2f80ed;
    color: #2f80ed;
}

.justify-content-center {
    justify-content: center !important;
}


/* FONTS */
.h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
}

.block-blue {
    background-image: url('/local/templates/main/assets/images/svg/bg_blue_block_elipses.svg');
    background-repeat: no-repeat;
    background-color:#DCEAF8;
    position: relative;
    background-size: auto;
    background-position-y: center;
}

.block-blue-pic {
    background-image: url('/local/templates/main/assets/images/standTentelipse.png');
    background-repeat: no-repeat;
    height: 450px;
    flex: 0 0 30%;
    background-position: bottom;
    background-size: contain;
}
.block-blue-pic-coffee {
    background-image: url('/local/templates/main/assets/images/coffee.png');
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    background-position-x: right;
    background-size: contain;
    background-position-y: bottom;
}
.greeting {
    order: 1;
}
.schedule {
    order: 3;
    position: absolute;
    bottom: 110px;
}
.lector {
    order: 2;
}
.block-blue .block-content-coffee {
    margin-left: 50px;
}
.block-blue .block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;
    flex: 0 0 66%;
}

.lektory .placements {
    position: relative;
}
.lektory .placement-item {
    flex: 0 0 50%;
}

.excursions .placements {
    margin: 20px 0 40px 0;
}

.excursions .placement-item {
    flex: 0 0 49%;
}
.excursions h2 ,.command h2,.partnersblock h2{
    width: 730px;
}
.command .ov-text-heading {
    font-size:32px;
}
.partnersblock {
    padding-bottom: 30px;
}
.excursion-map {
    display: flex;
    position: relative;

}
.excursion-map-img img{
    border-radius: 20px;
    height: 100%;
}
.excursion-map-img {
    flex: 0 0 auto;
    z-index: 10;
    position: relative;
    background: #0C58BE;
    border-radius: 20px 0 0 20px;
}
.excursion-map-text .excursion-map-text-heading{
    order: 1;
}
.excursion-map-text .excursion-map-text-schedule{
    order: 2;
}
.excursion-map-text .excursion-map-text-info{
    order: 3;
}
.excursion-map-text {
    background: #0C58BE;
    position: relative;
    right: 0;
    z-index: 70;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.excursion-map-text-heading h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.excursion-map-text-schedule {
    margin-top: 40px;
    color: #fff;
}
.excursion-map-text-info {
    display: block;
    margin-top: 50px;
    background-color: #DCEAF8;
    color: #0C58BE;
    padding: 20px;
    border-radius: 25px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.excursion-map-text-schedule > span{
    border-top: 1px solid #fff;
    display: block;
    padding: 10px 0;
}

 .swiper-wrapper {
    padding-bottom: 32px;
}

.price-item .price-item-title{
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    align-self: flex-start;

}
.price-item .price-item-text{
    font-size: 12px;
    padding: 10px 0;
    align-self: flex-start;
}
.price-item .price-item-pic{

}
.price-item .price-item-pic img{
    border-radius: 20px;
    width: 100%;
    margin: 10px auto;
}
.price-item {
    text-align: center;
    font-size: 18px;
    background: #0C58BE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: auto;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
}

.sliderBigWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
}
.swiperperson-btn-next {
    background-image: url('/local/templates/main/assets/images/svg/arrow_slider.svg');
    background-repeat: no-repeat;
    width:116px;
    height:116px;
    align-self: center;
}
.swiperperson-btn-prev {
    background-image: url('/local/templates/main/assets/images/svg/arrow_slider-prev.svg');
    background-repeat: no-repeat;

    width:116px;
    height:116px;
    left: 0;
}
.swiper.personalSwiper,.swiper.standSwiper {
    /* Ensure the container has a defined width and height, or is part of a flex/grid layout */
    width: 80%; /* Example width */
    margin: 0 auto; /* Center the container */
    position: relative; /* Essential for positioning child elements */

    flex: 0 0 80%;
}

.buttonSlider .swiperperson-btn-prev,.buttonSlider .swiperperson-btn-next {
    flex: auto;
}
.buttonSlider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.swiper-wrapper {
    width: 80%;
}
.swiperperson-btn-prev,
.swiperperson-btn-next{
    flex: 0 0 10%;
    z-index: 10;
    cursor: pointer;
}
.personalSwiper .person-item-img:hover , .standSwiper .person-item-img:hover  {
    filter: grayscale(0%);
}
.personalSwiper .person-item-img, .standSwiper .person-item-img  {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.prices .swiper {
    margin-top: 20px;
}
.personalSwiper {

}
.personalSwiper .person-item,.standSwiper .person-item{
    max-width: 400px;
}
.personalSwiper .person-item .person-item-img,.standSwiper .person-item .person-item-img{
    border-radius: 20px;
}
.personalSwiper .person-item .person-item-name,.standSwiper .person-item .person-item-name{
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.personalSwiper .person-item .person-item-contacts,.standSwiper .person-item .person-item-contacts{
    display: flex;

}
.person-item-contacts-call-title ,.person-item-contacts-send-title{
    font-size: 12px;
    font-weight: bold;
}
.person-item-contacts-send {
    padding-left: 10px;
    margin-left: auto;
    margin-right: 10px;
}
.person-item-contacts-send-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.person-item-contacts-call-number a {
    background-image: url('/local/templates/main/assets/images/svg/phone.svg');
    background-repeat: no-repeat;
    padding-left: 16px;
    background-size: contain;
    font-size: 12px;
    background-position: left center;
}
.person-item-contacts-send-app a {
    padding: 0 5px;
}
.person-item-contacts-send-app .telegram {
    background-image: url('/local/templates/main/assets/images/svg/telega.svg');
    background-repeat: no-repeat;
    padding-left: 16px;
    background-size: contain;
    font-size: 12px;
    background-position: left center;
}
.person-item-contacts-send-app .whatsapp {
    background-image: url('/local/templates/main/assets/images/svg/whatsapp.svg');
    background-repeat: no-repeat;
    padding-left: 16px;
    background-size: contain;
    font-size: 12px;
    background-position: left center;
}
.personalSwiper .person-item .person-item-img .colored,.standSwiper .person-item .person-item-img .colored{
    display: none;
}

.personalSwiper .person-item:hover .person-item-img .colored,.standSwiper .person-item:hover .person-item-img .colored{
    display: block;
}
.personalSwiper .person-item:hover .person-item-img .baw,.standSwiper .person-item:hover .person-item-img .baw{
    display: none;
}

.partnersList {
    display: flex;
    flex-wrap: wrap;
}
.partnersList .partnerItem{
    flex: 0 0 45%;
    padding: 30px 15px;
    background-color: #F0F4F8;
    border-radius: 25px;
    margin: 10px;
}
.partnersList .partnerItem .partnerItemImg{
    max-height: 140px;
}
.partnersList .partnerItem .partnerName{
    margin: 20px 0;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.partnersList .partnerItem .partnerTeaser{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.partnersList .partnerItem .partnerText{
    font-size: 16px;
}
.partnersList .partnerItem .partnerLink a{
    color: #0C58BE;
    text-decoration: underline;

    font-size: 16px;
}
.partnersList .partnerItem .partnerLink{
    display: block;
    background-image: url('/local/templates/main/assets/images/svg/arrow_link.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
    text-align: right;
    padding-right: 25px;
}
.partnerText {
    margin:20px 0;
    display: block;
}

.btnlike {
    background: #0C58BE;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 40px;
    width: 570px;
    display: block;
    height: auto;
}

.ov-block ul li {
    list-style-position: inside;
}

.ov-text-block {
    margin-top:30px;
}

.ov-text-heading {
    display: block;
    font-weight: bold;
    margin: 20px 0;
}

.ov-text-blue {
    color: #0C58BE;
}
.ov-text-simple {
    font-size:15px;
}
.ov-text-simple {
    font-size:15px;
}
.ov-text-bold-18{
    font-size:18px;
    font-weight: bold;
}

.ov-flex {
    display: flex !important;
}

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

.ov-flex-50 > div{
    flex: 0 0 50%;
}

.ov-block {
    display: block !important;
}
.ov-pl10 {
    padding: 0 10px;
}
.ov-pl10-desc {
    padding: 0;
}
.ov-m-20 {
    margin: 20px 0;
}
.ov-m-30 {
    margin: 30px 0;
}
.ov-m-80 {
    margin: 80px 0 20px;
}
/*  GRID  */

.shaterStand {
    height: 450px;
}

.containerOv {
    max-width: 1330px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .partnersList .partnerItem .partnerLink {

    }
    .partnerText {
        position: relative;
    }
    .block-blue .block-content-coffee h2 {
        margin-top: 82px;
    }
    .block-blue .block-content-coffee {
        margin-left: 0;
    }
    .partnerText .text-container .more-icon.reversed{
        transform: rotate(180deg);
    }
    .partnerText .text-container div{
        padding-right: 20px;
    }
    .partnerText .text-container .more-icon{
        background-image: url('/local/templates/main/assets/images/svg/arrow_down.svg'); !important;
        background-repeat: no-repeat;
        background-position: center center;
        width: 24px !important;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .excursion-map-text .excursion-map-text-heading{
        order: 2;
        flex: 0 0 46%;
        margin-left: 10px;
    }
    .excursion-map-text .excursion-map-text-schedule span{
        width: 50%;
        align-self: end;
    }
    .excursion-map-text .excursion-map-text-schedule{
        order: 3;

        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
    }
    .excursion-map-text {
        border-radius: 0 0px 15px 15px;
        padding-bottom: 30px;
    }
    .excursion-map-text .excursion-map-text-info{
        order: 1;
        padding: 10px;
        border-radius: 13px;
        flex: 0 0 40%;
        margin-top: 0;
    }

    .containerOv  .btn-group .btn {
        padding: 10px;
        flex: 0 0 50%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .containerOv  .btn-group .btny {
        padding: 10px;
       font-size: 14px;
    }
    .block-discount .ov-btn {
        width: 100%;
        font-size: 30px;
    }
    .standWrapper {
        width: 355px;
        height: 288px;
    }
    .sm-12 {
        width: auto;
    }
    .block-discount {
        height: 530px;
    }
    .btn-group.tabs.tabs-50  .btn {
        flex: 0 0 50%;
        padding: 10px 0px;
    }
    .btn-group.tabs.tabs-33 .btn {
        flex: 0 0 33%;
        padding: 10px 0px;
    }
    .h2,.block-discount .h2 {
        font-size: 24px;
        line-height: 1em;
        font-weight: bold;
    }
    .block-discount-bg {
        right: 0;
        background-position-y: 300px;
        background-position-x: 37px;
        background-size: cover;
    }
    .tabs-content-item img.standMap {
        width: 100%;
        height: auto;
    }
    .hero-block_wrapper {
        flex-direction: column;
    }
    .hero-block_wrapper .hero-block_item .hero-block_item-bottom {
        display: none;
    }
    .hero-block_item-text h1 {
        font-size: 32px;
    }
    .hero-block_item-text {
        margin-top: 20px;
    }
    .ov-block h2 {
        font-size: 24px;
        line-height: 1em;
        font-weight: bold;
    }
    .subheading {
        font-size: 18px;
    }
    .placements {
        flex-direction: column;
    }
    .map-block_text a {
        margin-top:0;
    }
    .obj-main {
        flex-direction: column;
    }
    .condition-wrapper .condition-item{
        flex: 0 0 100%;
        background-position-x: 12px;
        background-position-y: 10px;
    }
    .condition-wrapper .condition-item::after
    {
        content: unset;
    }

    .buttonSlider {
        display: none;
    }
    .wrapper-property-block {
        flex-direction: column;
    }
    .property-block .property-body .text-container {
        width: 345px;
    }
    .condition-wrapper .condition-item:nth-of-type(4), .condition-wrapper .condition-item:nth-of-type(5) {
        flex: 0 0 100%;
        background-position-x: 12px;
        background-position-y: 10px;
    }
    .ad-item {
        flex: 0 0 100%;
        margin: 10px 0;
        padding: 30px 30px 100px 30px;
    }
    .ad-item .ad-item-info {
        right: 5px;
    }
    .btnlike {
        width: 93%;
        font-size: 16px;
        padding: 10px;
    }
    .schedule {
        position: relative;
        bottom: 0;
    }
    .excursions h2, .command h2, .partnersblock h2 {
        width: 100%;
    }
    .excursion-map-img {
        border-radius: 26px 27px 0px 0px;
    }
    .excursion-map-text-heading h4 {
       font-size: 14px;
    }
    .excursion-map-text-info {
        font-size: 12px;
    }
    .partnersList .partnerItem {
        flex: 0 0 86%;
    }
    .partnersList .partnerItem .partnerTeaser {
        font-size: 16px;
    }
    .shaterStand {
        height: 630px;
        flex-direction: inherit;
        position: relative;
        z-index: 10;
    }
    .shaterStand .block-blue-pic {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-image: url('/local/templates/main/assets/images/stand_elipse_bg.png');
        background-repeat: no-repeat;
        left: 0;
        background-position: -30px 160px;
    }
    .shaterStand .block-content {
        position: relative;
        z-index: 90;
        flex: 0 0 90%;
        justify-content: flex-start;
        padding-top: 55px;
    }
    .excursion-map {
        flex-direction: column;
    }
    .excursion-map-img {

    }
    .standWrapperPoint {
        width: 30px;
        height: 30px;
        background-size: cover;
        font-size: 12px;
    }
    #ok-1{
        top: 145px;
        left: 159px;
    }
    #ok-2{
        top: 156px;
        left: 15px;
    }
    #ok-3{
        top: 112px;
        left: 53px;
    }
    #ok-4{
        top: 121px;
        left: 121px;
    }
    #ok-5{
        top: 112px;
        left: 176px;
    }
    #ok-6{
        top: 99px;
        left: 286px;
    }
    #ok-7{
        top: 158px;
        left: 300px;
    }
    #ok-8{
        top: 147px;
        left: 230px;
    }
    #ok-9{
        top: 163px;
        left: 66px;
    }

    #ok-10{
        top: 55px;
        left: 167px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px)  {
    h2 {
        font-size: 32px !important;
    }

    .lektory .placements {
        position: relative;
        flex-direction: inherit;
        flex-wrap: wrap;
    }
    .lektory .placement-item.greeting {
        order: 1;
        flex: 0 0 100%;
    }
    .lektory .placement-item.schedule {
        order: 2;
        position: relative;
        flex: 0 0 50%;
        bottom: 0;
    }
    .lektory .placement-item.lector {
        order: 3;
        flex: 0 0 50%;
    }
    .excursions h2, .command h2, .partnersblock h2 {
        width: 70%;
    }
    .placements .btnlike {
        width: 88%;
        font-size: 18px;
    }
    .btn-group.tabs .btn {
        flex: 0 0 33%;
    }
    .block-coffee .obj-main {
        height: 760px;
    }
    .block-coffee    .block-content-coffee {
        justify-content: flex-start;
        margin-top: 85px;
    }
    .block-coffee .obj-main {
        position: relative;
    }
    .block-coffee .block-blue-pic-coffee {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .ad-item {
        margin: 0 5px;
        flex: 0 0 45%;
        padding: 31px 20px 100px 20px;
    }
    .ad-item .ad-item-title {
        display: block;
        width: 100%;
        min-height: 65px;
    }
    .ov-mt-80-t {
        margin-top: 80px;
    }
    .hero-block_wrapper .hero-block_item .hero-block_item-bottom {
        display: none;
    }
    .price-item .price-item-text {
        min-height: 50px;
    }
    .buttonSlider {
        display: none;
    }
    .condition-wrapper .condition-item:nth-of-type(4){
        background-position-x: 38px;
    }

    .condition-wrapper .condition-item:nth-of-type(2)::after,
    .condition-wrapper .condition-item:nth-of-type(4)::after
    {
        content: unset;
    }
    .condition-wrapper .condition-item:nth-of-type(5){
        flex: 0 0 100%;
        align-self: center;
        background-position-x: 230px;
    }
    .condition-wrapper .condition-item::after,
    .condition-wrapper .condition-item:nth-of-type(3)::after
    {
        background-image: url('/local/templates/main/assets/images/svg/arrow.svg');
        background-repeat: no-repeat;
        width: 78px;
        height: 24px;
        content: '';
        position: absolute;
        right: -20px;
        top: 50%;
    }
    .condition-wrapper .condition-item {
        flex: 0 0 50%;
        background-position-x: 34px;
    }

    .shaterStand {
        height: 630px;
        flex-direction: inherit;
        position: relative;
    }
    .shaterStand .block-blue-pic {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-image: url('/local/templates/main/assets/images/stand_elipse_bg.png');
        background-repeat: no-repeat;
        left: 0;
        background-position: -30px 160px;
    }
    .shaterStand .block-content {
        position: relative;
        z-index: 90;
        flex: 0 0 90%;
        justify-content: flex-start;
        padding-top: 55px;
    }
    .excursion-map-text-heading h4 {
        font-size: 16px;
    }
    .excursion-map-text-schedule,.excursion-map-text-info {
        margin-top: 20px;
    }
    .excursion-map-text-info {
        padding: 13px;
        font-size: 12px;
    }
    .excursion-map-text-schedule > span {
        padding: 5px 0;
    }
    .excursion-map-img {
        flex: auto;
        border-radius: 32px 0 0 37px;
    }
    .excursion-map-text {
        width: 30%;
    }
    .property-block .property-body .text-container {
        width:310px;
    }
    .hero-block_wrapper {
        padding: 20px 0;
        flex-direction: column;
    }
    .hero-block_item-text {
        margin-top: 40px;
    }
    .block-discount .promocode{
        margin-top: 60px;
    }

    .subheading {
        font-size: 18px;
    }
    .block-blue .block-content {
        padding-left: 15px;

    }
    .block-blue.shater {

        background-image: url('/local/templates/main/assets/images/svg/bg_blue_block_tablet.svg');
        background-repeat: no-repeat;
    }
    .partnersList .partnerItem {
        flex: 0 0 43%;
    }
    .block-discount {
        background-position-x: right;
        background-size: auto;
    }
    .block-discount .h2 {
        max-width: 599px;
        font-size: 32px;
    }
    .h2 {
        font-size: 32px;
    }
    .placements {
        flex-direction: inherit;
    }

    .map-block_text a {
        margin-top:15px;
    }
    .obj-main {
        flex-direction: inherit;
    }
    .sm-12 {
        width: auto;
    }
    .property-block .property-body .text-container div {
        width: 295px;
        padding-right: 14px;
    }
    .hero-block_wrapper .hero-block_item .hero-block_item-pluses {
        justify-content: flex-end;
    }

    .hero-block_wrapper .hero-block_item  .hero-block_item-bottom{
        position: absolute;
        bottom: 30px;
        right: 10px;
    }
    .ov-block h2 {
        font-size: 32px;
    }

    .standtab .tabs-content-item:first-child img {
        width: 750px;
        max-width: 750px;
        min-width: 750px;
    }
    #ok-1{
        top: 271px;
        left: 328px;
    }
    #ok-2{
        top: 240px;
        left: 150px;
    }
    #ok-3{
        top: 194px;
        left: 202px;
    }
    #ok-4{
        top: 221px;
        left: 297px;
    }

    #ok-5{
        top: 186px;
        left: 327px;
    }
    #ok-6{
        top: 189px;
        left: 518px;
    }
    #ok-7{
        top: 258px;
        left: 543px;
    }
    #ok-8{
        top: 247px;
        left: 414px;
    }
    #ok-9{
        top: 263px;
        left: 215px;
    }

    #ok-10{
        top: 96px;
        left: 351px;
    }


}

@media screen and (min-width: 1200px)  {
    .block-6 {
        width: 50%;
    }
    .hero-block_wrapper {
        flex-direction: initial;
        padding: 80px 0;
    }

}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 650px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: #ffffff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-title-block {
    display: block;
    width: 100%;
    text-align: center;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 15px;
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-left: auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}