/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/*

font-family: 'Fontss', Arial, sans-serif;

*/



@font-face {
    font-family: 'Fontss';
    src: url('/fonts/GoodVibesCyr.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fontss';
    src: url('/fonts/golos-ui_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fontss';
    src: url('/fonts/golos-ui_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fontss';
    src: url('/fonts/golos-ui_bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fontss';
    src: url('/fonts/ReformaGroteskMedium.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}



.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ticker-wrap .ticker .ticker-item {
	
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#000;
  font-size:18px;
	
}

.roboto-button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#000;
  font-size:18px;
}

.fbox-content h3 {
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:18px;
	
}


.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.fontmenu {
	font-family: "Roboto", sans-serif  !important;
  font-weight: 400;
font-size:13px;
	
}

h1 {font-family:'Fontss' !important;
font-weight: 800;
}



:root {
    --cnvs-themecolor: #f2e03a;
	    --cnvs-primary-font: font-family: "Roboto", sans-serif;
		
		--cnvs-primary-font: font-family: "Roboto", sans-serif;
		--cnvs-primary-menu-font-size: 0.9rem;
}

.owl-carousel {
		--cnvs-owl-nav-sizes: 46px;
}
.owl-carousel .owl-nav [class*=owl-] {
    top: 50%;
}


#logo {
    
    max-width: 260px;
    width: 50%;
}
.telmob {display:none !important;}
.telnomob {display:block !important;}


@media (max-width: 991px){
 
 #logo {
    width: 37%;
	
}
.telmob {display:block !important;}
.telnomob {display:none !important;}
 
}






.col-padding {
    padding: 4rem 1rem 0rem 0;
}

.block-hero-10 .mask-image {
	border-radius: 20px;
}

.mask-image {
	border-radius: 20px;
}

.block-hero-10 .color { color: #cc0000 !important;}
.bg-color { background-color: #f2e03a !important; }

.portfolio-desc span {color:#000; }

.portfolio-desc  i {color:#fff; }

.owl-carousel .owl-nav [class*=owl-] {
    background-color: #F2E03A !important;
}


.owl-carousel .owl-nav [class*=owl-] {
   
    opacity: 1;
}
.owl-carousel .owl-nav .disabled {
    display: block !important;
	background-color: #ccc !important;
	cursor:default;
}
.owl-carousel .owl-nav .disabled:hover {
    display: block !important;
	background-color: #ccc !important;
}

.rounded-6 {
    border-radius: 20px !important;
}
.fbox-content h3, .fbox-content .h3 {
    text-align: left;
}
.fbox-icon img {
    border-radius: 10%;
    background-color: #f2e03a;
	padding: 10px;
}
.fbox-icon {
    width: 5rem;
    height: 4rem;
}

.fancy-title {
    --cnvs-fancy-title-border-size: 0;
}

		@-webkit-keyframes ticker {
		  0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		  }

		  100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		  }
		}

		@keyframes ticker {
		  0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		  }

		  100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		  }
		}

		.ticker-wrap {
			--ticker-duration: 50s;

			width: 100%;
			overflow: hidden;
			padding-left: 100%;
			box-sizing: content-box;
		}

		.ticker-wrap .ticker {
			display: inline-block;
			white-space: nowrap;
			padding-right: 100%;
			box-sizing: content-box;
			-webkit-animation: ticker var(--ticker-duration) linear infinite;
			animation: ticker var(--ticker-duration) linear infinite;
		}

		.ticker-wrap .ticker-item {
			display: inline-block;
			padding: 0 2rem;
			font-size: 1.5rem;

		}

		.ticker-wrap.pause-on-hover .ticker:hover {
			animation-play-state: paused;
		}

		a.ticker-item:hover {
			text-decoration: underline !important;
		}



#footer {
    background-color: #ddd;
}	

a {
    color:#000;
}



		.block-hero-9 .slide-1,
		.block-hero-9 .swiper-pagination span:nth-child(1) { --color: #1E5A50; }

		.block-hero-9 .slide-2,
		.block-hero-9 .swiper-pagination span:nth-child(2) { --color: #606567; }

		.block-hero-9 .slide-3,
		.block-hero-9 .swiper-pagination span:nth-child(3) { --color: #7d2e00; }

		.block-hero-9 h1,
		.block-hero-9 h2,
		.block-hero-9 h3,
		.block-hero-9 h4,
		.block-hero-9 h5,
		.block-hero-9 h6,
		.block-hero-9 p {
			
			color: var(--color, #444);
		}

		.block-hero-9 .swiper-horizontal > .swiper-pagination-bullets,
		.block-hero-9 .swiper-pagination-custom,
		.block-hero-9 .swiper-pagination-fraction {
			left: auto;
			right: 0;
		}

		.block-hero-9 .swiper-pagination {
			padding: 4px 6px;
			width: auto;
		}

		.block-hero-9 .swiper-pagination span:hover,
		.block-hero-9 .swiper-pagination span.swiper-pagination-bullet-active {
			background-color:  var(--color) !important;
		}

		.block-hero-9 .swiper-pagination span { border-color:  var(--color) !important; }

















		body,
		.font-body { font-family: proxima-nova, sans-serif; }

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.font-primary { font-family: meno-banner, serif; }

		.bg-dark-green,
		.h-bg-dark-green:hover {
			background-color: #061E23 !important;
			color: #FFC876 !important;
		}

		.color-dark-green,
		.h-color-dark-green:hover {
			color: #061E23 !important;
		}

		.bg-color-brown,
		.h-bg-color-brown:hover {
			background-color: #FFC876 !important;
		}

		.color-brown,
		.h-color-brown:hover {
			color: #FFC876 !important;
		}

		.border-color-brown,
		.h-border-color-brown:hover {
			border-color: #FFC876 !important;
		}

		#footer .social-icon {
			--cnvs-socialicon-size: 5rem;
			--cnvs-socialicon-fontsize: 2rem;
		}




.fontheader {
	font-family: 'Fontss';
    font-weight: 800;
	
}

.modal-title {
	font-family: 'Fontss';
    font-weight: 800;
	font-size:2rem;
}



.plashka {
	border-radius: 20px 0 50px 0;
    border: 0;
    padding: 12px 24px;
   
    position: absolute;
    bottom: -8px;
    right: 0px;
    background-color: #f2e03a;
    color: #000;
    
    font-size: 18px;
	
}

.menu-link {
    font-size: 1.5rem;
}




		.block-card-9 .grid-inner .btn-hover {
			opacity: 0;
			display: block;
			transition: opacity .3s ease, transform .3s .1s ease;
			margin-top: 15px;
			position: absolute;
			transform: translateY(0);
		}
		.block-card-9 .grid-inner:hover .btn-hover {
			opacity: 1;
			transform: translateY(-5px);
		}

		.block-card-9 .grid-inner .grid-image {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center center;
		}

		.block-card-9 .grid-inner:hover .grid-image {
			-webkit-animation: kenburns 20s ease-out both;
	        animation: kenburns 20s ease-out both;
		}

		.block-card-9 .grid-inner .grid-icon,
		.block-card-9 .grid-inner .grid-content {
			transition: transform .3s ease;
		}

		.block-card-9 .grid-inner:hover .grid-content { transform: translateY(-45px); }
		.block-card-9 .grid-inner:hover .grid-icon { transform: translateY(-5px); }

		@-webkit-keyframes kenburns {
		  0% {
		    -webkit-transform: scale(1) translate(0, 0);
		            transform: scale(1) translate(0, 0);
		    -webkit-transform-origin: 84% 84%;
		            transform-origin: 84% 84%;
		  }
		  100% {
		    -webkit-transform: scale(1.25) translate(20px, 15px);
		            transform: scale(1.25) translate(20px, 15px);
		    -webkit-transform-origin: right bottom;
		            transform-origin: right bottom;
		  }
		}
		@keyframes kenburns {
		  0% {
		    -webkit-transform: scale(1) translate(0, 0);
		            transform: scale(1) translate(0, 0);
		    -webkit-transform-origin: 84% 84%;
		            transform-origin: 84% 84%;
		  }
		  100% {
		    -webkit-transform: scale(1.25) translate(20px, 15px);
		            transform: scale(1.25) translate(20px, 15px);
		    -webkit-transform-origin: right bottom;
		            transform-origin: right bottom;
		  }
		}






#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
z-index: 100;
}

#cookie_notification p{
  margin: 0;
  font-size: 1.0rem;
  text-align: left;
}

  .cookie_accept{
	color: #fff;
    background-color: #212d39;
  }



@media (min-width: 1050px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;

  }
}

@media (max-width: 1050px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
position: relative;
left: 50%;
transform: translate(-50%, 0);
  }
}



.timer__items {
      display: flex;
      font-size: 50px;
    }

    .timer__item {
      position: relative;
      min-width: 60px;
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 15px;
      text-align: center;
    }

    .timer__item::before {
      content: attr(data-title);
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      font-size: 14px;
    }

    .timer__item:not(:last-child)::after {
      content: ':';
      position: absolute;
      right: -15px;
    }
	
	
	.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
