
.active{
	display: block;
}
.close{
	display: none;
}
.ico img{width: 30px;}
.background{
	background-color: #f2f2f2;
}

.puls{

			border-radius: 50%;
			
			margin: 40px auto 0 auto;
			width: 10px;
			height: 10px;
			position: relative;

		}

		.puls::before,
		.puls::after{
	
			content: '';

			border-radius: 50%;
			
			position: absolute;
			left: -20px;
			right: -20px;
			top: -20px;
			bottom: -20px;
			animation: puls 0.8s linear infinite;

		}
		.puls::before{
			border: 4px solid black;
		}
		.puls::after{
			border: 4px solid #2F4F4F;
			animation-delay: .4s;

		}


		@keyframes puls{

			0%{
				transform: scale(0.5);
				opacity: 0;

			}
			50%{
				opacity: 1;
			}
			100%{
				transform: scale(1.1);
				opacity: 0;
			}
		

		}
#hags{
	color: #aaa;
}

.blackFon{
	position: fixed;
	background: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .9);
	z-index: 9999;
}

.modal{
	text-align: center;
    width: 800px;
    position: absolute;
    left: 32%;
    top: 10%;
    z-index: 10000;

}


.closemodil{
    text-decoration: none;
    
}

.knopsmodal{
	

    padding: 8px 40px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;

}

.knopsmodal2{
	
    padding: 8px 40px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;

}


#knoprev{
	color: #aaa;
	border: none;
}
#knopnext{

	border: 1px solid #39BC4A;
    background: linear-gradient(to bottom, #32AB48 ,#0E7B3D 100%);
}

.grupknops{
	margin-top: 100px;
	text-align: right;
}

#variantPodheta,#variantSkidki, #name{
	width: 100%;
	padding: 10px;

}

#variantSend,  #telefon{
	width: 350px;
	padding: 15px;
	display: block;
	margin: auto;

}

.blocklist{
	width: 45%;
	display: inline-block;
	text-align: left;
}

#finalsend{
	border: 1px solid #39BC4A;
    background: linear-gradient(to bottom, #32AB48 ,#0E7B3D 100%);
	padding: 7px;
	border: none;
	color: #fff;
	width: 100%;
	margin-top: 9px;
}

.slka{
	color: #4c4c4c;
	border-bottom: 1px dashed;
	text-decoration: none;
	display:inline-block
	padding: 5px;
}

.blockslka{
	width: 49%;
	display: inline-block;
}
.blockKnopSend{
	width: 49%;
	display: inline-block;
	text-align: center;

}

.blockInputTelefon{
	
	margin-top: 10px;
	width: 100%;
	text-align: center;
}


.blockInputName{
	width: 49%;
	display: inline-block; 
	text-align: left; 
	margin-top: 10px;

}

#slide8{
	height: 170px;
}
#slide8 img{
	margin-top: 20px;
}
.herta{
	margin-bottom: 20px;
}
.marginError{
	margin-top: 20px;
}
.modilkalkul1{
   padding: 15px 0; 
   margin: 15px 0;
    
}
.modilkalkul2{
    background-color: #068f56;
    padding: 15px 0;
    text-align: center;
    margin: 15px 0;
    
}
.modilkalkul2 .quiz-btn__text{
    line-height: 1.7; 
    
    
}

.modilkalkul2{
    cursor: pointer;
    
}

.modilkalkul2{
    cursor: pointer;/*
    margin-left: 50px;
    margin-right: 50px;*/
}


.knopmodal span{
    
    font-size: 16px;
}

@media screen and (max-width: 1400px){ 

	.modal{
		left: 25%;
	}
} 


@media screen and (max-width: 1200px){ 

	.modal{
		left: 18%;
	}
} 

@media screen and (max-width: 1000px){ 

	.modal{
		left: 10%;
	}

} 

@media screen and (max-width: 900px){ 

	.modal{
		left: 2%;
	}


} 

@media screen and (max-width: 842px){ 

	.modal{
		left: 3%;
		width: 700px;
	}

} 


@media screen and (max-width: 750px){ 


	.modal{
		left: 0%;
		width: 100%;
	}

	#knoprev, #knopnext{
		margin-top: 30px;
		width: 100%;
	}
	#finalsend{
		margin-top: 10px;
	}
	.blockslka, .blockKnopSend, .blockInputTelefon, .blockInputName{
		width: 100%;
		text-align: center;
	}

	#variantSend,  #telefon{
		width: 100%;
	}
    .modilkalkul2{
        cursor: pointer;/*
        margin-left: 30px;
        margin-right: 30px;*/
    }
    
}

@media screen and (max-width: 990px){ 
	.closemodil{
		opacity: 0;
	}
}


.scrol{
	overflow: auto;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 11999;
}

@media screen and (max-width: 390px){ 
     .modilkalkul2{
            margin-top: 34px; 
        }
}

@media screen and (max-width: 387px){ 
    
    .modilkalkul2 {
        padding: 15px;
        
    }
    
}


.Center{
    text-align: center;
    
} 
  
.closemodl{
    display: none;
    
}
 
.modalusp {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); 
    z-index: 1050;
    opacity: 1; 
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; 
    pointer-events: none; 
    margin: 0;
    padding: 0;
}

.modalusp:target {
    opacity: 1; 
	  pointer-events: auto; 
    overflow-y: auto; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto; 
  }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
.cookie-banner {
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #f8f8f8;
			color: #333;
			padding: 1rem 1.5rem;
			font-size: 0.9rem;
			box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
			z-index: 9999;
			display: flex;
			justify-content: space-between;
			align-items: center;
			transition: opacity 0.3s ease;
		}

		.cookie-btn {
			background-color: #068f56;
			color: white;
			border: none;
			padding: 0.5rem 1rem;
			border-radius: 4px;
			cursor: pointer;
			font-size: 0.9rem;
			margin-left: 1rem;
			transition: background-color 0.3s ease;
		}

		.cookie-btn:hover {
			background-color: #45a049;
		}

		.cookie-banner.hidden {
			display: none;
		}