/*
Theme Name: Women in science
Author: the GreatPRO
Author URI: https://greatpro.com.ua/
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 7.4
Version: 1.0
Text Domain: womeninscience
*/
@import url(./assets/fonts/Gotham-font/stylesheet.css);

@import url(./styles/header.css);
@import url(./styles/menu.css);
@import url(./styles/footer.css);
@import url(./styles/preview.css);
@import url(./styles/description.css);
@import url(./styles/awards.css);
@import url(./styles/slider.css);
@import url(./styles/partners.css);
@import url(./styles/judges.css);
@import url(./styles/mass-media.css);


@import url(./styles/award-info.css);
@import url(./styles/top-10.css);
@import url(./styles/winners.css);
@import url(./styles/award-report.css);
@import url(./styles/splide-customize.css);

@import url(./styles/news-main.css);

@import url(./styles/popup.css);

@import url(./styles/not-found.css);


html {
    font-family: Gotham Pro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #003F64;
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.section--pt-100 {
    padding-top: 100px;
}

.section--pt-pb-100 {
    padding: 100px 0;
}

.section--bb {
    border-bottom: 1px solid rgba(0, 63, 100, 0.20);
}

.section--bb-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.section--bt-l-blue {
    border-top: 1px solid #DDEDF6;
}

.section--bb-l-blue {
    border-bottom: 1px solid #DDEDF6;
}
.title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.main-page {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.main-page.error404 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    position: relative;
    background: url(../assets/images/bg.png);
    background-size: cover;
}
.error404 .main{
    height: calc(100vh - 336px);
}
.bg {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 100% 700px;
}
.dont_video .bg{
    height: 400px;
}




.preview, .description, .partners, .judges {
    margin-left: 35px;
    margin-right: 35px;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section--pt-pb-100 {
    padding: 100px 0;
}
.content-wrapper {
    width: 1170px;
    max-width: calc(100% - 385px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.wp-block-presto-player-reusable-edit {
    width: 100%;
}

.not-found {
    width: 100%;
    max-width: 770px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-found__description {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    color: rgba(0, 63, 100, 0.75);
}

@media (max-width: 1169px) {
    .not-found {
        max-width: calc(100% - 15px * 2);
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .not-found__description {
        font-size: 20px;
        line-height: 25px;
    }
    .news_page .preview__title{
        font-size: 35px;
        font-weight: 500;
        line-height: 35px; /* 114.286% */
        text-align: left;
    }
}
@media (max-width: 1169px) {
    .main-page {
        overflow-x: hidden;
    }
    .section--pt-100 {
        padding-top: 60px;
    }

    .section--pt-pb-100 {
        padding: 60px 0;
    }

    .header, .main .preview, .main .description, .mass-media {
        margin-left: 15px;
        margin-right: 15px;
    }
    .news_page .preview{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .bg {
        height: 536px;
    }
    .dont_video .bg {
        height: 545px;
    }
    .section--pt-pb-100 {
        padding: 60px 0;
    }
    .content-wrapper{
        max-width: calc(100% - 15px * 2);
    }
}
button.plyr__control {

    opacity: 60%!important;
}

section.rules-form {
    width: 100%;
    padding: 100px 15px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background-image: url(./assets/images/bg.png);
}

section.rules-form>h2 {
    display: block;
    width: 100%;
    max-width: 1170px;
    text-align: start;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

section.rules-form>ul {
    width: 100%;
    max-width: 1170px;
}

section.rules-form>ul>li {
    list-style: none;
    cursor: pointer;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 63, 100, 20%);
}

section.rules-form>ul>li ul {
    list-style: revert;
    margin-left: 25px;
    font-weight: 300;
}

section.rules-form>ul>li>h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #0d5581;
}

section.rules-form>ul>li>p {
	font-weight: 300;
}
section.rules-form a {
    color: #009EFC;
}
section.rules-form a:hover{
    text-decoration: underline;
}
section.rules-form hr {
    color: rgba(0, 63, 100, 20%);
}

section.rules-form>ul>li>*:not(h4) {
    display: none;
    margin-top: 20px;
    transition: all 0.25s ease-in-out;
}

section.rules-form>ul>li.show-rules>* {
    display: block;
}

@media screen and (max-width: 900px) {
    section.rules-form>h2 {
        font-size: 4.4vw;
        line-height: 4.6vw;
    }
}

@media screen and (max-width: 660px) {
    section.rules-form>h2 {
        font-size: 30px;
        line-height: 35px;
    }
}