@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	font-family: 'Open Sans', sans-serif;
}

.fa-arrow-down, .fa-arrow-up {color:#FFF;font-size:48px;cursor:pointer;}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-weight: 400;
}
[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: 0.781vw;
}
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;
}

#fullpage {
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.video-block{
    width: 100%;
    height: 100vh;
}
.video-block video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    object-fit: cover;
}

.logo {
    position: absolute;
    top: 50%;
    left: 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%);
    z-index: 2;
	width:40%;
	
}
.logo img {
	width:100%;
}

.arrow-down, .arrow-up {
    position: fixed;
    left: 50%;
    z-index: 2;
    width: 4%;
}
.arrow-down {
    bottom: 5%;
}
.arrow-up {
    top: 5%;
}

.intro, .contacts {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
}

#intro .video-block {
    -webkit-animation: polygons 70s linear infinite;
    -o-animation: polygons 70s linear infinite;
    animation: polygons 70s linear infinite;
    background-attachment: fixed;
}

.intro-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-animation: polygons 70s linear infinite;
    -o-animation: polygons 70s linear infinite;
    animation: polygons 70s linear infinite;
    pointer-events: none;
}

.contacts {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 3;
    -webkit-transition: transform cubic-bezier(.5,.4,.3,.1) 1.2s;
    -moz-transition: transform cubic-bezier(.5,.4,.3,.1) 1.2s;
    -ms-transition: transform cubic-bezier(.5,.4,.3,.1) 1.2s;
    -o-transition: transform cubic-bezier(.5,.4,.3,.1) 1.2s;
    transition: height cubic-bezier(1,.93,.35,1) 1.2s;
    overflow: hidden;
    align-items: flex-start;
}
.visible-second .contacts {
    height: 100%;
}
.visible-second .contacts-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1.8s .8s, visibility .8s .8s, transform .8s .8s;
    -moz-transition: opacity 1.8s .8s, visibility .8s .8s, transform .8s .8s;
    -ms-transition: opacity 1.8s .8s, visibility .8s .8s, transform .8s .8s;
    -o-transition: opacity 1.8s .8s, visibility .8s .8s, transform .8s .8s;
    transition: opacity 1.8s .8s, visibility .8s .8s, transform .8s .8s;
    padding-top: 4%;
}
.contacts-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-animation: polygons 70s linear infinite;
    -o-animation: polygons 70s linear infinite;
    animation: polygons 70s linear infinite;
}

.contacts-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 75%;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, transform .3s;
    -moz-transition: opacity .3s, visibility .3s, transform .3s;
    -ms-transition: opacity .3s, visibility .3s, transform .3s;
    -o-transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    padding: 0 8%;
}

.contacts-block {
    font-size: 1.563vw;
    line-height: 1.4;
    color: #FFF !important;
}

.block-title {
    font-size: 3.06vw;
    color: #FFF;
    line-height: 1.15;
    letter-spacing: -0.0015em;
    position: relative;
    padding: 0 0 2.115vw;
    margin-bottom: 2.115vw;
}

.block-title:before, .block-title:after {
    position: absolute;
    left: 0;
    width: 1.250vw;
    height: 0.104vw;
    content: '';
    background-color: #FFF;
}

.block-title:before {
    top: 0;
    display: none;
}

.block-title:after {
    bottom: 0;
}


.contacts-block-link-wrap a {
    color: #FFF !important;
    text-decoration: none;
}

.contacts-block-link-wrap a:hover {
    color: #000 !important;
    text-decoration: none;
	border-bottom:1px dotted #000;
	font-weight:600;
}

.contacts-block-link-wrap img {
	float:left;
	width:40px;
	height:33px;
	margin:5px 15px 0 0;
}

.contacts-block-link-wrap {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform .3s 1s;
    -moz-transition: transform .3s 1s;
    -ms-transition: transform .3s 1s;
    -o-transition: transform .3s 1s;
    transition: transform .3s 1s;
}

.contacts-block-link {
    font-size: 1.250vw;
    line-height: 1.5;
    margin-bottom: 3.125vw;
}

.contacts-block-link > div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.btn {
    display: inline-block;
    padding: 0.885vw 2.188vw 0.885vw 1.094vw;
    font-size: 1.250vw;
    color: #fff;
    background-color: #FFF;
    text-decoration: none;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.btn:hover {
    color: #fff;
    background-color: #cd7235;
}

.btn img {
    width: 1.458vw;
    margin-right: 0.990vw;
}

.visible-second .contacts-block-link-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@keyframes polygons {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media (min-width: 768px) {
    .intro-bg {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .contacts-inner {
        width: 90%;
    }
    .block-title {
        font-size: 38px;
        padding: 20px 0;
        margin-bottom: 35px;
    }
    .contacts-block-link {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .btn {
        padding: 12px 25px 12px 15px;
        font-size: 16px;
    }
    .btn img {
        width: 20px;
        margin-right: 12px;
    }
}
@media (max-width: 767px) {
    #fullpage {
        height: 100%;
    }
    .intro {
        position: absolute;
        height: 100%;
        cursor: pointer;
    }
    .intro .video-block {
        display: none !important;
    }
    .logo, .logo img {
        width: 100%;
        max-width: 300px;
    }
    .arrow-down, .arrow-up {
        width: 45px;
    }
    .contacts-inner {
        display: block;
        width: 100%;
        padding: 0 28px;
    }
    .block-title {
        font-size: 34px;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 0 0 20px;
        line-height: 1.15;
    }
    .block-title:before, .block-title:after {
        width: 13px;
        height: 1px;
    }
    .block-title br {
        display: none;
    }
    .contacts-block {
        font-size: 18px;
    }
    .contacts-block-link {
        font-size: 15px;
        margin-bottom: 38px;
        line-height: 1.4;
    }
    p {
        margin-bottom: 10px;
    }
    .btn {
        padding: 12px 35px 12px 19px;
        font-size: 15px;
    }
    .btn img {
        width: 17px;
        margin-right: 17px;
    }

}
@media (max-width: 350px) {
    .contacts-inner {
        padding: 0 15px;
    }
}
@media (orientation: landscape) and (max-width: 767px) {
    .contacts-inner {
        display: flex;
    }
    .arrow-down, .arrow-up {
        width: 30px;
    }
    .contacts-block-link {
        margin-bottom: 20px;
    }
}