/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
/* #### Generated By: http://www.cufonfonts.com #### */
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');

@font-face {
    font-family: 'Druk Wide Trial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Medium'), url('../fonts/DrukWideMediumTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Medium Italic'), url('../fonts/DrukWideMediumItalicTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Bold'), url('../fonts/DrukWideBoldTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Bold Italic'), url('../fonts/DrukWideBoldItalicTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Heavy'), url('../fonts/DrukWideHeavyTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Heavy Italic'), url('../fonts/DrukWideHeavyItalicTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Super';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Super'), url('../fonts/DrukWideSuperTrial.woff') format('woff');
}


@font-face {
    font-family: 'Druk Wide Trial Super Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Trial Super Italic'), url('../fonts/DrukWideSuperItalicTrial.woff') format('woff');
}

@font-face {
    font-family: 'CoFoKak-Regular';
    src: url('../fonts/cofokak-regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/cofokak-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */ url('../fonts/cofokak-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cofokak-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */ url('../fonts/cofokak-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cofokak-regular.svg#cofokak-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

/*SLIDER*/
.image-box {
    margin-bottom: 35px;
}

.hidden {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    overflow-y: scroll;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.container, .footer {
    display: block;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.container.advanced {
    padding-right: 0;
}


.menu {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__left, .menu__right {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    position: relative;
}

.menu__logo {
    width: 66px;
    height: 38px;
}

.menu__right .menu__item {
    width: 48px;
    display: flex;
    justify-content: center;
}

/*TOP100*/
.top100 {
    margin: 30px auto 40px auto;
    width: 100%;
}

.top100__img {
    max-width: 1238px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*WeddingAndEvent*/
.WeddingAndEvent {
    margin-bottom: 48px
}

.WeddingAndEvent__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid black;
    height: 46px;
    align-content: center;

}

.WeddingAndEvent__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
}

.WeddingAndEvent__item.center {
    border-right: 2px solid black;
    border-left: 2px solid black;
}

/*DemoPhotos*/
.DemoPhotos__photos {
    display: grid;
    gap: 3px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

/*CardsTitle*/
.CardsTitle {
    margin-top: 150px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between
}

.title {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Concert One';
    font-stretch: extra-condensed;
    line-height: 0.9;
    white-space: nowrap;
}

.CardsTitle__buttons span {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 1px solid #9b946c;
}

.CardsTitle__left, .CardsTitle__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CardsTitle__left:hover, .CardsTitle__right:hover {
    background: #9b946c;
}

.CardsTitle__left:hover svg, .CardsTitle__right:hover svg {
    fill: white;

}

.CardsTitle__buttons {
    display: flex;
    gap: 13px;
}


/*cards*/
.cards {
    padding-left: 20px !important;
}

.card__avatar {
    object-fit: cover;
}
.card.end {
    position: relative;
}
.card.end .image-box {
    background-color: rgb(155, 148, 108);
}
.card.end .image-box img{
    opacity: 0.2;
}
.card__more {
    display: inline-block;
    border: 1px solid white;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 40px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
}
.back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 38px;
    border-bottom: 4px solid black;
    margin-bottom: 26px
}

.back:hover {
    gap: 4px;
}

.back__img {
    width: 40px;
}


/* information */

.information {
    display: flex;
    gap: 60px;

}

.information__right {
    width: 480px;
    height: 100%;
}

.information__left {
}

.information__block {
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 30px;
    padding-bottom: 42px;
}

.information__role {
    font-size: 16px;
    font-weight: 500;
}

.information__name {
    font-size: 55px;
    font-weight: 800;
    word-spacing: 999px;
    line-height: 0.9;
    margin: 13px 0;
    text-transform: uppercase;
}

.information__info {
    font-size: 16px;
    line-height: 1.4;
}

.information__block.social {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 10px;
}

.information__connection {
    color: #7d7d7d;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
}

.information__url {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
    color: black;
    text-decoration: underline !important;
}

.information__group {
    display: flex;

    margin-bottom: 15px;
}

.information__title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    display: block;
    width: 300px;
}

.information__text {
    display: block;
    width: 480px;
}


/*titleCenter*/
.titleCenter {
    margin-top: 150px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between
}

.titleCenter .title {
    text-align: center;
    margin: 0 auto;
}

/*deadlines*/
.deadlines {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: space-between;
}

.deadlines__card {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.deadlines__circle {
    position: relative;
    background: #9b946c;
    border-radius: 100px;
    width: 130px;
    height: 130px;
}

.deadlines__date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 64px;
    font-weight: 600;
}

.deadlines__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.deadlines__description {
    font-size: 14px;
    max-width: 130px;
}

/*titleLeft*/
.titleLeft {
    margin-top: 150px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between
}

.roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.roles__role {
    height: auto;
    padding: 32px 60px 28px 40px;
    border: 2px solid black;
    position: relative;
}

.roles__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17px;
}
.roles__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    height: 50vh;
}
.roles__description {
    max-width: 562px;
    font-size: 14px;
    /*margin-bottom: 39px;*/
}

.roles__link {
    cursor: pointer;
    text-decoration: underline !important;
    color: black;
}

.roles__number {
    top: 10px;
    right: 20px;
    font-size: 80px;
    display: block;
    position: absolute;

}

.popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
}

.popup__container {
    background: white;
    width: 80vw;
    height: 90vh;
    margin: 30px auto 0 auto;
    padding: 50px;
    overflow: auto;
}

.popup__title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}

.popup__description {
    font-size: 16px;
}

.popup__title .close {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;

}

.popup__title .close .close__img {
    height: 49px;
    width: 49px;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    border: 1px solid black;
}

.popup__title.second {
    padding-top: 50px;
}

.popup__requirements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.requirement__title {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
}

.requirement__description {
    font-size: 16px;
}

.partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.partners__partner {
    display: flex;
    flex-direction: column;
    height: 205px;
    justify-items: center;
    align-items: center;
    border: 2px solid black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    color: black;
}

.partners__title {
    max-width: 350px
}

.partners__img {
    max-height: 105px;
    margin-bottom: 15px;
    max-width: 80%;
}

footer {
    color: white;
    background: black;
    margin-top: 80px;
}

.footer {
    padding: 48px 20px;
}

/*statuette*/
.statuette {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.statuette__img {
    max-width: 650px;
    width: 100%;
}

.statuette__title {
    font-size: 32px;
    padding-bottom: 30px;
}

.statuette__description {
    font-size: 18px;
    padding-bottom: 30px;
}

.statuette__count {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.statuette__subtitle {
    font-size: 22px;

}

.statuette__number {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.statuette__btn {
    display: flex;
    justify-content: center;
}

.statuette__link {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 60px;
    color: black;
    border: 4px solid black;
}


.GalleryTitle {
    margin-top: 150px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 44px;
}


.GalleryTitle__left, .GalleryTitle__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GalleryTitle__line {
    background-color: black;
    height: 4px;
    width: 100%;

}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}


.titleLeft.top {
    margin-top: 70px;
}

.jurySelection {
    margin-bottom: 45px;
}

.slide-container-jurySelection .items {

}

.slide-container-jurySelection .items .item__name {
    text-align: center;
    word-spacing: 100vw;
    font-size: 14px;
    margin-top: 30px;
}
.slide-container-jurySelection .items .item.start .item__name {
    word-spacing: 0;
}
.slide-container-jurySelection .items .item__img {
    border-radius: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top;
    width: 120px;
}

.slide-container-jurySelection .items .item.start div {
    height: 120px;
    width: 120px;
    position: relative;
}

.slide-container-jurySelection .items .item.start div svg {
    position: absolute;
    stroke: #092cff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-container-jurySelection .items .item.end div  {
    height: 120px;
    width: 120px;
    position: relative;
    border: 2px dashed #a2a2a2;;
    border-radius: 100%;
}
.slide-container-jurySelection .items .item.end div .item__name {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter {
    padding: 0;
    position: relative;
}

.filter__items {
    border-bottom: 4px solid #000;
    display: flex;
    gap: 34px;
    padding: 0 0 15px 0;
}
.filter__item {
    font-size: 18px;
    cursor: pointer;
    display: flex;

}
.filter__item svg{
    margin: 10px 10px 10px 13px;
    transition: all .3s;
}
.filter__cities, .filter__years {
    padding: 36px 0;
    background-color: #fff;
    top: 47px;
    position: absolute;
    width: 100%;
    z-index: 2;

}
.filter__btn {
    margin: 0 12px 15px 0;
}
.filter__btn:hover {
    border-bottom: 2px solid black;
}
.filter__btn.active  {
    font-weight: 700;
    border-bottom: 2px solid black;
}

.cardsExtended {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}


.cardExtended {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.cardExtended__top {
    align-items: center;
    display: flex;
    gap: 60px;
}
.cardExtended__avatar {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
}
.cardExtended__avatar img{
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}
.cardExtended__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cardExtended__text {
}
.cardExtended__name {
    font-size: 35px;
    font-weight: 700;
}
.cardExtended__price {
    font-size: 14px;
}
.cardExtended__mark {
    font-size: 26px;
    font-weight: 700;
}
.cardExtended__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 14px;
}

.cardExtended__photo {
    width: 100%;
    height: 100%;
    max-width: 260px;
    max-height: 260px;
    object-fit: cover;
}
.cardExtended__circle {
    position: absolute;
    font-size: 14px;
    height: 40px;
    right: -8px;
    top: 8px;
    width: 40px;
    border-radius: 50%;
    background-color: #092CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
}
.popup__settings{
    display: none;
    position: absolute;
    top:0;
    right: 0;
    width: 250px;
    padding-top: 50px;
}
.popup__settings .content {
    background: white;

    border: 1px solid rgb(221 221 221);
    font-size: 18px;
    z-index: 2;
    font-weight: 500;
}
.ps__name {
    padding: 20px 0 20px 32px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(221 221 221);
}
.ps__list {
    padding: 16px 0 16px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid rgb(221 221 221);
}
.ps__logout {
    padding: 16px 0 16px 32px;
}

.menu__item.profile:hover .popup__settings, .popup__settings:hover {
    display: block;
}

@media (max-width: 1000px) {
    .partners {
        grid-template-columns: 1fr 1fr;
    }

    .deadlines {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .statuette__img {
        max-width: 450px;
    }
}

@media (max-width: 800px) {
    /*partners*/
    .partners {
        grid-template-columns: 1fr;
    }

    /*deadlines*/
    .deadlines {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .deadlines__date {
        font-size: 50px;
    }


    /*roles*/
    .roles {
        grid-template-columns: 1fr;
    }

    /*statuette*/
    .statuette {
        flex-direction: column-reverse;
    }

    .statuette__img {
        margin: 0 auto;
        height: 70%;
    }

    .statuette__title {
        text-align: center;
    }

    /*WeddingAndEvent*/
    .WeddingAndEvent__item.center, .WeddingAndEvent__item.right {
        display: none;
    }

    .WeddingAndEvent__list {
        grid-template-columns: 1fr;
    }

    .WeddingAndEvent__item {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
    }


    /*requirements*/
    .requirement__title {
        font-size: 22px;
    }

    /*roles*/
    .roles__number {
        top: 10px;
        right: 20px;
        font-size: 50px;
    }


    /*titleLeft*/
    .titleLeft {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .title {
        font-size: 35px;
    }

    /*popup*/
    .popup__container {
        background: white;
        width: 95vw;
    }

    .popup__title .close .close__img {
        height: 29px;
        width: 29px;
    }

    .popup__requirements {
        grid-template-columns: 1fr;
    }
}
