

/* Start:/vip/assets/css/style.css?17467062475375*/
@font-face {
    font-family: 'BebasNeueBold';
    src: url('/vip/assets/css/../fonts/Bebas-Neue.ttf');
    font-weight: bold;
    font-display: swap;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    outline: none !important;
    box-sizing: border-box;
    webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0, 0, 0, .1) 0 0 1px;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
a, a:hover {
    color: inherit;
    text-decoration: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    overflow-x: hidden;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.section-title{
    font-family: "BebasNeueBold",sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #282E46;
}
#vip-home {
    padding: 47px 0 113px 0;
}
#vip-home .section-title{
    margin-bottom: 35px;
}
#vip-home .vip-home_box {
    padding: 127px 0 119px 97px;
    background: url("/vip/assets/css/../img/Mask Group.png")no-repeat;
    background-size: cover;
}
#vip-home .vip-home_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
#vip-home .vip-home_box p span{
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}
#vip-home .vip-home-subtitles{
    padding: 113px 0 0 0;
    display: grid;
    grid-template-columns: 323px auto;
    grid-column-gap: 64px;
}
#about-vip .about-box .wrapp .box.first img.pc{
    display: none;
}
#about-vip .about-box .wrapp .box-title br{
    display:none;
}
#about-vip .about-box .wrapp .small-box.first img.mobile {
    display: none;
}

#vip-home .vip-home-subtitles .section-title{
    line-height: 30px;
    padding-bottom: 37px;
    position: relative;
    max-height: 97px;

}
#vip-home .vip-home-subtitles .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    width: 100%;
    height: 1px;
}
#vip-home .vip-home-subtitles .subtitle-box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
    max-width: 644px;
    color: #000000;
}
#vip-home .vip-home-subtitles .btns-wrap{
    display: grid;
    grid-template-columns: 323px 323px;
    grid-column-gap: 63px;
}
#about-vip .about-box .wrapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

#about-vip .about-box .wrapp .box-title {
    font-family:'BebasNeueBold',sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #282E46;
}
#about-vip .about-box .wrapp .box p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
#about-vip .about-box .wrapp .box.first{
    padding: 30px 0 30px 30px;
    background: url("/vip/assets/css/../img/box1.png")no-repeat;
    background-size: cover;
    width: 100%;
    height: 560px;
}
#about-vip .about-box .wrapp .box.first .box-title,
#about-vip .about-box .wrapp .box.first p {
    max-width: 356px;
}
#about-vip .about-box .wrapp .box-wrap{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
#about-vip .about-box .wrapp .box-wrap.second{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
#about-vip .about-box .wrapp .box-wrap.second .small-box{
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
}
#about-vip .about-box .wrapp .box-wrap.second .small-box.third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about-vip .about-box .wrapp .small-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
#about-vip .about-box .wrapp .small-box .text {
    padding-top: 32px;
}

#about-vip .about-box .box.second-box .text {
    padding-top: 46px;
}
#about-vip .about-box{
    padding: 0 0 80px 0;
    border-bottom: 1px solid #000000;;
}
#about-vip .btns-wrap{
    display: grid;
    grid-template-columns: 270px 270px;
    grid-column-gap: 20px;
}
#about-vip .btn-1{
    width: 270px;
}
.btn-1{
    border: 2px solid #FF006A;
    background: #ffffff;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    color: #FF006A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    transition: .3s linear;
}
.btn-1:hover{
    color: #FF006A;
    transform: translateY(-3px);
}
.btn-1:focus{
    color: #FF006A;
    text-decoration: none;
}
#about-vip .about-subtitle{
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#about-vip .about-subtitle p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 34px;
}

#modalvip .textarea-form {
	width: 301px;
	margin-left: 0;
	width: 100%;
	max-width: 400px;
}
#modalvip .inputs-form {
	display: block;
}
#modalvip .input-form {
	width: 100%;
	max-width: 400px;
}
#modalvip .pink-btn-form {
	display: inline;
	position: initial;
	margin-top: 20px;
}
#modalvip .zayavka-form .container1 > div {
	text-align: center;
}

#formquest .messages span {
	padding-left: 0 !important;
}
/* End */


/* Start:/vip/assets/css/responsive.css?17467062475872*/
@media (max-width: 1200px) {
    #vip-home .vip-home-subtitles .btns-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    }
    #about-vip .about-box .wrapp .box-title {

        font-size: 25px;
        line-height: 28px
    }
    #about-vip .about-box .wrapp .box p br {
        display: none;
    }
    #about-vip .about-box .wrapp .small-box .text {
        padding-top: 0;
    }
}
@media (max-width: 1024px) {

    #about-vip .about-box .wrapp  {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    #about-vip .about-box .wrapp .small-box img{
       width: 100%;
    }
    #about-vip .about-box .wrapp .box-wrap.second .small-box.third img {
       display: none;
    }
    #about-vip .about-box .wrapp .box.second-box img{
        width: 100%;
    }
    #vip-home .vip-home-subtitles {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    #vip-home {
        padding: 40px 0 41px 0;
    }
    #vip-home .container{
        padding: 0;
    }
    #vip-home .vip-home_box {
        background: url("/vip/assets/css/../img/Mask Group (2).png")no-repeat;
        background-size: cover;
        padding: 153px 27px 49px 20px;
        position: relative;
    }
    #vip-home .vip-home_box p {
        position: relative;
        z-index: 10;
        max-width: 329px;
    }
    #vip-home .vip-home_box p br {
        display: none;
    }
    #vip-home .vip-home_box:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    #vip-home .section-title {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #vip-home .vip-home-subtitles .subtitle-box p,
    #vip-home .vip-home-subtitles .btns-wrap{
        margin: 0 20px;
    }
    #vip-home .vip-home-subtitles .btns-wrap{
        margin: 34px 20px 0 20px;
    }
    #vip-home .vip-home-subtitles {
        padding: 80px 0 0 0
    }
    #vip-home .vip-home-subtitles .section-title {
        margin-bottom: 28px;
        padding-bottom: 0;
        max-height: 100%;
    }
    #vip-home .vip-home-subtitles .section-title:after{
        display: none;
    }
    #vip-home .vip-home-subtitles .btns-wrap {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    #about-vip .container {
        padding: 0 20px;
    }
    #about-vip .about-box .wrapp .box.first {
        padding:0;
        height: auto;
        background: none;
    }
    #about-vip .about-box .wrapp .box.first img.pc{
        display: block;
        width: 100%;
    }
    #about-vip .about-box .wrapp .box-title {
        font-size: 27px;
        line-height: 30px;
        max-width: 240px;
        margin: 25px 0 20px 0;
    }
    #about-vip .about-box .wrapp .box p {
        font-size: 14px;
        line-height: 20px;
        max-width: 245px;
        margin-left: auto;
    }
    #about-vip .about-box .wrapp {
        grid-template-columns: 1fr;
        grid-row-gap: 80px;

    }
    #about-vip .about-box .wrapp .small-box {
        display: flex;
        flex-direction: column-reverse;
        grid-column-gap: 0;
        margin-bottom: 60px;
        position: relative;
        padding: 0 20px;
    }
    #about-vip .about-box .wrapp .small-box.pad{
        padding: 0;
    }
    #about-vip .about-box .wrapp .small-box.pad .box-title{
        padding: 0 20px;
    }

    #about-vip .about-box .wrapp .small-box.third{
        margin-top: 0;
        margin-bottom: 0;
    }
    #about-vip .about-box .wrapp .small-box.first{
        margin-bottom: 0;
    }

    #about-vip .about-box .wrapp .small-box img {
        width: 271px;
        margin-left: auto;
    }
    #about-vip .about-box .wrapp .small-box:nth-child(2) {
        flex-direction: column;
    }
    #about-vip .about-box .wrapp .small-box:nth-child(2) img {

        margin-left: 0;
    }
    #about-vip .about-box .wrapp .small-box.first{
        padding: 0;
        width: 190px;
        height: 352px;
    }
    #about-vip .about-box .wrapp .small-box.first img.pc {
        display: none;
    }
    #about-vip .about-box .wrapp .small-box.first img.mobile{
        display: block;

    }
    #about-vip .about-box .wrapp .box-wrap.second {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    #about-vip .about-box .wrapp .box-wrap.second {
        display: flex;
        grid-template-columns: 0;
        grid-column-gap: 0;
        flex-direction: row-reverse;
        position: relative;
    }
    #about-vip .about-box .box.second-box .text {
        padding-top: 0;
    }
    #about-vip .about-box .wrapp .box-title br{
       display: block;
    }
    #about-vip .about-box .wrapp .box.second-box p {
       max-width: 100%;
    }
    #about-vip .container{
        padding: 0  ;
    }
    #about-vip .about-box .wrapp .box.first .box-title, #about-vip .about-box .wrapp .box.first p {
        max-width: 100%;
        padding: 0 20px;
    }
    #about-vip .about-box .wrapp .box.second-box{
        padding: 0 20px;
    }
    #about-vip .about-box {
        padding: 0 0 80px 0;
        border-bottom: none;
    }
    #about-vip .about-subtitle {
        border-top: 1px solid #000000;;
        max-width: 100%;

        padding: 40px 0;
        margin: 0 20px;
        text-align: left;
    }
    #about-vip .about-subtitle p {
        max-width: 304px;
        margin-right: auto;
    }
    #about-vip .about-subtitle .btns-wrap {
        margin-top: 44px;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}
/* End */


/* Start:/local/components/visotatour/slider/templates/style.css?17478159443201*/
.viso__slider {
    position: relative;
    overflow: hidden;
}

.viso__slider .viso__s_title {
    position: absolute;
    left: 5%;
    right: 0;
    top: 0;
    z-index: 5;
}


.viso__slider .viso__s_title .viso__s_inner {
    font-family: 'BebasNeueBold';
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    background-color: #000;
    border-radius: 0 0 .8rem .8rem;
    color: #fff;
    padding: 5rem 3rem 3rem;
    text-align: left;
    width: 370px;
}


.viso__slider .viso__s_title .viso__s_inner .viso__s_text {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.viso__slider .viso__s_title span {
    color: #ff006a;
    display: block;
}

.viso__slider .swiper-slide {
    position: relative;
}

.viso__slider .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.viso__slider .swiper-slide .viso__s_inner {
    bottom: 8rem;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: end;
    z-index: 4;
}


.viso__slider .swiper-slide .viso__s_inner {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    padding-right: 5%;

}

.viso__slider .swiper-slide .viso__s_inner p {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-align: right;
}


.viso__slider .swiper-slide .viso__s_inner span {
    font-family: 'BebasNeueBold';
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    text-align: right;

}

.viso__slider_swiper {
    position: relative;
}

.viso__slider .swiper-pagination-bullet{
    background: #ffffff;
}
.viso__slider .swiper-pagination-bullet-active {
    background: #ff006a;
}


.viso__slider .swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-bottom: 32px;
    padding-right: 5%;
    z-index: 5;
}


@media (max-width: 960px) {

    .viso__slider {
        padding: 0 !important;
        padding: 16px;
    }

    .viso__slider .swiper-pagination {
        justify-content: center;
    }

    .viso__slider .viso__s_title {
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
    }

    .viso__slider .viso__s_title .viso__s_inner {
        width: 100%;
        background: unset;
        color: black;
        padding: 0;
        padding-bottom: 32px;
        text-align: center;
    }

    .viso__slider .viso__s_title .viso__s_inner viso__s_text {
        padding-left: 16px;
        padding-right: 16px;
    }

    .viso__slider .swiper-slide > img {
        height: 450px;
        width: 100%;
        object-fit: cover;

    }

    .viso__slider .swiper-slide .viso__s_inner {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
}


/* End */


/* Start:/local/components/visotatour/cat_items/templates/item.css?17478286276295*/
/**done 18.05.25**/
.viso__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border: 1px solid whitesmoke;
    margin-bottom: 2px;
}

.viso__item .viso__s_eye {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 2;
}

.viso__item .viso__s_eye span {
    background: white;
    font-weight: 700;
    font-size: 13px;
    line-height: 11px;
    position: relative;
    display: flex;
    padding-left: 34px;
    border-radius: 20px;
    padding: 7px 10px 7px 36px;
}

.viso__item .viso__s_eye span:before {
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    width: 23px;
    top: 6px;
    height: 11px;
    background: url(/local/templates/visota_newhead/css/../images/icons.png) 0 -22px no-repeat;
}


.viso__item .viso__s_img {
    display: block;
    aspect-ratio: 12/9;
    overflow: hidden;
    margin-bottom: 16px;
    margin: 4px;
}


.viso__item .viso__s_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.viso__item .viso__s_img:hover img {
    transform: scale(1.1);
}

.viso__item .viso__s_title {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
    flex-grow: 1;
    color: #184FAA;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.viso__item .viso__s_title:hover {
    text-decoration: none;
}

.viso__item > .viso__s_info {
    padding-top: 8px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    background: #fafafc;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

.viso__item > .viso__s_info .viso__s_row {
    display: flex;
    flex-direction: row;

}

.viso__item > .viso__s_info span {
    flex: 0 0 calc(50% - 8px);
    font-size: 13px;
    font-weight: 400;
    color: rgb(143, 143, 151);
    display: flex;
    padding-left: 24px;
    align-content: center;
    position: relative;
    margin-bottom: 8px;
    min-height: 18px;
}

.viso__item > .viso__s_info span:before {
    left: 0;
    top: 0;
    width: 18px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
}

.viso__item > .viso__s_info .viso__s_type:before {
    background: url(/local/templates/visota_newhead/css/../images/icons.png) no-repeat;
    background-position: -40px 0;
}

.viso__item > .viso__s_info .viso__s_qty:before {
    background: url(/local/templates/visota_newhead/css/../images/icons.png) no-repeat;
    background-position: -58px 0;
}

.viso__item > .viso__s_info .viso__s_sign:before {
    background: url(/local/templates/visota_newhead/css/../images/signpost.png) no-repeat;
}

.viso__item > .viso__s_info .viso__s_guide:before {
    background: url(/local/templates/visota_newhead/css/../images/icons.png) no-repeat;
    background-position: -96px 0;
}

.viso__item > .viso__s_info .viso__s_data:before {
    background: url(/local/templates/visota_newhead/css/../images/data.png) no-repeat;
}

.viso__item > .viso__s_info .viso__s_time:before {
    background: url(/local/templates/visota_newhead/css/../images/icons.png) no-repeat;
    background-position: -77px 0;
}


.viso__item .viso__s_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #ff006a;
    margin: 4px;
}

.viso__item .viso__s_bottom .viso__s_price {
    display: flex;
    flex: 0 0 50%;
    flex-direction: row;
    gap: 4px;
    background: #ff006a;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    min-height: 32px;
}

.viso__item .viso__s_bottom .viso__s_price span {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
}


.viso__item .viso__s_bottom .viso__s_info {
    display: flex;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ff006a;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.viso__item .viso__s_bottom:hover .viso__s_info {
    color: white;
    background: #ff006a;
}

.viso__item .viso__s_bottom:hover .viso__s_price {
    color: #ff006a;
    background: white;
}

.viso__item .viso__s_label {
    position: relative;
    margin-bottom: 8px;
}

.viso__item .viso__s_label span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -16px;
    vertical-align: top;
    padding: 2px 24px;
    border-radius: 15px;
    font-weight: 600;
}

.viso__item .viso__s_label .viso__s_new {
    background: #3C76B6;
    color: white;
}


.viso__item .viso__s_label .viso__s_hit {
    background: #90CC48;
    color: white;
}


/*transport**/

.viso__transport {
    flex: 0 0 calc(25% - 6px);
    height: unset;
    aspect-ratio: 4 /5;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    justify-content: end;
    position: relative;
}

.viso__transport .viso__s_inner {
    position: absolute;
    bottom: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.viso__transport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.viso__transport .viso__s_inner .viso__s_title {
    font-size: 15px;
    font-weight: bold;
    font-family: Roboto;
    color: white;
}

.viso__transport .viso__s_inner .viso__s_more a {
    color: #ff006a;
    font-size: 16px;
    font-weight: bold;
    font-family: Roboto;
}

@media (max-width: 960px) {
    .viso__transport {
        flex: 0 0 100%;
    }


    .viso__s_transport .swiper {
        margin-right: 20%;
        overflow: visible;
    }

    .viso__s_transport .swiper-wrapper{
        overflow: visible!important;
    }


}



/* End */


/* Start:/local/components/visotatour/cat_items/templates/style.css?17506666846779*/
/**done 18.05.25**/
.viso__catitems {
    margin-top: 48px;
    margin-bottom: 48px;
}

.viso__catitems .viso__s_items {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}


.viso__catitems .viso__s_items .viso__s_item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 8px);
    background: white;
    border-radius: 4px;

}
/*
.viso__catitems .viso__s_items .viso__s_item.swiper-slide{
    flex: 0 0 25%;
    width: 100%;
}*/

/**slider**/
.viso__catitems.viso__s_slider .viso__s_items.swiper-wrapper {
    flex-flow: row nowrap;
    flex-direction: row;
   /* gap: unset;*/
}


.viso__catitems.viso__s_slider .viso__s_items .viso__s_item.swiper-slide {

    height: unset;
}


.viso__catitems.viso__s_slider > .viso__s_title {
    display: none;
}


.viso__catitems.viso__s_slider.viso__s_dark > .viso__s_title {
    display: flex;
    justify-content: center;
}


.viso__catitems.viso__s_slider .viso__s_arrows {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: Roboto;

}

.viso__catitems .viso__s_arrows_next,
.viso__catitems .viso__s_arrows_prev {

    display: flex;
    background: red;
}

.viso__catitems .viso__s_arrow_next:hover,
.viso__catitems .viso__s_arrows_prev:hover {
    color: #ff006a;
}


/**slider**/


.viso__catitems .viso__s_items .viso__s_first {
    background: #f1f1f3;
    padding: 16px;
    height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}


.viso__catitems .viso__s_items .viso__s_first .viso__s_title {
    font-size: 27px;
    font-weight: 700;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'BebasNeueBold';
}

.viso__catitems .viso__s_items .viso__s_first .viso__s_text {
    color: #ff006a;
    text-align: center;
    font-style: italic;
}


.viso__catitems .viso__s_items .viso__s_hidden {
    display: none;
}


.viso__catitems .viso__s_loadmore span {
    border: 2px solid #ff006a;
    border-radius: 13px;
    color: #ff006a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin: 0 auto;
    max-width: 370px;
    padding: .73rem 2rem;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px;
}

.viso__catitems .viso__s_loadmore span:hover {
    border: 2px solid #ff006a;
    background: #ff006a;
    color: white;
}


.viso__catitems.viso__s_wide .viso__s_title {
    padding-bottom: 32px;
    text-align: center;
}

.viso__catitems.viso__s_wide .viso__s_title h2 {
    font-size: 27px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    margin-bottom: 8px;
}

.viso__catitems.viso__s_dark .viso__s_title h2 {
    color: white;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    margin-bottom: 8px;

}

.viso__catitems.viso__s_dark .viso__s_arrow_prev,
.viso__catitems.viso__s_dark .viso__s_arrow_next {
    color: #ff006a;
}

.viso__catitems.viso__s_dark .viso__s_arrow_prev:hover,
.viso__catitems.viso__s_dark .viso__s_arrow_next:hover {
    color: white;
}


.viso__catitems.viso__s_wide .viso__s_title h2 span {
    color: #ff006a;
}


.viso__catitems .viso__s_title p {
    color: black;
}

.viso__catitems.viso__s_dark .viso__s_title p {
    color: white;
}

.viso__catitems .swiper {
    overflow: hidden;
}


@media (max-width: 1200px) {
    .viso__catitems .viso__s_items .viso__s_item {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 960px) {
    .viso__catitems .viso__s_items .viso__s_item {
        flex: 0 0 100%;
    }


    .viso__catitems.viso__s_transport .swiper {
        overflow: visible;
    }

    .viso__catitems .viso__s_items .viso__s_first {
        background: unset;
        box-shadow: unset;
        padding: 0;
        height: unset;
    }

    .viso__catitems .viso__s_items .viso__s_first .viso__s_title {
        text-align: left;
        margin-bottom: 8px;
    }


    .viso__catitems .viso__s_items .viso__s_first .viso__s_text {
        text-align: left;
    }

    .viso__catitems > .container {
        padding: 0;

    }

    .viso__catitems .viso__s_items {
        gap: 24px;
    }

    .viso__catitems .viso__s_loadmore span {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    /*slider*/
    .viso__catitems.viso__s_slider .viso__s_items.swiper-wrapper {
        gap: 0;
    }

    .viso__catitems.viso__s_slider .viso__s_items .viso__s_item.viso__s_first {
        display: none;
    }

    .viso__catitems.viso__s_slider .viso__s_items .viso__s_item.swiper-slide {
        flex: 0 0 100%;
        height: unset;
    }

    .viso__catitems.viso__s_slider > .viso__s_title {
        display: flex;
        flex-direction: column;
    }

    .viso__catitems.viso__s_slider > .viso__s_title h2 {
        font-size: 27px;
        font-weight: 700;
        color: black;
        text-transform: uppercase;
        font-family: 'BebasNeueBold';
        margin-bottom: 8px;
    }


    .viso__catitems.viso__s_slider > .viso__s_title p {
        color: black;
    }

    .viso__catitems.viso__s_slider > .viso__s_title {
        padding-bottom: 32px;
    }


    .viso__catitems.viso__s_slider.viso__s_dark > .viso__s_title h2 {
        color: white;
    }

    .viso__catitems.viso__s_slider.viso__s_dark > .viso__s_title p {
        color: white;
    }

    .viso__catitems.viso__s_slider_wide > .viso__s_title h2 {
        color: white;
    }

    .viso__catitems.viso__s_slider_wide > .viso__s_title p {
        color: white;
    }


}


.viso__catitems > .viso__s_link a {
    border: 2px solid #ff006a;
    border-radius: 13px;
    color: #ff006a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin: 0 auto;
    max-width: 370px;
    padding: .73rem 2rem;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px;
}

.viso__catitems > .viso__s_link a:hover {
    border: 2px solid #ff006a;
    background: #ff006a;
    color: white;
}


.viso__catitems.viso__s_slider_wide .viso__s_arrows {
    color: white;

}
/* End */


/* Start:/local/components/visotatour/banner/templates/style.css?17484141954175*/

.viso__banner {
    display: flex;
    flex-direction: row;
    background: linear-gradient(#000, rgba(0, 0, 0, .8));
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 6;
}

.viso__banner .viso__s_right {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;

}

.viso__banner .viso__s_left {
    padding: 32px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 40%;
}

.viso__banner .viso__s_left h2 {
    color: white;
    font-family: 'BebasNeueBold';
    font-size: 27px;
}


.viso__banner .viso__s_left h2 span {
    color: #ff006a;
}

.viso__banner .viso__s_text {
    margin-bottom: 32px;
}

.viso__banner .viso__s_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viso__banner .viso__s_more a:hover,
.viso__banner .viso__s_more a:focus{
    color: #ff006a;
}



@media (max-width: 960px) {

    .viso__banner {
        flex-direction: column;
        overflow: visible;
        border-radius: 0;
        padding: 0 !important;
        display: inline-table!important;
        aspect-ratio: unset;
    }

    .viso__banner .viso__s_right,
    .viso__banner .viso__s_left {
        flex: 0 0 100%;
    }



    .viso__banner .viso__s_left {
        padding: 20px;
    }

    .viso__banner .viso__s_text {
        margin-bottom: 32px;
    }


    .viso__banner .viso__s_title {
        padding-top: 32px;


    }


    .viso__banner .viso__s_right img {
        aspect-ratio: 1 / 1;
    }

    .viso__banner .viso__s__more a {
        color: #ff006a;
        font-weight: 600;
    }

}


.viso__bannertag .container {
    display: flex;
    flex-direction: row;
    background: linear-gradient(#000, rgba(0, 0, 0, .8));
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 6;
}

.viso__bannertag .viso__s_right {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;

}

.viso__bannertag .viso__s_left {
    padding: 32px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
}

.viso__bannertag .viso__s_left h2 {
    color: white;
    text-align: center;
    font-family: 'BebasNeueBold';
    font-size: 27px;
}


.viso__bannertag .viso__s_left h2 span {
    color: #ff006a;
}

.viso__bannertag .viso__s_list {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.viso__bannertag .viso__s_list span {
    padding: 4px 8px;
    display: block;
    display: inline-block;
    background: #ff006a;
    color: white;
    border-radius: 16px;

}

.viso__bannertag .viso__s_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viso__bannertag .viso__s_more {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.viso__bannertag .viso__s_more a:hover,
.viso__bannertag .viso__s_more a:focus{
    color: #ff006a;
}


@media (max-width: 960px) {

    .viso__bannertag {
        padding: 0;
    }

    .viso__bannertag .container {
        flex-direction: column;
        overflow: visible;
        position: relative;
        padding: 0;
    }

    .viso__bannertag .viso__s_right {
        position: absolute;
        z-index: 1;
        aspect-ratio: 1 / 1;
    }

    .viso__bannertag .viso__s_left {
        position: relative;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
        aspect-ratio: 1 / 1;
    }

    .viso__bannertag .viso__s_more {
        justify-content: center;
        align-content: center;
        color: #ff006a;
        font-weight: 600;
    }

    .viso__bannertag .viso__s_list {
        justify-content: center;
    }

    .viso__banner{
        margin-bottom: 0;
        margin-top: 0;
    }


}


/* End */


/* Start:/local/components/visotatour/cards_mini/templates/style.css?17476624781538*/
.viso__cardmini {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #f1f1f3;
}

.viso__cardmini .viso__s_title h2 {
    font-family: 'BebasNeueBold';
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 16px;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.viso__cardmini .viso__s_inner {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.viso__cardmini .viso__s_card {
    flex: 0 0 calc(25% - 12px);
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.viso__cardmini .viso__s_card a {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
}

.viso__cardmini .viso__s_card img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 960px) {
    .viso__cardmini .viso__s_inner {
        flex-flow: row wrap;
    }


    .viso__cardmini .viso__s_card {
        flex: 0 0 calc(50% - 8px);
        aspect-ratio: 16 / 14;
    }

    .viso__cardmini > .container {
        padding: 8px;
    }

    .viso__cardmini .viso__s_card a {
        padding: 16px;
        font-size: 18px;
    }
}


/* End */


/* Start:/local/components/visotatour/hotels/templates/style.css?17508589154911*/
.viso__hotels.container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.viso__hotels .viso__s_arrows {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.viso__hotels .viso__s_arrows .viso__s_next,
.viso__hotels .viso__s_arrows .viso__s_prev {
    font-size: 24px;
    line-height: 24px;
    display: flex;
}

.viso__hotels .viso__s_arrows .viso__s_next:hover,
.viso__hotels .viso__s_arrows .viso__s_prev:hover {
    color: #ff006a;
}

.viso__hotels .viso__s_swiper {
    display: none;
}

.viso__hotels .viso__s_active.viso__s_active {
    display: flex;
}


.viso__hotels .viso__s_swiper  {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.viso__hotels .viso__s_swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;

}

.viso__hotels .swiper-slide{
    height: unset;
}

.viso__hotel {

    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: unset;
    background: black;
    height: 100%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;

}

.viso__hotels .viso__s_swiper .swiper-slide{
    width: 25%!important;
    height: unset;
}


.viso__hotel .viso__s_img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
}

.viso__hotel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.viso__hotel .viso__s_title {
    font-weight: 700;
    letter-spacing: .04rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 16px;
    margin-top: -24px;
}

.viso__hotel .viso__s_text {
    font-weight: 400;
    letter-spacing: .04rem;
    color: white;
    margin-bottom: 16px;
    flex-grow: 1;
}

.viso__hotel .viso__s_inner .viso__s_price {
    color: #ff006a;
    font-weight: 700;
    font-size: 16px;
    font-family: Roboto;

}

.viso__hotel .viso__s_inner {
    padding: 16px;
    padding-top: 0;
    background: black;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.viso__hotels > .viso__s_title {
    display: flex;
    justify-content: center;
    align-items: center;

}

.viso__hotels > .viso__s_title h2 {
    font-size: 27px;
    font-weight: 700;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: 'BebasNeueBold';
}

.viso__hotels > .viso__s_title h2 span {
    color: #ff006a;
}

.viso__hotels .viso__s_filter_swiper .viso__s_filter {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 600;

}

.viso__hotels .viso__s_filter_swiper .viso__s_filter a {
    max-width: fit-content;
    cursor: pointer;
}

.viso__hotels .viso__s_filter_swiper .viso__s_filter a.viso__s_active {
    color: #ff006a;
    text-decoration: underline;
}

.viso__hotels > .viso__s_text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
}

.viso__hotels > .viso__s_text p {
    font-size: 14px;
    color: black;
    max-width: 400px;
    text-align: center;
    display: none;
}

.viso__hotels > .viso__s_text p.viso__s_active {
    display: flex;
}

.viso__hotels > .viso__s_link a {
    border: 2px solid #ff006a;
    border-radius: 13px;
    color: #ff006a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin: 0 auto;
    max-width: 370px;
    padding: .73rem 2rem;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px;
}

.viso__hotels > .viso__s_link a:hover {
    border: 2px solid #ff006a;
    background: #ff006a;
    color: white;
}


.viso__hotels .swiper{
    overflow: hidden;
}

@media (max-width: 960px) {

    .viso__hotels .viso__s_swiper .swiper-slide{
        width: 100%!important;
    }



    .viso__hotels .swiper{
        overflow: visible;
    }

    .viso__hotels .viso__s_swiper.swiper {
        overflow: visible;
    }

    .viso__hotel {
        flex: 0 0 100%;
    }


    .viso__hotels .viso__s_filter_swiper {
        overflow: visible;
    }

    .viso__hotels .viso__s_filter_swiper .viso__s_filter {
        justify-content: start;
        gap: 0;
    }


    .viso__hotels .viso__s_filter_swiper .viso__s_filter a {
        max-width: unset;
        width: fit-content;
        display: inline-flex;
        padding: 10px 10px;
        margin-right: 10px;
        border-radius: 8px;
        white-space: nowrap;
    }
}


/* End */
/* /vip/assets/css/style.css?17467062475375 */
/* /vip/assets/css/responsive.css?17467062475872 */
/* /local/components/visotatour/slider/templates/style.css?17478159443201 */
/* /local/components/visotatour/cat_items/templates/item.css?17478286276295 */
/* /local/components/visotatour/cat_items/templates/style.css?17506666846779 */
/* /local/components/visotatour/banner/templates/style.css?17484141954175 */
/* /local/components/visotatour/cards_mini/templates/style.css?17476624781538 */
/* /local/components/visotatour/hotels/templates/style.css?17508589154911 */
