

/* Start:/local/components/travelsoft/favorites.add/templates/.default/style.css?1716989833438*/
.bg-star {
    height: 22px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-star_filled {
    height: 22px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star-filled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 35px;
    padding-top: 5px;
    font-size: 65%;
}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?174013407618557*/
.parent-zIndex:not(.active)  .drawer-fullscreen  .with-patern{
    background-image: none;
}
@media (min-width: 659.98px){
.add-tour-name {width:78%}
}
@media (max-width: 659.98px){
.add-tour-name {width:70%}
}
@media (max-width: 659.98px){
.nav-hor-scroll {
		overflow-x: scroll;}
	}

[data-spy="scroll"]{
	position: relative;
}

.sticky-top{
	display: flex;
    flex-direction: column;
    gap: 24px;
    background: #FFF;
    filter: drop-shadow(0px 4px 17px rgba(22, 47, 81, 0.2));
    right: 0;
    position: absolute;
    z-index: 4;
    padding: 32px;
    border-radius: 24px;
    box-sizing: border-box;
    width: 413px;
} 

.sticky-top .d-flex.align-items-center.border-bottom{
	font-size: 16px;
    font-weight: 600;
    color: #6e7191;
    display: flex;
    flex-direction: column;
}

.sticky-top span.ml-2.h4.text-secondary.mb-0{
	font-size: 48px;
    font-weight: 600;
    color: #212529;
}

.btn.btn-secondary.d-inline-flex{
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    padding: 24px 32px;
    background-color: #2f80ed;
    height: 80px;
    border-radius: 12px;
    gap: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
	padding: 24px 0;
	width: 100%;
}

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

.text-center.mt-2.w-75.mx-auto.text-muted{
	text-align: center;
	color: #6e7191;
}

.w-100.d-flex.flex-column.mt-3 a{
	display: flex;
	gap: 12px;
	text-decoration: none;
}

.w-100.d-flex.flex-column.mt-3 a span{
	text-decoration: underline;
}

#nav-tour-detail{
	display: flex;
	gap: 16px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.date-list__quote-item.green{
	display: none;
}

ul.card-options{
	position: relative;
	display: flex;
    gap: 12px;
}

.nav-link.btn-user{
	display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 22px 16px;
    color: #4f4a66;
    cursor: pointer;
    text-decoration: none;
}

.nav-link.btn-user:focus{
	color: #2f7fed;
    border-bottom: 2px solid #2f7fed;
}

section{
	background: #f2f8ff;
}

.modal-content section.pb-3{
    padding: 0;
}

#cost{
    background: none;
}

#gallery{
	background: none;
	padding: 0;
}

ul.list.list-hor.mb-0{
	list-style: none;
}

li.list.list-hor.mb-0{
	margin-right: 16px;
}

.list-name.btn-user.ml-0.d-lg-block{
	cursor: pointer;
}

.h4.text-center.text-md-left{
	font-size: 32px;
    font-weight: 500;
}

.tour-content{
	display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
	color: #212529;
}

.tour-type{
	display: flex;
    align-items: center;
    gap: 24px;
    color: #2f7fed;
}

.f-dir{
	display: flex;
	flex-direction: column;
}

.sight-obj{
	font-size: 20px;
    font-weight: 600;
    color: #4f4a66;
}

.tour-content .col-lg-6{
	display: flex;
    flex-direction: column;
    gap: 24px;
}

.tour-time b{
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner-offers-search-form{
    display: flex;
    gap: 18px;
    max-height: 58px 
}

.form-group{
    border-radius: 12px;
    border: 1px solid #d9dadb;
    padding: 5px 15px;
    background-color: #fff;
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    height: 56px;
}

.form-group label{
    align-self: stretch;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #a0a3bd;
    text-align: left;
}

.form-group input{
    width: 100%;
    height: 20px;
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    color: #4f4f4f;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*min-width: 217px;*/
    min-width: 12rem;
}

#inner-offers-search-form{
    display: flex;
    gap: 18px;
    /*max-height: 58px */
}
.form-group select {
    background: unset;
    border: unset;
    width: 60%;
}
/*.form-group:has(select[name="travelbooking[duration]"]) {
    display: none;
}*/

.submit-search-form.btn.btn-secondary.mx-auto, #inner-offers-search-form .btn.btn-secondary.mx-auto{
    color: #000;
    background: #fee54b;
    height: 56px;
    margin-top: 0 !important;
} 

#tsoperator-offers__excursiontours{
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ts_offer-card.card.card-border.mb-4{
    /* justify-content: space-between; */
    color: #4f4a66;
    gap: 25px;
    background: #FFF;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 -4px 8px 0 rgba(31, 78, 141, 0.06), 0 32px 32px 0 rgba(21, 40, 66, 0.05);
}

#tsoperator-offers__excursiontours .btn.btn-secondary{
    color: #000;
    background: #fee54b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: fit-content;
    max-height: 69px;
    padding: 12px 23px;
    gap: 4px;
}

.search_form__counter_container.card-radius{
    border-radius: 12px;
} 

.search_form__counter_item_control.d-flex.align-items-center button{
    height: 30px;
    width: 30px;
}

.search_form__counter_item_control.d-flex.align-items-center .btn.btn-primary.p-0.btn-sm.m-0.my-auto{
    border-radius: 12px;
    border: 0;
    background: #fee54b;
}

#tsoperator-offers__excursiontours .sort-filter.mb-3{
    display: none;
}

#price .container.drawer-fullscreen-header, #price .py-4.bg-white.border-radius.overfow-auto{
    max-width: 803px;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion .card.card-collapse.card-border.mb-2{
    background: #FFF;
    border-radius: 12px 
}

.accordion .card-header.collapsed{
    display: flex;
    justify-content: space-between;
    padding: 32px 24px 32px 32px;
    border-bottom: none
}

.accordion .card-header{
    display: flex;
    justify-content: space-between;
    padding: 32px 24px 32px 32px;
    border-bottom: 1px solid #eff0f7; 
}

.accordion .collapse{
    padding: 24px;
    display: block;
}

.collapse:not(.show) {
    display: none;
}

#program .card-collapse .card-header .dropdown-toggle:after {
    margin: 0;
    color: #a0a3bd;
}

#program .card-collapse .card-header.collapsed .dropdown-toggle:after {
    margin: 0;
    color: #2f7fed;
}

#program .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.card-collapse .collapsed .dropdown-toggle {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.card-collapse .dropdown-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#program .h4.text-center.text-md-left, .accordion, #overview .tour-content, #overview .h4.text-center.text-md-left{
    max-width: 803px;
}

#program .h4.text-center.text-md-left{
    margin-bottom: 20px;
}

#program .section-content{
    padding: 64px 20px 64px;
}

.btn.btn-link.collapsed.dropdown-toggle{
    border: 0;
    background: none;
}

.mb-0.h6{
    font-size: 20px;
    font-weight: 700;
    color: #2f7fed;
}

.accordion .card-body{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tour-inc{
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#cost .card.card-border{
    max-width: 414px;
    box-sizing: border-box;
    padding: 32px 64px 38px 32px;
    border-radius: 24px;
    background: #f2f8ff;
}

#cost .my-0.h6{
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #4f4a66;
}

#cost button{
    display: none;
}

#cost ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#cost li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #6e7191;
}

#include_true li:before{
    content: "\f00c"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #46dd06;
}

#include_false li:before{
    content: "\f057"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 5px;
    color: rgb(255, 81, 31);
}

#include_add li:before{
    content: "\f15c"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 5px;
    color: rgb(247, 212, 1);
}

#review{
    display: none;
}

.card-info{
    position: relative;
}

.parent-zIndex{
    width: 100%;
}

.breadcrumb-tour{
    width: 100%;
    width: 1283px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.section-content{
    padding: 64px 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.card-head{
    padding-left: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

ol.breadcrumb{
    padding-left: 0;
}

#price .row{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offers-error{
    border-radius: 12px;
    padding: 20px;
    background: #FFF;
}

.offers-error.card.card-border .card-body.py-4.align-items-center.justify-content-center{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: 300px;
}

.offers-error .h3.mb-0.text-center.w-75{
    text-align: center;
}

#price .ts_offer-card.card.card-border.mb-4{
    display: flex;
}

#price .card-col.d-flex.flex-wrap.justify-content-around.justify-content-md-center.flex-md-row{
    gap: 12px;
}

.ts_offer-card.card.card-border.mb-4 .card-row{
    gap: 12px;
    display: flex; 
}

.quota-block{
    display: none;
}

#gallery{
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding: 32px 20px 0;
}

.relative{
    position: relative;;
}

.col-lg-4.d-lg-block.relative{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.photo-collage.photo-gallery-collage{
    display: grid;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 48px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 220px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.photo-gallery-collage .photo-collage__image--1{
    grid-area: 1 / 1 / 3 / 3;
}

.photo-collage__image--2{
    grid-area: 1 / 3 / 2 / 4;
}

.photo-collage__image--3{
    grid-area: 1 / 4 / 2 / 6;
}

.photo-collage__image--4{
    grid-area: 2 / 3 / 3 / 4;
}

.photo-collage__image--5{
    grid-area: 2 / 4 / 3 / 5;
}

.photo-collage__image--6{
    position: relative;
    grid-area: 2 / 5 / 3 / 6;
}

.photo-collage__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-collage__image--6 {
    position: relative;
}
  
.photo-collage__image--6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 42, 82, 0.8);
    z-index: 1;
}

.photo-collage__image--6 .photo-collage__image-source {
    position: relative;
    z-index: 1;
}
  
.photo-collage__image--6 .photo-collage_more-button {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 500;
    color: #f7f7fc;
    z-index: 2;
}  

.content-desc__services {
    padding: 16px 13px 16px 0;
    border-top: 1px solid #d6d8e7;
    border-bottom: 1px solid #d6d8e7;
}

.content-desc__subblock {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-services__row {
    display: flex;
    gap: 20px;
}

.content-services__row .content-desc__service:first-child {
    width: 214px;
}

.content-services__row .content-desc__service {
    max-width: 268px;
    width: 100%;
}

.content-desc__service {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #14142b;
}

.picture-full {
    display: block;
}

.picture-full__mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    background: rgba(0, 0, 0, 0.47);
}

.picture-full__content{
    width: 67vw;
    height: 70vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#slider-container{
    width: 100%;
    height: 100%;
    overflow-y: visible;
}

.picture-full .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 32px;
}

.close-slider-button{
    cursor: pointer;
    position: absolute;
    right: -48px;
    top: -48px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
}

.fa-solid.fa-xmark{
    font-size: 40px;
    color: #fff;
}

.new-button-next, .new-button-prev{
    cursor: pointer;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;  
    color: #fff;   
}

.nav-butt{
    width: 110%;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
  visibility: hidden;
}

.swiper-pagination{
    justify-content: center;
    padding: 24px;
    margin-bottom: -64px;
}

.navbar-toggler.close{
    display: none;
}

.image-text-for-slider{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%);
    color: white;
    padding: 1.5rem 2rem;
    text-align: left;
}
.card-background{
    background: #FFF;
    border-radius: 12px;max-width: 803px;
}
.static-prices-cont {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 1rem;
}
.static-price-content {
  font-size: 1.5rem;
  font-weight: 600;
  
}

@media (max-width: 900px){
    .container.breadcrumb-tour {
        padding: 0px 20px;
        gap: 12px;
        width: 100%;
        display: flex;
    }

    ol.breadcrumb li.breadcrumb-item{
        display: flex;
    }

    h1.text-lg-left.text-center{
        font-size: 24px;
    }

    .sticky-top{
        gap: 16px;
        padding: 32px 20px;
        margin-bottom: 48px;
        position: relative;
        max-width: 90vw;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .static-prices-cont{
        grid-template-columns: repeat(4, 1fr);
    }
    .w-100.d-flex.flex-column.mt-3 a:not(:last-child){
        display: none;
    }

    .sticky-top span.ml-2.h4.text-secondary.mb-0{
        font-size: 42px;
    }

    .btn.btn-secondary.d-inline-flex{
        height: fit-content;
    }

    #nav-tour-detail{
        display: none;
    }

    section{
        background: none;
    }

    .content-services__row{
        flex-direction: column;
    }

    .h4.text-center.text-md-left{
        font-size: 24px;
    }

    .accordion .card-header.collapsed{
        border-radius: 12px;
        padding: 32px 16px 32px 32px;
        background: #f2f8ff;
    }

    .tour-inc{
        flex-direction: column;
    }

    .h4.text-center.text-md-left:after{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23A0A3BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'></path></svg>");
        cursor: pointer;
        position: absolute;
        right: 20px;
    }  

    #inner-offers-search-form{
        flex-direction: column;
    }

    .ts_offer-card.card.card-border.mb-4 .align-items-center.mr-2.mr-sm-3{
        justify-content: space-between;
        display: flex;
        min-width: 280px;
    }

    .card-col.d-flex.flex-wrap.justify-content-around.justify-content-md-center.flex-md-row{
        flex-direction: column;
    }

    .ts_offer-card.card.card-border.mb-4 .card-body {
        display: flex;
    }

    .ts_offer-card.card.card-border.mb-4 .card-body .card-row{
        flex-direction: column;
    }

    .ts_offer-card.card.card-border.mb-4 .card-body .card-row .card-col{
        font-size: 20px;
        display: flex;
        justify-content: space-between;
    }

    .h5.mb-0.d-flex.align-items-center .text-center.d-flex.flex-column.justify-content-center{
        font-size: 25px;
    }

    .card-col.mx-auto.mx-sm-0{
        justify-content: center!important;
    }

    .card-col form{
        width: 100%;
    }

    .ts_offer-card.card.card-border.mb-4 .card-body {
        justify-content: center;
    }

    #tsoperator-offers__excursiontours .btn.btn-secondary{
        width: 100%;
    }

    .submit-search-form.btn.btn-secondary.mx-auto{
        width: 100%;
    }

    .appForm.w-100{
        /*height: 200px;*/
        display: flex;
        background: #f2f8ff;
        padding: 16px;
        border-radius: 12px;
    }

    .modal.fade.show .modal-content{
        width: 300px;
    }

    ul.card-options.card-options-hor-static.justify-content-center.justify-content-lg-start{
        display: none;
    }

    .photo-gallery-collage .photo-collage__image--1 {
        grid-area: 1 / 1 / 3 / 5;
    }

    .photo-gallery-collage .photo-collage__image--2, 
    .photo-gallery-collage .photo-collage__image--3, 
    .photo-gallery-collage .photo-collage__image--4, 
    .photo-gallery-collage .photo-collage__image--5, 
    .photo-gallery-collage .photo-collage__image--6{
        display: none;
    }

    #gallery {
        margin-right: auto;
        margin-left: auto;
        max-width: 1280px;
        padding: 0;
    }

    .photo-collage.photo-gallery-collage{
        border-radius: 0;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 115px);
    }

    .section-content, #program .section-content{
        padding: 20px;
    }

    .navbar-toggler.close{
        display: flex;
    }
    .card-head{
        padding: 0px 20px;
    }
}


@media (max-width: 767px) {
    .static-prices-cont{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .static-prices-cont{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 414px) {
    .static-prices-cont{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/components/travelsoft/reviews.statistics/templates/bootstrap/style.css?17169898321070*/

/*
    Created on : 20.01.2018, 0:55:37
    Author     : dimabresky
*/

.rating-fill {
    background-color: #ed9f00;
    height: 20px;
}

.rating-scale {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #cccccc21;
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.rating-value {
    position: absolute;
    right: 50%;
}

.stat-row {
    margin-bottom: 5px;
}

.stars {
    width: 100% !important;
}

.middle-rating-value {
    font-size: 48px;
    line-height: 1.1;
}

/* flex row of bootstrap column */
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
    margin:-.2px;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

/* End */


/* Start:/local/components/travelsoft/reviews.add/templates/bootstrap/style.css?1716989832299*/

/* 
    Created on : 19.11.2017, 22:50:59
    Author     : dmitrij
*/

.captcha-img-box {
    margin-bottom: 10px;
}

.green {
    color: green
}

#add-review-btn {
    font-size: 16px;
    margin-bottom: 20px;
}

#add-img-btn{
    font-size: 11px !important;
}

.added-file {
    cursor:pointer;
}
/* End */


/* Start:/local/components/travelsoft/reviews.list/templates/bootstrap/style.css?1716989833442*/

/* 
    Created on : 24.01.2018, 17:36:45
    Author     : dimabresky
*/

.avatar {
    width: 100%;
}

.avatar img {
    width: 70px;
    height: 70px;
}

.user-toolbar {
    padding: 5px 10px 5px 0;
}

.review-text {
    padding: 10px 10px 10px 0;
}

.readmore-js-toggle {
    padding: 10px 0;
}

.review-gallery {
    padding-left: 10px;
}

#reviews-list .avatar,
#reviews-list .email,
#reviews-list .date-create {
    padding: 0 5px;
}


/* End */


/* Start:/local/components/travelsoft/travelsoft.feedback_/templates/vue/style.css?17379868482844*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
/*div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}*/
div.mf-ok-text,p.mf-ok-text {color:#247ed0; font-weight:bold; padding-bottom: 1em;}
.mf-ok-text .timer{
    font-size: 2rem;
}
.error {
    color: red !important;
    border-color: red !important;
}
.text_error {
    color: red !important;
    position: absolute;
    font-size: 14px;
    top: -14px;
}

.support-submit.button-primary {
    width: 318px;
    max-width: 318px;
    height: 100%;
}

.support-textarea{
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    padding-right: 0;
    resize: vertical;
}

.input-block__full .input-wrapper {
    width: 100%;
    max-width: 100%;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.input-block {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 329px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    background: #FFF;
}

.input-block__full {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-right: unset;
}

.support {
    max-width: 1280px;
    box-shadow: 0 -4px 8px 0 rgba(22, 47, 81, 0.06), 0 32px 32px 0 rgba(21, 40, 60, 0.05);
    background: #fff;
    border-radius: 32px;
    color: #4f4a66;
    margin-bottom: 93px;
}

@media screen and (max-width: 1680px){
    .support-form__wrapper {
        max-width: 60%;
    }
}

.support-form__wrapper {
    max-width: 682px;
    padding: 64px 0;
}

@media screen and (max-width: 1680px){
    .support-wrapper {
        width: 90%;
    }
}

.support-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    padding-left: 108px;
    box-sizing: border-box;
}

.support-form {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    column-gap: 20px;
}
.support-form input.form-control{
    min-width: unset;
}

/*@media screen and (max-width: 1680px){
    .support-form .input-block {
        width: 100%;
    }
}*/

.support-from__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #4f4a66;
    text-align: center;
}

.support-from__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.support-image {
    display: flex;
}

.support-image img {
    object-fit: fill;
    border-radius: 0 32px 32px 0;
}

input[type="checkbox"] {
    min-width: 2rem;
    width: auto;
    min-height: 1.25rem;
}

.grecaptcha-badge{
    display: none!important;
}
.form-vue-d-none{
    display: none;
}
/* End */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1716989833438 */
/* /local/templates/travelsoft/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?174013407618557 */
/* /local/components/travelsoft/reviews.statistics/templates/bootstrap/style.css?17169898321070 */
/* /local/components/travelsoft/reviews.add/templates/bootstrap/style.css?1716989832299 */
/* /local/components/travelsoft/reviews.list/templates/bootstrap/style.css?1716989833442 */
/* /local/components/travelsoft/travelsoft.feedback_/templates/vue/style.css?17379868482844 */
