/*!
Theme Name: obrizka
Author: VAL:T
*/
@media(min-width: 1300px){
	main{
		padding-top: 50px;
	}
}
.bg-color{
	    background-color: rgba(55, 72, 54, 0.2);
}
.footer_logo{
	max-height: 150px;
}
.header_logo{
	max-height: 100px;
}
.post_image{
	width: 100%;
	height: auto;
	max-height: 600px;
	object-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	object-fit: cover;
	overflow: hidden;	
	border-radius: 20px;
	margin-bottom: 40px;
}
.single-title{
	width: 100%;
}
.service_item{
	display: flex;
	flex-direction: column;
}
.services_name, .nimber{
	width: 100%;
}
.nimber{
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}
.pulse-btn{
    position: relative;
    overflow: visible;
}
.pulse-btn::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: inherit;
    z-index: -1;
    animation: pulse-ring 1.8s infinite;
}
.service_price{
    border-radius: 14px;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.vl-card-wrap:hover .icon span img{
	filter: #374836!important;
}
.vl-offcanvas-social a{
	font-size: 20px;
}
.vl-section-title .subtitle{
	padding-left: 16px!important;
}
.strahovka_descr{
	color: #fff;
	font-size: 20px;
}
.vl-faqs6 {
    margin-left: 0;
}
.vl-testimonial-box .para{
	font-size: 18px;
	line-height: 24px;
}
.vl-tab-item5 .nav-link{
	border-radius: 8px;
}
.vl-tab-item5 .nav{
	gap: 10px;		
}

@keyframes pulse-ring{
    0%{
        transform: scale(1);
        opacity: .5;
    }
    70%{
        transform: scale(1.15);
        opacity: 0;
    }
    100%{
        transform: scale(1.15);
        opacity: 0;
    }
}

.multiline-truncate{
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* Change this number to your desired number of lines */
    -webkit-box-orient: vertical;  
    overflow: hidden;    
    min-height: 80px;
}
.service_img img{
    width: 100%;
    height: 270px;
    object-fit: cover;	
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	padding: 10px 15px;
	border-radius: 14px;
}
@media(max-width: 1024px){
	.vl-service-list a{
		font-size: 16px;
	}
	.single-title{
		font-size: 24px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.order-2{
		order: 2;
	}
	.order-1{
		order: 1;
	}
	.header_logo {
		max-height: 60px;
	}	
	.footer_logo {
		max-height: 100px;
	}
	.vl-tab-item5 .nav-link{
		padding: 5px 10px;
		font-size: 14px;
	}
	.vl-tab-item5 .nav{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;		
	}	
	.home .pulse-btn{
		max-width: 300px;
		margin: 0 auto;
	}
}
/*@media (max-width: 767px) {

    #pills-tab {
        display: grid !important;
        grid-template-rows: repeat(1, auto);
        grid-auto-flow: column;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        justify-content: start !important;
        flex-wrap: nowrap !important;

        padding-bottom: 10px;
        scrollbar-width: thin;
    }

    #pills-tab .nav-item {
        margin-bottom: 0 !important;
        width: max-content;
    }

    #pills-tab .nav-link {
        white-space: nowrap;
    }
}*/
