:root {
	--main: #004077;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
.logo{
    background-image: url('/wp-content/themes/voodootheme/images/logo.png');
    display: block;
    width: 257px;
    height: 92px;
}
header{
    height: 177px;
    position: relative;
}
.container:after {
    display: none;
}
.head_1{
    display: flex;
    justify-content: space-around;

}
#top{
    width: 980px;
    margin: 0 auto;
    position: fixed;
    background-color: white;
}
.top-menu{
    display: flex;
    justify-content: center;
    height: 45px;
    align-items: center;
}
.content-main{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.slick-slide img{
    margin: 0 auto;
}
.slider_2_arrows{
    top: 10px;
    position: absolute;
    width: 100%;
    top: 50%;
    cursor: pointer;
}
.arrow-right{
    float: right;
}
.main_slider .excerpt p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider{
    position: relative;
}
.post-item{
    display: flex;
    gap: 10px;
    align-items: center;
}
.icon-file img{
    width: 20px;
    height: 20px;
}
.post-title{
    margin-bottom: 0;
}
.post-item{
    margin-bottom: 10px;
}
footer{
    height: 77px;
    display: flex;
    align-items: center;
    background-color: antiquewhite;
}