/*
1-----reset
2-----all style
3-----header
4-----body
5-----footer
6-----form
7-----media 

--e-global-color-primary: #009FE3;
--e-global-color-secondary: #0078B5;
--e-global-color-text: #2E2E36;
--e-global-color-accent: #FF5959;
--e-global-color-f425f1e: #F0F7FB;
--e-global-typography-primary-font-family: "Golos Text";
--e-global-typography-primary-font-weight: 600;
--e-global-typography-secondary-font-family: "Golos Text";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-text-font-family: "Golos Text";
--e-global-typography-text-font-weight: 400;
--e-global-typography-accent-font-family: "Golos Text";
--e-global-typography-accent-font-weight: 500;

/*RESET ****************************************************************************************/
@import "parts/reset.min.css";
/*ALL STYLE ****************************************************************************************/
::-webkit-scrollbar {
width: 8px;
background: var(--e-global-color-ca8d472);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px grey;
box-shadow: inset 0 0 2px grey;
border-radius: 0;
}
::-webkit-scrollbar-thumb {
background: var(--e-global-color-secondary);
}
::-webkit-scrollbar-thumb:hover {
background: var(--e-global-color-secondary);
}
body {
overflow-x: hidden;
font-variant-numeric: lining-nums proportional-nums;
}
ul:not([class]), ol:not([class]) {
padding-left: 0;
padding-right: 0.5em;
margin-bottom: 15px
}
ul:not([class]) li, ol:not([class]) li {
-webkit-transform: translateX(0.5em);
-ms-transform: translateX(0.5em);
transform: translateX(0.5em);
-webkit-animation: fixlists 1s;
animation: fixlists 1s;
line-height: 1.5
}
@-webkit-keyframes fixlists {
0% {
text-indent: -.001em
}
100% {
text-indent: 0
}
}
@keyframes fixlists {
0% {
text-indent: -.001em
}
100% {
text-indent: 0
}
}
.hidden {
opacity: 0;
}
.wpcf7-not-valid-tip,
.hide {
display: none;
} 
:target:before {
content: "";
display: block;
height: 100px; 
margin-top: -100px; 
}
:focus-visible {
outline: none;
}
.blur {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;	
}
.social-popup.hidden {
display: none;
}
.mw-250 {
min-width:260px;	
}
/*HEADER ****************************************************************************************/
.elementor-location-header.sticky .elementor-sticky {
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);	
}
.list .elementor-widget-container ul li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #6868681A;
padding-left: 15px;
}
.list .elementor-widget-container ul li::before {
content: '';
width: 5px;
height: 5px;
background-image: url(/wp-content/uploads/icon-0.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0px;
top: 10px;
}
.accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
position: relative;
}
.accordion .column {
width: 50%;
position: relative;
}
.accordion .accordion-content {
overflow: hidden;
max-height: 0; 
opacity: 0;
-webkit-transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
-o-transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
padding: 0 20px 10px;
position: absolute; 
width: 100%;
z-index: 10;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 16px;
-webkit-box-shadow: 0px 2.25px 10.02px 0px rgba(0, 0, 0, 0.035);
        box-shadow: 0px 2.25px 10.02px 0px rgba(0, 0, 0, 0.035);
background-color: #F0F7FB;
}
.accordion .accordion-item {
border-radius: 16px;
background-color: #F0F7FB;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
margin-bottom: 15px;
}
.accordion .accordion-item:last-child {
margin-bottom: 0px;	
}
.accordion .accordion-item.active {
background-color: #F0F7FB;
z-index: 10;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.accordion .accordion-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 20px;
height: 80px;
font-weight: 600;
font-size: 18px;
line-height: 1.2;
position: relative;
padding-right: 60px;
cursor: pointer;
}
.accordion .accordion-header span {
position: relative;	
padding-left: 15px;
}
.accordion .accordion-header::before {
content: '';
width: 12px;
height: 12px;
position: absolute;
background-image: url(/wp-content/uploads/vector.svg);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
right: 20px;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion .accordion-header span::after {
content: '';
width: 7px;
height: 7px;
background-image: url(/wp-content/uploads/icon-0.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0px;
top: 8px;
}
.accordion .accordion-item.active .accordion-header::before {
rotate: 90deg;
}
/*FOOTER ****************************************************************************************/
.info-tour .item p.text {
margin-bottom: 0px;	
}
.info-tour .item:first-child {
border: none;
padding-right: 30px;
}
.info-tour .item:not(:first-child) {
padding: 0px 30px;
}
.info-tour .item {
border-left: 1px solid rgba(104, 104, 104, 0.1);
}
.info-tour {
display: -webkit-box;
display: -ms-flexbox;
display: flex;	
}
.info-tour .uppercase {
position: relative;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
margin-bottom: 8px;
padding-left: 20px;
}
.info-tour .uppercase::before {
content: '';
width: 16px;
height: 16px;
position: absolute;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
left: 0px;
top: 1px;
}
.info-tour .uppercase.time::before {
background-image: url(/wp-content/uploads/alarm.svg);
}
.white .info-tour .uppercase.time::before {
background-image: url(/wp-content/uploads/alarm-b.svg);
}
.info-tour .uppercase.pin::before {
background-image: url(/wp-content/uploads/pin.svg);
}
.white .info-tour .uppercase.pin::before {
background-image: url(/wp-content/uploads/pin-b.svg);
}
.info-tour .uppercase.height::before {
background-image: url(/wp-content/uploads/golf.svg);
}
.white .info-tour .uppercase.height::before {
background-image: url(/wp-content/uploads/golf-b.svg);
}
.info-tour .uppercase.complexity::before {
background-image: url(/wp-content/uploads/running.svg);
}
.white .info-tour .uppercase.complexity::before {
background-image: url(/wp-content/uploads/running-b.svg);
}
.info-tour .uppercase.date::before {
background-image: url(/wp-content/uploads/calendar.svg);
}
.white .info-tour .uppercase.date::before {
background-image: url(/wp-content/uploads/calendar-b.svg);
}
.info-tour .uppercase.price-title::before {
background-image: url(/wp-content/uploads/cash.svg);
}
.white .info-tour .uppercase.price-title::before {
background-image: url(/wp-content/uploads/cash-b.svg);
}
.white .date-list li, 
.white .info-tour .item p.text {
color: #fff;
}
.white .info-tour .uppercase {
color: #cccccc;
}
.info-tour p.date.uppercase {
margin-bottom: 10px;
}
.info-tour .text.price {
font-weight: 700;
font-size: 20px;
margin-top: -4px!important;
}
.slider {
display: flex;
align-items: center;
gap: 10px;
max-width: 300px;
overflow: hidden;
margin: 0 auto;
}
.date-list {
display: flex;
list-style: none;
padding: 0;
margin: 0;
overflow: hidden;
width: 100%;
scroll-behavior: smooth;
}
.date-list li {
flex: 0 0 33.33%;
text-align: center;
box-sizing: border-box;
font-size: 13px;
line-height: 22px;
text-align: center;
}
.date-list li span {
background: rgba(255, 255, 255, 0.2);
color: #fff;	
line-height: 22px;
padding: 3px;
border-radius: 2px;
}
.slider span {
background-color: var(--e-global-color-primary);	
color: #fff;
width: 18px;
height: 20px;
cursor: pointer;
text-align: center;
line-height: 18px;
}
.wh .date-list li span {
background: rgba(104, 104, 104, 0.1);
color: #2E2E36;	
}
.first-line {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}
.first-line .item {
text-align: center;
font-size: 14px;
font-weight: 500;
}
.first-line .item img {
height: 20px;	
}
.mobile.slider {
margin-top: 10px;
margin-bottom: 10px;	
}
.mobile.slider span {
height: 30px;
width: 25px;
line-height: 26px;
}
.price-block {
display: flex;
justify-content: space-between;
align-items: center;	
margin-top: 20px;
margin-bottom: 15px;
background-color: #fff;
padding: 10px;
}
.price-block .price {
font-weight: 700;
font-size: 20px;
color: rgba(0, 159, 227, 1);
}
.price-block .text {
position: relative;
padding-left: 30px;
}
.price-block .text::before {
content: '';
height: 20px;
width: 20px;
position: absolute;		
background-image: url(/wp-content/uploads/cash-b.svg);
background-position: center center;		
background-repeat: no-repeat;
background-size: contain;
left: 5px;
top: 2px;
}
.white-block {
background-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
}
a.scroll-top {
display: none;
width: 47px;
height: 47px;
border-radius: 50%;
background-color: var(--e-global-color-secondary);
padding: 3px;
position: fixed;
left: 20px;
bottom: 20px;
z-index: 20;
cursor: pointer;
}
a.scroll-top svg {
width: 45px;
stroke: #fff;
}
a.scroll-top.active {
display: block;
-webkit-box-shadow: 0 2.25px 10.02px 0 rgb(0 0 0 / .06);
box-shadow: 0 2.25px 10.02px 0 rgb(0 0 0 / .06);
}
/*FORM ****************************************************************************************/
.inline-form {
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
position: relative;
}
.wpcf7-spinner,
.wpcf7-response-output {
display: none;
}
.elementor-widget-container form p {
margin-bottom: 0px;
}
.elementor-widget-container form input[type=date], .elementor-widget-container form input[type=email],
.elementor-widget-container form input[type=number], .elementor-widget-container form .elementor-widget-container
input[type=password], .elementor-widget-container form input[type=tel], .elementor-widget-container form
input[type=text], .elementor-widget-container form input[type=url], .elementor-widget-container form select {
background-color: #F0F7FB;	
border: 1px solid #fff;
border-radius: 50px;
padding: 10px 24px 11px 24px;
width: 100%;
margin-bottom: 15px;
position: relative;
}
.nice-select.wpcf7-form-control.wpcf7-select,
.elementor-widget-container form select {
position: relative;
border: 1px solid #F0F7FB;
padding: 10px 24px 11px 24px;
width: 100%;
margin-bottom: 15px;
border-radius: 8px;
font-size: inherit;
height: inherit;
line-height: inherit;
font-weight: inherit;
}
form .nice-select .option.selected {
font-weight: 500;
font-size: inherit;
}
form .nice-select .list {
width: 100%;
border-radius: 8px;
}
.elementor-widget-container form input[type=date]:focus-visible, .elementor-widget-container form
input[type=email]:focus-visible, .elementor-widget-container form input[type=number]:focus-visible,
.elementor-widget-container form input[type=password]:focus-visible, .elementor-widget-container form
input[type=search]:focus-visible, .elementor-widget-container form input[type=tel]:focus-visible,
.elementor-widget-container form input[type=text]:focus-visible, .elementor-widget-container form
input[type=url]:focus-visible, .elementor-widget-container form select:focus-visible, .elementor-widget-container form
textarea:focus-visible {
outline: 1px;
}
.elementor-widget-container form textarea {
border-radius: 8px;
border: 1px solid #fff;
background-color: transparent;
padding: 10px 15px;
min-height: 120px;
height: 120px;
width: 100%;
margin-bottom: 15px;
background-color: #F0F7FB;
}
.elementor-widget-container form input[type=submit]:focus,
.elementor-widget-container form input[type=submit] {
border: none;	
background-color: #009FE3;
color: #fff;
width: 100%;
}
.dialog-close-button:focus-visible {
outline: none;
}
.elementor-widget-container form input[type=date], .elementor-widget-container form input[type=email], .elementor-widget-container form input[type=number], .car-form .elementor-widget-container form .elementor-widget-container input[type=password], .elementor-widget-container form input[type=tel], .car-form .elementor-widget-container form input[type=text], .elementor-widget-container form input[type=url] {
margin-bottom: 20px;
}
.car-form .elementor-widget-container form select {
margin-bottom: 0px;	
}
.accept p a {
color: var(--e-global-color-text);
text-decoration: underline;
}
.wpcf7-not-valid-tip,
.wpcf7-not-valid {
border-color: #FF0000!important;
}
.wpcf7-not-valid-tip {
font-size: 10px;
position: absolute;
bottom: -30px;
}
.flex p {
grid-template-columns: repeat(2, 1fr);
display: grid;
gap: 15px;
}
.mail-error {
background-color: rgba(255, 89, 89, 0.2);
color: rgba(255, 89, 89, 1);
padding: 15px 20px 15px 60px;
position: relative;
}
.mail-error::before {
content: '';
width: 25px;
height: 25px;
background-image: url(/wp-content/uploads/error.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 25px;
top: 14px;
}
.mail-send {
background-color: rgba(240, 247, 251, 1);
padding: 15px 20px 15px 60px;
position: relative;
}
.mail-send span {
color: var(--e-global-color-primary);	
}
.mail-send::before {
content: '';
width: 25px;
height: 25px;
background-image: url(/wp-content/uploads/success.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 25px;
top: 14px;
}
.social-toggle-wrapper {
position: relative;	
z-index: 5;
}
.social-popup {
background-color: #F0F7FB;	
position: absolute;
padding: 15px 20px;
border-radius: 10px;
top: 50px;
right: 0px;	
-webkit-box-shadow: 0 2.25px 10.02px 0 rgb(0 0 0 / .30);
box-shadow: 0 2.25px 10.02px 0 rgb(0 0 0 / .30);
}
.social-popup .social-close-btn {
position: absolute;
cursor: pointer;
right: 5px;
top: 0px;	
}
.social-popup .social-icons {
display: flex;
gap: 10px;
}
.social-popup .social-icons img {
width: 40px;
height: 40px;	
}
.social-toggle-btn {
font-weight: 500;	
display: inline-block;	
}
.social-toggle-btn:hover {
background-color: #0078B5!important;
}
button.social-toggle-btn.outline {
background-color: var(--e-global-color-f425f1e);
color: var(--e-global-color-primary);	
}
button.social-toggle-btn.outline:hover {
background-color: #009FE3!important;
color: #fff;	
}
/*MEDIA ****************************************************************************************/
@media only screen and (max-width : 1680px) {}
@media only screen and (max-width : 1366px) {}
@media only screen and (max-width : 1280px) {}
@media only screen and (max-width : 1024px) {
.inline-form {
display: block;	
}	
.inline-form input[type="submit"] {
width: 100%;
}
.item.white-block.wh {
background-color: transparent;		
}	
.slider {
max-width: 330px;
}
.wh .date-list li span {
background: rgb(255 255 255);
padding-top: 10px;
padding-bottom: 10px;
padding-left: 7px;
padding-right: 7px;
}
}
@media only screen and (max-width : 800px) {}
@media only screen and (max-width : 767px) {
.h1 {
text-transform: uppercase;
}
.item-1 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-1.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-2 strong::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-2.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-3 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-3.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-4 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-4.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-5 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-5.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-6 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-6.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-7 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-7.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-8 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-8.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
.item-9 h3::before{
content: '';
width: 35px;
height: 35px;
position: absolute;	
background-image: url(/wp-content/uploads/mobile-9.svg);
background-position: center center;
background-repeat: no-repeat;	
background-size: contain;
left: 0px;
}
}
@media only screen and (max-width : 768px) {
.social-popup .social-icons img {
width: 30px;
height: 30px;	
}
}
@media only screen and (max-width : 600px) {
.accordion {
margin-right: 5px;
}
.accordion {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.accordion .column {
width: 100%;
}
}
@media only screen and (max-width : 533px) {}
@media only screen and (max-width : 360px) {
.date-list li span {
font-size: 12px;
	background-color: #fff!important;
}	
}
@media only screen and (max-width : 320px) {}
@media only screen and (max-width : 240px) {}
@media only screen and (max-width : 176px) {}