/*
** Theme Custom Style File
*/

/*
** Vars
*/
:root {
	--element-hover-color: #3EAFD2;
	--element-active-color: #1687AA;
}

/*
** Common Styles
*/
/* Паддинги для всех верхних секций, то есть секций идущих в иерархии в самом верху*/
.elementor-top-section > .elementor-container {
	padding: 0 10px;
}

.line-height-1 {
	line-height: 1;
}

.heigth-auto svg {
	height: auto !important;
}

.w-auto {
	width: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.elementor-button {
    max-width: 100%;
}

.elementor-button-text {
    max-width: 100%;
    overflow: hidden;
	vertical-align: bottom;
}

body:not(.home).page .elementor[data-elementor-type="wp-page"] {
	padding: 3rem 0;
}

/* Widget Advanced Button */
.bdt-ep-button {
	max-width: 100%;
}
.bdt-ep-button-content-wrapper {
	overflow: hidden;
}
.avdbtn-text {
	max-width: 100%;
	display: inline-block;
}
/**/


/* Widget Fancy List */
.bdt-content-position--right .bdt-fancy-list .list-text {
    direction: ltr;
}
/**/


/* Widget Слайдер на Турах */
.bdt-position-z-index {
	z-index: 999;
}
/* */



.flex-column .elementor-widget-wrap {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-nowrap .elementor-widget-wrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

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

.items-center .elementor-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.elementor-widget-text-editor.mb-0 p {
	margin-bottom: 0;
}

.elementor-element.p-mb-0 p {
	margin-bottom: 0;
}

.elementor-element .bdt-ep-button-wrapper {
	line-height: 1;
}

.elementor-icon-wrapper {
	line-height: 1;
}

html, body {
	height: 100%
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

footer {
	margin-top: auto;
}

/*
** Header for Landing Page
** Only on the Home Page
*/
body.home #header-tg-lp,
body.home #header-mobile-tg-lp {
	position: absolute;
    left: 0;
    right: 0;
	background: rgb(0,54,71);
	background: -moz-linear-gradient(180deg, rgba(0,54,71,1) 0%, rgba(0,54,71,0.3) 42%, rgba(0,54,71,0) 98%);
	background: -webkit-linear-gradient(180deg, rgba(0,54,71,1) 0%, rgba(0,54,71,0.3) 42%, rgba(0,54,71,0) 98%);
	background: linear-gradient(180deg, rgba(0,54,71,1) 0%, rgba(0,54,71,0.3) 42%, rgba(0,54,71,0) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003647",endColorstr="#003647",GradientType=1);
}



body.home #header-mobile-tg-lp {
	background-color: transparent;
}

/*
** Social Icon Active
*/
.elementor .elementor-element.tg-social-icon .elementor-social-icon:hover i,
.elementor .elementor-element.tg-social-icon .elementor-social-icon:focus i {
	color: var(--element-hover-color);
}

.elementor .elementor-element.tg-social-icon .elementor-social-icon:active i {
	color: var(--element-active-color);
}


/*
** Main Menu
*/
#tg-desktop-menu .hfe-nav-menu li.menu-item-has-children .hfe-menu-toggle i {
	-webkit-transition-duration: .2s;
	     -o-transition-duration: .2s;
	        transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

#tg-desktop-menu .hfe-nav-menu li.menu-item-has-children:hover .hfe-menu-toggle i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#tg-mobile-menu {
	line-height: 0;
}

#tg-mobile-menu button.bdt-close {
	border: none;
	top: 15px;
    right: 10px;
}

#tg-mobile-menu button.bdt-close svg {
	width: 22px;
	height: 22px;
}

#tg-mobile-menu li.menu-item.parent {
	border-bottom: 1px solid transparent;
}

#tg-mobile-menu li.menu-item.parent:not(:last-child) {
	border-bottom-color: #406A7D;
}

#tg-mobile-menu .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#tg-mobile-menu .hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover {
	border: none;
}

#tg-mobile-menu ul.sub-menu-open {
	padding-bottom: 20px;
}

#tg-mobile-menu .menu-item.parent:hover a.hfe-menu-item,
#tg-mobile-menu .menu-item.parent .sub-menu-active a.hfe-menu-item {
    font-weight: 700;
}

#tg-mobile-menu .sub-menu-open .menu-item:hover a {
	color: var(--element-hover-color);
}

#tg-mobile-menu .sub-menu-open .menu-item:active a {
	color: var(--element-active-color);
}

#tg-mobile-menu .bdt-close:hover {
	background-color: transparent;
}

#tg-mobile-menu .bdt-close:hover line {
	color: var(--element-hover-color);
}

#tg-mobile-menu .bdt-close:active line {
	color: var(--element-active-color);
}

#tg-mobile-menu .bdt-offcanvas-button:hover svg {
	fill: var(--element-hover-color);
}

#tg-mobile-menu .bdt-offcanvas-button:active svg {
	fill: var(--element-active-color);
}

#tg-mobile-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow {
	color: #fff;
	font-size: 15px;
	padding: 0;
}

/* Переключатель языков */
.tg-lang-switcher span.cpel-switcher__code {
	height: 19px;
}

.tg-lang-switcher .cpel-switcher__lang a {
	min-width: 31px;
    min-height: 31px;
}

.tg-lang-switcher .cpel-switcher__toggle a {
    border-radius: 40px;
}

.tg-lang-switcher .cpel-switcher__toggle.cpel-switcher__toggle--on a {
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tg-lang-switcher.cpel-switcher--layout-dropdown .cpel-switcher__toggle--on+.cpel-switcher__list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tg-lang-switcher.cpel-switcher--layout-dropdown .cpel-switcher__list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tg-lang-switcher.cpel-switcher--layout-dropdown.cpel-switcher--align-justify .cpel-switcher__toggle a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tg-lang-switcher li.cpel-switcher__lang .cpel-switcher__code {
	font-weight: 300;
}

.tg-lang-switcher .cpel-switcher__list .cpel-switcher__lang a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tg-lang-switcher.cpel-switcher--layout-dropdown .cpel-switcher__list {
    border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
/* Переключатель языков END */


/*
** Tours Group in LP
*/
.tours-cards {
    width: 100%;
	margin: 0 auto;
}

.tours-cards .card {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00364761;
    position: relative;
}

.tours-cards .card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tours-cards .card:hover {
    z-index: 100 !important;
}

.tours-cards .card:hover .card__title {
    opacity: .4;
}

.tours-cards .card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tours-cards .card__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.tours-cards .card__title h3 {
    font-family: 'Shango Bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.tours-cards .card__back {
    /* 
	font-family: 'Affect Normal';
	font-style: normal;
	line-height: 20px;
	*/
	
	font-family: 'Shango Bold', sans-serif;
	font-weight: bold;
	line-height: 19px;
    
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: rgba(0, 54, 71, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-322px, 0px) rotate(0deg);
        -ms-transform: translate(-322px, 0px) rotate(0deg);
            transform: translate(-322px, 0px) rotate(0deg);
}

.tours-cards .card:hover .card__back {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
}

.tours-cards .card__links,
.tours-cards .card__links li {
    margin: 0;
    padding: 0;
    list-style: none;
    font: inherit;
    color: inherit
}

.tours-cards .card__links {
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tours-cards .card__links li:not(:last-child){
    margin-bottom: 1em;
}

.tours-cards .card__links a:visited {
    color: inherit;
}

.tours-cards .card__links a {
    color: #ffffff;
    text-decoration: none;
}

.tours-cards .card__links a:hover {
    color: #3EAFD2;
}

.tours-cards .card__links a:active {
    color: #1687AA;
}

.tours-cards .icon {
    line-height: 0;
}

.tours-cards .icon:not(:last-child) {
    margin-right: 5px;
}

.tours-cards .icon svg {
    display: inline-block;
    width: 18px;
    height: 18px;
}


/* Виды туров */
#tg-tours-type .card {
    -webkit-box-shadow: 0px 12px 19px rgba(0, 54, 71, 0.2), 0px 12px 19px rgba(0, 54, 71, 0.2);
            box-shadow: 0px 12px 19px rgba(0, 54, 71, 0.2), 0px 12px 19px rgba(0, 54, 71, 0.2);
    height: 401px;
}

#tg-tours-type .card::before {
    background-image: -o-linear-gradient(top, rgba(0, 54, 71, 0) 37.55%, rgba(0, 54, 71, 0.85) 93.23%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37.55%, rgba(0, 54, 71, 0)), color-stop(93.23%, rgba(0, 54, 71, 0.85)));
    background-image: linear-gradient(180deg, rgba(0, 54, 71, 0) 37.55%, rgba(0, 54, 71, 0.85) 93.23%);
}

/* Группы туров */
#tg-tours-group .card {
    -webkit-filter: drop-shadow(0px 24px 44px rgba(0, 54, 71, 0.7));
            filter: drop-shadow(0px 24px 44px rgba(0, 54, 71, 0.7));
    height: 401px;
}

#tg-tours-group .card::before {
    background-image: -o-linear-gradient(top, rgba(0, 54, 71, 0) 68.73%, rgba(0, 54, 71, 0.7225) 93.23%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68.73%, rgba(0, 54, 71, 0)), color-stop(93.23%, rgba(0, 54, 71, 0.7225)));
    background-image: linear-gradient(180deg, rgba(0, 54, 71, 0) 68.73%, rgba(0, 54, 71, 0.7225) 93.23%)
}

#tg-tours-group .icon-star svg {
    fill: #FFC107;
}

#tg-tours-group svg #flame-outer {
    fill: #F3705A;
}

#tg-tours-group svg #flame-inner {
    fill: #FFD15C;
}

#tg-tours-group svg #percent-symbol {
    fill: #FAFAFA;
}

#tg-tours-group svg #percent-badge {
    fill: #F44336;
}

/*
** Media
*/
@media (max-width: 767px) {
    .tours-cards {
        max-width: 380px;
    }
    .tours-cards .cards__item {
        margin: 0 auto;
    }
    .tours-cards .cards__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .tours-cards .card {
        max-width: 340px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .tours-cards {
        max-width: 768px;
    }
    .tours-cards .cards__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    #tg-tours-type .cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 322px;
                flex: 0 322px;
    }
    #tg-tours-type .cards__item:nth-last-child(n+3) {
        margin-bottom: 10px;
    }
    #tg-tours-group .cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.333333% - 20px);
                flex: 0 0 calc(33.333333% - 20px);
    }

}
@media (min-width: 1220px) {
    .tours-cards {
        max-width: 1220px;
    }
    .tours-cards .cards__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #tg-tours-type .cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 322px;
                flex: 0 0 322px;
        margin-left: -30px;
        z-index: 100;
    }
    #tg-tours-type .cards__item:nth-child(4n+1) {
        margin-left: 0;
    }
    #tg-tours-type .cards__item:nth-child(4n+2) {
        margin-top: 30px;
        z-index: 90;
    }
    #tg-tours-type .cards__item:nth-child(4n+3) {
        margin-top: 60px;
        z-index: 80;
    }
    #tg-tours-type .cards__item:nth-child(4n+4) {
        margin-top: 90px;
        z-index: 70;
    }
    #tg-tours-type .card__front {
        padding-left: 50px;
        padding-right: 50px;
    }
    #tg-tours-group .cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 380px;
                flex: 0 0 380px;
    }
}


/* Для элементов Элементора */
#lp-section-tours-type::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	background-image:
		url('https://tg.tours/wp-content/uploads/2022/08/green-leaf-palm-left-desktop.png'),
		url('https://tg.tours/wp-content/uploads/2022/08/green-leaf-palm-right-desktop.png'),
		url('https://tg.tours/wp-content/uploads/2022/09/green-leaf-palm-right-top-desktop.png'),
		url('https://tg.tours/wp-content/uploads/2022/09/green-leaf-palm-left-bottom-desktop.png');
    background-position: top left, bottom right, top right, bottom left;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	#lp-section-tours-type::after {
		opacity: .45;
	}
}

@media (max-width: 767px) {
	#lp-section-tours-type::after {
		background-image:
			url('https://tg.tours/wp-content/uploads/2022/08/green-leaf-palm-left-mobile.png'),
			url('https://tg.tours/wp-content/uploads/2022/08/green-leaf-palm-right-mobile.png'),
			url('https://tg.tours/wp-content/uploads/2022/09/green-leaf-palm-right-top-mobile.png'),
			url('https://tg.tours/wp-content/uploads/2022/09/green-leaf-palm-left-bottom-mobile.png');
		opacity: .45;
	}
}	

#lp-section-tours-type .elementor-container {
	z-index: 1;
}

#lp-section-tours-group::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -o-linear-gradient(top, rgba(0, 194, 255, 0.12) 54.53%, rgba(0, 54, 71, 0.47) 88.33%, rgba(0, 54, 71, 0.93) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(54.53%, rgba(0, 194, 255, 0.12)), color-stop(88.33%, rgba(0, 54, 71, 0.47)), to(rgba(0, 54, 71, 0.93)));
	background: linear-gradient(180deg, rgba(0, 194, 255, 0.12) 54.53%, rgba(0, 54, 71, 0.47) 88.33%, rgba(0, 54, 71, 0.93) 100%);
}
#lp-section-tours-group::after,
#lp-section-tours-type::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	background-image: url('https://tg.tours/wp-content/uploads/2022/08/cloud-separator-desktop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#lp-section-tours-type::before {
	top: -250px;
	height: 500px;
}

#lp-section-tours-group::after {
	top: -260px;
	height: 558px;
}

@media (max-width: 767px) {
    #lp-section-tours-group::after,
	#lp-section-tours-type::before	{
		background-image: url('https://tg.tours/wp-content/uploads/2022/08/cloud-separator-mobile.png');
	}
	#lp-section-tours-group::after,
	#lp-section-tours-type::before	{
		top: -194px;
		height: 400px;
		z-index: 0;
	}
}

/*
** END Tours Group in LP
*/





/*
** Tour Single Page
*/
.tg-tour-slider,
.tg-tour-slider > .elementor-widget-container,
.tg-tour-slider > .elementor-widget-container > div,
.tg-tour-slider .swiper-container,
.tg-tour-slider .bdt-panel-slider .swiper-container .swiper-wrapper {
	height: 100%;
}

.tg-tour-slider {
	min-height: 400px;
}

.tg-tour-slider .swiper-container-coverflow {
    padding-top: 0;
}

.tg-tour-slider.gradient-bg .swiper-slide-active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(0, 194, 255, 0.12) 54.53%, rgba(0, 54, 71, 0.47) 70%, rgba(0, 54, 71, 0.93) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(54.53%, rgba(0, 194, 255, 0.12)), color-stop(70%, rgba(0, 54, 71, 0.47)), to(rgba(0, 54, 71, 0.93)));
	background: linear-gradient(180deg, rgba(0, 194, 255, 0.12) 54.53%, rgba(0, 54, 71, 0.47) 70%, rgba(0, 54, 71, 0.93) 100%);
}

.tg-tour-slider-title {
	right: 10px;
}

@media (min-width: 1025px) {
	.tg-tour-slider-title {
		right: 10px;
	}
}

/*
** Tour Single Page END
*/


/*
** Search Form
*/
#tg-search .bdt-search-input {
	padding-left: 0;
	height: 36px;
}

#tg-search .bdt-search-icon {
	width: auto;
	right: 0;
}

#tg-menu .hfe-nav-menu-icon {
	padding: 0;
	line-height: 0;
}

#tg-menu .hfe-side {
	width: 100%;
}


/*
** Footer Menus
*/

@media (max-width: 1024px) {
	#tg-footer-lp .tg-footer-menu nav.hfe-nav-menu__layout-vertical .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-bottom: 20px;
	}
}




/*
** Subscribe Form on Landing Page
*/
div.wpforms-container-full.form-tg {
	font-family: "Affect Normal", Sans-serif;
	font-weight: 400;
    text-transform: uppercase;
}

div.wpforms-container-full.form-tg .wpforms-confirmation-container-full {
	margin: 0;
}

div.wpforms-container-full {
    margin: 0 auto !important;
}

div.wpforms-container-full.form-tg .wpforms-form .wpforms-field {
    padding: 0;
}


div.wpforms-container-full.form-tg .wpforms-form .wpforms-submit-spinner {
    margin-left: 0;
	position: absolute;
    right: 10px;
    top: 13px;
}

div.wpforms-container-full.form-tg .wpforms-form .wpforms-field-label {
    font-size: 15px;
	font-weight: inherit;
	line-height: 1.2;
	margin-bottom: .3em;
}

div.wpforms-container-full.form-tg .wpforms-form .wpforms-field-label.wpforms-label-hide,
div.wpforms-container-full.form-subscribe .wpforms-form label.wpforms-error {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

div.wpforms-container-full.form-tg .wpforms-form button[type=submit],
div.wpforms-container-full.form-tg .wpforms-form input[type=email],
div.wpforms-container-full.form-tg .wpforms-form input[type=text] {
    font-size: 14px;
	line-height: 18px;
	height: 52px;
	border-radius: 0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email],
div.wpforms-container-full.form-tg .wpforms-form input[type=text] {
	border: solid 2px #DBDDDF;
	padding: 17px 20px 17px 43px;
	background-repeat: no-repeat;
    background-position: 20px 18px;
	background-size: 15px 16px;
}

div.wpforms-container-full.form-tg.form-reservation .wpforms-form input {
	background-position-y: 16px;
}

div.wpforms-container-full.form-tg .wpforms-form input:-internal-autofill-selected {
	background-image: inherit !important;
}

div.wpforms-container-full.form-tg .wpforms-form input:focus-visible,
div.wpforms-container-full.form-tg .wpforms-form input:focus,
div.wpforms-container-full.form-tg .wpforms-form input.wpforms-valid {
	outline: none;
	border-color: var(--e-global-color-da0cd3b);
}

.wpforms-container.form-tg input.wpforms-error {
	border-color: #BE2A2A;
	color: #BE2A2A;
}


div.wpforms-container-full.form-reservation .wpforms-form label.wpforms-error {
    font-size: 12px;
	line-height: 1.2;
	color: #BE2A2A;
}

div.wpforms-container-full.form-tg .wpforms-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #B0B0B0;
}

div.wpforms-container-full.form-tg .wpforms-form input::-moz-placeholder {
	opacity: 1;
	color: #B0B0B0;
}

div.wpforms-container-full.form-tg .wpforms-form input:-ms-input-placeholder {
	opacity: 1;
	color: #B0B0B0;
}

div.wpforms-container-full.form-tg .wpforms-form input::-ms-input-placeholder {
	opacity: 1;
	color: #B0B0B0;
}

div.wpforms-container-full.form-tg .wpforms-form input::placeholder {
	opacity: 1;
	color: #B0B0B0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email] {
	background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_20_226)"%3E%3Cpath d="M8.75358 9.69017C8.3804 9.93896 7.94692 10.0705 7.5 10.0705C7.05311 10.0705 6.61963 9.93896 6.24645 9.69017L0.099873 5.59232C0.0657715 5.56959 0.0325488 5.54589 0 5.52151V12.2363C0 13.0061 0.624756 13.6171 1.38085 13.6171H13.6191C14.389 13.6171 15 12.9924 15 12.2363V5.52148C14.9674 5.54592 14.9341 5.56968 14.8999 5.59244L8.75358 9.69017Z" fill="%23B0B0B0"/%3E%3Cpath d="M0.587402 4.86109L6.73397 8.95896C6.96665 9.11409 7.23331 9.19164 7.49997 9.19164C7.76666 9.19164 8.03335 9.11406 8.26603 8.95896L14.4126 4.86109C14.7804 4.61603 15 4.20587 15 3.76319C15 3.00203 14.3808 2.38281 13.6196 2.38281H1.38038C0.619248 2.38284 0 3.00206 0 3.76393C0 4.20587 0.219609 4.61603 0.587402 4.86109V4.86109Z" fill="%23B0B0B0"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_20_226"%3E%3Crect width="15" height="15" fill="white" transform="translate(0 0.5)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}

div.wpforms-container-full.form-tg .wpforms-form .input-email input:focus,
div.wpforms-container-full.form-tg .wpforms-form .input-email input:focus-visible,
div.wpforms-container-full.form-tg .wpforms-form .input-email input.wpforms-valid  {
	background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_20_226)"%3E%3Cpath d="M8.75358 9.69017C8.3804 9.93896 7.94692 10.0705 7.5 10.0705C7.05311 10.0705 6.61963 9.93896 6.24645 9.69017L0.099873 5.59232C0.0657715 5.56959 0.0325488 5.54589 0 5.52151V12.2363C0 13.0061 0.624756 13.6171 1.38085 13.6171H13.6191C14.389 13.6171 15 12.9924 15 12.2363V5.52148C14.9674 5.54592 14.9341 5.56968 14.8999 5.59244L8.75358 9.69017Z" fill="%232A9BBE"/%3E%3Cpath d="M0.587402 4.86109L6.73397 8.95896C6.96665 9.11409 7.23331 9.19164 7.49997 9.19164C7.76666 9.19164 8.03335 9.11406 8.26603 8.95896L14.4126 4.86109C14.7804 4.61603 15 4.20587 15 3.76319C15 3.00203 14.3808 2.38281 13.6196 2.38281H1.38038C0.619248 2.38284 0 3.00206 0 3.76393C0 4.20587 0.219609 4.61603 0.587402 4.86109V4.86109Z" fill="%232A9BBE"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_20_226"%3E%3Crect width="15" height="15" fill="white" transform="translate(0 0.5)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-phone input {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" fill="%23B0B0B0"/%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-phone input:focus,
.wpforms-container.form-tg .input-phone input:focus-visible,
.wpforms-container.form-tg .input-phone input.wpforms-valid  {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" fill="%232A9BBE"/%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-person input {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath d="M208 48c0 26.5-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48zM152 352V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z" fill="%23B0B0B0"/%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-person input:focus,
.wpforms-container.form-tg .input-person input:focus-visible,
.wpforms-container.form-tg .input-person input.wpforms-valid  {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath d="M208 48c0 26.5-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48zM152 352V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z" fill="%232A9BBE"/%3E%3C/svg%3E');
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus::-webkit-input-placeholder,
.wpforms-container.form-subscribe .input-email input:focus-visible::-webkit-input-placeholder {
	opacity: 0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus::-moz-placeholder,
.wpforms-container.form-subscribe .input-email input:focus-visible::-moz-placeholder {
	opacity: 0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus:-ms-input-placeholder,
.wpforms-container.form-subscribe .input-email input:focus-visible:-ms-input-placeholder {
	opacity: 0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus::-ms-input-placeholder,
.wpforms-container.form-subscribe .input-email input:focus-visible::-ms-input-placeholder {
	opacity: 0;
}

div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus::placeholder,
div.wpforms-container-full.form-tg .wpforms-form input[type=email]:focus-visible::placeholder {
	opacity: 0;
}

div.wpforms-container-full.form-tg .wpforms-form .input-email input.wpforms-error {
	background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_20_226)"%3E%3Cpath d="M8.75358 9.69017C8.3804 9.93896 7.94692 10.0705 7.5 10.0705C7.05311 10.0705 6.61963 9.93896 6.24645 9.69017L0.099873 5.59232C0.0657715 5.56959 0.0325488 5.54589 0 5.52151V12.2363C0 13.0061 0.624756 13.6171 1.38085 13.6171H13.6191C14.389 13.6171 15 12.9924 15 12.2363V5.52148C14.9674 5.54592 14.9341 5.56968 14.8999 5.59244L8.75358 9.69017Z" fill="%23BE2A2A"/%3E%3Cpath d="M0.587402 4.86109L6.73397 8.95896C6.96665 9.11409 7.23331 9.19164 7.49997 9.19164C7.76666 9.19164 8.03335 9.11406 8.26603 8.95896L14.4126 4.86109C14.7804 4.61603 15 4.20587 15 3.76319C15 3.00203 14.3808 2.38281 13.6196 2.38281H1.38038C0.619248 2.38284 0 3.00206 0 3.76393C0 4.20587 0.219609 4.61603 0.587402 4.86109V4.86109Z" fill="%23BE2A2A"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_20_226"%3E%3Crect width="15" height="15" fill="white" transform="translate(0 0.5)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-phone input.wpforms-error {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" fill="%23BE2A2A"/%3E%3C/svg%3E');
}

.wpforms-container.form-tg .input-person input.wpforms-error {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath d="M208 48c0 26.5-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48zM152 352V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z" fill="%23BE2A2A"/%3E%3C/svg%3E');
}


div.wpforms-container-full.form-tg .wpforms-form .wpforms-submit-container {
	padding: 0;
	margin-top: 15px;
}

@media (max-width: 768px) {
	div.wpforms-container-full.form-tg .wpforms-form .wpforms-submit-container {
		margin-top: 10px;
	}
}

div.wpforms-container-full.form-tg .wpforms-form button[type=submit] {
	font-family: 'Affect Bold', sans-serif;
	width: 100%;
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-da0cd3b);
	border: none;
	border-radius: 0;
	padding: 17px 10px;
}

div.wpforms-container-full.form-tg.form-reservation .wpforms-form button[type=submit] {
	width: 50%;
}

div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:active,
div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:focus {
	border: none;
}

div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:hover {
	background-color: #3EAFD2;
}

div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:active,
div.wpforms-container-full.form-tg .wpforms-form button[type=submit]:focus {
	background-color: #1687AA;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-top: 25px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-firstline {
    padding-top: 0;
}

/*
** Tours Group Carousel
*/
.tg-tour-carousel .bdt-ep-static-carousel-image {
	line-height: 0;
}

.tg-tour-carousel .bdt-ep-static-carousel-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	border: 0px solid red;
}

.tg-tour-carousel.bdt-item-match-height--yes .bdt-static-carousel .swiper-slide {
    height: 100%;
}

.tg-tour-carousel .bdt-ep-static-carousel-text {
	padding: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.tg-tour-carousel .bdt-ep-static-carousel-text a {
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background: rgb(0,54,71);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,54,71,0)), color-stop(25%, rgba(0,54,71,0.35)), color-stop(40%, rgba(0,54,71,0.71)), color-stop(60%, rgba(0,54,71,0.7147233893557423)), color-stop(75%, rgba(0,54,71,0.38139005602240894)), to(rgba(0,54,71,0)));
	background: -o-linear-gradient(top, rgba(0,54,71,0) 0%, rgba(0,54,71,0.35) 25%, rgba(0,54,71,0.71) 40%, rgba(0,54,71,0.7147233893557423) 60%, rgba(0,54,71,0.38139005602240894) 75%, rgba(0,54,71,0) 100%);
	background: linear-gradient(180deg, rgba(0,54,71,0) 0%, rgba(0,54,71,0.35) 25%, rgba(0,54,71,0.71) 40%, rgba(0,54,71,0.7147233893557423) 60%, rgba(0,54,71,0.38139005602240894) 75%, rgba(0,54,71,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003647",endColorstr="#003647",GradientType=1);
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	padding: .5em;
	
}

.tg-tour-carousel .bdt-ep-static-carousel-text a,
.tg-tour-carousel .bdt-ep-static-carousel-text a:visited {
	color: inherit;
}

.tg-tour-carousel .bdt-ep-static-carousel-text a:hover {
	color: #3ed1ff;
}
/*
** Tours Group Carousel End
*/



/*
** Пульсация кнопки WhatsApp внизу страницы
*/
#okapi-wasb-icon {
	animation: radial-pulse 1.5s infinite;
	border-radius: 100%;
}

@keyframes radial-pulse {
0% { box-shadow: 0 0 0 0px rgb(82 210 82 / 50%); }  
   
  100% { box-shadow: 0 0 0 40px rgb(198 245 198 / 0%); }
  }
}