@charset "utf-8";
/*FEEDBACK BTN HEADER*/
.trvtmpl-header__btn-request .tv-free-button .TVBButtonCaption:after,
.trvtmpl-team-page__btn-request .TVBButtonCaption:after {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.3px;
}
.trvtmpl-team-page__btn-request .TVBMediumSize {
    padding: 14px 20px !important;
}
.tv-free-button .TVBColor.TVBButton{
    background-color: var(--trvtmplButtonsColor) !important;
}
.trvtmpl-match-tour__desc .tv-free-button{
    margin-top: 20px;
}
.trvtmpl-match-tour__desc .tv-free-button .TVBButtonCaption:after{
    /*color: var(--trvtmplFontDarkColor);*/
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.TVBWindow .TVBWSendButton.TVBGradient.TVBColor { 
  	border-radius: 200px; 
}
/*SUBSCRIBE*/
.trvtmpl-subscribe .TVBMediumSize{
    padding: 20px 28px;
    border: none;
}
.trvtmpl-subscribe .TVBColor{
    border-radius: 200px;
    background: var(--trvtmplButtonsColor);
}
.trvtmpl-subscribe .tv-free-button .TVBButtonCaption{
    display: flex;
}
.trvtmpl-subscribe .tv-free-button .TVBButtonCaption:after{
    /*color: var(--trvtmplFontDarkColor);*/
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.32px;
}
/*FEEDBACK BTN HEADER END*/

/*SLIDER*/
.TVGradientSlide .TVSlidePrice,
.TVGradientSlide .TVDiscountBlock .TVDiscount{
    background-color: var(--trvtmplColor) !important;
}
.TVGradientSlide .TVSlidePrice:after{
    border-left-color: var(--trvtmplColor) !important;
}
/*SLIDER END*/

/*SEARCH*/
.tv-search-form .TVMainForm,
.tv-search-form .TVMainColor{
    background-color: var(--trvtmplColor) !important;
}
.TVMobileForm .TVAddFiltersSvgIcon, .TVMobileForm .TVCountryFilterSvgIcon, .TVMobileForm .TVFlyDatesFilterSvgIcon, .TVMobileForm .TVNightsFilterSvgIcon, .TVMobileForm .TVTouristsFilterSvgIcon{
    fill: #5E6671 !important;
}
#trvtmpl-slider-search .TVButtonColor,
#trvtmpl-page-content .TVButtonColor{
    background-color: var(--trvtmplSecondSearchColor) !important;
}
#trvtmpl-slider-search .TVFilterForm,
#trvtmpl-page-content .TVFilterForm{
    background-color: var(--trvtmplThirdSearchColor) !important;
}
/*SEARCH END*/

/*HOT TOURS*/
#trvtmpl-hot-tours .trvtmpl-hot-tours__wrapper .TVHotMainColor-ES{
    background-color: var(--trvtmplSecondColor) !important;
}
.TVMinPFilterWrap{
    background-color: var(--trvtmplColor) !important;
}
/*HOT TOURS END*/

/*CALENDAR*/
#trvtmpl-page-content .TVCalMainColor{
    background-color: var(--trvtmplColor) !important;
}
/*CALENDAR END*/

/*COUNTRIES*/
.tv-country .TVCountryFilter{
    background-color: var(--trvtmplColor) !important;
}
/*COUNTRIES END*/

/* CELEVAYA STRANITCA */
.tv-geo .TVMinPFilterWrap {
    background-color: transparent !important;
}
.tv-geo .TVLPAdvantagesBlock:after {
    display: none;
}
/* CELEVAYA STRANITCA END*/

@media screen and (max-width: 1000px){
    .trvtmpl-subscribe .TVBMediumSize{
        padding: 12px 20px;
        border: none;
    }
    .trvtmpl-subscribe .tv-free-button .TVBButtonCaption:after{
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}
@media screen and (max-width: 767px){
  	/*FEEDBACK BTN HEADER*/
  	.TVMobileHeaderWrapper .TVMobilePanelHeader.TVMainColor {
    	background-color: var(--trvtmplColor);
    	color: #555555;
	}
  	/*FEEDBACK BTN HEADER*/
    /*SLIDER*/
    .trvtmpl-slider .TVHorizontalSlider{
        max-height: 380px;
    }
    /*SLIDER END*/
}
@media screen and (min-width: 768px){
  	/*SLIDER*/
    .tv-image-slider .TVGradientSlide .TVSlideDataBlock {
        width: 45%;
    }
    /*SLIDER END*/
}