@font-face {
  font-family: 'KyivRegion';
  src: url('./KyivRegion-Regular.ttf') format('truetype');
}

.page-id-1408 {
    overflow-x: hidden;
}

.font-kyiv,
.font-kyiv .elementor-heading-title{
    font-family: 'KyivRegion' !important;
}

.custom-blockquote {
 position: relative;
 padding: 30px 15px;
 background: #d8d2c1;
 border-radius: 15px;
}


@media (min-width: 1200px) {
    .custom-blockquote {
        padding: 60px 45px;   
        border-radius: 40px;
    }
	
	.custom-blockquote:before,
	.custom-blockquote:after {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		height: 1px;
		background: #d8d2c1;
		transform: translateY(-50%);
	}
	.custom-blockquote:before {
		left: -100%;
	}

	.custom-blockquote:after {
		right: -100%;
	}
}

.mySwiper {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
}

.mySwiper .swiper-slide {
    width: 100%;
    height: 300px;
}

.mySwiper .swiper-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
}



.mySwiper .swiper-button-navigation:hover {
    opacity: 0.8;
    transform: scale(0.9);
    background-color: #EE541D;
}

.mySwiper .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
}


.mySwiper .owl-dot {
    width: 15px;
    height: 15px;
    background: #ddd !important;
    border-radius: 100%;
    transition: all ease 0.2s;
}

.mySwiper .owl-dot:hover,
.mySwiper .owl-dot.active {
    background: #EE541D !important;
}

.mySwiper .owl-nav button {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 60px;
    background: #EE541D !important;
    border-radius: 4px;
    transition: all ease 0.2s;
    color: #fff !important;
    font-size: 35px !important;
}
.mySwiper .owl-nav button:hover {
    background: #d84b19 !important;
}

.mySwiper .owl-prev {
    left: 10px;
}

.mySwiper .owl-next {
    right: 10px;
}


@media (min-width: 768px) {
    .mySwiper .swiper-slide {
      height: 400px;
    }
	.mySwiper .swiper-slide {
		user-select: none;
		pointer-events: none;
        opacity: 0.7;
	}
	.mySwiper .owl-item.active.center .swiper-slide {
	    user-select: initial;
    	pointer-events: initial;
        opacity: 1;
	}
    .mySwiper .owl-nav button {
        top: 50%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .mySwiper .swiper-slide {
      width: 100%;
      height: 400px;
    }
}