:root {
    --advent-red: #E05225;
    --advent-gold: #CAB786;
    --advent-gold-dark: #C9AF6C;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/expo/advent/font/Montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('/expo/advent/font/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/expo/advent/font/Montserrat/Montserrat-Bold.woff') format('woff'),
    url('/expo/advent/font/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.expo .header--2, .expo .header--2.sticky {
    background-color: var(--advent-red);
}





@keyframes arrowDown {
    0% {
        bottom: 30px;
    }

    50% {
        bottom: 0;
    }

    100% {
        bottom: 30px;
    }
}


#bx-popup {
    padding: 0;
}
.popup-window {
    padding: 0;
}

.popup__close, .popup-window-close-icon {
    z-index: 3;
}





.footer_decor {
    width: 100%;
    height: 250px;
    position: relative;
}

.footer_decor-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_decor-rabbit{
    object-fit: contain;
    position: absolute;
    bottom:0;
    left: 15%;
}

.advent_form-wrapper .container {
    max-width: 1310px;
}

.advent_form {
    padding: 90px 0;
    display: flex;
    column-gap: 76px;
}

.advent_form-form .form-body {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.advent_form-form .reg-form__input:nth-child(odd){
    margin-right: 0;
}

.advent_form-form .reg-form__input input {
    border: 1px solid #BDBDBD;
}
.advent_form-form input[type='search'] {
    position: relative;
}

.advent_form-form .reg-form__input img{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.advent_form-form .reg-form__input--long{
    width: 100%;
}
:not('.popup-window') .reg-form > * {
    margin-bottom: 0;
}

.advent_form-form .reg-form__agree {
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.reg-form--buttons .btn {
    margin-right: 0;
}

.reg-form--buttons {
    display: flex;
    align-items: top;
    justify-content: space-between;
    column-gap: 7px;
}

.advent_form-field {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    width: 100%;
    max-width: 620px;
}

.advent_form--img {
    width: 100%;
    height: auto;
    max-height: 750px;
    /* object-fit: contain; */
}

.advent_form-field--title {
    display: flex;
    justify-content: space-between;
    position: relative;
}



.advent_form-field--title h6{
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    color: var(--advent-red);
    width: 100%;
    display: inline-block;
    margin: 0 0 28px;
}
.advent_form-field--title h6 span{

    display: block;
    margin-left:12%;
}

.advent_form-info {
    border: 2px solid var(--advent-gold);
    padding: 14px 40px 14px 50px;
}
.advent_form-list {
    list-style: disc;
    position: relative;
    padding-left: 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.advent_form-list::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 1px;
    top: 5px;
    bottom: 5px;
    background-color: var(--advent-gold);
}


.advent_form-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4F4F4F;
    position: relative;
    display: inline;
}
.advent_form-item::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 4px;
    background-color: var(--advent-gold);
}

.advent_form-item span{
    font-weight: 700;
}

.advent_form-item a{
    text-decoration: underline;
    color: #4F4F4F;
}

.expo .cosmo-bg {
    background-image: url("/expo/advent/img/category-background.png");
    /*background-repeat: no-repeat;*/
    /*background-position: center;
    background-size: contain;*/
    background-position: bottom;
    background-size: contain;
    width: 100%;
    padding-bottom: 180px;
    position: relative;
}

.expo .cosmo-bg::before {
    content: '';
    background-image: url("/expo/advent/img/rabbit-four.svg");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    display: block;
    width: 122px;
    height: 140px;
    left: 0;
    top: 5%;
}








.edd-head {
    height: 100%;
    border: 1px solid #BDBDBD;
}
.edd-value {
    margin: 0;
    padding: 21px 17px 20px;
}



@media (max-width: 1460px) {





    .expo .cosmo-bg::before {
        display: none;
    }
}

@media screen and (max-width: 1367px) {




    .advent_form {
        column-gap: 45px;
    }
    .advent_form--img {
        max-width: 535px;
    }

    .advent_form-wrapper .container {
        max-width: 1200px;
    }

    .advent_form-info {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1220px) {



    .advent_form {
        align-items: center;
        flex-direction: column;
        padding-bottom: 0;
        row-gap: 75px;
    }
    .advent_form--img {
        max-width: 100%;
        max-height: 500px;
        object-fit: cover;
    }


}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1023px) {

    .edd-root {
        height: 50px;
    }
    .edd-value {
        padding: 16px 17px 15px;
    }
}

@media screen and (max-width: 1000px) {


}

@media screen and (max-width: 767px) {




    .expo .cosmo-bg {
        background: none;
        padding-bottom: 0;
    }
    .advent_form-field--title h6 {
        font-size: 24px;
    }
    .advent_form {
        padding: 75px 0 0;
    }

    .advent_form-field {
        padding: 0 15px;
    }

    .reg-form__input:has(input[type='email'], input[type='search'], input[name='phone']){
        width: calc(50% - 10px);
    }



}



@media screen and (max-width: 526px) {










    .advent_form {
        padding: 50px 0 0;
    }

    .advent_form--img {
        max-width: 100%;
        max-height: 255px;
        object-fit: cover;
    }

    .reg-form__input:has(input[type='email'], input[type='search'], input[name='phone']){
        width: 100%
    }

    .edd-root {
        width: 100%;
    }

    .advent_form-field--title {
        margin-bottom: 25px;
    }
    .advent_form-field--title::after {
        background-image: url('/expo/advent/img/form-snowflakes-2.svg');
        bottom:0;
        width: 45px;
        height: 40px;
    }

    .advent_form-field--title h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .advent_form-info {
        padding: 17px 17px 17px 19px;
    }

    .advent_form-item {
        font-size: 13px;
        line-height: 18px;
    }

    .reg-form--buttons {
        flex-direction: column;
        row-gap: 32px;
    }
    .reg-form--buttons .btn {
        max-width: 200px;
    }
}

@media screen and (max-width: 375px) {



    .advent_form-field--title {
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
        row-gap: 20px;
    }

    .advent_form-field--title::after {
        display: none;
    }

    .advent_form-field--title h6 {
        text-align: center;
    }

    .advent_form-field--title img {
        max-width: 120px;
    }

}
