.wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

button {
    border: none;
    outline: none;
    background: none
}

.center {
    text-align: center
}

.flex_alc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_spbet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.transit {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body {
    font-family: 'Montserrat', sans-serif
}

.wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

button {
    border: none;
    outline: none;
    background: none
}

.center {
    text-align: center
}

.flex_alc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_spbet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.transit {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body {
    font-family: 'Montserrat', sans-serif
}

.header-black__nav {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    min-height: 80px;
    background-color: rgba(1, 1, 1, .8);
    -webkit-box-shadow: 0 11px 14px 5px rgba(0, 0, 0, .78);
    box-shadow: 0 11px 14px 5px rgba(0, 0, 0, .78)
}

.header-black__nav_isset {
    width: 100%;
    padding: 10px 15px
}

@media screen and (max-width: 400px) {
    .header-black__nav_isset {
        padding: 10px 15px
    }
}

.fix-HeaderMenu {
    position: fixed;
    z-index: 10;
    top: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: 100;
    background-color: rgba(1, 1, 1, .9)
}

.fix-HeaderMenu_isset {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%
}

.fix-HeaderMenu_krest {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.fix-HeaderMenu_krest>div {
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff
}

.fix-HeaderMenu_krest>div:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fix-HeaderMenu_krest>div:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fix-HeaderMenu_isset_links {
    text-align: center
}

.fix-HeaderMenu_isset_links>a {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin: 7px 0;
    text-decoration: none;
    letter-spacing: 3px;
    color: #fff
}

@media screen and (max-width: 350px) {
    .fix-HeaderMenu_isset_links>a {
        font-size: 18px
    }
}

.fix-HeaderMenu_isset_links>a:hover {
    color: #d2ba74
}

.fix-mobile {
    position: fixed;
    z-index: 99;
    right: 23px;
    bottom: 15px;
    border-radius: 50%;
    background-color: transparent
}

.fix-mobile>i {
    font-size: 50px;
    cursor: pointer;
    color: #d2ba74
}

.fix_c_style {
    position: fixed;
    right: 15px;
    overflow: hidden;
    width: 0;
    height: 0;
    text-decoration: none;
    border-radius: 13px
}

.fix_c_style>i {
    color: #fff
}

.fix-phone {
    font-size: 25px;
    z-index: 99;
    bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #000
}

.fix-phone>i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fix-viber {
    font-size: 30px;
    z-index: 99;
    bottom: 140px;
    background-color: #7d51a0
}

.fix-whatsapp {
    font-size: 33px;
    z-index: 99;
    bottom: 200px;
    background-color: #40e45d
}

.fix-telegram {
    font-size: 30px;
    z-index: 99;
    bottom: 260px;
    background-color: #2ba2df
}

.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    padding: 160px 0;
    background-color: rgba(1, 1, 1, .9);
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    justify-content: center
}

@media screen and (max-height: 800px) {
    .first {
        padding-top: 150px
    }
}

.galary_photo {
    overflow: hidden;
    width: 600px;
    height: 100%
}

video,
iframe {
    width: 100%
}

.first_block {
    box-sizing: border-box;
    width: 400px;
    min-height: 600px;
    margin-left: 50px;
    padding: 5px
}

.first_block_p {
    font-size: 23px;
    font-weight: 500;
    margin-left: 0;
    text-align: center;
    color: #d2ba74;
    border-bottom: 2px solid #fff
}

.first_block_text {
    margin: 10px 0
}

.first_block_text>span>p,
.first_block_text>span>div {
    margin-bottom: 15px
}

@media screen and (max-width: 330px) {
    .first_block_text>span>p {
        font-size: 15px
    }
}

.first_block_text>span:first-child {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #fff
}

.first_block_text>span:last-child {
    display: inline-block;
    color: #fff
}

.first_block_text>span>p>a {
    color: #fff
}

@media screen and (max-width:900px) {
    .first {
        padding: 146px 0 109px
    }

    .first_block {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:400px) {
    .first_block_p {
        margin-bottom: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 1050px) {
    .galary_photo {
        z-index: 10
    }
}