.coo {
	display:none;
}
.coodone {
	    background: #6485fe;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    line-height: 22px;
}
.closebutton:hover {
	transform: scale(.95);
}
.coodone:hover {
	opacity:.8;
}
header .sticky {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.overslider {
	position:absolute;
	height: 100%;
    overflow: hidden;
	width: 100%;
    left: 0;
    top: 0;
}
section.first {
	margin: 80px 0 0;
}
ul.lest li:first-child {
	border: none;
    padding-top: 0;
}
.num-1, .hide-4 {
	display:none;
}
button {
	cursor:pointer;
}
#submit-btn:disabled, #submit-btn:disabled:hover {
	opacity:.5;
	cursor:default;
}
.open-button.open svg {
	    transform: rotate(180deg);
}
.ans {
	    opacity: 0;
max-height:0;
}
.ans.open {
	    opacity: 1;
max-height:500px;
}
.succes {
	    position: absolute;
    left: -9999px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	opacity: 0;
    transition: opacity .3s ease;
}

.succes.act {
left: 0;
opacity: 1;
}






@media all and (max-width:1024px) {
	.slick-slider, .slick-list, .slick-track {
		height: 100%;
	}
	section.first {
    margin: 80px 0 0;
}


@media all and (max-width:380px) {
	.teltel {
		font-size: 12px;
	}
}