@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.woff2') format('woff2'),
    url('../fonts/Geometria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BreweryNo2W06';
    src: url('../fonts/BreweryNo2W06-Regular.woff2') format('woff2'),
    url('../fonts/BreweryNo2W06-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BreweryNo2W06';
    src: url('../fonts/BreweryNo2W06-Medium.woff2') format('woff2'),
    url('../fonts/BreweryNo2W06-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
:root {
    --gold-color: #BFA381;
}
.gold {
    color: var(--gold-color);
}
.brewery {
    font-family: 'BreweryNo2W06', sans-serif;
}
.block-title {
    text-transform: uppercase;
}
.block-title h2 {
    font-size: 70px;
    line-height: 1.278;
}
.all-conditions-link {
    color: #FFF;
    text-align: right;
    font-family: Geometria;
    font-size: 23px;
    line-height: 110.8%;
    letter-spacing: 1.495px;
    text-decoration: underline;
    text-transform: uppercase;
    padding-right: 58px;
    background: url("../i/link-arrow.svg") right center no-repeat;
}
.packages {
    padding: 100px 0;
}
.packages__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.package-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.package-item {
    flex: 0 0 calc((100% - 40px) / 5);
    max-width: calc((100% - 40px) / 5);
    color: #fff;
    border-radius: 33px;
    background: #20232F;
    padding: 40px 15px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Geometria;
    transition: all 0.3s;
    border: 2px solid #20232F;
    cursor: pointer;
}
.package-item:hover {
    border-color: var(--gold-color);
}
.package-item__title {
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    font-family: 'BreweryNo2W06', sans-serif;
    font-weight: 500;
}
.package-item__description {
    display: block;
    font-size: 18px;
    line-height: 110.8%;
    letter-spacing: 1.17px;
    margin-bottom: 50px;
}
.package-item__full-price {
    display: block;
    margin-top: auto;
    font-size: 27px;
}
.package-item__sale-price {
    font-size: 30px;
}
.package-item__sale-price span {
    color: #fff;
    font-size: 15px;
    line-height: 110.8%; /* 16.62px */
    letter-spacing: 0.975px;
}
.hidden {
    display: none;
}
.simple-popup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 30px 30px;
    background: #20232F;
}
.simple-popup--wide {
    max-width: 100vw;
    max-height: 100vh;
}
.simple-popup--white-bg {
    background: #fff;
}
.simple-popup__title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.custom-form input {
    height: 60px;
    border: 2px solid var(--gold-color);
    background: transparent;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    color: #fff;
}
.custom-form input[type="submit"] {
    background: var(--gold-color);
    color: #fff;
}
.text-center {
    text-align: center;
}
.posr {
    position: relative;
}
.reglament-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
}
.round-button {
    height: 6.5625rem;
    width: 6.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #be9666;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    line-height: 1.2;
}
.round-button:hover {
    transform: scale(1.1);
}


.slider-ceremony-place{width:100%}
.slider-ceremony-place .swiper-slide{height:600px;position:relative;width:58%;opacity:.5;transform:scale(.86);transition:all .3s ease-in-out;overflow:hidden}
@media screen and (max-width:739px){.slider-ceremony-place .swiper-slide{width:100%;height:23.75rem;transform:scale(1)}}
.slider-ceremony-place .swiper-backface-hidden .swiper-slide{transform:scale(.84) translateZ(0)}
.slider-ceremony-place .swiper-slide.swiper-slide-active{transform:scale(1)!important;opacity:1!important}
.slider-ceremony-place .swiper-backface-hidden .swiper-slide.swiper-slide-active{transform:scale(1) translateZ(0)!important}
.slider-ceremony-place .swiper-image{position:relative;width:100%;height:90%}
.slider-ceremony-place .swiper-image .image{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.slider-ceremony-place .slider-prev{left:2.5rem}
.slider-ceremony-place .slider-next{right:2.5rem}
.slider-ceremony-place .ceremony-place-slider__pagination{width:auto!important;position:absolute!important;left:50%!important;transform:translateX(-50%)}
@media screen and (max-width:767px){.slider-ceremony-place .ceremony-place-slider__pagination{transform:translateX(-50%) translateY(-200%);bottom:0!important}}
.slider-ceremony-place .swiper-wrapper{padding-bottom:60px}

.ceremony-schema-items {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}
.ceremony-schema-item {
    flex: 0 0 calc(50% - 20px);
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ceremony-schema-item__img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ceremony-schema-item__img a {
    display: block;
    width: 100%;
    height: 100%;
}
.schema-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.schema-price {
    display: flex;
    align-items: center;
}
.schema-price__color {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex: 0 0 34px;
    margin-right: 10px;
}
.schema-price__title {
    color: #fff;
    font-family: 'BreweryNo2W06', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.main-contacts {
    position: relative;
}
.main-contacts__map {
    height: 560px;
    position: relative;
}
.main-contacts__info {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 393px;
    left: 50%;
    margin-left: -644px;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}
.main-contacts__title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 20px;
}
.main-contacts__title:first-child {
    margin-top: 0;
}
.main-contacts__info .address {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/address-icon-new.svg") 0 5px no-repeat;
    margin-bottom: 13px;
}
.main-contacts__info p {
    margin: 17px 0;
}
.main-contacts__info .metro {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/metro-icon-new.svg") 0 5px no-repeat;
    background-size: 19px auto;
}
.main-contacts__info .worktime {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/time-icon-new.svg") 0 3px no-repeat;
}
.main-contacts__info .dresscode {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/dresscode-icon-new.svg") 0 3px no-repeat;
    background-size: 19px auto;
}
.main-contacts__info .phone {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/phone-icon-new.svg") 0 5px no-repeat;
}
.main-contacts__info .email {
    padding-left: 30px;
    background: url("../i/homepage/ceremony_place/email-icon-new.svg") 0 5px no-repeat;
}
.main-contacts__info a {
    color: #fff;
    text-decoration: none;
}
.main-contacts__info a:hover {
    text-decoration: underline;
    color: #fff;
}
@media(max-width: 1287px) {
    .main-contacts__info {
        width: 300px;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        margin-left: 0;
    }
}
@media(max-width: 1023px) {
    .ceremony-schema-item__img {
        height: 250px;
    }
}
@media(max-width: 767px) {
    .ceremony-schema-items {
        gap: 10px;
    }
    .ceremony-schema-item {
        flex: 0 0 calc(50% - 5px);
    }
    .ceremony-schema-item__img {
        height: 200px;
    }
    .main-contacts__info {
        position: static;
        width: 100%;
        height: auto;
    }
}
@media(max-width: 599px) {
    .ceremony-schema-items {
        flex-wrap: wrap;
    }
    .ceremony-schema-item {
        flex: 0 0 100%;
    }
    .schema-prices {
        flex-wrap: wrap;
        gap: 20px
    }
    .schema-price {
        flex: 0 0 calc(50% - 10px);
    }
}
.ceremony-schema-item__img img {
    max-width: 100%;
    max-height: 100%;
}
.ceremony-schema-item__title {
    margin-top: auto;
}
.ceremony-place-big {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
    margin: auto;
}
.ceremony-place-big img {
    height: 100%;
    max-width: 100%;
}

.stage-desc {
    height: 46px;
}
.bgs_cov.partner-logo {
    /*background-size: auto 70%;*/
    max-height: 250px;
    background-size: contain;
}
.stage--active::before {
    display: block;
    content: "";
    height: 1px;
    background-color: #be9666;
    position: absolute;
    top: 2.1rem;
    left: 50%;
    width: 65%;
}
.stage--active-last::before {
    display: none;
}
.stage--active .stage-progress {
    width: 80%;
}
.mob_bg_size_90 {
    background-size: 90% !important;
}
@media(max-width: 1799px) {
    .package-items {
        gap: 30px;
    }
    .package-item {
        flex: 0 0 calc((100% - 90px) / 4);
        max-width: calc((100% - 90px) / 4);
        padding: 20px 15px 15px;
    }
    .package-item__title {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .package-item__description {
        margin-bottom: 30px;
    }
    .package-item__full-price {
        font-size: 25px;
    }
    .package-item__sale-price {
        font-size: 27px;
    }
}
@media(max-width: 1399px) {
    .package-item__title {
        font-size: 30px;
    }
    .package-item__full-price {
        font-size: 20px;
    }
    .package-item__sale-price {
        font-size: 24px;
    }
}
@media(max-width: 1365px) {
    .block-title h2 {
        font-size: 50px;
    }
    .packages__head {
        margin-bottom: 50px;
    }
    .package-item__sale-price {
        margin-top: 10px;
    }
    .package-item__sale-price span {
        display: block;
    }
}
@media(max-width: 1199px) {
    .package-item {
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}
@media(max-width: 767px) {
    .packages {
        padding: 50px 0;
    }
    .packages__head {
        flex-wrap: wrap;
    }
    .packages__head .block-title {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .block-title h2 {
        font-size: 4rem;
    }
    .all-conditions-link {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media(max-width: 739px) {
    .block-title h2 {
        font-size: 1.5rem;
    }
    .package-items {
        gap: 10px;
    }
    .package-item {
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
    }
    .package-item__title {
        font-size: 24px;
    }
    .round-button {
        width: 4rem;
        height: 4rem;
        font-size: 0.7rem;
    }
    .bt.very-small_.mob_d_n{
        display: none;
    }
}
@media(max-width: 599px) {
    .package-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
