/*https://purifycss.online/#
https://www.freeformatter.com/css-beautifier.html#before-output*/
/*@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Inter:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
*/body{
    background: #ffffff;
    color: #000000;
    font-family: DHannaSoft;
    padding-top: 84px;
}
.btn-default{
    background-color: #e75113;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 20px;
    border-color: transparent;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
    background-color: #fff !important;
    color: #e75113 !important;
    border-color: #e75113 !important;
    text-decoration: none !important;
}
header{
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
#block{
    position: relative;
    background: #57bcc7;
}
#block h3{
    background: #e75113;
    color: #fff;  
    font-size: 1.5rem; 
}
#block .block_text{
    padding: 50px 145px 50px;
    font-size: 20px;
}
#block .btn_bottom{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.borden{
    font-family: Borden;
    color: #fff;
    font-size: 36px;
    text-decoration: underline;
}
.splide__arrows {
    position: relative;
}
.splide__arrow{
    transform: unset;
    background: none;
    opacity: 1;
    top: unset;
    bottom: 1rem;
    width: unset;
    height: unset;
    flex-direction: column !important;
}

.splide__arrow--prev{
    display: none;
}
.splide__arrow--next .icon_play{
    background-image: url("../img/btn_play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.splide__arrow--next div{
    width: 100%;
    text-align: right;
}
.splide__arrow--next .text{
    display: inline-block;
    color: #fdc900;
    font-family: "Open Sans", serif;
    font-weight: bold;
}

.splide__pagination{
    display: none;
}
.splide__arrow:hover:not(:disabled){
    opacity: 1;
}




footer{
    background: #58585a;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 35px 50px 75px;
    font-family: "Open Sans", serif;
    background-image: url("../img/loop.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4rem !important;
}
footer a{
    color: #fff;
        text-decoration: underline;

}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}