

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular_0.otf)
}

@font-face {
    font-family: Playfair;
    src: url(../fonts/PlayfairDisplay-Bold.ttf)
}

.block1 .block1__left .block1__btn, .block1 .block1__left p, .block1 .block1__right p, .block2__item p, .block2__right p, .block3 .block3__text p, footer .footer__docs .footer__doc1 a, footer .footer__docs .footer__doc2 a, footer .footer__docs .footer__doc3 a, header .header__btn, header .header__logo-title p, header .header__right .header__text {
    color: #b8b8bc;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400
}

.block1 .block1__left h2, .block2__left h2, .block3 .block3__right h3, .block3 .block3__right p, .block3 .block3__text h2, header .header__left-title, header h1 {
    color: #b1854c;
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 700
}

.block1 .block1__left .block1__btn, header .header__btn {
    margin-top: 86px;
    padding: 30px 54px;
    color: #141414;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 29px rgba(209, 209, 77, .51);
            box-shadow: 0 0 29px rgba(209, 209, 77, .51);
    border-radius: 5px;
    border: none;
    background-color: #d1d14d;
    cursor: pointer
}

.block1 .block1__left h2 hr, .block1 .block1__right hr, .block2__left hr, .block3 .block3__text hr {
    margin: 15px 0 0;
    text-align: left;
    width: 53px;
    height: 3px;
    background-color: #d1d14d
}

body, html {
    margin: 0
}

body, header, html {
    width: 100%;
    height: 100%
}

header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6% 0 0 9%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #1d1d1d;
    overflow-x: hidden;
    z-index: 4
}

@media screen and (max-width: 1600px) {
    header {
        padding: 4% 0 0 8%
    }
}

@media screen and (max-width: 1440px) {
    header {
        padding: 3% 0 0 5%
    }
}

@media screen and (max-width: 1024px) {
    header {
        height: auto;
        padding: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header {
        height: auto;
        padding: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}

@media screen and (max-width: 600px) {
    header {
        padding: 24px 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header {
        padding: 24px 16px
    }
}

@media screen and (max-width: 1024px) {
    header .header__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        z-index: 5
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header .header__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        z-index: 5
    }
}

header .header__logo-title {
    display: inline-block
}

header .header__logo-title p {
    margin: 0
}

@media screen and (max-width: 600px) {
    header .header__logo-title p {
        font-size: 14px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__logo-title p {
        font-size: 14px
    }
}

header .header__logo-title hr {
    margin: 15px 0 0;
    text-align: left;
    width: 53px;
    height: 3px;
    background-color: #d1d14d
}

header h1 {
    margin: 15% 0 13%
}

@media screen and (max-width: 1600px) {
    header h1 {
        margin: 13% 0 11%
    }
}

@media screen and (max-width: 1440px) {
    header h1 {
        margin: 10% 0 8%;
        font-size: 50px
    }
}

@media screen and (max-width: 1024px) {
    header h1 {
        text-align: center;
        font-size: 70px;
        margin-top: 100%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header h1 {
        text-align: center;
        font-size: 70px;
        margin-top: 100%
    }
}

@media screen and (max-width: 600px) {
    header h1 {
        font-size: 30px;
        text-align: start;
        margin-top: 125%;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header h1 {
        font-size: 30px;
        text-align: start;
        margin-top: 125%;
        margin-left: 20px
    }
}

header .header__left-title {
    margin: 0;
    color: #d7d8dc;
    font-size: 36px
}

@media screen and (max-width: 1440px) {
    header .header__left-title {
        font-size: 28px
    }
}

@media screen and (max-width: 1024px) {
    header .header__left-title {
        text-align: center
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header .header__left-title {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    header .header__left-title {
        text-align: start;
        font-size: 24px;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__left-title {
        text-align: start;
        font-size: 24px;
        margin-left: 20px
    }
}

header .header__btn {
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1440px) {
    header .header__btn {
        padding: 25px 60px;
        margin-top: 65px
    }
}

@media screen and (max-width: 1024px) {
    header .header__btn {
        margin: 65px auto 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header .header__btn {
        margin: 65px auto 0
    }
}

@media screen and (max-width: 600px) {
    header .header__btn {
        margin: 65px auto 30px;
        padding: 30px 55px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__btn {
        margin: 65px auto 30px;
        padding: 30px 55px
    }
}

@media screen and (max-width: 320px) {
    header .header__btn {
        padding: 20px 40px
    }
}

header .header__right {
    position: relative;
    margin-left: 16%;
    z-index: 4
}

@media screen and (max-width: 1600px) {
    header .header__right {
        margin-left: 12%
    }
}

@media screen and (max-width: 1440px) {
    header .header__right {
        margin-left: 15%
    }
}

@media screen and (max-width: 1024px) {
    header .header__right {
        position: absolute;
        top: 90px;
        width: 90%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header .header__right {
        position: absolute;
        top: 90px;
        width: 90%
    }
}

@media screen and (max-width: 600px) {
    header .header__right {
        margin-left: 0;
        top: 76px;
        width: 90%
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__right {
        margin-left: 0;
        top: 76px;
        width: 90%
    }
}

header .header__right .header__img {
    height: 100%;
    width: 90%;
    margin-top: -10%
}

@media screen and (max-width: 1600px) {
    header .header__right .header__img {
        margin-top: -5%
    }
}

@media screen and (max-width: 1440px) {
    header .header__right .header__img {
        width: 80%
    }
}

@media screen and (max-width: 600px) {
    header .header__right .header__img {
        width: 100%
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__right .header__img {
        width: 100%
    }
}

@media screen and (max-width: 1600px) {
    header .header__right .header__img img {
        height: 100%;
        width: 100%
    }
}

header .header__right .header__text {
    margin: 0;
    position: absolute;
    right: -30%;
    bottom: 23%;
    max-width: 270px;
    color: #d7d8dc;
    line-height: 30px;
    z-index: 2
}

@media screen and (max-width: 1600px) {
    header .header__right .header__text {
        left: 80%
    }
}

@media screen and (max-width: 1440px) {
    header .header__right .header__text {
        left: 60%;
        bottom: 15%;
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    header .header__right .header__text {
        left: 20%;
        bottom: 10%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    header .header__right .header__text {
        left: 20%;
        bottom: 10%
    }
}

@media screen and (max-width: 600px) {
    header .header__right .header__text {
        font-size: 12px;
        line-height: 18px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__right .header__text {
        font-size: 12px;
        line-height: 18px
    }
}

@media screen and (max-width: 320px) {
    header .header__right .header__text {
        left: 10%
    }
}

header .header__back1 {
    width: 48%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

header .header__back1 img {
    width: 100%;
    height: 100%
}

header .header__back2 {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background-color: #2c2926
}

@media screen and (max-width: 1440px) {
    header .header__back2 {
        width: 50px
    }
}

@media screen and (max-width: 600px) {
    header .header__back2 {
        width: 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    header .header__back2 {
        width: 16px
    }
}

header .header__back3 {
    height: 100%;
    position: absolute;
    left: 20%;
    top: 0;
    z-index: 3
}

.block1, header .header__back3 img {
    width: 100%;
    height: 100%
}

.block1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6% 0 0 9%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

@media screen and (max-width: 1600px) {
    .block1 {
        padding: 4% 0 0 8%
    }
}

@media screen and (max-width: 1440px) {
    .block1 {
        padding: 3% 0 0 5%
    }
}

@media screen and (max-width: 1024px) {
    .block1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 4%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 4%
    }
}

@media screen and (max-width: 600px) {
    .block1 {
        height: auto;
        padding: 42px 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 {
        height: auto;
        padding: 42px 16px
    }
}

.block1 .block1__back1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #36322f;
    z-index: 1
}

@media screen and (max-width: 1440px) {
    .block1 .block1__back1 {
        width: 50px
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__back1 {
        width: 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__back1 {
        width: 16px
    }
}

.block1 .block1__back2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: .25;
    z-index: 2
}

.block1 .block1__back3 {
    position: absolute;
    top: 0;
    left: 70px;
    width: calc(52% - 70px);
    height: 100%;
    background-color: #1d1d1d;
    z-index: 1
}

@media screen and (max-width: 1440px) {
    .block1 .block1__back3 {
        width: calc(52% - 50px);
        left: 50px
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__back3 {
        width: calc(52% - 16px);
        left: 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__back3 {
        width: calc(52% - 16px);
        left: 16px
    }
}

.block1 .block1__back4 {
    position: absolute;
    top: 0;
    left: 52%;
    width: 48%;
    height: 100%;
    background-color: #2d2d2d;
    z-index: 2
}

.block1 .block1__left {
    position: relative;
    z-index: 4
}

.block1 .block1__left h2 {
    margin: 0;
    color: #d7d8dc;
    font-size: 36px
}

@media screen and (max-width: 1024px) {
    .block1 .block1__left h2 {
        text-align: center;
        margin-top: 40px
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 .block1__left h2 {
        text-align: center;
        margin-top: 40px
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__left h2 {
        margin: 0 0 0 20px;
        text-align: start
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left h2 {
        margin: 0 0 0 20px;
        text-align: start
    }
}

.block1 .block1__left h2 hr {
    opacity: .25;
    margin: 15px auto
}

@media screen and (max-width: 600px) {
    .block1 .block1__left h2 hr {
        margin: 12px 0 0;
        background-color: #b1854c
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left h2 hr {
        margin: 12px 0 0;
        background-color: #b1854c
    }
}

.block1 .block1__left p {
    max-width: 530px;
    color: #b8b8bc;
    line-height: 30px;
    opacity: .6
}

@media screen and (max-width: 1440px) {
    .block1 .block1__left p {
        font-size: 16px;
        max-width: 400px;
        line-height: 26px
    }
}

@media screen and (max-width: 1024px) {
    .block1 .block1__left p {
        margin: 15px auto;
        font-size: 18px;
        max-width: 60%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 .block1__left p {
        margin: 15px auto;
        font-size: 18px;
        max-width: 60%
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__left p {
        max-width: 90%
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left p {
        max-width: 90%
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__left .block1__title1 {
        margin-top: 18%
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left .block1__title1 {
        margin-top: 18%
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__left .block1__title2 {
        margin-top: 10%
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left .block1__title2 {
        margin-top: 10%
    }
}

.block1 .block1__left .block1__btn {
    margin-top: 70px
}

@media screen and (max-width: 1440px) {
    .block1 .block1__left .block1__btn {
        margin-top: 50px;
        padding: 25px 60px
    }
}

@media screen and (max-width: 1024px) {
    .block1 .block1__left .block1__btn {
        margin: 50px auto;
        display: block
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 .block1__left .block1__btn {
        margin: 50px auto;
        display: block
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__left .block1__btn {
        margin: 40px auto 50px;
        padding: 30px 55px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__left .block1__btn {
        margin: 40px auto 50px;
        padding: 30px 55px
    }
}

@media screen and (max-width: 320px) {
    .block1 .block1__left .block1__btn {
        padding: 20px 40px
    }
}

.block1 .block1__right {
    position: relative;
    padding-top: 38px;
    margin-left: 10%;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 195px;
    -ms-grid-columns:(300px)[3];
    grid-template-columns:repeat(3, 300px);
    z-index: 4
}

@media screen and (max-width: 1440px) {
    .block1 .block1__right {
        -ms-grid-columns:(40%)[3];
        grid-template-columns:repeat(3, 40%);
        margin-left: 5%;
        grid-auto-rows: 160px
    }
}

@media screen and (max-width: 1280px) {
    .block1 .block1__right {
        grid-auto-rows: 150px
    }
}

@media screen and (max-width: 1024px) {
    .block1 .block1__right {
        -ms-grid-columns:(230px)[3];
        grid-template-columns:repeat(3, 230px);
        grid-auto-rows: 140px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 .block1__right {
        -ms-grid-columns:(230px)[3];
        grid-template-columns:repeat(3, 230px);
        grid-auto-rows: 140px;
        margin: 0 auto
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__right {
        display: block
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__right {
        display: block
    }
}

.block1 .block1__right .block1__item {
    max-width: 235px
}

@media screen and (max-width: 1280px) {
    .block1 .block1__right .block1__item {
        max-width: 200px
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__right .block1__item {
        text-align: start;
        margin-bottom: 45px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__right .block1__item {
        text-align: start;
        margin-bottom: 45px
    }
}

.block1 .block1__right p {
    color: #d7d8dc;
    line-height: 30px
}

@media screen and (max-width: 1440px) {
    .block1 .block1__right p {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 1024px) {
    .block1 .block1__right p {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block1 .block1__right p {
        margin-bottom: 0
    }
}

@media screen and (max-width: 600px) {
    .block1 .block1__right p {
        line-height: 30px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block1 .block1__right p {
        line-height: 30px
    }
}

.block1 .block1__right .block1__dots {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 70%
}

.block1 .block1__right .block1__dot1, .block1 .block1__right .block1__dot2, .block1 .block1__right .block1__dot3 {
    width: 16px;
    height: 16px;
    background-color: #d1d14d;
    border-radius: 8px;
    opacity: .5
}

.block1 .block1__right .block1__dot2 {
    margin: 0 21px
}

.block1 .block1__right .dot-active {
    opacity: 1
}

.block1 .block1__right .dots-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block1 .block1__right .item-none {
    display: none
}

.block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6% 0 0 9%;
    background-color: #1d1d1d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

@media screen and (max-width: 1600px) {
    .block2 {
        padding: 4% 0 0 8%
    }
}

@media screen and (max-width: 1440px) {
    .block2 {
        padding: 2% 0 0 5%
    }
}

@media screen and (max-width: 1024px) {
    .block2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto
    }
}

@media screen and (max-width: 600px) {
    .block2 {
        height: auto;
        padding: 40px 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2 {
        height: auto;
        padding: 40px 16px
    }
}

.block2 .block2__aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-color: #2c2926;
    z-index: 2
}

@media screen and (max-width: 1440px) {
    .block2 .block2__aside {
        width: 50px
    }
}

@media screen and (max-width: 600px) {
    .block2 .block2__aside {
        width: 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2 .block2__aside {
        width: 16px
    }
}

.block2__back1 {
    position: absolute;
    width: 48%;
    height: 100%;
    top: 0;
    right: 0
}

@media screen and (max-width: 1024px) {
    .block2__back1 {
        background-color: #232323
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__back1 {
        background-color: #232323
    }
}

.block2__back1 img {
    width: 100%;
    height: 100%
}

.block2__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media screen and (max-width: 1600px) {
    .block2__main {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }
}

@media screen and (max-width: 1024px) {
    .block2__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

.block2__left {
    position: relative;
    z-index: 4
}

@media screen and (max-width: 1024px) {
    .block2__left {
        margin: 0 auto
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__left {
        margin: 0 auto
    }
}

.block2__left h2 {
    color: #d7d8dc;
    font-size: 36px
}

@media screen and (max-width: 1024px) {
    .block2__left h2 {
        text-align: center
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__left h2 {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .block2__left h2 {
        text-align: start;
        width: 60%;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__left h2 {
        text-align: start;
        width: 60%;
        margin-left: 20px
    }
}

.block2__left hr {
    opacity: .25
}

@media screen and (max-width: 1024px) {
    .block2__left hr {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__left hr {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 600px) {
    .block2__left hr {
        margin: 15px 0 40px;
        background-color: #b1854c
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__left hr {
        margin: 15px 0 40px;
        background-color: #b1854c
    }
}

.block2__mobile-img {
    display: none
}

@media screen and (max-width: 600px) {
    .block2__mobile-img {
        display: block;
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;
        opacity: .8
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__mobile-img {
        display: block;
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;
        opacity: .8
    }
}

.block2__mobile-img img {
    width: 100%;
    height: 100%
}

.block2__items {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 200px;
    -ms-grid-columns:(380px)[2];
    grid-template-columns:repeat(2, 380px)
}

@media screen and (max-width: 1600px) {
    .block2__items {
        grid-auto-rows: 150px
    }
}

@media screen and (max-width: 1440px) {
    .block2__items {
        grid-auto-rows: 130px;
        -ms-grid-columns:(340px)[2];
        grid-template-columns:repeat(2, 340px)
    }
}

@media screen and (max-width: 600px) {
    .block2__items {
        margin-top: 300px;
        display: block
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__items {
        margin-top: 300px;
        display: block
    }
}

.block2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.block2__item img {
    width: 40px
}

@media screen and (max-width: 600px) {
    .block2__item img {
        width: 40px;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__item img {
        width: 40px;
        margin-left: 20px
    }
}

.block2__item p {
    margin-left: 40px;
    max-width: 230px;
    color: #b8b8bc;
    line-height: 30px;
    opacity: .6
}

@media screen and (max-width: 1440px) {
    .block2__item p {
        font-size: 16px
    }
}

.block2__right {
    margin-left: 0;
    margin-top: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 102px 65px 95px;
    -webkit-box-shadow: 11px 11px 7px rgba(0, 5, 16, .19);
            box-shadow: 11px 11px 7px rgba(0, 5, 16, .19);
    border: 11px solid #b1854c;
    background-color: #000;
    opacity: .47
}

@media screen and (max-width: 1600px) {
    .block2__right {
        margin-top: 15%;
        padding: 70px 40px
    }
}

@media screen and (max-width: 1440px) {
    .block2__right {
        padding: 70px 40px
    }
}

@media screen and (max-width: 1024px) {
    .block2__right {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block2__right {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 600px) {
    .block2__right {
        position: absolute;
        z-index: 5;
        padding: 60px 20px 40px;
        left: -16px;
        top: 480px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__right {
        position: absolute;
        z-index: 5;
        padding: 60px 20px 40px;
        left: -16px;
        top: 480px
    }
}

@media screen and (max-width: 600px) {
    .block2__right img {
        margin-left: -150px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__right img {
        margin-left: -150px
    }
}

.block2__right p {
    margin: 65px 0 0;
    max-width: 260px;
    color: #d7d8dc;
    line-height: 30px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .block2__right p {
        text-align: start;
        margin-top: 30px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block2__right p {
        text-align: start;
        margin-top: 30px
    }
}

.block3 {
    display: block;
    position: relative;
    background-image: url(../images/fon4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 6% 0 0 9%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden
}

@media screen and (max-width: 1600px) {
    .block3 {
        padding: 4% 0 0 8%
    }
}

@media screen and (max-width: 1440px) {
    .block3 {
        padding: 3% 0 0 5%
    }
}

@media screen and (max-width: 1024px) {
    .block3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 5%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 5%
    }
}

@media screen and (max-width: 600px) {
    .block3 {
        height: auto;
        padding: 40px 16px 0
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 {
        height: auto;
        padding: 40px 16px 0
    }
}

.block3 .block3__aside {
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #36322f
}

@media screen and (max-width: 1440px) {
    .block3 .block3__aside {
        width: 50px
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__aside {
        width: 16px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__aside {
        width: 16px
    }
}

.block3 .block3__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media screen and (max-width: 1440px) {
    .block3 .block3__main {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }
}

@media screen and (max-width: 1024px) {
    .block3 .block3__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}

@media screen and (max-width: 1024px) {
    .block3 .block3__text {
        width: 100%
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__text {
        width: 100%
    }
}

.block3 .block3__text h2 {
    margin: 0;
    color: #d7d8dc;
    font-size: 36px
}

@media screen and (max-width: 1024px) {
    .block3 .block3__text h2 {
        text-align: center
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__text h2 {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__text h2 {
        text-align: start;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__text h2 {
        text-align: start;
        margin-left: 20px
    }
}

.block3 .block3__text hr {
    opacity: .25
}

@media screen and (max-width: 1024px) {
    .block3 .block3__text hr {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__text hr {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__text hr {
        margin-left: 0
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__text hr {
        margin-left: 0
    }
}

.block3 .block3__text p {
    margin-top: 50px;
    max-width: 450px;
    color: #d7d8dc;
    font-size: 18px;
    opacity: .6;
    line-height: 30px
}

@media screen and (max-width: 1440px) {
    .block3 .block3__text p {
        line-height: 26px;
        font-size: 16px;
        margin-top: 40px
    }
}

@media screen and (max-width: 1024px) {
    .block3 .block3__text p {
        text-align: center;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__text p {
        text-align: center;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__text p {
        text-align: start;
        margin-left: 20px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__text p {
        text-align: start;
        margin-left: 20px
    }
}

.block3 .block3__right {
    margin-left: 6.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    -webkit-box-shadow: 11px 11px 7px rgba(0, 5, 16, .19);
            box-shadow: 11px 11px 7px rgba(0, 5, 16, .19);
    border: 11px solid rgba(177, 133, 76, .47)
}

@media screen and (max-width: 1600px) {
    .block3 .block3__right {
        padding: 4%
    }
}

@media screen and (max-width: 1024px) {
    .block3 .block3__right {
        margin: 50px auto
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .block3 .block3__right {
        margin: 50px auto
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__right {
        position: relative;
        z-index: 5
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__right {
        position: relative;
        z-index: 5
    }
}

.block3 .block3__right h3 {
    text-align: center;
    margin: 0;
    color: #b8b8bc;
    font-size: 36px
}

.block3 .block3__right p {
    text-align: center;
    margin: 68px auto;
    color: #d7d8dc;
    font-size: 100px
}

@media screen and (max-width: 1440px) {
    .block3 .block3__right p {
        margin: 45px auto
    }
}

.block3 .block3__right b {
    vertical-align: top;
    line-height: 100px;
    font-size: 80px
}

.block3 .block3__right .block3__sec-b {
    font-size: 50px;
    vertical-align: bottom
}

.block3 .block3__right .block3__btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 30px 95px;
    -webkit-box-shadow: 0 18px 18px hsla(0, 0%, 8%, .56);
            box-shadow: 0 18px 18px hsla(0, 0%, 8%, .56);
    border-radius: 5px;
    background-color: #d1d14d;
    border: none;
    color: #141414;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

.block3 .block3__right .block3__btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 1440px) {
    .block3 .block3__right .block3__btn {
        padding: 25px 60px
    }
}

@media screen and (max-width: 600px) {
    .block3 .block3__right .block3__btn {
        padding: 25px 70px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .block3 .block3__right .block3__btn {
        padding: 25px 70px
    }
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    padding: 36px 170px;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: calc(-6% - 70px);
    width: calc(106% - 70px);
    background-color: #1d1d1d;
    z-index: 3
}

@media screen and (max-width: 1600px) {
    footer {
        padding: 26px 100px
    }
}

@media screen and (max-width: 1440px) {
    footer {
        margin-left: -70px;
        width: 100%;
        padding: 15px 30px
    }
}

@media screen and (max-width: 1024px) {
    footer {
        margin-left: -70px;
        width: calc(100% + 70px)
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    footer {
        margin-left: -70px;
        width: calc(100% + 70px)
    }
}

@media screen and (max-width: 600px) {
    footer {
        position: relative;
        display: block;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    footer {
        position: relative;
        display: block;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

footer .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media screen and (max-width: 600px) {
    footer .footer__icons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    footer .footer__icons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

footer .footer__icons .footer__social1, footer .footer__icons .footer__social2, footer .footer__icons .footer__social3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 20px;
    width: 54px;
    height: 54px;
    opacity: .6;
    position: relative
}

@media screen and (max-width: 1440px) {
    footer .footer__icons .footer__social1, footer .footer__icons .footer__social2, footer .footer__icons .footer__social3 {
        width: 40px;
        height: 40px
    }

    footer .footer__icons .footer__social1 svg, footer .footer__icons .footer__social2 svg, footer .footer__icons .footer__social3 svg {
        width: 100%;
        height: 100%
    }
}

footer .footer__icons .footer__social1:hover, footer .footer__icons .footer__social2:hover, footer .footer__icons .footer__social3:hover {
    opacity: 1
}

footer .footer__icons a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer .footer__docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1024px) {
    footer .footer__docs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    footer .footer__docs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}

@media screen and (max-width: 600px) {
    footer .footer__docs {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    footer .footer__docs {
        display: block;
        margin: 0 auto
    }
}

footer .footer__docs .footer__doc1, footer .footer__docs .footer__doc2, footer .footer__docs .footer__doc3 {
    padding: 0 20px;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    footer .footer__docs .footer__doc1, footer .footer__docs .footer__doc2, footer .footer__docs .footer__doc3 {
        text-align: center
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    footer .footer__docs .footer__doc1, footer .footer__docs .footer__doc2, footer .footer__docs .footer__doc3 {
        text-align: center
    }
}

footer .footer__docs .footer__doc1 a, footer .footer__docs .footer__doc2 a, footer .footer__docs .footer__doc3 a {
    color: #b8b8bc;
    text-decoration: none
}

@media screen and (max-width: 1440px) {
    footer .footer__docs .footer__doc1 a, footer .footer__docs .footer__doc2 a, footer .footer__docs .footer__doc3 a {
        font-size: 14px
    }
}

footer .footer__docs .footer__doc1 a:hover, footer .footer__docs .footer__doc2 a:hover, footer .footer__docs .footer__doc3 a:hover {
    color: #d1d14d
}

footer .footer__docs .footer__doc2 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

@media screen and (max-width: 600px) {
    footer .footer__docs .footer__doc2 {
        border: none
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    footer .footer__docs .footer__doc2 {
        border: none
    }
}