@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
body {
	font-family: 'Inter', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 18px;
	line-height: 1.4;
	color: #003359;
}
a {
	color: #003359;
}
a:hover {
	color: inherit;
}
h1, h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
}
h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 60px;
}
.container > h2 {
	text-align: center;
}
h3 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #1C1C1C;
}
.wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
#tours,
#page-wrapper,
#single-wrapper {
	width: 100%;
	background: url(../images/page-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 180px;
}
#tours {
	padding-top: 340px;
}
.breadcrumbs {
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #545454;
}
.breadcrumbs a {
	color: #005E93;
	text-decoration: none;
}
.gal-item {
	padding-bottom: 30px;
}
.gal-item img {
	border-radius: 20px;
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-item {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.post-pic img {
	border-radius: 20px;
	height: 487px;
	width: 100%;
	object-fit: cover;
}
.post-price,
.post-days {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 217px;
	height: 40px;
	background: #00B2D1;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
.post-price svg,
.post-days svg {
	margin-right: 10px;
}
.post-price {
	background: #FE6315;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.post-price span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 31px;
	text-decoration-line: line-through;
	color: #C5A900;
	margin-right: 10px;
}
.post-meta {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px 0px 20px 20px;
}
.post-item_front .post-meta {
	background: rgba(0, 50, 82, 0.85);
	padding-bottom: 40px;
}
.post-name {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.post-links {
	display: none;
	align-items: center;
	justify-content: center;
}
.post-anouncement {
	display: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
@media all and (min-width: 1200px) {
.post-item:hover .post-meta {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.post-item:hover .post-links {
	display: flex;
}
.post-item:hover .post-anouncement {
	display: block;
}
.post-item:hover .post-name,
.post-item:hover .post-price,
.post-item:hover .post-days {
	display: none;
}
.exc-item:hover .post-name {
	display: block;
}
.exc-item:hover .post-meta {
	display: block;
	height: auto;
}
}
.post-front_links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.post-front_links .post-price, .post-front_links .post-days {
	margin: 0px 10px;
}
.exc-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.exc-links .exc-price {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #FFDB00;
}
.exc-links .post-more a {
	width: 190px;
	height: 40px;
}
.exc-anouncement {
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
}
.alm-btn-wrap .alm-load-more-btn.done {
	display: none !important;
}
.alm-btn-wrap .alm-load-more-btn {
	padding: 12px 29px !important;
	background: linear-gradient(180deg, #FF8403 0%, #FD531E 100%) !important;
	border-radius: 8px !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #FFFFFF !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
	opacity: 0.8;
}
.tour-header {
	width: 100%;
	height: 250px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	margin-bottom: -120px;
}
.tour-header:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0px;
	left: 0px;
}
.tour-header .container {
	display: none;
	position: relative;
	z-index: 10;
}
.tour-header p,
.tour-header h1 {
	margin: 0px;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
}
.tour-header h1:after {
	display: none;
}
.slider-nav {
	margin: 10px -5px 0px -5px;
}
.snav-item {
	padding-left: 5px;
	padding-right: 5px;
}
.slick-arrow {
	background: none;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	z-index: 10;
}
.slick-arrow.slick-next {
	left: auto;
	right: 6px;
}
.snav-item.slick-current {
	opacity: 0.6;
}
.rev-slider .slick-arrow {
	background: none;
	border: 0px;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	left: -70px;
	z-index: 10;
}
.rev-slider .slick-arrow.slick-next {
	left: auto;
	right: -70px;
}
.slider-for img,
.slider-nav img {
	border-radius: 10px;
}
.white-box {
	padding: 16px;
	background: #F4F1FF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.t-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #003459;
	padding-bottom: 20px;
}
.t-text {
	padding-bottom: 20px;
}
.t-text p:last-child {
	margin: 0px;
}
.block-label {
	font-weight: 600;
}
.btn {
	width: 100%;
	padding: 12px 22px;
	background: linear-gradient(180deg, #FF8800 0%, #FC4526 100%);
	border-radius: 10px;
	text-align: center;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}
.btn:hover {
	color: #fff;
	background: #FF3B12;
}
.btn-color {
	margin-top: 20px;
	background: linear-gradient(180deg, #24A129 0%, #4caf50 100%);
}
.price-wrapper {
	margin-bottom: 20px;
}
.price {
	display: flex;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: #24A129;
}
.price span {
	display: block;
	margin-left: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: line-through;
	color: #6A6A6A;
}
.white-box-2 {
	margin-bottom: 20px;
}
.tour-left,
.tour-right {
	padding-bottom: 30px;
}
.tour-right .white-box {
	background: #F4F1FF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 15px;
}
.white-box-2 p strong {
	font-weight: bold;
}
.white-box-2 p:last-child {
	margin: 0px;
}
.white-box-2 img {
	border-radius: 8px;
}
.t-days {
	padding-bottom: 20px;
}
.t-after {
	padding-top: 20px;
}
.accordion {
	color: #003459;
	margin-top: 40px;
}
.accordion-item {
	background: #ECEFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	margin-bottom: 20px;
}
.accordion-body {
	padding: 20px;
}
.accordion-button:not(.collapsed) {
	background: #ECEFFF;
	color: #000000;
}
.accordion-button {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #17255E;
	border: 0px;
	background: none;
}
.accordion-button:focus {
	outline: none;
	box-shadow: unset;
}
.day-gallery {
	margin-left: -5px;
	margin-right: -5px;
}
.day-gallery > div {
	padding-bottom: 10px;
}
.day-gallery img {
	border-radius: 10px;
}
.day-gallery .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317255E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317255E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body.understrap-no-sidebar .alignwide, body.understrap-no-sidebar .wp-block-cover.alignwide {
	margin: 0px;
	max-width: unset;
	width: 100%;
}
.wp-block-media-text {
	grid-template-columns: 50% 1fr;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0px 0px 0px 30px;
}
.wp-block-media-text .wp-block-media-text__media {
	padding-right: 0px;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	align-self: start;
}
.about-left,
.about-right {
	padding-top: 30px;
}
.rev-item {
	padding-bottom: 30px;
}
.rev-wrapper {
	background: rgba(0, 50, 82, 0.9);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 30px;
}
.rev-name {
	padding-bottom: 14px;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #FFFFFF;
}
.rev-text {
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.rev-text p {
	margin: 0px;
}
.rev-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #9D9D9D;
}
.grecaptcha-badge {
	display: none !important;
}
.map iframe {
	width: 100%;
	height: 501px;
}
.contact-item {
	margin-bottom: 30px;
}
.contact-item p {
	margin: 0px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #17255E;
}
.contact-item p a {
	text-decoration: none;
	color: #1D2939;
}
.contact-item p:first-child {
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #364066;
	margin-bottom: 20px;
}
#menu-wrapper {
	width: 100%;
	background: #F9FAFB;
	padding: 10px 0px;
	transition: all 0.2s ease;
}
#menu-wrapper.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 0px;
	padding-top: 10px;
	z-index: 100;
}
.header-white #menu-wrapper.fixed {
	background: rgba(0, 0, 0, 0.5);
}
.phone-mob {
	display: none;
}
.navbar {
	padding: 0px;
}
.navbar-expand-lg .navbar-nav {
	align-items: center;
}
.navbar-expand-lg .navbar-nav li {
	padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0px 0px 15px 0px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 5px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
	color: #fff;
	border-bottom: 5px solid #FF6C00;
}
.header-white #header,
.header-white #menu-wrapper {
	background: none;
}
.header-white #header-navbar {
	width: 100%;
}
#footer-blocks {
	position: relative;
	z-index: 10;
	width: 100%;
	background: url(../images/footer-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 70px 0px;
}
#footer-blocks h2 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 90px;
}
#footer-blocks .wpcf7 {
	max-width: 470px;
	margin: 0px !important;
}
.footer-logo {
	padding-bottom: 10px;
	text-align: center;
}
.footer-logo img {
	max-width: 132px;
	height: auto;
}
.form-item {
	margin-bottom: 20px;
}
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	width: 100%;
	height: 40px;
	background: none;
	border-radius: 5px;
	border: 1px solid  #fff;
	padding: 0px 20px;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #E7E7E7;
}
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
	background: none;
	border: 1px solid #fff;
	color: #E7E7E7;
	box-shadow: unset;
}
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
	opacity: 1;
	color: #E7E7E7;
}
.wpcf7 textarea {
	resize: none;
	padding: 15px 12px;
	height: 151px;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7 textarea.wpcf7-not-valid::placeholder,
.wpcf7 input.wpcf7-not-valid::placeholder {
	color: red !important;
}
.footer-left .form-wrapper {
	max-width: 570px;
}
.footer-left .form-action {
	display: flex;
	justify-content: flex-end;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
	display: block;
	border: 0px;
	height: auto;
	text-align: center;
	width: auto;
	padding: 10px 35px;
	background: linear-gradient(180deg, #FF8403 0%, #FD531E 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
	background: #FF3B12;
	color: #fff;
}
input[type="submit"]:focus {
	outline: none !important;
	box-shadow: unset !important;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}
.form-flex {
	position: relative;
	display: flex;
	justify-content: center;
}
.form-action p,
.form-flex .form-item {
	margin: 0px;
}
.form-flex .form-item {
	padding-right: 20px;
}
.wpcf7 .form-flex input[type=tel] {
	width: 100%;
	height: 40px;
}
.wpcf7 .form-flex input[type=submit] {
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form-callback {
	font-weight: 500;
	font-size: 19px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
.wpcf7 .wpcf7-form p {
	margin-bottom: 0px;
}
#footer-blocks .footer-right .wpcf7 {
	margin: 0px auto !important;
}
#footer {
	width: 100%;
	padding: 10px 0px;
	background: #fff;
}
#footer .row {
	align-items: center;
}
#footer p {
	margin: 0px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0,0,0,0.5);
}
#footer p a {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
.footer-phone,
.footer-location {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
}
.footer-phone a {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-phone a:first-child,
.footer-location svg {
	margin-right: 15px;
}
.footer-location br {
	display: none;
}
.footer-social {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.social-label {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #FCFCFD;
	padding-bottom: 4px;
}
.social {
	display: flex;
	flex-wrap: wrap;
}
.social a {
	display: block;
	text-decoration: none;
	margin-left: 30px;
}
.show-more {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.show-more .btn {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 190px;
	height: 40px;
}
#about {
	width: 100%;
	background: url(../images/bg-4.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}
#excursions {
	background: url(../images/bg-3.jpg) center bottom no-repeat;
	background-size: cover;
}
#reviews {
	background: url(../images/bg-5.jpg) center bottom no-repeat;
	background-size: cover;
}
#excursions h2,
#reviews h2,
#advantages h2 {
	color: #fff;
}
#reviews .show-more .btn {
	width: auto;
	padding: 0px 20px;
}
.advantages-list {
	margin-top: 190px;
}
.advantages-list h2 {
	color: #fff;
	padding-top: 150px;
}
.preim-pic {
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
}
.preim-text p {
	margin: 0px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.preim-text p a {
	color: #FFFFFF;
}
#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -280px;
}
.slide-item .container {
	position: relative;
	z-index: 20;
	padding-top: 430px;
}
.slide-item {
	width: 100%;
	height: 1553px;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
}
#intro h1 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 100px;
}
#intro h1:after {
	display: none;
}
#intro .btn {
	width: auto;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: unset;
	object-fit: cover;
}
video {
    pointer-events: none;
}
#header {
	width: 100%;
	padding: 20px 0px 10px 0px;
}
#header .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-name {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
  	top: 5px;
}
.branding {
	display: flex;
	align-items: center;
}
.branding img {
	max-width: 160px;
	height: auto;
}
.site-name {
	padding-left: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}
.is-form-style {
	width: 300px;
}
.is-form-style input.is-search-input {
	background: rgba(255, 255, 255, 0) !important;
	border: 1px solid #fff !important;
	border-right: 0px !important;
	border-radius: 10px 0px 0px 10px !important;
}
.is-form-style.is-form-style-3 input.is-search-input {
	border-radius: 0px;
}
.is-form-id-13 .is-search-icon {
	border-left: 0px !important;
	border-radius: 0px;
	background: none !important;
	border-color: #fff !important;
}
.is-form-style button.is-search-submit {
	background: rgba(255, 255, 255, 0) !important;
}
.header-white .is-form-style input.is-search-input {
	background: rgba(255, 255, 255, 0) !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	border-right: 0px !important;
}
.header-white .is-form-style input.is-search-input::placeholder {
	opacity: 1;
	color: #fff !important;
}
.header-white .is-form-id-13 .is-search-icon {
	border-color:  #fff !important;
	border-radius: 0px 10px 10px 0px !important;
}
.header-white .is-form-style button.is-search-submit {
	background: rgba(255, 255, 255, 0) !important;
}
.header-white #header .social-label {
	color: #fff;
}
#wrapper-navbar.header-white .is-form-style .is-search-submit path, .home .is-form-style .is-search-submit path {
	fill: #fff;
}
#header .social {
	max-width: 140px;
}
#header .social-label {
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 17px;
	color: #1D2939;
}
#header .social a:last-child {
	margin-right: 0px;
}
.location,
.worktime {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.location svg,
.worktime svg {
	margin-right: 15px;
}
.header-contact > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-contact > div {
	margin: 0px 0px 6px 0px;
}
.header-contact > div a:nth-child(2){
	display: block;
	margin-left: 15px;
}
.callback {
	text-align: right;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.callback a {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #FF8800 0%, #FC4526 100%);
	border-radius: 10px;
	padding: 10px 25px;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF !important;
	transition: all 0.2s ease;
	text-decoration: none;
}
.callback a:hover {
	background: #FF3B12;
	color: #fff;
}
.phone-wrapper {
	padding-left: 15px;
}
.phone > a {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper-navbar.header-white,
.home #wrapper-navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	color: #fff;
}

#wrapper-navbar.header-white .phone a,
.home .phone a {
	color: #fff;
}
#wrapper-navbar.header-white .navbar-expand-lg .navbar-nav .nav-link,
.home .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}
#wrapper-navbar.header-white .navbar-expand-lg .navbar-nav .nav-link svg path,
.home .navbar-expand-lg .navbar-nav .nav-link svg path {
	stroke: #fff;
}
h2.accordion-header:after {
	display: none;
}
.modal-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #17255E;
	padding-bottom: 30px;
	text-align: center;
}
.modal-subtitle {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.modal .form-item {
	margin-bottom: 15px;
}
.modal-dialog {
	max-width: 600px;
}
.modal-content {
	background: #F4F1FF;
	box-shadow: 0px 0px 15px #00548B;
	border-radius: 15px;
}
.modal-header {
	padding: 0px;
	border: 0px;
}
.modal-body {
	padding: 32px;
}
.modal .wpcf7 input[type="submit"] {
	width: auto;
	height: 50px;
	padding: 0px 25px;
}
.modal .wpcf7 input[type="tel"], 
.modal .wpcf7 input[type="text"],
.modal .wpcf7 textarea {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #243CA1;
	border-radius: 10px;
	box-shadow: unset;
	font-weight: 700;
	font-size: 16px;
	color: #003459;
}
.modal .wpcf7 textarea {
	height: 105px;
	padding: 15px;
}
.modal .wpcf7 input[type="tel"]::placeholder, 
.modal .wpcf7 input[type="text"]::placeholder,
.modal .wpcf7 textarea::placeholder {
	color: #003459;
	opacity: 1;
}
.modal .form-item {
	padding-bottom: 0px;
}
.modal .form-action {
	text-align: center;
	display: flex;
	justify-content: center;
}
.btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317255E'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
	filter: unset;
	z-index: 20;
}
.btn-close:focus {
	outline: none;
}
.thanks-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #17255E;
	padding-bottom: 30px;
	text-align: center;
}
.modal-subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #17255E;
}
a.g-item {
	display: block;
	text-decoration: none;
	position: relative;
}
.g-pic img {
	border-radius: 20px;
}
.g-meta {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px 0px 20px 20px;
	text-align: center;
}
.g-name {
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
}
.g-more span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	background: linear-gradient(180deg, #FF8800 0%, #FC4526 100%);
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin: 0 auto;
	transition: all 0.2s ease;
}
.g-more span:hover {
	background: #FF3B12;
	color: #fff;
}
#bg-1 {
	width: 100%;
	background: url(../images/bg-1.jpg) center center no-repeat;
	color: #fff;
	background-size: cover;
}
.rev-slider .rev-item {
	padding: 0px 15px 30px 15px;
}
.rev-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.rev-slider_dark svg path {
	fill: #333;
}
.rev-slider_dark {
	margin-bottom: 30px;
}