/*
Theme Name: Wander-BABY
Description:
043Author: p-i-p
Author URI: 
Version: 1
*/ 
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

  /* 
  

  --font-title: "Source Serif 4", serif;
  --font-inter: "Inter", sans-serif;
   */
  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.fa {
    font-family: FontAwesome !important;
}
p{
	padding: 5px 0;
	}
a, a:hover {
    text-decoration: none !important;
}
html {
	overflow-x: hidden;
}
body, html{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
color: #323232;
line-height: 1.3;
}
body{
	overflow-x: hidden;
}
h2{
	margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}
img.alignleft{
    margin-top: 0px !important;
    margin-right: 30px !important;
}
a{
	
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.flex{
    display: flex;
    gap: 20px;
}
.half_block{
    width: 50%;
}



/*
===============================Start HEADER========*/	
header.header{
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
   /* height: 90px;*/
    background: transparent;
	}
footer{	
	text-align: center; 
    padding: 10px 0 20px 0;
	}

header .top-content{
	height:100px;
	display:flex;
	justify-content:center;	
	z-index:9999;
	width: 100%;
	position:relative;
	
	}
.header.sticky {
	position: fixed;
	top: 0%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
	box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	
}
.header.sticky .topnav {
    padding: 5px 0;
}
.header.sticky .header-background-overlay {
	display: none;
}
.header .main-menu{
	margin-top: 30px;
}

.get_in_touch_btn a{
	padding: 10px 15px;
    border: 2px solid #e29600;
    border-radius: 10px;
    color: #303a48;
    font-weight: 700;
}
/*
.header.sticky .logo a img {
    max-width: 100px;
}
*/

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	


.page-title{
	margin-bottom: 30px;
}
.page-title h1{
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	color: #4e4e4e;
}
.page-title-description h2{
	font-weight: 400;
	font-size: 20px; 
	color: #797979;
}
.topnav,
.middlenav{	
    padding: 6px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo{
	text-align:center;
	padding: 0;
	}
.logo a img {
    font-size: 20px;
	max-width: 260px;
}
.logo a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
	font-weight: bold;
    color: #064fb2;
	text-decoration: none;	
}
.logo a:hover{
	text-decoration: none;		
}	
/*
.menu_left,.menu_right{
    width: calc(( 100% - 300px )/2 );
	}
	*/
.topmenu{
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.topmenu-login, .topmenu-search {
    position: relative;	
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    margin-right:10px;
}
.topmenu-login a.menu-login,
.topmenu-login a.menu-search{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-login{
    background: #fff url(images/user.svg) no-repeat center center;
}
.topmenu-login a.menu-wishlist{
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-wishlist i{
	color: #ff0000;
}
.topmenu-cart .menu-cart a{
	position: relative;
}
.mini_cart_count{
	position: absolute;
    background: #e29600;
	border-radius: 100%;
	text-align: center;
    width: 10px;
    height: 10px;
    z-index: 99999;
    color: #fff;
    font-size: 8px;
	right:0;
	top: 0;
}
.mini-login-content,
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 999999;
    font-size: 16px;
    right: -999em;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.07);
	padding: 10px;
    border: 2px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
	display: block;	
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
}
.mini-login-content ul.loginmenu li a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 5px 0px;
    display: block;
    color: #323232;	
}
.mini-login-content ul.loginmenu li a:hover {
    color: #e29600;
}
.mini-login-content li{
	list-style: none;
	margin: 5px 0;
}
.mini-login-content a{
	color: #323232;
	font-size: 14px;
}
.topmenu-login:hover .mini-login-content{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.topmenu-search:hover .mini-search-content{
    right: -30px;
    opacity: 1;
    visibility: visible;
}
.aws-search-result .aws_search_more {
    font-size: 16px;
}

.section_head{
    margin-bottom: 30px;
}
.section_head.full{
    text-align: center;
}

.section_pretitle,
.section-pretitle{
	color: #016121;
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 1;
    margin: 10px 0;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.section-title{	
	font-family: "Source Serif 4", serif;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 20px; 
	color: #4e4e4e;									
	text-align: center;
	}
/**********************************************************/
.welcome_section{
	position: relative;
}
.info_line{
	width: 100%;
	position: absolute;
	top: -50px; 
    background: #25402a; 
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	left: 50%;
	transform: translateX(-50%);
}
.info_line.container{
    padding: 20px 0;
}
.info_item_cont{
	color: #fff;
}
.info_item{
    align-items: center;
	display: grid;
    grid-template-columns: 50px 1fr;
    gap: 30px;
    padding: 0 20px;
    border-right: 1px solid #ffffff34;
}
.info_item_ico{
	width: 40px;
	height: 40px;
}
.info_item_ico svg{
	width: 100%;height: auto;
}
.info_item_name{
    font-size: 18px;
	font-family: "Source Serif 4", serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.info_item_descr{
    font-size: 13px;

	font-family: "Inter", sans-serif;
}

.welcome_section {
    padding: 120px 0 80px 0;
	/* background: #f8f5ec; */
	background: url(images/welcome-bg.jpg) center / cover no-repeat;
}
.welcome_section .container{
    align-items: center; 
}
.section_pretitle{ 
}
.welcome_section .section_title{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 30px;
	font-family: "Source Serif 4", serif;
	font-weight: 500;
}
.welcome_section .section_description{
    font-size: 18px;
	line-height: 1.35;
}
.welcome_cont{
	max-width: 600px;
    position: relative;
    background: #fbfaf5;
	border-radius: 12px;
	padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
/* .welcome_cont::before{
    position: absolute;
    content: "";
    width: 150%;
    height: 120%;
    background: #f1f1f1;
    z-index: -1;
    left: -5%;
    top: -10%;
} */
.welcome_img{
	display: none;
}
 

/****Home Section 3******************************************************/
.activities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
 
  margin: 0 auto; 
  
}

.activity-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Заокруглення зовнішніх кутів */
.activity-card {
  border-radius: 20px;
}

/* Затемнення фотографії */
.activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(10, 19, 16, 0.9) 0%,
      rgba(10, 19, 16, 0.62) 36%,
      rgba(10, 19, 16, 0.1) 75%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.55) 0%,
      transparent 55%
    );
}

.activity-card__content {
  position: absolute;
  left: clamp(28px, 4vw, 60px);
  bottom: clamp(28px, 4vw, 55px);
  z-index: 2;

  max-width: 310px;
  color: #fff;
}

.activity-card__number {
  display: block;
  margin-bottom: 8px;

  color: #ffb000; 

  font-size: clamp(64px, 6vw, 96px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -2px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.activity-card h3 {
  margin: 0 0 14px;

  color: #fff;
  
	font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.activity-card p {
  margin: 0;

  color: rgba(255, 255, 255, 0.9);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}



.activity-card:hover {
  /* background-size: 105%; */
}

@media (max-width: 767px) {
  .activities {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .activity-card {
    min-height: 390px;
    border-radius: 22px !important;
  }

  .activity-card__content {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }

  .activity-card__number {
    font-size: 68px;
  }

  .activity-card h3 {
    font-size: 21px;
  }

  .activity-card p {
    font-size: 15px;
  }
}

/******************************************************************/
.visit-info {
	margin-top: 30px;
  --green: #104c32;
  --light-green: #1a5a3d;
  --gold: #dfb66f;
  --orange: #f2a900;

  position: relative;
  overflow: hidden;
  padding: 40px 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(255, 255, 255, 0.05),
      transparent 35%
    ),
    linear-gradient(105deg, #0d432d 0%, #18593a 55%, #0c432c 100%);
}

.visit-info__container {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
  text-align: center;
}

.visit-info__title {
  margin: 0 0 30px;
  color: #fff;   
}

.visit-info__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
}

.visit-info__item {
  position: relative;
  min-height: 185px;
  padding: 0 35px;
}

.visit-info__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.visit-info__item svg {
  width: 49px;
  height: 49px;
  margin-bottom: 17px;
  color: var(--gold);
  stroke-width: 1.5;
}

.visit-info__item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.visit-info__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", sans-serif;;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.visit-info__item p span {
  color: rgba(255, 255, 255, 0.7);
}

.visit-info__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 280px;
  min-height: 54px;
  padding: 15px 35px;
  border: 2px solid transparent;
  border-radius: 3px;

  color: #fff;
  background-color: var(--orange);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
 
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.visit-info__button:hover {
  color: var(--orange);
  background-color: transparent;
  border-color: var(--orange);
  transform: translateY(-2px);
}

/* Декоративні рослини */
.visit-info__decor {
  position: absolute;
  bottom: -30px;
  z-index: 1;
  width: 180px;
  height: 330px;
  opacity: 0.12;
  background: url("images/corn-outline.svg") center bottom / contain no-repeat;
  pointer-events: none;
}
.visit-info {
  background:
    url("images/corn-decoration-transparent.png") center / cover no-repeat,
    #104c32;
}
.visit-info__decor--left {
  left: -25px;
}

.visit-info__decor--right {
  right: -25px;
  transform: scaleX(-1);
}

/* Tablet */
@media (max-width: 1000px) {
  .visit-info {
    padding: 55px 25px 40px;
  }

  .visit-info__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .visit-info__item {
    min-height: 220px;
    padding: 30px;
  }

  .visit-info__item:nth-child(2) {
    border-right: none;
  }

  .visit-info__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .visit-info {
    padding: 48px 20px 35px;
  }

  .visit-info__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .visit-info__grid {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .visit-info__item {
    min-height: auto;
    padding: 28px 10px;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .visit-info__item:last-child {
    border-bottom: none;
  }

  .visit-info__item svg {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .visit-info__button {
    width: 100%;
    min-width: 0;
  }

  .visit-info__decor {
    width: 120px;
    opacity: 0.08;
  }
}




.farm-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    padding: 45px 20px;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.farm-cta.simple-cta{

    background-image: url("images/farm-sunset.jpg");
}
.farm-cta.come-get-lost{

    background-image: url("images/get-lost-bg.jpg");
} 
.farm-cta.cta-attraction{
    background-image: url("images/cta-attraction.jpg");
}

.farm-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(37, 20, 7, 0.16) 0%,
            rgba(37, 20, 7, 0.03) 50%,
            rgba(14, 26, 18, 0.35) 100%
        );
}

.farm-cta__content {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    margin: 0 auto;
    text-align: center;
}

.farm-cta__title { 
	margin-bottom: 0;
    color: #fff; 
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 500; 
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.farm-cta__subtitle {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.farm-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-width: 340px;
    min-height: 66px;
    padding: 17px 38px;
    border: 2px solid #f4af00;
    border-radius: 3px;

    color: #20382b;
    background: linear-gradient(90deg, #efa500, #ffc51b);
    box-shadow: 0 6px 20px rgba(50, 31, 4, 0.25);

    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.farm-cta__button svg {
    flex: 0 0 auto;
    transition: transform 0.25s ease;
}
 

.farm-cta__button:hover svg {
    transform: translateX(5px);
}
.cta__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 52px;
    margin-top: 26px;
    padding: 14px 32px;
    border: 2px solid #efa800;
    border-radius: 12px;
    color: #fff;
    background-color: #efa800;
    box-shadow: 0 5px 15px rgba(239, 168, 0, 0.2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.cta__button:hover {
    color: #efa800;
    background-color: transparent;
    transform: translateY(-2px);
}
.farm-cta__description{ 
        font-size: 18px;
		color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
@media (max-width: 600px) {
    .farm-cta {
        min-height: 400px;
        padding: 55px 20px;
        background-position: center;
    }

    .farm-cta__title {
        font-size: 36px;
    }

    .farm-cta__subtitle {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .farm-cta__button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 15px 20px;
        gap: 12px;
        font-size: 14px;
    }
}



/******************************************************************/
.attractions-wrapper {
	gap: 30px;
}
.attractions-wrapper .attraction-item{
	width: calc(100%/3);
	    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-top: 6px solid rgb(252 176 63);
    background-color: var(--white-color);
}

.attractions-wrapper .attraction-item .item_cont{
    padding: 30px 20px;
}

/**********************************************************/
/**********************************************************/
 
/**********************************************************/
/**********************************************************/
/* Animate */
.hero-slider-container .btn_more{
	transform: translateY(-100%);
	-webkit-transition: all 2.5s ;
	transition: all 2.5s ;
	opacity: 0;	
}
.hero-slider-container .btn_more_full_slider{
	transform: translateY(-100%);
	-webkit-transition: all 1.5s ;
	transition: all 1.5s ;
	opacity: 0;	
}
.btn_more_full_slider{
	height: 48px;
	width: 150px;
	
}
.slick-active .btn_more{	
	opacity: 1;
	transform: translateY(0);
	transition: 2.5s;  
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.slick-active .btn_more_full_slider{	
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;  
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.hero-slider-content .description{
	max-width:700px;
	margin: 20px auto;
}



/*

.head_primary {
	opacity: 0;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
}
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
}


.hero-slider-content .line_cross,
.head_primary:after {
	opacity: 0;
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform:  translateY(-70px);
	transform: translateY(-70px);
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
}
.slick-active .hero-slider-content .line_cross {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;		
}
.head_description {
    opacity: 0;	
}
.slick-active .head_description {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

*/
.head_title {
    opacity: 0;	
}
.slick-active .head_title {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;	
}
.header-section .object {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.btn_more{
	margin-top: 30px;
}
.get_service,
.btn_more a{
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;									
	width: 175px;
	height: 48px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #e29600;
	border: 1px solid #e29600;
	border-radius: 8px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.get_service:hover,
.btn_more a:hover{
	/*box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4);*/
	color: #e29600;
	background:  #fff;
}
.head_primary{
	position: relative;
} 

span.bold{
	text-transform: uppercase;
	display: block;
    color: #008dd1;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.topcont {
	background:#008dd1
}
.topcont .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}	
.fa-contact img{width:30px;}

.slick-slide img {
min-width:100%;
min-height: 100%;
width: 100%
}

.vizit-to{	
    font-size: 16px;
    padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.top-animate {
    background: #e29600 !important;
    top: 8px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #e29600 !important;
    top: 8px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 2px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.mid-menu {
    top: 9px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.bottom-menu {
    top: 17px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.menui {
  background-color: #323232;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 1px;
    position: absolute;
}
.micon {
    z-index: 999;
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 15px;
	z-index:9999;
	cursor: pointer;
}
.mobile_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}
.mobilenav {
	font-family: inherit;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    padding-top: 78px;
	background: rgba(0, 0, 0, 0.85);
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}
.mobilenav li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child {
}
.mobilenav .switcher-list li a,
.mobilenav .switcher-list li>span{
    color: #fff;
    font-size: 20px;	
}


.page-wrap{
	padding: 30px 0;	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont{
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 30px 0;
    margin-bottom: 30px;
	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont .woocommerce-breadcrumb{
	margin: 0 !important;
}

.breadcrumbs{	
    text-align: left; 
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a{
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a:hover{ 
	color: #e29600;
}
.breadcrumbs__current{
	color: #e29600;	
}
.breadcrumbs__separator{
	color: #D3D2D2;	
}
.pre_title{
	text-align: center
}
.pre_title span{
    	
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0.03em;
}
.pre_title span.title_line1{	
	color: #323232;
}
.pre_title span.title_line2{
	color: #61798D;
}

/*
===============================End HEADER========*/	
.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
    overflow: hidden;

    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(18, 23, 14, 0.08) 0%,
            rgba(18, 23, 14, 0.16) 28%,
            rgba(18, 23, 14, 0.48) 48%,
            rgba(18, 23, 14, 0.1) 78%,
            rgba(18, 23, 14, 0.05) 100%
        ),
        linear-gradient(
            0deg,
            rgba(10, 18, 10, 0.55) 0%,
            rgba(10, 18, 10, 0.05) 60%
        );
}

.about-hero__container {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.about-hero__content {
    width: min(660px, 100%);
    margin-left: 27%;
    text-align: center;
}

.about-hero__pretitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;

    color: rgba(255, 255, 255, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.about-hero__pretitle::before,
.about-hero__pretitle::after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.65);
}

.about-hero__title {
    margin: 0 0 22px;

    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 4.7vw, 76px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -1px;

    text-shadow:
        0 3px 12px rgba(0, 0, 0, 0.55),
        0 1px 2px rgba(0, 0, 0, 0.6);
}

.about-hero__description {
    width: min(620px, 100%);
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.94);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 600;
    line-height: 1.55;

    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
}

/* Laptop */
@media (max-width: 1200px) {
    .about-hero__content {
        margin-left: 18%;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .about-hero {
        min-height: 570px;
        background-position: 62% center;
    }

    .about-hero__overlay {
        background: rgba(10, 20, 12, 0.42);
    }

    .about-hero__content {
        width: min(650px, 100%);
        margin: 0 auto;
    }

    .about-hero__title {
        font-size: clamp(44px, 8vw, 64px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .about-hero {
        min-height: 600px;
        padding: 70px 0;
        background-position: 68% center;
    }

    .about-hero__container {
        width: min(100% - 32px, 1400px);
    }

    .about-hero__content {
        margin-top: auto;
    }

    .about-hero__pretitle {
        margin-bottom: 17px;
        font-size: 12px;
        letter-spacing: 3px;
    }

    .about-hero__title {
        margin-bottom: 18px;
        font-size: 43px;
        line-height: 1.05;
    }

    .about-hero__title br {
        display: none;
    }

    .about-hero__description {
        font-size: 16px;
        line-height: 1.55;
    }
}

/************************************************************************/
.farm-story {
    position: relative;
    display: flex;
    align-items: center; 
    padding: 50px 24px;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.farm-story__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(19, 31, 21, 0.2) 0%,
        rgba(19, 31, 21, 0.03) 60%,
        rgba(19, 31, 21, 0.08) 100%
    );
}

.farm-story__container {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    margin: 0 auto;
}

.farm-story__card {
    position: relative;
    width: min(540px, 100%);
    padding: 58px 58px 50px;
    border: 1px solid rgba(106, 91, 66, 0.14);
    border-radius: 18px;

    color: #282a25;
    background:
        linear-gradient(
            rgba(249, 245, 233, 0.96),
            rgba(249, 245, 233, 0.96)
        ),
        url("../images/paper-texture.png");

    box-shadow:
        0 14px 45px rgba(20, 31, 20, 0.2),
        inset 0 0 30px rgba(139, 112, 70, 0.05);

    box-sizing: border-box;
}

.farm-story__pretitle {
    margin-bottom: 22px;
    color: #c95d36;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.farm-story__title {
    margin: 0 0 25px;
    color: #292b27;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(47px, 4vw, 65px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.farm-story__description {
    margin: 0 0 38px;
    color: #4d504a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.farm-story__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 5px;
	margin-top: 30px;
}

.farm-fact {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 0 15px;
    text-align: center;
}

.farm-fact:not(:last-child) {
    border-right: 1px solid rgba(48, 49, 44, 0.18);
}

.farm-fact__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    fill: none;
    stroke: #55564f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.farm-fact__label {
    display: block;
    color: #353731;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.farm-fact__value {
    display: block;
    margin-top: 5px;
    color: #33342f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
}

.farm-fact:nth-child(2) .farm-fact__value {
    margin: 0 0 5px;
}

.farm-fact__label--large {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 900px) {
    .farm-story {
        min-height: 680px;
        background-position: 60% center;
    }

    .farm-story__card {
        padding: 48px 45px 42px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .farm-story {
        align-items: flex-end;
        min-height: 820px;
        padding: 230px 16px 30px;
        background-position: 65% center;
    }

    .farm-story__overlay {
        background: linear-gradient(
            180deg,
            rgba(17, 28, 19, 0.05) 0%,
            rgba(17, 28, 19, 0.22) 45%,
            rgba(17, 28, 19, 0.4) 100%
        );
    }

    .farm-story__card {
        padding: 36px 25px 30px;
        border-radius: 14px;
    }

    .farm-story__pretitle {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .farm-story__title {
        margin-bottom: 20px;
        font-size: 44px;
    }

    .farm-story__title br {
        display: none;
    }

    .farm-story__description {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    .farm-fact {
        padding: 0 8px;
    }

    .farm-fact__icon {
        width: 42px;
        height: 42px;
    }

    .farm-fact__label {
        font-size: 10px;
    }

    .farm-fact__label--large {
        font-size: 11px;
    }

    .farm-fact__value {
        font-size: 24px;
    }
}

.farm-story .section_head{
	max-width: 800px;
	margin: 0 auto;
}
/***********************************************************************/
.about-story-grid {
    background-color: #f8f5ed;
	padding: 0;
}

.about-story-row {
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 450px;
}

.about-story-row--reverse {
    grid-template-columns: 54% 46%;
}

.about-story-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    padding: clamp(50px, 6vw, 100px);
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(211, 158, 71, 0.08),
            transparent 42%
        ),
        #f8f5ed;
}
.about-story-row--reverse .about-story-content { 
    justify-content: flex-start;
}

.about-story-content__inner {
    position: relative;
    z-index: 2;
    width: min(510px, 100%);
} 

.about-story-title {
    margin: 0 0 28px;
    color: #262823;  
	text-align: left;
    letter-spacing: -1.5px;
}

.about-story-text {
    color: #4d504a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.about-story-text p {
    margin: 0 0 22px;
}

.about-story-text p:last-child {
    margin-bottom: 0;
}

.about-story-image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background-color: #d5c49d;
}

.about-story-image img {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.about-story-row:hover .about-story-image img {
    transform: scale(1.025);
}

/* Quote */
.about-story-quote {
    position: relative;
    margin: 40px 0 0;
    padding: 0 30px 0 42px;
    color: #4b4a42;
}

.about-story-quote p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
}

.about-story-quote__open,
.about-story-quote__close {
    color: #b66c17;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.about-story-quote__open {
    position: absolute;
    top: -5px;
    left: 0;
}

.about-story-quote__close {
    display: inline-block;
    margin-left: 8px;
    vertical-align: bottom;
}

/* Decorative corn */
.about-story-content--decorated::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -20px;

    width: 250px;
    height: 390px;

    background:
        url("../images/corn-decoration-single.png")
        right bottom / contain no-repeat;

    opacity: 0.13;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 1000px) {
    .about-story-row,
    .about-story-row--reverse {
        grid-template-columns: 1fr 1fr;
    }

    .about-story-content {
        padding: 55px 40px;
    }

    .about-story-image {
        min-height: 620px;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .about-story-row,
    .about-story-row--reverse {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .about-story-row--reverse .about-story-image {
        order: 2;
    }

    .about-story-row--reverse .about-story-content {
        order: 1;
    }

    .about-story-content {
        padding: 50px 24px;
    }

    .about-story-image {
        min-height: 420px;
    }

    .about-story-title {
        font-size: 44px;
    }

    .about-story-title br {
        display: none;
    }

    .about-story-text {
        font-size: 15px;
    }

    .about-story-quote {
        margin-top: 32px;
        padding-left: 35px;
        padding-right: 0;
    }

    .about-story-quote p {
        font-size: 25px;
    }

    .about-story-content--decorated::after {
        width: 150px;
        height: 260px;
        opacity: 0.08;
    }
}

/*
========PAGE ATTRACTIONs======================================================   ========*/	

.explore-summary {
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
    background:
        radial-gradient(
            circle at 45% 50%,
            rgba(229, 180, 90, 0.08),
            transparent 45%
        ),
        #f8f4e9;
}

.explore-summary__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(400px, 1.35fr) minmax(560px, 1.65fr);
    align-items: center;
    gap: clamp(40px, 6vw, 100px);

    width: min(1360px, 100%);
    margin: 0 auto;
}

.explore-summary__title {
    margin: 0 0 14px;
    color: #164c34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
}

.explore-summary__text {
    margin: 0;
    color: #484b46;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.explore-summary__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explore-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 145px;
    padding: 10px 28px;
    text-align: center;
}

.explore-feature:not(:last-child) {
    border-right: 1px solid rgba(94, 77, 48, 0.18);
}

.explore-feature__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 17px;

    color: #89522c;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.explore-feature__icon--green {
    color: #215d42;
}

.explore-feature__title {
    color: #393b36;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

/* Кукурудза з обох боків */
.explore-summary__decoration {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        url("/images/corn-decoration-transparent-1.png")
        center / 100% 100% no-repeat;

    opacity: 0.17;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 1050px) {
    .explore-summary__container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .explore-summary__intro {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .explore-summary {
        padding: 50px 20px;
    }

    .explore-summary__title {
        font-size: 40px;
    }

    .explore-summary__text {
        font-size: 15px;
    }

    .explore-summary__text br {
        display: none;
    }

    .explore-summary__features {
        grid-template-columns: 1fr;
    }

    .explore-feature {
        min-height: auto;
        padding: 25px 10px;
    }

    .explore-feature:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(94, 77, 48, 0.18);
    }

    .explore-feature__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .explore-summary__decoration {
        background-size: auto 100%;
        opacity: 0.08;
    }
}




.attractions-list {
    padding: 45px 24px 80px;
    background:
        radial-gradient(
            circle at 45% 15%,
            rgba(222, 170, 77, 0.09),
            transparent 30%
        ),
        #ffffff;
}

.attractions-list__container {
    width: min(1420px, 100%);
    margin: 0 auto;
}

.attraction-group + .attraction-group {
    margin-top: 65px;
}

.attraction-group__heading {
    display: grid;
    grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

.attraction-group__heading span {
    height: 1px;
    background-color: rgba(123, 94, 50, 0.25);
}

.attraction-group__heading h2 {
    margin: 0;
    color: #185139;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2.5vw, 35px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.attraction-group__heading h2::before,
.attraction-group__heading h2::after {
    content: "⌁";
    display: inline-block;
    margin: 0 15px;
    color: rgba(139, 104, 52, 0.35);
    font-size: 24px;
}

/* Grid */
.attraction-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.maze-nature .attraction-grid {
    grid-template-columns: 1.4fr 0.9fr 1fr;
}
 
.attraction-card {
    position: relative;
    grid-column: span 3;
    min-height: 330px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #244231;
}

.maze-nature .attraction-card {
    grid-column: auto;
    min-height: 420px;
}

.maze-nature .attraction-card--featured {
    grid-column: auto;
}

.maze-nature .attraction-card:not(.attraction-card--featured) {
    grid-column: auto;
}

.play-adventure .attraction-card:nth-child(n + 5) {
    grid-column: span 4;
}

.farm-favourites .attraction-card {
    grid-column: span 3;
}

/* Image */
.attraction-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.attraction-card:hover .attraction-card__image {
    transform: scale(1.06);
}

/* Gradient */
.attraction-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 19, 12, 0.03) 25%,
            rgba(8, 19, 12, 0.22) 55%,
            rgba(8, 19, 12, 0.94) 100%
        );
    transition: background-color 0.3s ease;
}

.attraction-card:hover .attraction-card__overlay {
    background-color: rgba(15, 58, 38, 0.12);
}

/* Content */
.attraction-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
}

.attraction-card__title {
    margin: 0 0 6px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2vw, 36px);
    font-weight: 400;
    line-height: 1.08;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.attraction-card__description {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.attraction-card__age {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.attraction-card__age svg {
    width: 23px;
    height: 23px;
    color: #f3a900;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.attraction-card--featured .attraction-card__content {
    padding: 30px;
}

.attraction-card--featured .attraction-card__title {
    font-size: clamp(32px, 3vw, 46px);
}

/* Tablet */
@media (max-width: 1050px) {
    .attraction-card,
    .maze-nature .attraction-card,
    .maze-nature .attraction-card--featured,
    .maze-nature .attraction-card:not(.attraction-card--featured),
    .play-adventure .attraction-card:nth-child(n + 5),
    .farm-favourites .attraction-card {
        grid-column: span 6;
        min-height: 360px;
    }

    .maze-nature .attraction-card--featured {
        grid-column: span 12;
        min-height: 450px;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .attractions-list {
        padding: 35px 16px 60px;
    }

    .attraction-group + .attraction-group {
        margin-top: 50px;
    }

    .attraction-group__heading {
        gap: 12px;
    }

    .attraction-group__heading h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .attraction-group__heading h2::before,
    .attraction-group__heading h2::after {
        display: none;
    }

    .attraction-card,
    .maze-nature .attraction-card,
    .maze-nature .attraction-card--featured,
    .maze-nature .attraction-card:not(.attraction-card--featured),
    .play-adventure .attraction-card:nth-child(n + 5),
    .farm-favourites .attraction-card {
        grid-column: span 12;
        min-height: 360px;
    }

    .attraction-card__content,
    .attraction-card--featured .attraction-card__content {
        padding: 22px;
    }

    .attraction-card__title,
    .attraction-card--featured .attraction-card__title {
        font-size: 31px;
    }
}


.coming-soon {
    position: relative;
    min-height: 250px;
    width: min(940px, calc(100% - 40px));
    margin: 22px auto 0;
    overflow: hidden;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
  background:
        linear-gradient(
            90deg,
            rgb(226 151 1) 0%,
            rgba(248, 244, 233, 0.63) 30%,
            rgba(248, 244, 233, 0.3) 60%,
            rgba(248, 244, 233, 0.03) 100%
        ),
        linear-gradient(
            0deg,
            rgba(15, 53, 36, 0.25),
            transparent 55%
        );
}

.coming-soon__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    min-height: 250px;
    padding: 43px 45px;
    box-sizing: border-box;
}

.coming-soon__icon {
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    margin-top: 4px;
    color: #7b735f;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.coming-soon__text h3 {
    margin: 0 0 20px;
    color: #184b35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 400;
    line-height: 1.05;
}

.coming-soon__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
    .coming-soon {
        min-height: 330px;
        width: 100%;
        margin-top: 16px;
        background-position: 60% center;
    }

    .coming-soon__overlay {
        background: linear-gradient(
            90deg,
            rgba(248, 244, 233, 0.96) 0%,
            rgba(248, 244, 233, 0.8) 60%,
            rgba(248, 244, 233, 0.25) 100%
        );
    }

    .coming-soon__content {
        min-height: 330px;
        padding: 35px 25px;
        gap: 17px;
    }

    .coming-soon__icon {
        width: 48px;
        height: 48px;
    }

    .coming-soon__text h3 {
        font-size: 32px;
    }

    .coming-soon__text p {
        color: #4f514b;
        text-shadow: none;
    }
}
/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	

/*
==============================================================   ========*/	
/*
===============================Start CONTAINER========*/	
.header_image_top{
	    color: #fff;
    min-height: 20vw;
    padding: 26px 0;
    position: relative;
    text-align: center;
	
	display: flex;
    align-items: center;
    justify-content: center;
}
.header_image_top:after{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 66%);
	z-index:1;
}
.header_image_top .container{
	z-index:2;
}
.header_image_top .page-title h1{
	color: #fff;
    text-transform: uppercase;
	
}

.container {	
    max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.full_container{
	width: 100%;
	margin: 0 auto;

}
section{
	clear: both; 
	padding: 60px 0;
}
section#shop_category{
	padding-bottom: 10px;	
}
.home_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin-top: 120px;
	font-size: 24px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 77px;
}
#home .container{
	height: 100%;	
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home{
	padding: 0;
	width:100%;	
    height: calc(100vh - 200px);
    padding-top: 0px;
	position: relative; 
	margin-top: -40px;
}

.main-title{
	padding-bottom:30px;
}
 
.read-more{
	text-align: center;
	padding:10px;
}
.read-more a{
	color: #0d7fc3;
}



.blog-item{
	padding:15px 5px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
/****About Book Slider**********/
.service_categories{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
    margin-bottom: max(2.5vh, 1.5rem);
}
.category_service_item{
	    position: relative;
    width: calc((100% - 5vw) / 3);
	border: 1px solid #ccc;
    border-radius: 20px;
}
.category_item_title{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.category_service_item a{ 
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
	color: #363636;
}
.category_service_item a:hover{  
	color: rgb(1, 105, 244);
}
.category_service_item:hover{  
	border-color: rgb(1, 105, 244);
}
.category_service_item .category_service_img img{ 
	max-height: 200px;
}







.page_container.with_sidebar{
	display: flex;
	justify-content: space-between;
}

.with_sidebar .sidebar{
	width: 20%
}

.with_sidebar .page-content{

	width: 78%
}
.taxonomy_item{
	display: none;
}

.taxonomy_item.show_element{
	display: block;
}







.article-slide-block{
	margin-top:60px;
}



.article_post{
    position: relative;
    background-color: #eee;
    border: 1px solid #f2f7fa;
    padding: 10px;
    overflow: hidden;
}

 
 
.article_read_more{
	
}
.woocommerce-mini-cart__buttons{
	display: flex;
	gap: 15px;
}
.cart-panel-content .woocommerce-mini-cart__buttons a.button ,
.read_more{
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    width: 145px;
    height: 38px;
	margin-top:10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    background: rgb(0 96 32);
    border-radius: 8px;
    transition: 0.3s linear;
}
	
.cart-panel-content .woocommerce-mini-cart__buttons a.checkout {
    background: #4bc5cb;
}


.read_more{
	float:right;
	opacity: 0;
    will-change: transform;
    transform: translateY(60px);
    transition: transform 0.5s, opacity 0.5s, color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
}

.books_slider_item a.article_link:hover .read_more{
opacity: 1;
    transform: translateY(0px);

}




.books_slider_item a.book_link:hover{
	
}
.blog_slider_content .book_slider_item {  
	height: 275px;
} 
	
/**************/
.single-cont{
	overflow: hidden;
}
.post-footer-info{											
	width: 100%;
}
.post-footer-info,.post-top-info{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}
.post-the_category .post-categories{
	list-style: none;
}
.post-the_category .post-categories li a{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #e29600;
}
.post-the_category .post-categories li a:hover{
	color: #323232;
}
.post-the_category .post-categories li{
	position: relative;											
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
	align-items: center;
	float: left;
}
.post-the_category .post-categories li:before {
	position: relative;
	content: "\25A0";
	display: inline-block; 
	color: #e29600;
	margin: 0 5px;
	height: 100%;
	font-size: 6px;

	} 
.post-the_category .post-categories li:first-child:before{
	display: none;
}

.post-date{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9C9C9C;
}


.blogs-img img {
    transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.blogs-item:hover .blogs-img img{
    opacity: .85;
    transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
}


.form-row{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form-row p{
	width:100%;
}
.form-row .half{
	width: calc( 50% - 5px );
}
.full{
	width: 100%;
	padding: 10px 0;
}
/* .form-row span{
	display: block;
}
 */


/*============================*/
section.featured .container{
	border-top: 1px solid #ECECEC;
	padding-top: 30px;
}
/*============================*/

/*============================*/
.contact-us{
	padding:10px 0;
}
.contacts-header{
	text-align: center; 
	padding-bottom:60px;
	}
.contact-us .contacty,
.contact-us .contacty a{
	color: #fff; 
	display: block;
	}
.flex-contacts{	
    padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

/***FOOTER************************************/
footer {padding: 0;}
.woocommerce-page .foot_logo img,
.foot_logo img{max-width:150px;}
.footer {   
	background: url(images/corn-decoration-transparent-1.png) center / cover no-repeat, #104c32;
	
}
.footer-container{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	padding: 30px 0;
}
.site-copy{  
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
	color: #e3e3e3;
}

.site-copy .copy{ 
	border-top:1px solid #a8b2ab;
	padding: 15px; 
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
	color: #e3e3e3;
}

.foot_cont{
	color: #fff;	
}
.footer a{    
	font-weight: 300;
	font-size: 14px; 
	color: #fff;	
    padding: 10px 0;
    display: inline-block;
}
.footer a:hover{   
	color: #e29600;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-social a{   
    margin: 15px;
	color: #4e4e4e;
	font-size: 14px;
	width: 25px;
	height: 25px;
    padding: 0;
}
.soc_item span{
	width: 25px;
    height: 25px;
    display: block;	
}

.footer-social .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
} 
.footer-social .soc_item_instagram span {
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
    background-size: contain;
}
.footer-social .soc_item_tiktok:hover span,
.footer-social .soc_item_youtube:hover span,
.footer-social .soc_item_facebook:hover span,
.footer-social .soc_item_twitter:hover span,
.footer-social .soc_item_linkedin:hover span,
.footer-social .soc_item_instagram:hover span{	
	background-color: #e29600;
}
/* 
.footer-block-left{
	width: 33%;
	max-width:220px;
}
.footer-block-right{
    width: 67%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
 */
.footer-block{
	text-align: center;
    width: 25%;
}
.footer-block-right .footer-block{
	padding-bottom: 55px ;
}
.footer-block ul{
	list-style: none;
}
.foot_title{
	padding: 30px 0 8px 0;  
	font-weight: 600;
	font-size: 16px;
	line-height: 19px; 
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Inter", sans-serif; 
}
.footer-block.fb-1,
.footer-block.fb-2,
.footer-block.fb-3{
	padding-bottom: 55px ;
	
}


/* + HOME PAGE: HERO ================================ */
.hero-slider-container {
	  position: relative;
	  z-index: 3;
	  height: 100%;
	  
	  
	  font-family: 'Roboto', sans-serif;
	  font-weight: 500;
  }
.hero-slider-container ul{
	list-style: none;
	
}
.hero-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-slider-content{
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
    -webkit-align-items: center;
    align-items: center;
}

.ves_baner_link_cont{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.ves_baner_link_cont .btn_more_full_slider{
	margin-bottom: 90px;
}

.btn_more_full_slider{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #e29600;									
	width: 175px;
	height: 48px;
	
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 4px;	
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
}
.btn_more_full_slider:hover,
.hero:hover .btn_more_full_slider{	
	box-shadow: 0 10px 20px rgb(76 93 113 / 59%);
}

.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative; 
	}

.hero:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
  }

.hero .hero-slider-title {
	font-size: 38px;
	line-height: 1.15;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	color: #323232;
	opacity: 0; 
	}  
.hero .hero-slider-teaser {
	font-size: 18px;
	line-height: 1.66;
	color: white;
	opacity: 0; 
} 
.hero .hero-slider-btn {
	margin-top: 25px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 8px 25px;
	cursor: pointer;
	-moz-transition: all 0.30s;
	-o-transition: all 0.30s;
	-webkit-transition: all 0.30s;
	transition: all 0.30s;
	text-align: center;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border: 0;
	background-color: #CA4A5F;
	text-decoration: none;
	color: white;
	opacity: 0; 
  }

.section-hero-slider .hero-slider .hero-slider-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 600px;
}
  
.section-hero-slider .hero-slider .hero-slider-image-mobile {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
  
.section-hero-slider .hero-slider .hero {
	height: 540px;
  }

.section-hero-slider .hero-slider .hero:before {
	display: none; }

.section-hero-slider .hero-slider .hero .hero-slider-btn {
	min-width: 285px;
	}


.section-hero-slider .hero-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.section-hero-slider .hero-slider .slick-dots li {
	display: inline-block;
	margin: 0 16px 0 0; 
  }
  
.slick-dots li button:before{
	display: none !important
}
.section-hero-slider .hero-slider .slick-dots button {
  border: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: #fff; }

.section-hero-slider .hero-slider .slick-dots .slick-active button {
  background: #61798D;
}


.head_primary{
	font-size: 34px;
    font-weight: 500;
	color:#fff;
    padding: 15px;
    line-height: 1;
    background: rgb(0 96 32 / 53%);
	
	
/*     text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); */
  }
.head_description {
	font-size: 32px;
	color:#363636;
    font-weight: 500;	

	line-height: 1;
    padding: 15px;
    background: rgb(241 241 241 / 44%);
/*     text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5); */
  }
.head_title {
	font-size: 44px;
	color:#fff;
    font-weight: 500;
	/*background: linear-gradient(180deg, rgba(97, 121, 141, 0.79) 0%, #A3BFDD 100%);  
	text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;*/
  }
    
  .hero-slider-container.hero_mobil{display: none}
  
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

/* .slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; } */

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.hero-slider-navigation {
  margin: 0 auto;
  position: absolute;
  bottom: 55px;
  width: 100%;
  z-index: 3; 
  }
  
  
  
  
  
  
  
  
  
  
  
		.hero-slider-controls .swiper-button-prev,
		.hero-slider-controls .swiper-button-next{
			 position: relative;
			width: 35px;
			height: 30px;
			margin-top:0;
			  
			 
		 }  
  
  
  
  
.hero-slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
  
  
.slide-m-next,
.slide-m-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}


.slide-m-next span{	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	width:20px;
	height:10px;
    display: block;
	
}
.slide-m-prev span{	
	-webkit-mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	Width:20px;
	height:10px;
    display: block;
}
.slide-m-next:hover,
.slide-m-prev:hover{
	background: #e29600;
	cursor: pointer;
}
.slide-m-next:hover span,
.slide-m-prev:hover span{
	background-color: #fff;
}


/*=============================*/

.scrollTop{
	background-size: contain;
	width:30px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}


/*=============================*/



.prevs{
	padding: 15px;
	background: url(images/back.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.nexts{
	padding: 15px;
	background: url(images/next.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.article-slide:hover .nexts,
.blog-items:hover .nexts{
	right: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}
.article-slide:hover .prevs,
.blog-items:hover .prevs{
	left: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}

/*=====article_post========================*/







/*

.article-item{	
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
}



.article_img img{
	width:100%;
	height: auto;
}
.article_post .article_img{
	width:50%;
    position: relative;
}
.article_post img {
    position: absolute;
    left: 0;
    top: 0;

    min-width: 50%;
    min-height: 50%;
    width: 50%;
}
.article_post .article_desc{
	float: right;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 40px 33px 40px 40px;
    width: 60%;	
    min-height: 250px;
    border: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.article_desc .blog-title{	
    line-height: 26px;
    margin-top: 0;
    font-size: 18px;
}
.article_desc .blog-title a{
	color:#333;	
}
.article_desc:hover .blog-title a{
	color:#000;	
}
.read_article a{
	padding:10px 15px;	
    border: 1px solid #f9a530;
    color: #f9a530;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.article_desc:hover .read_article a, 
.read_article a:hover{
    background-color: #f9a530;
    border-color: #f9a530;
    color: #333;
}


.singl_postimg{
	max-width: 45%;
	float: left;
    margin: 0px 30px 30px 0;
}
.singl_postimg img{
	max-width:100%;
	height:auto;
}


*/

/*=====END article_post========================*/

#pagenavi{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 30px 0;
}

.pagination{
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	
}
.pagination a.page-numbers,
.pagination .page-numbers{
	
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #C4C4C4;
	padding: 8px;	
	background: none;
}

.pagination a.page-numbers:hover,
.pagination .page-numbers.current{
	text-decoration-line: underline;
	color: #e29600;
}


.pagination a.prev.page-numbers{
	-webkit-mask: url(images/arrow_left.svg) no-repeat center center;
    mask: url(images/arrow_left.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
    padding: 6px;
	
	
}
.pagination a.next.page-numbers {
	-webkit-mask: url(images/arrow_right.svg) no-repeat center center;
    mask: url(images/arrow_right.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
	
    padding: 6px;
	
}
.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover{
    background-color: #e29600;
}


/***************/
.useful_items{	
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.useful_item{
	width: 50%;
	max-width: 575px;
	height:305px;
	margin: 20px 0;
	background: linear-gradient(286.03deg, #DAECFD 2.24%, #FCFCFC 105.87%);
    transition: all 0.4s ease;
    overflow: hidden;
}
.useful_item:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.useful_item_cont{
	width: 100%;
	position: relative;
	z-index: 9;
}
.useful_title{
    
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
/*	color: #323232;*/
	color: #fff;
    width: 50%;
    margin-bottom: 20px;
}
.useful_item a.useful_link{
	width: 100%;
	height:100%;
	display: block;
    background-size: contain;
    background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 60px;	
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.ebook_learn_more a.read_more{
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
	
}
.useful_item a.useful_link span.arrow_to,
.books_slider_item a.book_link span.arrow_to,
.ebook_learn_more a.read_more span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #ffffff;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.books_slider_item .book_link .read_more,
.useful_item .useful_link .read_more{
	color: #fff;
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.ebook_learn_more a.read_more:hover,
.books_slider_item .book_link:hover .read_more,
.useful_item .useful_link:hover .read_more{
	color: #f8d015;
}
.books_slider_item .book_link:hover .useful_title,
.useful_item .useful_link:hover .useful_title{
	color: #f8d015;
}
.ebook_learn_more a.read_more:hover span,
.book_slider_item a.read_more:hover span,
.book_slider_item a.book_link:hover span,
.useful_item a.useful_link:hover span{
	background-color: #f8d015;
}

.book_slider_item .item_bg__video{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 1;
	}
a.read_all span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #610099;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.read_all{
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #610099;
}
.read_all:hover{
	color: #323232;
}
a.read_all:hover span{
	background-color: #323232;
}



/**************/
	.all_products .read_all{
		width: 115px;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}
/**************************************************************/

#tabs {
	margin: 15px 0 0 0;
}
.tabs-head{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;	
    width: 100%;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	padding: 0 12px;
	list-style: none;	
}    
.tabs-nav li:first-child {
	padding-left: 0;
}
.tabs-nav a {
    position: relative;
	display: block;
    padding: 15px;
	text-decoration: none;
	text-align: center;
	
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4e4e4e;
	border-radius: 10px
}	
/* .menu_left ul li.menu-item a:after,
.tabs-nav li a:after{
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    background: #e29600;
    bottom: 0;
    width: 0;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
} */
/* .menu_left  ul li.xoo-el-username-menu{
	display: none;
} */


.menu_left ul li.menu-item:hover a:after,
.menu_left ul li.current-menu-item a:after,
.tabs-nav li:hover a:after, .tabs-nav li a.active:after {
    width: 100%;
}

.tabs-nav li:first-child a { 
}
.tabs-nav li:last-child a {
	display: block;	 
}
.tabs-nav a:hover,
.tabs-nav a.active {
	 	background: #e29600;
    color: #ffffff;
}    
.tabs-items {
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
/*
 .tabs-item {
	padding: 15px;
}
 */
.tabs-item {
  animation: fadeEffect 1s; 
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.all_catalog_mob{
	display: none;
}

/**************************************************************/
.slider-navigation {
	margin: 0 auto;
	position: relative;
	bottom: 10%;
	width: 100%;
	z-index: 3; 
	margin-top: 15px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
.slide-b-dots .slick-dots,
.slide-blog-dots .slick-dots {
	position: relative;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-b-dots .slick-dots li,
.slide-blog-dots .slick-dots li{
	  
  }
.slide-b-dots .slick-dots li button,
.slide-blog-dots .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    margin: 0 auto;
    background: #E8E8E8;
}
.slide-b-dots .slick-dots li.slick-active button,
.slide-blog-dots .slick-dots li.slick-active button {
    background: #61798D;
}
.slide-b-next,
.slide-b-prev,
.slide-blog-next,
.slide-blog-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}
.slide-b-next span,
.slide-blog-next span{	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #323232;
    background-size: contain;
	width:20px;
	height:10px;
    display: block;	
}
.slide-b-prev span,
.slide-blog-prev span{	
	-webkit-mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #323232;
    background-size: contain;	
	/* background:url(images/arrow_left.svg) 0 0 no-repeat; */
	width:20px;
	height:10px;
    display: block;	
}
.slide-m-next:hover, .slide-m-prev:hover,
.slide-b-next:hover, .slide-b-prev:hover,
.slide-blog-next:hover, .slide-blog-prev:hover{
	background: #e29600;
	cursor: pointer;
}
.slide-m-next:hover span, .slide-m-prev:hover span,
.slide-b-next:hover span, .slide-b-prev:hover span,
.slide-blog-next:hover span, .slide-blog-prev:hover span{
	background-color: #fff;
}
.blog_slider .slick-dotted.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.blog_slider .slick-slide {
    padding: 15px;
}

/******Автори***********************************/

.service_top{
			display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service_top .half_width{
	width: 50%;
}
.service_blocks{
	margin-top: 60px;
}
.service_block_item{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 0;
}

.service_block_item .ps_kartynka{
	width: 50px;
	margin-right: 10px;
}

.service_block_item .ps_content{
	width: calc(100% - 60px);
}
.service_block_item .ps_nazva{	
    font-weight: 600;
    margin-bottom: 6px;
}
.service_blocks .service_price{
	    font-size: 30px;
    font-weight: bold;
	
}
.service_blocks .service_price span{
	    font-size: 20px; 
	
}


.authors-cont{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.authors-cont::after {
	content: '';
	flex: auto;
}
.authors-item{
    width: 25%;
	text-align: center;
	margin: 15px 0;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 15px;
}
.authors-item .postimg{ }
.authors-item .blog-title{
	font-size: 18px;
	margin:15px 0;
}
.authors-item .blog-title a{
	color: #323232;
}
.authors-item:hover .blog-title a{
	color: #61798D;
}
.authors-item:hover .postimg img {
	width: 100%;
    height: auto;
    opacity: .85;
    transform: scale(1.03) rotate(-2deg);
    -webkit-transform: scale(1.03) ;
}
.authors-item img {
    border-radius: 8px;
	width: 100%;
    height: auto;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

/*****************************************/
.related-entries{	
    border-top: 1px solid #ECECEC;
    display: block;
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
	}
.related-posts{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
	}
.related-posts .blogs-item{
	widows: 33%;
	}
.related-posts-title{
	
	font-style: normal;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #323245;
	}
/*****************************************/
.flex-cont{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}












.feedback-container{
	width:100%;
	max-width:1440px;
	margin: 0 auto;
}
.feedback-img,
.feedback-cont{
		width: 50%;
}
 
 
.feedback-cont .description{
	max-width: 560px;	
	
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	margin-top:30px;
	margin-bottom:30px;
	color: #323232;
}

.feedback_form{
	max-width: 512px;
}



input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
	
    color: #4e4e4e;
    width: 100%;
    padding: 10px 15px;
	margin: 10px 0;
    outline: none;/* 
    height: 45px; */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 48px;
    color: #fff;
    display: block;
    padding: 0 15px;
	
	
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	background: #e29600;
	box-shadow: 0px 11px 24px rgba(85, 134, 194, 0.3);
	border-radius: 6px;
	text-align: center;
    border: 1px solid transparent;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.feedback_form input[type="submit"]{
	width: 100%
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7c7c7c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #7c7c7c;
}
.submit_button input{width:100%;}
.feedback_form textarea{
	max-height: 140px;
	
}


.feedback_form label{
	
font-weight: 300;
font-size: 16px;
line-height: 16px;
color: #4e4e4e;
}




.entry_flex_block{
	width: 48%;
}

.contacts_title{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #979797;
	padding: 10px 0;
}
.cont_line{
	margin-bottom: 15px;
}
.address,
.email,
.phone, .phone a, 
.email a{

	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	font-size: 18px;
	line-height: 38px;
	letter-spacing: -0.47px;
	color: #3D3D3D;
}


.feedback-content a:hover{	
	color: #e29600;
}
.contact-social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contact-social-icons a{
	margin: 0;  
    margin-right: 15px;
}

.contact-social-icons a{
	color: #4e4e4e;
	font-size: 14px;
	width: 40px;
	height: 40px;
}

.contact-social-icons .soc_item span{
	width: 40px;
	height: 40px;
	display: block;
}
.contact-social-icons .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_twitter span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_instagram span {
    /* background: url(images/social/icon-instagram.svg) no-repeat center center; */
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}

/*************************************************************/
/* Required */
.notvisible{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		-ms-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}
            
.animated.fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}
	
/****Цитати************************************************************/
.entry{
	padding-bottom: 15px;
}
.entry p{
	line-height: 1.5;
}
.entry a{
    color: #323232;
}
.entry .btn_more a{
	color: #fff;
}
.flex-cont-start{
	display:flex;
	margin-bottom: 30px;
}
.author-blockquote{	
    display: block;
    height: fit-content;
	margin-top: 0;
    margin-left: 30px;
}

.authors-tabs-head{
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
}
.authors-tabs .tabs-head {
    margin-bottom: 0;
}
.authors-tabs .tabs-nav a {
    padding: 10px 0 30px 0;
}
.authors-tabs .tabs-nav li:first-child{
	padding-left: 0;
}
.authors-tabs .tabs-item {
    padding: 15px 0;
}
.tabs-items{
    padding-bottom: 30px;
    padding-top: 20px;
   /*  border-bottom: 1px solid #ECECEC; */
}
.items-quotes-blocks h4 a{
	color: #e29600;
    font-size: 16px;
}
.items-quotes-blocks h4{
	color: #e29600;
    font-size: 16px;
    margin-bottom: 15px;
}
.items-quotes-blocks{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.quotes .wp-block-column {
    border: 1px solid #ECECEC;
    box-sizing: border-box;	
    padding: 30px;
    position: relative;
}
.quotes .wp-block-column:before {
    content: "\201D";
    font-family: roboto;
    background: #507BB0;
    position: absolute;
    font-size: 40px;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
blockquote,
.wp-block-quote {
    margin: 0;
    padding: 0px 0px 0px 20px;
    border-left: 3px solid #e29600;
    margin-top: 30px;
    margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
.authors-books-block{
	padding-top: 30px;
    border-top: 1px solid #ECECEC;
}


/******testimonials**********************************************************/
.testimonials{
	padding: 60px 0;
	
    width: 100%;
    background: rgb(204 204 204 / 20%);
}
.section-title{
	margin-bottom: 30px;
}


.testimonials_slider .name{
	font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
	padding-left: 20px;
}
 

.leave_a_review a{
	margin: 0 auto;
}




.review-card {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 24px 30px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(26, 55, 40, 0.06);
}

.review-stars {
    margin-bottom: 14px;
    color: #efa800;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 2px;
}

.review-text {
    flex-grow: 1;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.review-text p {
    margin: 0;
}

.review-text p::before {
    content: "“";
}

.review-text p::after {
    content: "”";
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
}

.review-author {
    margin: 0;
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

.google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: conic-gradient(
        from -45deg,
        #4285f4 0deg 90deg,
        #34a853 90deg 180deg,
        #fbbc05 180deg 270deg,
        #ea4335 270deg 360deg
    );
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.google-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #4285f4;
    background: #fff;
}




/******location **********************************************************/

.location-section {
    display: grid;
    grid-template-columns: minmax(400px, 44%) minmax(0, 56%);
    min-height: 360px;
    overflow: hidden;
    background-color: #f7f3ea;
	padding: 0;
}

.location-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 55px clamp(35px, 5vw, 90px);
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(241, 178, 41, 0.07),
            transparent 50%
        ),
        #f8f5ee;
}

.location-content__inner {
    width: min(520px, 100%);
}

.location-pretitle {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px; 
}

.location-pretitle svg {
    flex: 0 0 auto;
}

.location-title {
    margin: 0 0 14px;
    color: #26372d;   
	text-align: left;
}

.location-description {
    margin: 0 0 28px;
    color: #4d544f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 52px;
    padding: 14px 28px;
    border: 2px solid #efa800;
    border-radius: 10px;
    color: #fff;
    background-color: #efa800;
    box-shadow: 0 5px 16px rgba(239, 168, 0, 0.2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.location-button:hover {
    color: #efa800;
    background-color: transparent;
    transform: translateY(-2px);
}

.location-map {
    position: relative;
    min-height: 360px;
}

.location-map iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* Tablet */
@media (max-width: 900px) {
    .location-section {
        grid-template-columns: 1fr;
    }

    .location-content {
        justify-content: center;
        padding: 55px 30px;
        text-align: center;
    }

    .location-pretitle {
        justify-content: center;
    }

    .location-map {
        min-height: 400px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .location-content {
        padding: 45px 20px;
    }

    .location-title {
        font-size: 34px;
    }

    .location-description br {
        display: none;
    }

    .location-button {
        width: 100%;
    }

    .location-map {
        min-height: 340px;
    }
}

/******BLOG**********************************************************/
.entry-blogs{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.entry-blogs::after {
    content: '';
    flex: auto;
}
.blogs-item{
	width: 50%;
	padding: 30px;
}
.blogs-item .blogs-img{
	margin-bottom: 20px;
	overflow: hidden;
}
.blogs-item .blogs-img img{
	max-width: 100%;
	height: auto;
}
.blogs-item .blog-title {
	padding: 15px 0;
    border-bottom: 1px solid #ECECEC;
	margin-bottom: 15px;
}
.blogs-item .blog-title a{
	
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	color: #323232;
}
.read_post a {
	float: right;
}

/****************************************************************/
.banners_img img{	
    transition: all 0.5s;
}

.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item {
    margin-right: 10px;
    padding: 30px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
/***********************************************************************/
















.feedback-content{
	
}
.feedback-content .post-title h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	color: #4e4e4e;
}
.feedback-entry{
	margin:30px auto 60px auto; 
}




/*


.acord_blocks{
	padding-top: 60px;
}

.acord-content {
	display: none;
	padding: 15px 0 30px 0;
}
.acord_block {
	margin-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
}
.acord-label {
	position: relative;
	padding: 15px 0;
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4e4e4e;
}
.acord-labe:hover,
.expanded.acord-label{
	color: #e29600;
}
.acord-label::before {
	content: '';
	display: inline-block;
	border: solid #555;
	border-width: 0 2px 2px 0;
	padding: 3px;
	position: absolute;
	top: 40%;
	right: 50px;
	transform: rotate(-45deg);
	transition: transform .2s linear;
}

.expanded.acord-label::before {
	content: '';
	border: solid #555;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: rotate(45deg);
	transition: transform .2s linear;
}
*/



a.scrollTop span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

a.scrollTop span:nth-of-type(2) {
	top: 14px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

a.scrollTop span:nth-of-type(3) {
	top: 28px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**************************************************/
.yith-add-to-wishlist-button-block{
    margin: 0 auto !important;
}
.show_action_buttom{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin: 15px 0;
}
.show_social{
	width: 50px;
    margin-top: 10px;
	margin-left: 15px;
}
.show_action_buttom .yith-wcwl-add-button>a i{
	margin: 0 auto;
	
}
.show_action_buttom .yith-wcwl-add-button a,
.show_social .show_share{
	width: 48px;
	height: 48px;
	background: #0048eb;
	color: #ffce00;
	border-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
/* 	margin-right: 15px; */
}
.show_action_buttom .yith-wcwl-add-button a:hover i.fa-heart-o:before {
    content: "\f004";
    color: #FF4949;
}
.share-buttons li a{
	width: 48px;
	height: 48px;
	border-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border: 1px solid #0048eb;
}
.show_social .show_share span{
	width: 24px;
    height: 24px;
    display: block;
    	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.79492 14.0009V14.0009C5.79492 10.6009 8.59492 7.8009 11.9949 7.8009H13.3949H17.0949" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.9959 7.70085L15.2959 5.00085" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.293 10.403L17.993 7.703" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.79883 14.0009V19.0009" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
   
}
.show_social .show_share {
	border: 1px solid #F5F5F5;
}
.show_social .show_share:hover {
	border: 1px solid #0048eb;
} 

.show_social{
	position: relative;
}
.soc_share{ 
	display: none;
	position: absolute;
	background: #fff;
	right: 0;
	border-radius: 6px;
	opacity:0;
	visibility:hidden;  
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.show_social:hover .soc_share{
	display : block;
	opacity:1;
	visibility:visible;
}
.share-buttons {
    font-size: 0.7rem;
	min-width: 200px;
    letter-spacing: 1px;
    text-transform: uppercase;	
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 5px;	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
		-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    align-content: flex-start;
}
.share-buttons li {
    height: auto;
    flex: 0 1 auto;
	padding: 5px;
    margin-right: 1px;
}
.share-buttons svg {
    fill: #643b98;
	width: 20px;
    height: 20px;
}
.share-buttons li a:hover{		
	border-color: #0048eb;
}
.share-buttons li a:hover{
	background: #0048eb;
}
.share-buttons li a:hover svg{
    fill: #ffce00;
}

/*

	background: #0048eb;
	color: #ffce00;
*/
.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}
.share-twitter{}
.share-facebook{}
.share-pinterest{}
.pswp__bg {	
    background: rgb(0 0 0 / 50%) !important;}
.pswp__caption{
	display: none;
}


.yith-wcwl-counter{
    position: relative;
    display: block;
    /* background: #fff url(images/user.svg) no-repeat center center;
    width: 25px;
    height: 25px; */
    border-radius: 100%;
    font-size: 18px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}

::-webkit-scrollbar-track {
  width: 1px;
  border: 1px dashed #ECECEC;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  width: 5px;
  position: absolute;
}

::-webkit-scrollbar-thumb:hover {
  background: #e29600;
}

#fancybox-right-ico {
    background-image: url(images/right-arrow-angle.svg) !important;
    background-position: center !important;
	background-size: cover !important;
}
#fancybox-left-ico {
    background-image: url(images/left-arrow-line-symbol.svg) !important;
    background-position: center !important;
	background-size: cover !important;
}
#fancybox-right {
    right: -60px !important;
}
#fancybox-left {
    left: -60px !important;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgb(17 17 17 / 25%) !important;
    -moz-box-shadow: 0 0 20pxrgb(17 17 17 / 25%) !important;
}
.woocommerce-product-gallery__wrapper a{
	padding: 30px;
}


/*****404************/
.page-error-404{
	    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	color: #fff;
}
.page-error-404 .page-description{
	font-size: 18px;	
}
.head_description_404{
    
	font-size: 38px;
	color: rgb(255 255 255 / 75%);
    font-weight: 600;
	letter-spacing: 0.03em;
}
.head_description_404_text{
	font-size: 30px;
    color: #fff;
    font-weight: 600;
	letter-spacing: 0.03em;
	padding: 15px 0;
}
.error-404 .btn_more{
	display: inline-block;
	float: left;
}
.error-404 .float_left_btn{
	margin-left:60px;
}

@media screen and (max-width: 768px) {
	
.page-error-404{
	background-image: none !important;	
    background-color: #e9f3ff;
    text-align: center;
}
.error-404 .float_left_btn {
    margin-left: auto;
}
.error-404 .btn_more{
	display: block;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.error-404 .btn_more a{
	    margin: 0 auto;
}
.head_description_404 {
    font-size: 30px;
}
.head_description_404_text {
    font-size: 26px;
}
}

@media screen and (max-width: 480px) {

.head_description_404 {
    font-size: 28px;
}
.head_description_404_text {
    font-size: 22px;
}
.page-error-404 .page-description{
	font-size: 16px;	
}
}

/******************************/
#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.modal_div {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 10px;
    display: none;
    opacity: 0;
    z-index: 9999;
    padding: 20px 10px;
} 

/*******Pop-UP*************************/
.innerr {
  width: 500px;
  position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  z-index: 1111;
  border-radius: 10px;
  display: none;
}
.product_block .form-title,
.innerr .form-title {
    font-size: 20px;
	font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 15px;
	color: #09398c;
}
.product_block .form-title::before ,
.innerr .form-title::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #09398c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.popupp {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.close_pop{
    position: absolute;
    right: 10px;
    top: 10px;
	
}
.innerr a img{
  cursor: pointer;
}
textarea{min-height:100px;}
.product_block .title-form,
.form_pop .title-form {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
text-transform: uppercase;
}
.form_pop form input[type="text"],
.form_pop form input[type="tel"],
.form_pop form input[type="email"],
.form_pop form textarea, 
select{
  /* height: auto; */height: 42px;
  width: 100%;
  padding: 0 17px;
  border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px !important;

/*   margin-top: 10px; */
  font-size: 14px;
  background: transparent;
}
.form_pop input[type="submit"]{
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 0 auto 0;
  padding: 0 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;  
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #09398c;
    background-color: #fff;
    line-height: 50px;
    border-radius: 20px;
    border: 2px solid #09398c;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.form_pop input[type="submit"]:hover{
    color: #fff;
    background-color: #09398c;
	
}
.text_name input{
	text-align: center;
    font-weight: bold;
    color: #353535;
	text-transform: uppercase;
/*     font-size: 16px; */
}

.form_pop form input[type="text"]:focus,
.form_pop form input[type="tel"]:focus,
.form_pop form textarea:focus {
  background-color: #fff;
  color: #000;
}
.form_pop form textarea {
height: 100px;
    background: #f0f0f0;
    padding: 10px 17px;
}
.form_pop div.wpcf7-validation-errors,
.form_pop div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
}


/**************************************
 * 10.Counter Section Style
 *************************************/

.counter-area {
	text-align: center;
	background-color: #f9f9fa;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(images/repair.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	padding: 80px 0;
} 
.counter-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #000;
}
.counter-area .section_title{
	text-transform: uppercase;
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.map_cont {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.map_number{
	color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}
.map_text{
	color: #fff;
    font-size: 18px;
    font-weight: 600;
}















/**************************************************************/

.hero-slider {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}
/*
.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}
*/

@media (max-width: 991px) {
  .hero-slider {
    height: 540px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 540px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/*
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

*/

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 
.swiper-button-prev.slide-m-prev:after,
.swiper-button-next.slide-m-next:after,
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	content: "";
}
 

.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#e29600;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {


}

@media screen and (min-width: 992px) {


}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}













/***************************/
.brends_slider_content{
	margin: 15px 0;
	padding-bottom:30px;
	border-bottom: 1px solid #ECECEC;
}

.brends_slider .brend_item a img{
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
    opacity: .7;
}
.brends_slider .brend_item a:hover img{
	filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}