@font-face {
    font-family: 'europalightwebfont';
    src: url('../fonts/europalightwebfont.eot');
    src: url('../fonts/europalightwebfont.eot') format('embedded-opentype'),
    url('../fonts/europalightwebfont.woff2') format('woff2'),
    url('../fonts/europalightwebfont.woff') format('woff'),
    url('../fonts/europalightwebfont.ttf') format('truetype'),
    url('../fonts/europalightwebfont.svg#europalightwebfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_nookslight';
    src: url('../fonts/ttnooks-light-webfont.eot');
    src: url('../fonts/ttnooks-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ttnooks-light-webfont.woff2') format('woff2'),
    url('../fonts/ttnooks-light-webfont.woff') format('woff'),
    url('../fonts/ttnooks-light-webfont.ttf') format('truetype'),
    url('../fonts/ttnooks-light-webfont.svg#tt_nookslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    font-family: 'europalightwebfont';
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background-color: #fff;
    overflow: hidden;
    cursor: none !important;
    position: relative;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
b, strong {
    font-weight: bolder;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
}
.main-page a, .main-page a:hover{
    color: #fff;
}
body.white-body a, body.white-body a:hover{
    color: #000;
}
img {
    vertical-align: middle;
    border-style: none;
}
.add-cellar-page{
    color: #000;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}
.circle-svg{
    position: relative;
    /*top: -13px;*/
    /*left: -12px;*/
    display: none;
    overflow: visible !important;
}
#circle3, #circle4{
    fill: rgba(255,255,255,0) !important;
    stroke: rgba(23, 28, 33, .5) !important;
}

.circle {
    position: absolute;
    border: solid 1px rgba(23, 28, 33, .5);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 103;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transition: 0.5s width ease, 0.5s height ease, 0.5s margin ease;
    -moz-transition: 0.5s width ease, 0.5s height ease, 0.5s margin ease;
    -ms-transition: 0.5s width ease, 0.5s height ease, 0.5s margin ease;
    -o-transition: 0.5s width ease, 0.5s height ease, 0.5s margin ease;
    transition: 0.5s width ease, 0.5s height ease, 0.5s margin ease;
}
.circle.first_view {
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    -o-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}
.load_wrap .circle{
    border-color: rgba(23, 28, 33, 0);
}
.counter{
    padding-left: 2px;
}
.load_wrap .circle-svg{
    display: block;
}
.circle.zooming_lg{
    width: 68px;
    height: 68px;
    margin-top: -34px;
    margin-left: -34px;
}
.circle.focused{
    width: 76px;
    height: 76px;
    margin-top: -38px;
    margin-left: -38px;
}
.circle.focused_mini{
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    -o-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}
.circle-text{
    width: 170px;
    height: 20px;
    position: absolute;
    z-index: 102;
    -webkit-transition: .1s all;
    -moz-transition: .1s all;
    -ms-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
}
.primary-text, .data-text{
    color: #171c21;
    text-align: center;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    width: 170px;
    margin-left: -85px;
    transition: none;
    display: inline-block;
    font-size: 8px;
    letter-spacing: 1.55px;
    user-select:none;
    text-transform: uppercase;
}
.circle-text.zooming_lg .primary-text{
    display: none !important;
}
.new-text{
    display: none;
}
.overlay_load {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.load_wrap .old-text, .load_wrap .new-text{
    display: none !important;
}
.load_wrap .open-menu{
    pointer-events: none;
}
.new_style .logo-block svg g path{
    fill: #FEFEFE;
}
.new_style .open-menu svg g path, .new_style .logo-block svg g path{
    fill: #fff;
}
.new_style .primary-text, .new_style .data-text{
    color: #fff;
}
.new_style .circle{
    border-color: #fff;
}
.new_style .old-text{
    display: none;
}
.new_style .new-text{
    display: block;
}

/*HEADER*/
.logo-block{
    position: fixed;
    z-index: 10;
    text-align: center;
    top: 10%;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}
.logo-block svg{
    width: 150px;
    height: 39px;
}
.open-menu{
    position: fixed;
    background-color: transparent;
    border: 0;
    z-index: 105;
    top: 8%;
    right: 4%;
    padding: 10px;
}
.show_modal .open-menu{
    z-index: 1;
}
.show_modal .primary-text, .show_modal .data-text{
    color: #fff !important;
}
.show_modal .circle{
    border-color: #fff;
}
.show_modal .primary-text{
    display: none;
}
button, a{
    cursor: none;
}
.visible-xs{
    display: none;
}

/*VIDEO*/
.video_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
    min-width: 100%;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #171c21;
}
.video_container video {
    position: absolute;
    z-index: 2;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video_container.split_video video {
    min-width: 50%;
    width: 50%;
    left: 25%;
    top: 50%;
}
.video_container .video-new{
    opacity: 0;
}
.video_container.split_video .video-new{
    opacity: 1;
    left: 75%;
}
.new_style .video-old{
    opacity: 0;
}
.new_style .video-new{
    opacity: 1;
}
.box-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.box-popup:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(23, 28, 33, 1);
    content: '';
}
.hide_modal .box-popup:before{
    height: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 100;
}
.show_modal .box-popup{
    opacity: 1;
    visibility: visible;
}
.box-popup-bg{
    background-color: rgba(23, 28, 33, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 104;
}
.show_modal .box-popup-bg{
    opacity: 1;
    visibility: visible;
    z-index: 102;
    height: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.hidden_modal .box-popup-bg{
    height: 100%;
}
.scroll-content {
    position: relative;
}
.popup-close{
    border: 0;
    background: transparent;
    position: fixed;
    top: 10%;
    right: 4.5%;
    z-index: 105;
    display: none;
    padding: 10px;
}
.popup-close img {
    width: 18px;
    height: 18px;
}
.show_modal .popup-close{
    display: block;
}
.box-popup-wrap:after{
    display: table;
    clear: both;
    content: '';
}
.left-text{
    font-family: 'tt_nookslight';
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    width: 40%;
    float: left;
    margin-right: 16.5%;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.left-text p {
    margin-bottom: 12px;
}
.right-text{
    font-size: 14px;
    line-height: 2.2;
    color: #fff;
    width: 43%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.right-text p{
    margin-bottom: 12px;
}
.right-text a{
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.right-text a:after{
    content: '';
    width: 120%;
    left: -10%;
    position: absolute;
    top: 0;
    height: 100%;
}
:focus {
    outline: none !important;
}
.box-popup-wrap {
    height: 100vh;
    max-width: 810px;
    margin: 0 auto;
    padding: 150px 15px 130px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.show_modal .left-text, .show_modal .right-text{
    top: 0;
    opacity: 1;
    -webkit-transition: 1s all .5s;
    -moz-transition: 1s all .5s;
    -ms-transition: 1s all .5s;
    -o-transition: 1s all .5s;
    transition: 1s all .5s;
}
.gros-logo {
    position: absolute;
    bottom: 42px;
    left: 15px;
    z-index: 1;
    width: 120px;
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.show_modal .gros-logo{
    bottom: 140px;
    opacity: 1;
    -webkit-transition: 1s all .5s;
    -moz-transition: 1s all .5s;
    -ms-transition: 1s all .5s;
    -o-transition: 1s all .5s;
    transition: 1s all .5s;
}
.contacts {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.contacts-title {
    margin-bottom: 15px;
}
.open-menu span{
    display: none;
}
#audio_bg {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.sound_btn {
    position: fixed;
    bottom: 30px;
    right: 4%;
    background: none;
    border: 0;
    z-index: 10;
    padding: 10px;
}
.sound_btn.muted .sound_off {
    display: block;
}
.sound_off {
    display: none;
}
.sound_btn.muted .sound_on {
    display: none;
}
.new_style .sound_btn svg path {
    stroke: #fff;
}
.contact_block-wrap {
    width: 100%;
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
}
.read-more-block {
    line-height: 1.8;
    font-size: 0.93em;
}

@media (min-width: 1199px) and (max-height: 800px){
    .box-popup-wrap {
        padding: 100px 15px 90px;
    }
    .show_modal .gros-logo {
        bottom: 104px;
    }
}
@media (min-width: 1199px){
    .left-text {
        font-size: 1.55vw;
        line-height: 1.5;
        width: 35.5%;
        margin-right: 18%;
    }
    .right-text {
        font-size: 1.16vw;
        width: 41%;
    }
    .contacts-title {
        margin-bottom: 2vh;
    }
    .box-popup-wrap {
        max-width: 77%;
    }
    .primary-text, .data-text{
        margin-top: 1vw;
        font-size: .6vw;
        letter-spacing: .1vw;
        width: 400px;
        margin-left: -200px;
        transition: .3s margin-top;
    }
    .gros-logo {
        width: 7.7vw;
        height: auto;
    }
    .logo-block svg {
        width: 12.2vw;
        height: 3.12vw;
    }
    .logo-block {
        margin-left: -6.1vw;
        width: 12.2vw;
    }
    .open-menu svg{
        width: 2.5vw;
        height: 3.225vw;
    }
    .sound_on, .sound_off {
        width: 2vw;
        height: 1.47vw;
    }
    .popup-close img{
        width: 1.5vw;
        height: 1.5vw;
    }
    .sound_btn {
        bottom: 4vw;
    }
    .circle {
        width: 2vw;
        height: 2vw;
        margin-top: -1vw;
        margin-left: -1vw;
    }

    .circle.zooming_lg{
        width: 6vw;
        height: 6vw;
        margin-top: -3vw;
        margin-left: -3vw;
    }
    .circle-text.zooming_lg{
        margin-top: 1.5vw;
    }
    .circle-svg{
        width: 2vw !important;
        height: 2vw !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        top: auto;
        left: auto;
    }
    #circle3{
        display: none;
    }
    #circle4{
        display: block;
     }
}
@media (min-width: 1900px){
    .left-text {
        font-size: 30px;
    }
    .right-text {
        font-size: 22px;
    }
    .gros-logo {
        width: 146px;
        bottom: 0;
    }
    .logo-block svg {
        width: 232px;
    }
    .primary-text, .data-text {
        font-size: 12px;
    }
    .open-menu svg {
        width: 48px;
    }
    .circle.zooming_lg {
        width: 114px;
        height: 114px;
        margin-top: -57px;
        margin-left: -57px;
    }
    .box-popup-wrap {
        max-width: 1470px;
        padding: 20vh 15px;
    }
    .popup-close img {
        width: 29px;
    }
    .show_modal .gros-logo {
        bottom: 20.5vh;
    }
    .left-text, .right-text {
        top: 20.5vh;
    }
}
@media (max-width: 1199px) {
    body{
        touch-action: manipulation;
    }
    .box-popup-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .circle-text{
        display: none;
        top: 50% !important;
        left: 50% !important;
    }
    .circle{
        display: none !important;
    }
    .load_wrap .circle-text{
        display: block;
    }
    .circle-text.zooming_lg .data-text{
        margin-top: 25px;
    }
    body {
        cursor: auto !important;
    }
    button, a{
        cursor: pointer;
    }
    .open-menu span {
        display: block;
        margin-top: 0;
        padding-top: 5px;
        width: 90px;
        margin-left: -45px;
        left: 50%;
    }
    .style-btn{
        width: 68px;
        height: 68px;
        border: 0;
        background: transparent;
        position: fixed;
        bottom: 43px;
        left: 50%;
        margin-left: -34px;
        z-index: 111;
        border-radius: 50%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .style-btn:before{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
        -o-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
        border: solid 1px #fff;
        border-radius: 50%;
    }
    .style-btn span{
        position: absolute;
        top: 50%;
        margin-top: -9px;
        white-space: normal;
        left: 50%;
    }
    .show_modal .style-btn{
        display: none;
    }
    .show_modal{
        position: fixed;
    }
    .gros-logo {
        left: 30px;
    }
    .sound_btn {
        bottom: 60px;
    }
    #circle4 {
        display: none!important;
    }
    .circle-svg {
        left: -12px;
    }
    .open-menu {
        top: 4%;
    }
    .logo-block {
        top: 7%;
    }
    .popup-close {
        top: 6%;
    }
    .sound_btn.muted .sound_on {
        display: block;
    }
    .sound_on {
        display: none;
    }
    .sound_off {
        display: block;
    }
    .sound_btn.muted .sound_off {
        display: none;
    }
}
@media (max-width: 991px) {
    .gros-logo{
        margin-bottom: 0;
    }
    .right-text {
        width: 47%;
    }
    .left-text {
        margin-right: 11.5%;
    }
}
@media (max-width: 767px) {
    .show_modal .gros-logo {
        bottom: 40px;
        position: relative;
    }
    .open-menu {
        top: 20px;
        right: 26px;
    }
    .logo-block{
        top: 50%;
        margin-top: -35px;
        left: 50%;
        margin-left: -122px;
    }
    .logo-block svg{
        width: 243px;
        height: 70px;
    }
    .box-popup {
        overflow: auto;
    }
    .popup-close {
        top: 31px;
        right: 33px;
    }
    .box-popup-wrap {
        padding: 78px 40px 0 33px;
        display: block;
    }
    .left-text {
        font-size: 18px;
        line-height: 1.67;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .left-text p, .right-text p {
        margin-bottom: 13px;
    }
    .right-text {
        font-size: 14px;
        line-height: 1.83;
        width: 100%;
        float: none;
        margin-top: 0;
        display: block;
        padding-bottom: 300px;
    }
    .visible-xs{
        display: inline-block;
    }
    .read-more{
        font-size: 12px;
        font-weight: 300;
        border: 0;
        background: transparent;
        color: #fff !important;
    }
    .read-more span{
        display: none;
        font-size: 12px;
    }
    .open-read-more{
        font-size: 0;
    }
    .open-read-more span{
        display: inline-block;
    }
    .read-more-block{
        display: none;
    }
    .contact_block-wrap {
        position: absolute;
        bottom: 150px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .gros-logo {
        position: absolute;
        bottom:0;
        left: 50%;
        width: 120px;
        margin-bottom: 0;
        margin-left: -60px;
    }
    .left-text, .right-text {
        top: 40px;
    }
    .contacts {
        width: auto;
    }
}
@media (max-width: 350px) {
    .box-popup-wrap {
        padding: 78px 10px 0;
    }
    .right-text {
        font-size: 13px;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
}
@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
}