html, body {min-width: 320px; height: 100%; min-height: 100%;}
body {margin: 0; line-height: 1.32; color: #000; font-family: 'TTNorms', serif;}
a {color: inherit}
a img {border: none;}
* {outline: none;}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
input, button {
    -webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; margin: 0;
    border: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}
.app{
    width: 100%; overflow: hidden;
}
.title {
    font-family: 'BodoniCyrillic', serif;
    font-size: 60px; line-height: .96;
    text-transform: uppercase;
    color: #000;
}
.title--large{
    font-size: 130px;
    line-height: 0.95;
}
.box {
    max-width: 1680px;
    width: 100%;
    margin: auto;
    position: relative;
}

.title--green{
    color: #92C15C;
}
.title--pink{
    color: #F193A5;
}
.title--blue{
    color: #83BCE1;
}
.title--red{
    color: #B81917;
}

.header{
    height: 205px;
    background: #fff;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}

.logo{min-width: 158px;}
.logo img{width: 100%;  max-height: 100%;}
.logo-tvz{
    min-width: 130px;
    display: inline-block;
}
.logo-tvz img{width: 100%; max-height: 100%;}
.menu{
    font-family: 'Mabry';
    padding-right: 15px;
    display: -webkit-flex; display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 720px;
}
.menu a {
    font-size: 14px; line-height: 1;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.menu span {
    border-bottom: solid 1px transparent;
    transition: border-color 0.3s;
}

.no-touch .menu a:hover span,
.no-touch .menu a.active span
{
    border-color: rgba(0,0,0,0.7);
}

.footer{
    height: 260px;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 78px;
    padding-right: 81px;
    font-size: 18px;
    position: relative;
}
.footer .menu a:after{
    background: #000;
}
.footer__left{
    display: flex;
    align-items: center;
}
.footer .menu{
    padding-right: 0;
    text-align: center;
    /*max-width: 600px;*/
}
.copy{
    margin-left: 40px;
}
.amio{
    white-space: nowrap;
}
@media (max-width: 1680px) {
    .footer {
        font-size: calc(16 / 1680 * 100vw);
    }
    .footer .menu{
        max-width: calc(800 / 1680 * 100vw);
    }
    .footer .menu a {
        font-size: calc(16 / 1680 * 100vw);
    }
    .logo-tvz{
        width: calc(130 / 1680 * 100vw);
    }
    .logo{
        width: calc(230 / 1680 * 100vw);
    }
    .header{
        height: calc(205 / 1680 * 100vw);
    }
}
@media (max-width: 1520px) {
    .footer {
        width: 1520px;
        padding-left: 30px;
        padding-right: 54px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 1300px) {
    .menu{
        max-width: calc(1050 / 1680 * 100vw);
    }
    .menu a{
        font-size: calc(22 / 1680 * 100vw);
    }
}



.scroll-helper {
    position: fixed;
    bottom: 100px;
    left: 0;
}

.animate > .fromTop {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
}

.animate > .fromBottom {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
}

.animate > .fromRight {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
}

.animate > .fromLeft {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
}

.fadeIn {
    opacity: 0;
    transition: opacity 1000ms;
}

.animated > .fromTop,
.animated > .fromBottom,
.animated > .fromRight,
.animated > .fromLeft,
.animated > .fadeIn{
    transform: none;
    opacity: 1;
}
.animation-delay-2 {transition-delay: .2s !important;}
.animation-delay-4 {transition-delay: .4s !important;}
.animation-delay-6 {transition-delay: .6s !important;}

.app{
    animation: fadeIn 1s linear;
}
@keyframes fadeIn {
    from{opacity: 0;}
}

.txt{

}
.txt__text{

}
.txt p {

}
.txt p:first-child{margin-top: 0;}
.txt p:last-child{margin-bottom: 0;}
.txt .title{

}


.index__block-main {
    position: relative;
    background: #EFEFE7;
}
.index__block-main .box {
    padding: 102px 0 102px 155px;
    min-height: 835px;
}
.index__block-main__pic2 {
    background: url("../img/deer.jpg") right top no-repeat;
    background-size: auto 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    right: -55px;
    bottom: 0;
}
.index__block-main .title {
    margin-bottom: 10px;
    position: relative;

}

.index__block-main .txt__text {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    position: relative;

}
.index__block-main .txt__text p {
    margin: 0 0 40px 0;
}
.index__block-main .txt__text p:last-child {
    margin-bottom: 0;
}

.index__block-main__pic1 {
    width: 240px;
    height: 115px;
    background: #623E1E;
    position: absolute;
    left: 0;
    top: 64px;
}
.index__block-main__pic3 {
    background: url("../img/noble.png") right top no-repeat;
    background-size: auto 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 34px;
    right: 226px;
    bottom: 0;
}

.index__block-main .txt .title{
    margin-bottom: 0;
    margin-left: 0;
}

.index__block-main .box:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 175px;
    left: 80px;
    bottom: -140px;
    background: #623E1E;
}
.index__block-main .txt {
    padding: 0;
}

.txt{
    padding-left: 40px;
    font-size: 18px;
    line-height: 132%;
}
.txt__text{
    max-width: 480px;
}
.txt p {
    margin: 25px 0;
}
.txt p:first-child{margin-top: 0;}
.txt p:last-child{margin-bottom: 0;}
.txt .title{
    margin-bottom: 37px;
    margin-left: -40px;
}
.txt .btn{
    margin-top: 50px;
    margin-left: -40px;
}


.index__block6{
    position: relative;
    padding-top: 10px;
}
.index__block6 .box {
    padding-top: 120px;
    padding-left: 80px;
    padding-right: 80px;
}
.index__block6__pic1{
    position: absolute;
    width: 430px;
    height: 430px;
    left: 65%; margin-left: 87px;
    top: -90px;
    background-image: url("../img/apple.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.index__block6__pic2{
    position: absolute;
    width: 1260px;
    height: 730px;
    left: 50%; margin-left: -759px;
    top: 10px;
    background-image: url("../img/apple_theme.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.index__block6__pic3{
    position: absolute;
    width: 650px;
    height: 1050px;
    left: 50%; margin-left: -500px;
    top: 520px;
    background-image: url("../img/apple_buttle.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.index__block6__pic5{
    position: absolute;
    width: 1000px;
    height: 570px;
    top: 250px;
    left: 43%; margin-left: 79px;
    background-image: url("../img/apple_glass.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;

}

.index__block1{
    position: relative;
    padding-top: 140px;
}
.index__block1 .box {
    padding-top: 920px;
    padding-left: 80px;
    padding-right: 80px;
}
.index__block1__pic1{
    position: absolute;
    width: 683px;
    height: 687px;
    left: 50%; margin-left: 117px;
    top: -170px;
    background-image: url("../img/palm.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.index__block1__pic2{
    position: absolute;
    width: 1260px;
    height: 630px;
    left: 50%; margin-left: -759px;
    top: 130px;
    background: #634838;
}
.index__block1__pic3{
    position: absolute;
    width: 650px;
    height: 750px;
    left: 50%; margin-left: -670px;
    top: 542px;
    background-image: url("../img/deer1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.index__block5__pic3{
    position: absolute;
    width: 650px;
    height: 1050px;
    left: 50%; margin-left: -500px;
    top: 650px;
    background-image: url("../img/3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
   
}
.index__block1__pic4{
    position: absolute;
    width: 820px;
    height: 630px;
    left: 50%; margin-left: -409px;
    top: 0;
    background-image: url("../img/barrels.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.index__block5__pic4{
    position: absolute;
    width: 820px;
    height: 630px;
    left: 50%; margin-left: -380px;
    top: 0;
    background-image: url("../img/2.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.index__block1__pic5{
    position: absolute;
    width: 480px;
    height: 630px;
    top: 287px;
    left: 50%; margin-left: 279px;
    background-image: url("../img/glass.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;

}
.index__block5__pic5{
    position: absolute;
    width: 480px;
    height: 630px;
    top: 220px;
    left: 50%; margin-left: 279px;
    background-image: url("../img/1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;

}
.index__block1__pic5:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 25px;
    height: 350px;
    background: #634838;
    left: 50%;
    margin-top: -117px;
    margin-left: -17px;

}

.index__block1__text{
    background: #fff;
    padding: 80px 90px 170px 90px;
    position: relative;
    left: 50%;
    width: calc(50% + 110px);
    box-sizing: border-box;
    margin-left: -110px;
}




.index__block2 .box {
    padding-top: 124px;
    margin-bottom: 283px;
    box-sizing: border-box;
    position: relative;
}
.index__block2__pic1{
    position: absolute;
    left: -335px;
    top: -45px;
    width: 769px;
    height: 1042px;
    margin-left: 0;
    background-image: url("../img/deer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.index__block2__pic2{
    position: absolute;
    right: 0;
    top: 0;
    width: 1210px;
    height: 850px;
    background-image: url("../img/barrels_glass.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.index__block2__text{
    background: #fff;
    padding: 224px 27px 0 255px;
    position: relative;
    width: 58%; min-height: 730px;
    left: 50%; margin-left: -840px;
    box-sizing: border-box;

}

.index__block2__text .txt {
    position: relative;
    z-index: 2;
}
.index__block2__text .txt__text {
    max-width: 521px;
}

.index__block2__text .title{
    font-size: 100px;
    position: relative;
    margin-bottom: 26px;
    margin-left: -89px;
}

.index__block3 {
    background: #000;
}
.index__block3 .box {
    padding-top: 110px;
    padding-bottom: 160px;
    position: relative;
    min-height: 890px;
    box-sizing: border-box;
}
.index__block3 .box:before {
    content: '';
    display: block;
    position: absolute;
    right: -228px;
    top: 160px;
    background: #000 url("../img/palm1.png") 100% 100% no-repeat;
    background-size: contain;
    width: 728px;
    height: 713px;


}
.index__block3__pic-red1{
    position: absolute; left: 50%; top: 0;
    width: 200px; height: 200px;
    margin-left: -800px;
    margin-top: 583px;
    background: #623E1E;
}
.index__block3__pic-gray{
    position: absolute; left: 50%; top: 0;
    width: 650px; height: 820px;
    margin-left: -760px;
    margin-top: -75px;
    background: #E5E5E5;
}
.index__block3__pic-gin{
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("../img/noble1.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 650px; height: 820px;
    margin-left: -760px;
    margin-top: -75px;

}
.index__block3__pic-red2{
    position: absolute; left: 50%; top: 0;
    width: 25px; height: 270px;
    margin-left: -240px;
    margin-top: -223px;
    background: #623E1E;
}
.index__block3__pic-red3{
    position: absolute; left: 50%; top: 0;
    width: 25px; height: 570px;
    margin-left: -240px;
    margin-top: 370px;
    background: #623E1E;
}
.index__block3__text{
    left: 50%;
    position: relative;
    margin-left: 15px;
    padding-right: 20px;
    box-sizing: border-box;
    width: calc(50% - 15px);
}
.index__block3__text .txt{
    padding-left: 0;
}
.index__block3__text .txt__text{
    color: #fff;
    max-width: 521px;
}
.index__block3__text .title{
    margin-left: -262px;
    font-size: 122px;
    margin-bottom: 20px;
}
.index__block3__text .btn{
    margin-left: 0;
}

.index__block4 .box {
    min-height: 1368px;
}
.index__block4 .box {
    padding: 222px 0 550px 169px;
}
.index__block4__text {
    position: relative;
}
.index__block4__text .txt__text {
    max-width: 390px;
}
.index__block4__text .title {
    font-size: 72px;
}
.index__block4__pic {
    position: absolute;
    right: 275px;
    top: 21px;
    width: 686px;
    height: 677px;
    background: url("../img/palm2.png") center center no-repeat;
    background-size: contain;
}
.index__block4__pic1 {
    position: absolute;
    right: 69px;
    top: 803px;
    width: 526px;
    height: 509px;
    background: url("../img/palm3.png") center center no-repeat;
    background-size: contain;
}

.index__block4__pic2 {
    position: absolute;
    background: #623E1E;
    width: 690px;
    height: 680px;
    right: 300px;
    top: 258px;
}
.index__block4__pic2 div {
    position: absolute;
    background: url("../img/forest.jpg") center center no-repeat;
    background-size: contain;
    width: 430px;
    height: 790px;
    left: 130px;
    top: 77px;
}

.index__block4__pic3 {
    position: absolute;
    right: 80px;
    top: 161px;
    width: 480px;
    height: 280px;
    background: url("../img/glass1.jpg") center center no-repeat;
    background-size: contain;
}
.index__block4__pic4 {
    position: absolute;
    left: 170px;
    top: 100%;
    margin-top: 60px;
    width: 390px;
    height: 400px;
    background: url("../img/noble2.jpg") center center no-repeat;
    background-size: contain;
}

@media (max-width: 1679px) {
    .index__block1 .box {
        padding-top: calc(920 / 1680 * 100vw);
        padding-left: calc(80 / 1680 * 100vw);
        padding-right: calc(80 / 1680 * 100vw);
    }
    .index__block1__pic1{
        width: calc(683 / 1680 * 100vw);
        height: calc(687 / 1680 * 100vw);
        margin-left: calc(117 / 1680 * 100vw);
        top: calc(-170 / 1680 * 100vw);
    }

    .index__block1__pic2{
        width: calc(1260 / 1680 * 100vw);
        height: calc(630 / 1680 * 100vw);
        margin-left: calc(-759 / 1680 * 100vw);
        top: calc(130 / 1680 * 100vw);
    }
    .index__block1__pic3{
        width: calc(650 / 1680 * 100vw);
        height: calc(750 / 1680 * 100vw);
        margin-left: calc(-670 / 1680 * 100vw);
        top: calc(542 / 1680 * 100vw);
    }
    .index__block1__pic4{
        width: calc(820 / 1680 * 100vw);
        height: calc(630 / 1680 * 100vw);
        margin-left: calc(-409 / 1680 * 100vw);
    }
    .index__block5__pic4{
        width: calc(820 / 1680 * 100vw);
        height: calc(630 / 1680 * 100vw);
        margin-left: calc(-409 / 1680 * 100vw);
    }
    .index__block1__pic5{
        width: calc(480 / 1680 * 100vw);
        height: calc(630 / 1680 * 100vw);
        top: calc(287 / 1680 * 100vw);
        margin-left: calc(279 / 1680 * 100vw);
    }
    .index__block1__pic5:before {
        width: calc(25 / 1680 * 100vw);
        height: calc(350 / 1680 * 100vw);
        margin-top: calc(-150 / 1680 * 100vw);
        margin-left: calc(-17 / 1680 * 100vw);

    }
    .index__block1__text{
        padding: calc(117 / 1680 * 100vw) calc(90 / 1680 * 100vw) calc(170 / 1680 * 100vw);
        margin-left: calc(-110 / 1680 * 100vw);
        width: calc(50% + 6.5vw);
    }

    .title{font-size: calc(60 / 1680 * 100vw);}
    .title--large{font-size: calc(130 / 1680 * 100vw);}

    .header {
        padding-left: calc(50 / 1680 * 100vw);
        padding-right: calc(50 / 1680 * 100vw);
        height: calc(205 / 1680 * 100vw);
    }
    .menu {
        padding-right: 0;
    }
    .logo {
        width: calc(158 / 1680 * 100vw);
        min-width: calc(158 / 1680 * 100vw);
    }
    .logo-tvz {
        min-width: calc(130 / 1680 * 100vw);
        height: calc(130 / 1680 * 100vw);
    }

    .txt {
        font-size: calc(20 / 1680 * 100vw);
        padding-left: calc(40 / 1680 * 100vw);
    }
    .txt .title {
        margin-bottom:  calc(37 / 1680 * 100vw);
        margin-left:  calc(-40 / 1680 * 100vw);
    }
    .txt p {
        margin: calc(25 / 1680 * 100vw) 0;
    }


    .index__block-main .box {
        padding: calc(102 / 1680 * 100vw) 0 calc(102 / 1680 * 100vw) calc(155 / 1680 * 100vw);
        min-height: calc(835 / 1680 * 100vw);
    }
    .index__block-main__pic2 {
        right: calc(-55 / 1680 * 100vw);

    }

    .index__block-main__pic1 {
        width: calc(240 / 1680 * 100vw);
        height: calc(115 / 1680 * 100vw);
        top: calc(64 / 1680 * 100vw);
    }
    .index__block-main__pic3 {
        top: calc(34 / 1680 * 100vw);
        right: calc(226 / 1680 * 100vw);
    }
    .index__block-main .txt__text {
        font-size: calc(30 / 1680 * 100vw);
    }
    .index__block-main .txt__text p {
        margin: 0 0 calc(40 / 1680 * 100vw) 0;
    }
    .index__block1 {
        padding-top: calc(140 / 1680 * 100vw);
    }
    .index__block-main .box:after {
        width: calc(25 / 1680 * 100vw);
        height: calc(175 / 1680 * 100vw);
        left: calc(80 / 1680 * 100vw);
        bottom: calc(-140 / 1680 * 100vw);
    }

    .index__block2 .box {
        padding-top: calc(124 / 1680 * 100vw);
        margin-bottom: calc(283 / 1680 * 100vw);
    }
    .index__block2__pic1{
        top: calc(-45 / 1680 * 100vw);
        left: calc(-335 / 1680 * 100vw);
        width: calc(769 / 1680 * 100vw);
        height: calc(1042 / 1680 * 100vw);
    }
    .index__block2__pic2{
        width: calc(1210 / 1680 * 100vw);
        height: calc(850 / 1680 * 100vw);
    }

    .index__block2__text{

        padding: calc(224 / 1680 * 100vw) calc(27 / 1680 * 100vw) 0 calc(255 / 1680 * 100vw);
        min-height: calc(730 / 1680 * 100vw);
        margin-left: calc(-840 / 1680 * 100vw);
    }
    .index__block2__text .title{
        font-size: calc(100 / 1680 * 100vw);
        margin-left: calc(-89 / 1680 * 100vw);
        margin-bottom: calc(26 / 1680 * 100vw);
    }


    .menu a {
        font-size: calc(22 / 1680 * 100vw);
    }



    .footer {
        height: calc(260 / 1680 * 100vw);
        -webkit-justify-content: space-between; justify-content: space-between;
        padding-left: calc(78 / 1680 * 100vw);
        padding-right: calc(81 / 1680 * 100vw);
        font-size: calc(20 / 1680 * 100vw);
    }
    .copy {
        margin-left: calc(40 / 1680 * 100vw);
    }
    .footer .menu {
        padding-left: calc(40 / 1680 * 100vw);
        padding-right: calc(40 / 1680 * 100vw);
    }








    .index__block3 .box {
        padding-top: calc(110 / 1680 * 100vw);
        padding-bottom: calc(160 / 1680 * 100vw);
        min-height: calc(890 / 1680 * 100vw);
    }
    .index__block3 .box:before {
        right: calc(-228 / 1680 * 100vw);
        top: calc(160 / 1680 * 100vw);
        width: calc(728 / 1680 * 100vw);
        height: calc(713 / 1680 * 100vw);
    }
    .index__block3__pic-red1{
        width: calc(200 / 1680 * 100vw);
        height: calc(200 / 1680 * 100vw);
        margin-left: calc(-800 / 1680 * 100vw);
        margin-top: calc(583 / 1680 * 100vw);
    }
    .index__block3__pic-gray{
        width: calc(650 / 1680 * 100vw);
        height: calc(820 / 1680 * 100vw);
        margin-left: calc(-760 / 1680 * 100vw);
        margin-top: calc(-75 / 1680 * 100vw);
    }
    .index__block3__pic-gin{
        width: calc(650 / 1680 * 100vw);
        height: calc(820 / 1680 * 100vw);
        margin-left: calc(-760 / 1680 * 100vw);
        margin-top: calc(-75 / 1680 * 100vw);

    }
    .index__block3__pic-red2{
        width: calc(25 / 1680 * 100vw);
        height: calc(270 / 1680 * 100vw);
        margin-left: calc(-240 / 1680 * 100vw);
        margin-top: calc(-223 / 1680 * 100vw);
    }
    .index__block3__pic-red3{
        width: calc(25 / 1680 * 100vw);
        height: calc(570 / 1680 * 100vw);
        margin-left: calc(-240 / 1680 * 100vw);
        margin-top: calc(370 / 1680 * 100vw);
    }
    .index__block3__text{
        margin-left: calc(15 / 1680 * 100vw);
        padding-right: calc(20 / 1680 * 100vw);
        width: calc(50% - 15px);
    }
    .index__block3__text .title{
        margin-left: calc(-262 / 1680 * 100vw);
        font-size: calc(122 / 1680 * 100vw);
        margin-bottom: calc(20 / 1680 * 100vw);
    }






    .index__block4 .box {
        min-height: calc(1368 / 1680 * 100vw);
    }
    .index__block4 .box {
        padding: calc(222 / 1680 * 100vw) 0 calc(550 / 1680 * 100vw) calc(169 / 1680 * 100vw);
    }
    .index__block4__text .txt__text {
        max-width: calc(390 / 1680 * 100vw);
    }
    .index__block4__text .title {
        font-size: calc(72 / 1680 * 100vw);
    }
    .index__block4__pic {
        right: calc(275 / 1680 * 100vw);
        top: calc(21 / 1680 * 100vw);
        width: calc(686 / 1680 * 100vw);
        height: calc(677 / 1680 * 100vw);
    }
    .index__block4__pic1 {
        right: calc(69 / 1680 * 100vw);
        top: calc(803 / 1680 * 100vw);
        width: calc(526 / 1680 * 100vw);
        height: calc(509 / 1680 * 100vw);
    }

    .index__block4__pic2 {
        width: calc(690 / 1680 * 100vw);
        height: calc(680 / 1680 * 100vw);
        right: calc(300 / 1680 * 100vw);
        top: calc(258 / 1680 * 100vw);
    }
    .index__block4__pic2 div {
        width: calc(430 / 1680 * 100vw);
        height: calc(790 / 1680 * 100vw);
        left: calc(130 / 1680 * 100vw);
        top: calc(77 / 1680 * 100vw);
    }

    .index__block4__pic3 {
        right: calc(80 / 1680 * 100vw);
        top: calc(161 / 1680 * 100vw);
        width: calc(480 / 1680 * 100vw);
        height: calc(280 / 1680 * 100vw);
    }
    .index__block4__pic4 {
        left: calc(170 / 1680 * 100vw);
        margin-top: calc(60 / 1680 * 100vw);
        width: calc(390 / 1680 * 100vw);
        height: calc(400 / 1680 * 100vw);
    }
    .menu {
        max-width: none;
        padding-left: calc(40 / 1680 * 100vw);
        padding-right: calc(40 / 1680 * 100vw);
    }

}


@media (max-width: 1100px) {

    .txt {
        font-size: calc(24 / 1680 * 100vw);
    }
    .footer {
        font-size: calc(22 / 1680 * 100vw);
    }
    .index__block6__pic3, .index__block6__pic5, .index__block6__pic2, {
        display: none;
    }
}



@media (max-width: 650px) {

    /*

    .index__block-main__pic2 {
        position: relative;
    }
    .index__block-main__pic3 {
        position: relative;
    }
    .index__block-main .box {
        padding: 0;
        min-height: auto;
    }*/
    .index__block-main__pic2 {
        background: url(../img/deer_mob.jpg) 30% top no-repeat;
        background-size: auto 100%;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 366px;
    }
    .index__block-main {
        overflow: hidden;
    }
    .index__block-main .box {
        min-height: auto;
        padding: 0;
    }
    .index__block-main__pic1 {
        width: 161px;
        height: 70px;
        top: 30px;
    }
    .index__block-main__text .title--large {
        font-size: 70px;
    }
    .index__block-main .txt {
        padding: 60px 22px 0 22px;
    }
    .index__block-main .txt__text {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 5px;

    }
    .index__block-main .txt__text p {
        margin: 0 0 40px 0;
    }
    .box {
        max-width: 600px;
    }
    .index__block-main__pic3 {
        background: url(../img/noble_mob.png) center bottom no-repeat;
        background-size: contain;
        pointer-events: none;
        left: 55%;
        top: auto;
        bottom: 0;
        right: auto;
        width: 138px;
        height: 331px;
    }
    .index__block-main .box:after {
        display: none;
    }
    .index__block1__pic5, .index__block1__pic3, .index__block5__pic3, .index__block6__pic3, .index__block6__pic5, .index__block6__pic2, .index__block5__pic3 {
        display: none;
    }
    .index__block1, .index__block6 {
        padding-top: 177px;
    }

    .index__block1__pic4 {
        width: 315px;
        height: 244px;
        position: relative;
        margin: 0 auto 79px auto;
        left: auto;
        max-width: calc(100vw - 40px);
    }
    .index__block5__pic4 {
        width: 315px;
        height: 244px;
        position: relative;
        margin: 0 auto 79px auto;
        left: auto;
        max-width: calc(100vw - 40px);
    }
    .index__block1__pic2 {
        width: 315px;
        height: 240px;
        margin-left: -188px;
        top: 40px;
    }

    .index__block1__pic1 {
        width: 327px;
        height: 329px;
        margin-left: -89px;
        top: -187px;
        background: url(../img/palm_mob.png) center center no-repeat;
        background-size: contain;

    }
    .index__block6__pic1 {
        width: 327px;
        height: 329px;
        margin-left: -89px;
        top: -187px;
        background: url(../img/apple.png) center center no-repeat;
        background-size: contain;

    }
    .index__block1__text {
        padding: 0;
        margin-left: 0;
        width: auto;
        left: 0;
        position: initial;

    }
    .index__block1 .box {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .txt {
        font-size: 18px;
        padding: 0 30px;
    }
    .title {
        font-size: 40px;
    }
    .txt__text {
        max-width: none;
    }
    .txt .title {
        margin-bottom: 0;
        margin-left: 0;
    }
    .txt p {
        margin: 30px 0;
    }
    .index__block1__text .title {
        position: absolute;
        top: -77px;
        left: 30px;
    }
    .index__block1__text .txt {
        transform: none !important;
        opacity: 1 !important;
    }
    .index__block2 .box {
        padding-top: 251px;
        margin-bottom: 0;
        padding-bottom: 70px;
        max-width: none;
    }
    .index__block2__pic1 {
        top: -65px;
        left: 50%;
        width: 375px;
        height: 542px;
        background: url("../img/deer1_mob.png") center center no-repeat;
        background-size: auto 100%;
        margin-left: -175px;
        z-index: -2;
    }
    .index__block2__pic2 {
        position: relative;
        width: 100%;
        height: 415px;
        margin: 0;
        background: url("../img/barrels_glass_mob.jpg") center center no-repeat;
        background-size: auto 100%;
        left: auto;
        z-index: -1;
    }
    .index__block2__text .title {
        font-size: 40px;
        position: absolute;
        left: 30px;
        top: 150px;
    }
    .index__block2__text {
        padding: 0;
        min-height: auto;
        margin-left: 0;
        left: 0;
        width: auto;
        position: initial;
        background: transparent;
    }
    .index__block2__text .txt {
        position: initial;
    }
    .index__block2__text .txt {
        transform: none !important;
        opacity: 1 !important;
    }
    .index__block2__text .txt__text {
        max-width: none;
        background: #fff;
        padding: 30px;
        margin-top: -114px;
        margin-right: -30px;
    }

    .index__block3__pic-red1,
    .index__block3__pic-red2,
    .index__block3__pic-red3,
    .index__block3__pic-gray
    {
        display: none;
    }
    .index__block3 .box:before {
        display: none;
    }
    .index__block3__pic-gin {
        position: relative;
        left: 6px;
        top: 0;
        background-image: url(../img/noble1_mob.png);
        background-position: 0 bottom;
        width: 327px;
        height: 415px;
        background-color: #E5E5E5;
        margin: 0 auto 0 auto;
    }
    .index__block3__pic-gin:before {
        content: '';
        display: block;
        width: 12px;
        height: 100%;
        background: #000;
        position: absolute;
        right: 0;
        top: 0;

    }
    .index__block3__pic-gin:after {
        content: '';
        display: block;
        position: absolute;
        left: 30px;
        top: -30px;
        bottom: -30px;
        width: 15px;
        background: #623E1E;

    }
    .index__block3__text {
        margin-left: 0;
        padding-right: 0;
        width: auto;
        left: 0;
        margin-top: 60px;
        position: initial;
    }
    .index__block3 .box {
        padding-top: 215px;
        padding-bottom: 50px;
        min-height: auto;
        position: relative;
    }
    .index__block3__pic-gin span {
        content: '';
        display: block;
        position: absolute;
        left: 30px;
        top: -260px;
        width: 15px;
        background: #623E1E;
        height: 90px;
    }
    .index__block3__text .txt {
        padding-left: 30px;
    }
    .index__block3__text .title {
        font-size: 40px;
        position: absolute;
        top: 80px;
        left: 30px;
    }
    .index__block3__text {
        transform: none !important;
        opacity: 1 !important;
    }
    .index__block3__text .txt {
        position: initial;
    }


    .index__block4__pic3,
    .index__block4__pic4 {
        display: none;
    }
    .index__block4 .box {
        padding: 177px 0 95px 0;
        min-height: auto;
    }
    .index__block4__text .txt__text {
        max-width: none;
    }
    .index__block4__text .title {
        font-size: 40px;
        position: absolute;
        top: 100px;
        left: 30px;
    }
    .index__block4__pic2 {
        width: 315px;
        height: 330px;
        right: 0;
        top: 0;
        position: relative;
        margin: 0 auto 40px auto;
        background: none;
    }
    .index__block4__pic2:before {
        content: '';
        display: block;
        position: absolute;
        left: -30px;
        bottom: 90px;
        top: 0;
        right: 0;
        background: #623E1E;
    }
    .index__block4__pic2 div {
        width: 220px;
        height: 290px;
        left: 0;
        top: 40px;
        position: relative;
        margin: auto;
        background-image: url("../img/forest_mob.jpg");
    }
    .index__block4__text {
        position: initial;
        transform: none !important;
        opacity: 1 !important;
    }
    .index__block4__pic {
        right: -50px;
        top: -5px;
        left: 50%;
        width: 327px;
        height: 329px;
        margin-left: -100px;
        background-image: url("../img/palm_mob.png");
    }
    .index__block4__pic1 {
        right: auto;
        top: auto;
        width: 223px;
        height: 271px;
        bottom: 40px;
        left: -80px;
        z-index: -1;
        background-image: url("../img/palm3_mob.png");

    }


    .footer {
        font-size: 18px;
        line-height: 1.2;
        height: auto;
        -webkit-flex-direction: column; flex-direction: column;
        -webkit-justify-content: flex-start; justify-content: flex-start;
        -webkit-align-items: flex-start; align-items: flex-start;
        text-align: center;
        padding: 60px 30px 56px 30px;


    }
    .footer__left,
    .footer .menu,
    .amio {
        transform: none !important;
        opacity: 1 !important;
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        display: block;
        -webkit-order: 0; order: 0;
    }
    .footer .menu a {
        font-size: 14px;
        display: block;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .footer .menu a:last-child {
        margin-bottom: 0;
    }
    .footer .menu {
        -webkit-order: 0; order: 0;
        width: 100%;
        margin-bottom: 45px;
    }
    .footer__left {
       -webkit-order: 1;  order: 1;
        width: 100%;
    }
    .amio {
       -webkit-order: 2;  order: 2;
        width: 100%;
        margin-top: 20px;
    }
    .footer .logo-tvz {
        min-width: 130px;
        height: 130px;
        margin: 0 auto 45px auto;
    }
    .copy {
        margin: 0;
        padding: 0 10px;
    }
    .copy span {
        display: block;
        margin-top: 20px;
    }
    .header {
        padding-left: 30px;
        padding-right: 30px;
        height: 100px;
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-justify-content: space-between; justify-content: space-between;
    }
    .header .logo-tvz {
       -webkit-order: 0;  order: 0;
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .header .logo {
        -webkit-order: 1;  order: 1;
        width: 90px;
        transform: none !important;
        opacity: 1 !important;

    }
    .header .menu {
        position: absolute;
        width: 100vw;
        left: 0;
        top: 100px;
        background: #fff;
        display: block;
        padding: 28px 30px 50px 30px;
        z-index: 2;
        transform: translateX(100%);
        transition: transform 0.3s;
    }
    .menu a {
        font-size: 18px;
        display: block;
        margin-bottom: 40px;
    }
    .menu a:last-child {
        margin-bottom: 0;
    }
    .open-menu .header .menu {
        transform: none;

    }

    .menu-burger {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #B81917;
        -webkit-order: 2;  order: 2;
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-justify-content: center; justify-content: center;
    }
    .menu-burger span {
        width: 21px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        position: relative;
    }
    .menu-burger span:before,
    .menu-burger span:after
    {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        top: -6px;
        transform-origin: center center;
        transition: transform 0.1s;
    }
    .menu-burger span:after {
        top: 6px;
    }

    .menu-burger.active span {
        background: transparent;
    }
    .menu-burger.active span:before {
        transform: translateY(6px) rotate(45deg);
    }
    .menu-burger.active span:after {
        transform: translateY(-6px) rotate(-45deg);
    }

}
@media (max-width: 374px) {
    .title {
        font-size: 35px;
    }
    .index__block3__text .title,
    .index__block2__text .title,
    .index__block4__text .title {
        font-size: 35px;
    }
}

@media (max-height: 350px) {
    .menu a {
        margin-bottom: 30px;
    }
}

.st-margin{
    margin-left: -4px;
}

@media (max-width: 1200px) {
    .st-margin{
        margin-left: -3px;
    }
}

@media (max-width: 1000px) {
    .st-margin{
        margin-left: -2px;
    }
}

@media (max-width: 650px) {
    .st-margin{
        margin-left: -4px;
    }
}
