body, html {
    overflow: inherit;
}
 
html {
    width: 100%;
    position: relative;
}

#block-search {
	background-color: #01385F;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}

.tl-container {
	padding: 0 25px;
	max-width: 960px;
	margin: 0 auto;
}

.tl-button {
    font-family: 'Roboto',Arial,serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 220px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    border-radius: 50px;
    color: #fff !important;
    background-color: #496e1c;
    background-image: -webkit-linear-gradient(bottom, #496e1c, #88a750);
    background-image: linear-gradient(to top, #496e1c, #88a750);
    border: 1px solid;
    border-color: rgba(91,128,46,0.16);
    border-top-color: rgba(152,184,95,0.6);
    border-top-width: 1px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0%), 0 1px 0 0 rgb(255 255 255 / 0%) inset;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.tl-button:hover {
    color: #fff !important;
    background-color: #5f8f24;
    background-image: -webkit-linear-gradient(bottom, #5f8f24, #86c13e);
    background-image: linear-gradient(to top, #5f8f24, #86c13e);
    border: 1px solid rgba(112,158,57,0.16);
    border-top-width: 1px;
    border-top-color: rgba(112,158,57,0.16) !important;
    text-decoration: none !important;
    cursor: pointer;
}


.tl-button-ticket {
	    text-align: center;
        color: #ffffff !important;
        padding: 12px 24px;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        max-width: 292px;
        text-decoration: none !important;
        text-transform: uppercase;
        background: linear-gradient(180deg, #84A34E 0%, #4B701E 100%);
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
        border-radius: 60px;
    }

    .tl-button-ticket:hover {
        opacity: 0.7;
    }
   
.tl-button-square {
        color: #ffffff !important;
        padding: 12px 24px;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
            text-align: center;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        max-width: 360px;
        text-decoration: none !important;
        text-transform: uppercase;
        background: linear-gradient(180deg, #0061A5 0%, #013A61 100%);
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
        border-radius: 60px;
    }

    .tl-button-square:hover {
        opacity: 0.7;
    }    
    
.tl-btns-wrap {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 0 20px;
    gap: 36px;
    margin: 0 auto;
    max-width: 800px;
}    

@media screen and (max-width: 819px) {
    .tl-button-square {
    	margin-top: -25px;
    }
}

@media screen and (max-width: 479px) {
    .top_bg_block.in .callBut {
        bottom: -32px;
    }
    .top_bg_block.in .callBut a {
    	padding: 9px 5px;
    }
}