/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-location-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.numbik{
	display: flex;
    justify-content: center;
	width: 150px !important;
    height: 150px;
}

.swiper{
	overflow-x: clip;
    overflow-y: visible;
	padding-left: 1px;
}

.elementor-field-textual{
	min-height: 60px;
}

.elementor-social-icon svg path {
    fill: var(--e-global-color-5c5e8c5) !important;
}

.blask::before{
	content: '';
    display: block;
    width: 50%;
    height: 100%;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #e7ecee, transparent);
}
.blaskl::before{
	content: '';
    display: block;
    width: 50%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #e7ecee, transparent);
}


.timeline{
	display: flex;
    align-items: center;
	gap: 0;
}

.timeline>.line{
	width: 4px;
    background: #f2709f;
    height: 100%;
}
.timeline>.dot{
	background: #f2709f;
	width: 12px;
	height: 12px;
	border-radius: 100%;
}

.timeline>.end{
	background: #f2709f;
	width: 12px;
	height: 12px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}


.timeline>.point{
	position: absolute;
	background: #f2709f;
	width: 30px;
	height: 30px;
}

/* left */
.point.p1,.point.p3{
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	transform: translatex(-50%);
}

/* right */
.point.p2,.point.p4,.point.p5{
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translatex(50%);
}

.point.p1{
	top: 30px;
}
.point.p2{
	top: 90px;
}
.point.p3{
	top: 480px;
}
.point.p4{
	top: 530px;
}
.point.p5{
	top: 940px;
}

.second .p3{
	top: 520px;
}
.second .p4{
	top: 390px;
}
.second .p5{
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	transform: translatex(-50%);
	top: 910px;
}
.galcust .gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.galcust .gallery-item{
	width: 100%;
	max-width: 100% !important;
}
.galcust .gallery-icon{
	height: 100%;
}

.galcust img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    object-position: top;
}

html body .elementor-nav-menu--main .elementor-item.elementor-item-active{
	font-weight: 600 !important;
}


input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 20px !important;
  height: 20px !important;
	border-radius: 0 !important;
	display: inline-flex !important;
	justify-content: center;
  	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid black !important;
}

input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: black;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	 
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

textarea.elementor-field-textual{
	border-radius: 30px !important;
	padding: 20px !important;
}

@media(max-width: 767px){
	.lezka{
		position: relative !important;
		right: unset !important;
		top: unset !important;
	}
	.numbik{
		bottom: -40px !important;
    	top: unset !important;
	}
	.galcust .gallery{
		grid-template-columns: repeat(1, 1fr);
	}
}


@media(min-width: 768px){
	.specialbutton>a{
		background-color: #454648;
		letter-spacing: 0.05em;
		border-radius: 15px;
		padding: 5px 40px !important;
		color: white !important;
		
		line-height: 1em;
	}
	.specialbutton{
		margin-left: 20px !important;
	}
}