/*
Theme Name: ФОНД РОЗВИТКУ ПІДПРИЄМНИЦТВА 
Text Domain: smartEducation
Version: 1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.4
Author: Igor
*/
body.top_block {
    padding: 137px 0 0;
	
	@media (width < 750px) {
		padding: 160px 0 0;
	}
}
.admin-bar header {
    margin-top: 32px;
}
.admin-bar.top_block header {
    margin-top: 89px;
	
	@media (width < 750px) {
		margin-top: 126px;
	}
}
.top_block header {
    margin-top: 57px;
	
	@media (width < 750px) {
		margin-top: 95px;
	}
}
.top_block .t_f {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 57px;
	background: #AF8F62;
	z-index: 101;
	
	@media (width < 750px) {
		height: 95px;
	}
	
	.cont_center {
		display: flex;
		justify-content: center;
		gap: 15px;
		align-items: center;
		padding: 13.5px;
		
		@media (width < 750px) {
			flex-flow: column;
		}
		
		.cont_text {
			p {
				font-family: Playfair Display;
				font-size: 16px;
				font-weight: 600;
				line-height: 21.33px;
				text-align: left;
				text-underline-position: from-font;
				text-decoration-skip-ink: none;
				color: #FFF;
				margin: 0;
			}
			
			strong {
				font-family: Playfair Display;
				font-size: 16px;
				font-weight: 700;
				line-height: 21.33px;
				text-align: left;
				text-underline-position: from-font;
				text-decoration-skip-ink: none;
				color: #FFF;
			}
		}
		
		a {
			background: #0D2F33;
			font-family: Proxima Nova;
			font-size: 14px;
			font-weight: 600;
			line-height: 17.05px;
			text-align: left;
			text-underline-position: from-font;
			text-decoration-skip-ink: none;
			color: #fff;
			padding: 6.5px 20.5px;
			border-radius: 100px;
			display: flex;
			gap: 8px;
			align-items: center;
			
			&:after {
				content: "";
				background: url('img/linck_right.svg');
				width: 13px;
				height: 13px;
				display: block;
			}
		}
	}
}
.admin-bar.top_block .t_f {
    margin-top: 32px;
}

.histories_slider {
	overflow: hidden;
}