/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    background-color: #000;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 150px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Alumni Sans', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #ffffff;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #ffffff;
    outline: 0;
    text-decoration: none;
}

.btn {
    font-family: 'Alumni Sans', sans-serif;
    height: 62px;
    padding: 0 65px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 2px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #fff;
    color: #010101;
    border: 1px solid #010101;
}

.btn-primary:hover {
    background-color: #fff;
    color: #010101;
    border: 1px solid #010101;
    opacity: .7;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    text-align: center;
    color: #fff;
    font-size: 140px;
    line-height: 120px;
    margin: 0 0 50px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.outline-heading {
    margin: 0 0 50px 0;
    font-size: 140px;
    line-height: 140px;
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
}


.about-owl-carousel.owl-carousel .owl-item {
    opacity: .1 !important;
}

.about-owl-carousel.owl-carousel .owl-item.center {
    opacity: 1 !important;
}


.about-owl-carousel.owl-carousel .owl-next {
    right: 20%;
}

.about-owl-carousel.owl-carousel .owl-prev {
    left: 20%;
}

.about-owl-carousel.owl-carousel .owl-nav button.owl-prev,
.about-owl-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #bbb;
    margin-top: -30px;
    padding: 15px !important;
}


header {
    padding: 20px 0;
}

header .back-to-seewines {
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

header .back-to-seewines:hover {
    background-color: #fff;
    color: #000;
}

header .logo {
    display: block;
    margin: 0 50px 0 0;
}

header .logo img {
    height: 38px;
}

header nav ul {
    display: table;
    width: 100%;
}

header nav ul li {
    display: inline-block;
    margin: 0 22px;
}

header nav ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}


.ferro-intro {
    padding: 50px 0 0 0;
    background: url("../imgs/ferro-intro-bgr.jpg") no-repeat bottom center;
    background-size: 100%;
    min-height: 1150px;
}

.ferro-intro h1 {
    text-align: center;
    color: #fff;
    font-size: 140px;
    line-height: 120px;
    padding: 0 170px;
    margin: 0 0 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.scroll-bottom {
    margin: 0 auto;
    display: table;
}

.scroll-bottom img {
    height: 55px;
}


.short-info h2 {
    margin: 0 0 50px 0;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'EB Garamond', sans-serif;
}

.short-info p {
    font-size: 34px;
    line-height: 50px;
    color: #C5C2C2;
    font-family: 'EB Garamond', sans-serif;
    margin: 0;
}


.about-us {
    position: relative;
}

.about-us:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: url(../imgs/about-shape-top.svg) no-repeat center top;
    background-size: 100%;
}

.about-us:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../imgs/about-shape-bottom.svg) no-repeat center bottom;
    background-size: 100%;
}

.hashtag {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: 30px;
}


.about-us .person-container {
    position: relative;
}

.about-us .person-container .person {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -10px;
    width: 310px;
    z-index: 3;
}

.about-us .person-container .person-block {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.about-us .person-container .person-name {
    font-family: 'Alumni Sans', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 24px 0;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
}

.map-flag {
    position: relative;
    top: -1px;
    margin-left: 4px;
}

.about-us .person-container .person-info {
    font-family: 'EB Garamond', sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding: 0 40px;
    font-weight: 500;
}

.about-us .person-container img {
    width: 60% !important;
}


.about-me h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.about-me .order-form {
    margin: 70px 0 0 0;
}

.about-me .sep {
    margin: 70px 0;
}

.about-me .info {
    font-size: 32px;
    line-height: 38px;
    color: #C5C2C2;
    font-family: 'EB Garamond', sans-serif;
    margin: 0;
}

.about-me .addition-info {
    font-size: 22px;
    line-height: 30px;
    color: #C5C2C2;
    font-family: 'EB Garamond', sans-serif;
    margin: 0;
}


.products {
    background: url(../imgs/products-bgr.png) no-repeat center top;
    background-size: cover;
    margin: 0 0 50px 0;
    padding: 200px 0 0 0;
}

.products .lab {
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.products .val {
    font-family: 'EB Garamond', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.products .product-short-info {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.products .grape-varietya {
    margin: 0 0 50px 0;
}

.products .flavors {
    text-align: right;
}

.products .flavors .val {
    margin: 0 0 15px 0;
}

.products .flavors .val:last-of-type {
    margin: 0;
}

.products .flavors img {
    height: 50px;
    margin: 0 13px 0 0;
}


.order-form {
    margin: 50px auto -80px;
    display: table;
    width: 100%;
}

.order-form .order-qty {
    background-color: #000000;
    border: 1px solid #514B4B;
    text-align: center;
    display: inline-block;
    height: 62px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.order-form .order-qty button,
.order-form .order-qty input {
    background-color: transparent;
    border: 0;
    outline: none;
    color: #fff;
}

.order-form .order-qty .minus {
    float: left;
}

.order-form .order-qty .plus {
    float: right;
}

.order-form .order-qty input {
    text-align: center;
}

.order-form .btn {
    display: inline-block;
}

.order-form .order-total {
    background-color: #232121;
    border: 1px solid #514B4B;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
}

.order-form .order-total .order-price {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    float: right;
}

.order-form .order-total .product-ml {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 3px;
}

.order-form .order-total img,
.order-form .order-total div {
    display: inline-block;
}

.order-form .order-total img {
    margin: 0 30px 0 50px;
    height: 30px;
}

.order-form .order-product-name {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}


.produce .heading {
    text-align: left;
}

.produce img {
    margin: 0 0 25px 0;
}

.produce p {
    font-family: 'EB Garamond', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}


.moments {
    padding-bottom: 0;
}


.video-holder {
    position: relative;
}

.video-holder .play-btn {
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
}


.regions {
    position: relative;
}

.regions:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: url(../imgs/about-shape-top.svg) no-repeat center top;
    background-size: 100%;
}


footer {
    background: url(../imgs/footer-bgr.svg) no-repeat center top;
    text-align: center;
    padding: 100px 0 60px;
}

footer img {
    height: 40px;
    margin: 0 0 10px 0;
}

.copyright {
    font-family: 'EB Garamond', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}


.container-fluid {
    max-width: 1400px;
}


.product-features {
    background-color: #0d0d0d;
    padding: 100px 0 0px 0;
}

.product-features .sep {
    margin: 50px 0;
}

.product-features .composition .lab {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #949494;
}

.product-features .composition ul {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 0 0 3px;
}

.product-features .composition ul li {
    display: inline-block;
    margin: 0 0 0 5px;
}

.product-features .composition ul li img {
    height: 18px;
}


.hints {
    position: relative;
    background-color: #0d0d0d;
    padding: 0 0 50px 0;
    margin: 0 0 80px 0;
}

.hints:after {
    content: "";
    background: url(../imgs/polygon.svg) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -100px;
}

.hints .lab {
    color: #949494;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.hints .val {
    font-family: 'EB Garamond', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.hints img {
    height: 45px;
    margin: 10px auto;
    display: block !important;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: initial;
}


.products-list {
    padding-top: 0;
}

.products-list .outline-heading {
    margin: 0 0 70px 0;
}

.products-list .owl-nav .owl-next {
    right: 8%;
}

.products-list .owl-nav .owl-prev {
    left: 8%;
}

.products-list .owl-carousel .owl-nav button.owl-prev,
.products-list .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #bbb;

    padding: 15px !important;
}

.product-nav-name {
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

#sync2.owl-carousel.owl-drag .owl-item .product-nav-name {
    opacity: .5 !important;
}

#sync2.owl-carousel.owl-drag .owl-item.center .product-nav-name {
    opacity: 1 !important;
}

#sync2 {
    margin-bottom: -230px;
    z-index: 2;
}