/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
    font-family: Caravan;
    src: url(../fonts/Caravan.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: DINProLight;
    src: url(../fonts/DINPro-Light.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: DINProMedium;
    src: url(../fonts/DINPro-Medium.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: PoiretOne;
    src: url(../fonts/PoiretOne-Regular.ttf);
    font-style: normal;
    font-weight: 400
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0
}

input {
    outline: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

body {
    background-image: url(../img/block-bg.jpg);
    overflow-x: hidden

  
}

img {
    max-width: 100%
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page {
    background-image: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.secret {
    width: 100px;
    height: 100px;
   
    position: absolute;
    left: 5%;
    bottom: 35%
}

.top-section {
    position: relative
}

.top-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.top-section__left {
    padding-top: 103px;
    position: relative;
    background-image: url(../img/main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.top-section__img {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.top-section__right {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 128px
}

.top-section__title {
    font-family: DINProLight;
    font-size: 24px;
    color: #474140;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-left: 32px
}

.top-section__persons {
    font-family: Caravan;
    color: #a92e31;
    font-size: 250.17px;
    margin-top: -135px;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    position: relative;
    margin-left: -28px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.top-section__persons span:nth-child(2) {
    font-size: 225.16px;
    position: absolute;
    top: 86px;
    left: 299px
}

.top-section__persons span:nth-child(3) {
    margin-top: -65px;
    margin-left: 48px;
    display: block;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg)
}

.top-section__date {
    margin-top: 118px;
    font-family: DINProLight;
    font-size: 24px;
    color: #474140;
    text-transform: uppercase;
    letter-spacing: 6.5px
}

.top-section__tag {
    color: #fff;
    font-size: 36px;
    font-family: PoiretOne;
    background-color: #e4b0a5;
    display: inline-block;
    padding: 20px 58px;
    margin-top: 34px;
    border-radius: 45px
}

.top-section__counter {
    padding-top: 74px
}

.top-section__secret {
    display: none;
    position: absolute;
    top: 210px;
    left: 0
}

.counter {
    text-align: center
}

.counter__title {
    text-transform: uppercase;
    color: #474140;
    font-family: DINProMedium;
    letter-spacing: 4.8px
}

.counter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.counter__item {
    padding-left: 6px;
    padding-right: 6px;
    width: 25%;
    margin-top: 15px
}

.counter__value {
    border-radius: 100%;
    background-color: #ec6f54;
    border: 10px solid #e4b0a5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-family: PoiretOne;
    width: 102px;
    height: 102px;
    margin: auto
}

.counter__name {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight;
    margin-top: 5px
}

.plan {
    margin-top: 85px
}

.plan__title {
    color: #393838;
    font-size: 130px;
    font-family: Caravan;
    text-align: center
}

.plan__description {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight;
    text-align: center;
    padding-top: 54px;
    line-height: 48px
}

.plan__block {
    max-width: 970px;
    margin: 50px auto auto;
    position: relative
}

.plan__block-inner {
    background-image: url(../img/block-bg.jpg);
    padding: 25px 25px 87px;
    position: relative;
    z-index: 10
}

.plan__block-title {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #393838
}

.plan__block-list {
    max-width: 447px;
    margin: 66px auto auto
}

.plan__block-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px
}

.plan__block-time {
    color: #494444;
    font-size: 24px;
    font-family: PoiretOne;
    width: 140px;
    position: relative;
    margin-right: 25px
}

.plan__block-time:after {
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background-color: #969292;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0
}

.plan__block-value {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight
}

.plan__block-img {
    position: absolute
}

.plan__block-img_1 {
    z-index: 1;
    top: -98px;
    left: -287px
}

.plan__block-img_2 {
    right: -88px;
    top: 10px
}

.plan__block-img_3 {
    right: -138px;
    bottom: 0;
    z-index: 11
}

.present {
    text-align: center;
    margin-top: 58px
}

.present__title {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #393838
}

.present__text {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight;
    margin-top: 53px
}

.present__image {
    margin-top: 43px
}

.confirm {
    text-align: center;
    margin-top: 310px;
    position: relative
}

.confirm:before {
    content: '';
    display: block;
    position: absolute;
    top: -184px;
    left: 0;
    width: 1920px;
    height: 638px;
    background-image: url(../img/bg-2.png)
}

.confirm__title {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #393838
}

.confirm__text {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight;
    margin-top: 67px
}

.confirm .container {
    position: relative;
    padding-bottom: 144px
}

.confirm .container:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -21px;
    width: 364px;
    height: 342px;
    background-image: url(../img/branch.png)
}

.dress-code {
    text-align: center;
    margin-top: 85px
}

.dress-code__title {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #fff
}

.dress-code__text {
    color: #fff;
    font-size: 18px;
    font-family: DINProLight;
    margin-top: 55px;
    line-height: 48px
}

.dress-code__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 104px
}

.dress-code__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 20%
}

.dress-code__image img {
    display: block;
    width: 100%
}

.questions {
    text-align: center;
    margin-top: 25px;
    position: relative;
    z-index: 10;
    padding-bottom: 30px
}

.questions__title {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #393838
}

.questions__text {
    color: #474140;
    font-size: 18px;
    font-family: DINProLight;
    margin-top: 71px
}

.questions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 880px;
    margin: auto
}

.questions__item {
    width: 33.33%;
    background-image: url(../img/questions-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 86px;
    line-height: 86px;
    padding-left: 20px;
    margin-top: 17px;
    text-align: left
}

.questions__item-name {
    font-family: DINProLight;
    color: #fefefe;
    font-size: 18px;
    width: 70px;
    display: inline-block
}

.questions__item-value,
.questions__item-value a {
    font-family: PoiretOne;
    color: #494444;
    font-size: 24px
}

.questions__title-2 {
    text-align: center;
    font-family: Caravan;
    font-size: 130px;
    color: #393838;
    margin-top: 40px
}

.map {
    height: 600px
}

.count {
    display: none
}