@font-face {
    font-family: 'TildaSans';
    src: url('/assets/fonts/TildaSans-VF_TTF_Web/TildaSans-VF.ttf');
}
html {
    
}
body {
    position: relative;
    font-family: 'TildaSans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    color: #0E0E0D;
    box-sizing: content-box;background-image: url("/assets/img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    margin: 0;
}
img {
    width: 100%;
}
.seokurs {
    position: relative;
    padding-top: 50px;
}
.container {
    max-width: 1340px;
    margin: 0 auto;
}
.seokurs__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.seokurs__logo {
    width: 152px;
    opacity: 1;
    transition: 1s;
}
.seokurs__content {
    position: relative;
    max-width: 580px;
}
.seokurs__wrapper::before {
    content: "";
    filter: blur(50px);
    display: block;
    position: absolute;
    width: 80%;
    height: 140%;
    left: -17%;
    top: -22%;
    border-radius: 8px;
    background-color: #f3d9b3c2;
    z-index: 0;
}
.seokurs__title {
    font-size: 45px;
    font-weight: 800;
    max-width: 465px;
    line-height: 47px;
    margin-bottom: 0;
    background-image: linear-gradient(0.97turn,rgba(17,16,15,0.49) 0%,rgba(0,0,0,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-position: center center;
    transition: 1s;
    opacity: 1;
}
.seokurs__subtitle {
    font-size: 21px;
    transition: 1s;
    opacity: 1;
}
.seokurs__list {
    padding-left: 40px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 15px;
    transition: 1s;
    opacity: 1;
}
.seokurs__list li {
    margin-bottom: 10px;
}
.seokurs__registration {
    font-size: 26px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    opacity: 1;
    transition: 1s;
    margin-top: 35px;
    margin-bottom: 35px;
}
.seokurs__btn-new {
    outline: none;
    border: none;
    background-color: #f99f09;
    font-size: 39px;
    color: #fff;
    font-family: 'TildaSans', sans-serif;
    font-weight: 700;
    border-radius: 30px;
    padding: 45px 70px;
    opacity: 1;
    transition: transform 1.2s, background-color .4s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.seokurs__btn-new:hover {
    background-color: #000;
}
.seokurs__title,
.seokurs__subtitle,
.seokurs__registration{
    padding-left: 20px;
}
.animate .seokurs__title,
.animate .seokurs__logo,
.animate .seokurs__list{
    transform: translateY(25%);
    opacity: 0;
}
.animate .seokurs__btn {
    transform: translateY(45%);
    opacity: 0;
}
.animate .seokurs__subtitle,
.animate .seokurs__registration{
    transform: translate(-25%, -25%);
    opacity: 0;
}
@media(max-width:1460px){
    .seokurs__wrapper {
        justify-content: space-around;
    }
    .seokurs__wrapper::before {
        left: 0;
        width: 75%;
        height: 135%;
    }
}
@media(max-width:1340px){
    .container {
        margin: 0 15px;
    }
    .seokurs__wrapper::before {
        height: 100%;
        top: 0;
    }
    .seokurs__btn {
        margin-bottom: 15px;
    }
}
@media(max-width:867px){
    .seokurs__wrapper {
        flex-direction: column-reverse;
    }
    .seokurs__logo {
        z-index: 1;
    }
    .seokurs__wrapper::before {
        width: 85%;
    }
    .seokurs__btn {
        font-size: 32px;
        padding: 30px;
        border-radius: 20px;
        width: 90%;
        text-align: center;
    }
    .seokurs__title {
        font-size: 39px;
        margin-top: 0;
    }
    .seokurs__registration {
        font-size: 24px;
    }
    .seokurs__subtitle {
        font-size: 18px;
    }
    .seokurs__list {
        font-size: 21px;
    }
    .seokurs {
        padding-top: 0;
    }
}
@media(max-width:687px){
    
}
@media(max-width:620px){
    .seokurs__wrapper::before {
        width: 100%;
    }
}
@media(max-width:585px){
    .seokurs__logo {
        width: 122px;
    }
    .seokurs__title {
        font-size: 34px;
        line-height: 100%;
    }
    .seokurs__registration {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .seokurs__btn {
        font-size: 26px;
        padding: 20px;
        border-radius: 10px;
    }
}
@media(max-width:467px){
    .seokurs__title {
        font-size: 28px;
    }
    .seokurs__list {
        font-size: 18px;
    }
    .seokurs__title,
    .seokurs__subtitle,
    .seokurs__registration{
        padding-left: 0px;
    }
    .seokurs__list {
        padding-left: 15px;
    }
}
@media(max-width:395px){
    .seokurs__logo {
        width: 102px;
    }
    .seokurs__subtitle,
    .seokurs__list {
        font-size: 16px;
    }
    .seokurs__btn {
        font-size: 23px;
    }
}
@media(max-width:345px){

}