.kps {
    display: flex;
}
.kps_inst_btn{
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2022/05/inst_white.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 0% 0%;
}
.kps_web_btn{
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2022/05/site_white.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 0% 0%;
    margin-left: 0.8em;
}
.kps__slide{
    position: relative;
    transition: .5s;
}
.kps__top{
    width: 100%;
    transition: .5s;
}
.kps__top.hidden{
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.kps__top__title{
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 3em;
    margin-top: 400px;
    color: white;
    min-height: 190px;
}
.kps__top__button{
    margin: 0 auto;
    display: block;
    background-color: transparent;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 24px;
    color: white;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.kps__top__socials{
    display: flex;
    justify-content: center;
    margin-top: 230px;
    margin-bottom: 120px;
}
.kps__content{
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 200px 85px 50px 85px;
    height: 85%;
}
.kps__content.opened{
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.kps__content__title{
    font-family: 'Roboto Condensed';
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    color: white;
}
.kps__content__data{
    display: flex;
    margin-top: 4em;
}
.kps__content__data__video{
    min-width: 350px;
    height: 220px;
    display: block;
}
.kps__content__data__text{
    width: 100%;
    height: 220px;
    margin-left: 2em;
}
.kps__content__data__text__text{
    color: white;
    font-size: 24px;
    font-family: 'Century Gothic';
    text-align: left;
    display: block;
    line-height: 1.2em;
}
.kps__content__data__text__links{
    height: 50px;
    margin-top: 25px;
    display: flex;
    padding-left: 18px;
    align-items: center;
}
.kps__content__data__text__links a{
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: 'Century Gothic';
    margin-right: 2em;
}
.kps__content__data__text__links a:nth-child(1){
    padding-left: 13px;
}
.kps__content__data__text__links a:nth-child(1):before{
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2022/05/Circle_sky.svg);
    width: 26px;
    height: 26px;
    background-size: cover;
    z-index: -1;
}
.kps__content__control_buttons{
    display: flex;
    width: 90%;
    position: absolute;
    bottom: 0;
}
.kps__content__control_buttons__left{
    display: flex;
    width: 50%;
    justify-content: flex-start;
}
.kps__content__control_buttons__right{
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
.kps__content__control_buttons__right button{
    background-color: transparent;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 24px;
    color: white;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.kps__content__control_buttons__right button:nth-child(1){
    margin-right: 45px;
}
@media (max-width: 912px){
    .kps {
        display: block;
    }
    .kps__content{
        height: fit-content;
        padding: 15px 15px;
    }
    .kps__content.opened{
        position: relative;
    }
    .kps__top.hidden{
        position: absolute;
    }
    .kps__top__title{
        padding-top: 250px;
        margin: 0 auto;
    }
    .kps__top__socials{
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .kps__top__button{
        margin-top: 100px;
    }
    .kps__content__data{
        display: block;
    }
    .kps__content__data__video{
        height: fit-content;
    }
    .kps__content__data__text{
        margin: 0;
        padding: 15px;
        height: fit-content;
    }
    .kps__content__control_buttons{
        width: 90%;
        margin: 0 auto;
    }
    .kps__content__control_buttons{
        position: relative;
    }
    .kps__content__title{
        padding-top: 100px;
    }
    .kps__content__data__text__text{
        padding-top: 35px;
    }
}
@media (max-width: 764px) {
    .kps__content__control_buttons{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .kps__content__control_buttons__left{
        justify-content: center;
    }
}