/** Newsletter style start **/
.newsletter__form div.v65-pod {
    width: 100%;
}

.newsletter__form>div.v65-pod>.v65-form legend {
    display: none !important;
}

.newsletter__form>div.v65-pod>.v65-form label {
    display: none !important;
}

.newsletter__form .v65-form {
    width: 100%;
    margin: none !important;
}

.newsletter__form .v65-form fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter__form .v65-form fieldset div {
    padding: 0 !important;
    overflow: auto;
}

.newsletter__form .v65-form input[type=text] {
    width: 100%;
    background: transparent;
    height: 60px;
    outline: none;
    border-bottom: 1px solid #FDFEFB;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-left: 10px;
    padding-right: 60px;
    color: #FDFEFB;
    font-size: 24px
}

.newsletter__form .v65-form button {
    width: 55px;
    height: 100%;
    padding-right: 15px;
    cursor: pointer;
    border: none;
    position: absolute;
    background-color: transparent;
    background-image: url("../images/img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsletter__form .v65-form button span {
    display: none;
}

.newsletter__form .v65-form button[type=submit] {
    margin-top: 0px !important;
}

.newsletter__form .v65-form input[type=text]::-webkit-input-placeholder {
    color: #FDFEFB
}

.newsletter__form .v65-form input[type=text]::-moz-placeholder {
    color: #FDFEFB
}

.newsletter__form .v65-form input[type=text]:-ms-input-placeholder {
    color: #FDFEFB
}

.newsletter__form .v65-form input[type=text]::-ms-input-placeholder {
    color: #FDFEFB
}

.newsletter__form .v65-form input[type=text]::placeholder {
    color: #FDFEFB
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

/** Newsletter style end **/

/** Contact style start **/
.contact .v65-form{
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.contact .v65-form input, textarea{
    width: 100% !important;
    background: #F9F9F9;
    border: 1px solid rgba(196, 196, 196, 0.5);
    height: 42px;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Raleway", sans-serif
}

.contact .v65-form textarea{
    height: 200px;
    padding: 10px 15px
}

.contact .v65-form legend{
    display: none !important;
}

.contact .v65-form fieldset{
    border: none !important;
}

.contact .v65-form label{
font-size: 12px;
font-family: "Raleway", sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #000;
letter-spacing: 0.1em;
margin-bottom: 5px
}

.contact .v65-form button{
    background: #71201D !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 40px;
    padding: 0 4px 0 4px;
}

/** Contact style end **/

/** Membership pages style: start **/
.membership-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.membership-section>.content-wrapper {
    display: flex;
    flex-direction: row;
}

.membership-section>.content-wrapper>.secondary-navigation {
    width: 25%;
}

.membership-section>.content-wrapper>.narrow-content-wrapper.group {
    width: 75%;
}

#toggle-mobile-dropdown {
    display: none;
}

label.page-title.mobile-only {
    display: none;
}

.membership-section>.content-wrapper>.secondary-navigation>ul>li>a {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #2B2726;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

.membership-section>.content-wrapper>.secondary-navigation>ul>li>a:hover {
    color: #71201D;
    text-decoration: underline;
}

.membership-section>.content-wrapper button.defaultBtn {
    background: #71201D !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 40px;
    padding: 0 4px 0 4px;
}

.membership-section>.content-wrapper a.linkBtn {
    background: none;
    line-height: 0px;
}

.membership-section>.content-wrapper a.linkBtn span {
    color: #71201d;
    padding: 0;
}

.membership-section a {
    color: #71201D;
}

.membership-section .v65-form button[type=submit] {
    margin-top: 20px;
}

.membership-section .v65-form fieldset {
    border: none !important;
    padding: 0;
    margin-bottom: 20px;
}

.membership-section #v65-LoginFormWrapper fieldset {
    border: none !important;
}

.membership-section .v65-form legend {
    display: none;
}

.membership-section label {
    font-size: 14px;
    font-weight: 400;
    color: #2B2726;
    margin-bottom: 5px;
}

#v65-memberFormWrapper {
    margin-top: 30px;
}

#v65-memberFormWrapper #v65-billBirthMonth {
    width: 70px;
}

/** Membership pages style: end **/

/** Modals style: start **/

#v65-modalCart {
    position: static !important;
    padding-left: 20px;
}

.v65-login,
.v65-logout {
    margin-top: 0px !important;
    width: auto !important;
    line-height: unset !important;
    text-transform: uppercase !important;
    padding-left: 20px;
    padding-right: 20px;
}

.v65-modalLoginLink,
#v65-toggleModalCart {
    color: #FDFEFB;
    text-transform: uppercase !important;
}

.v65-yourAccount,
.v65-editProfile {
    border-right: none !important;
    margin-top: 0px !important;
    text-transform: uppercase !important;
    padding-left: 20px;
    padding-right: 20px;
}

.v65-yourAccount,
.v65-logout {
    display: none !important;
}

.top-header__links a {
    color: #FDFEFB !important;
}

.top-header__links a:hover {
    color: #FDFEFB !important;
}

#v65-modalCart strong {
    font-size: 20px;
}

#v65-modalCartDropdown {
    background-color: #FDFEFB !important;
    border: 1px solid #ccc;
    color: #2B2726 !important;
    position: absolute;
    right: 2.5em !important;
    padding: 2em !important;
    text-align: left;
    top: 4.5em !important;
    width: auto !important;
    min-width: 500px !important;
}

#v65-itemAddedText {
    margin-top: 20px;
    margin-bottom: 20px;
}

#v65-modalCartBody {
    background-color: #FDFEFB !important;
    color: #2B2726 !important;
    padding: 0px !important;
}

#v65-modalCartTable {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 16px !important;
}

a.modalLinkAltBtn,
a.modalLinkBtn,
#v65-modalContent button.defaultBtn,
button.modalBtn,
button.altModalBtn,
a.largeLinkBtn {
    background: #71201D !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 9px 15px 9px;
}

a.linkAltBtn,
a.modalLinkAltBtn {
    background: #919191 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 9px 15px 9px;
}

table#v65-cartTable tr {
    padding-top: 10px;
    padding-bottom: 10px;
}

.v65-cartItemAmount .v65-qtyField {
    width: 100% !important;
}

#v65-CouponCode {
    width: 100% !important;
}

#v65-cartCheckOutCoupons button {
    margin-top: 10px !important;
}

#v65-modalCartTable th,
td {
    font-size: 1em !important;
    padding: 5px 7px !important;
}

#v65-modalCartTable td a {
    color: #333 !important;
}

#v65-modalCartTable th,
#v65-modalCartTableSubtotal {
    text-transform: capitalize;
}

#v65-modalContentHeader {
    text-align: right;
    padding: 0.75em !important;
    background: #E5E5E5 !important;
    height: auto !important;
}

#v65-modalContent .v65-form {
    width: auto !important;
    margin: 0 !important;
}

#v65-modalContent fieldset {
    border: none !important;
    margin: 0 !important;
}

#v65-modalContent fieldset div {
    padding: 0 !important;
}

#v65-modalContent legend {
    display: none !important;
}

#v65-modalContent input#username {
    width: 100% !important;
}

#v65-modalContent input#password {
    width: 100% !important;
}

#v65-modalContent a {
    color: #71201d !important;
}

#v65-modalViel {
    background-color: #2B2726 !important;
    opacity: .85 !important;
}

/** Modals style: end **/

/** Billing style: start **/
form#v65-checkBilling fieldset {
    width: 65% !important;
}

#v65-checkoutCartSummaryWrapper {
    top: 0px !important;
    width: 30% !important;
}

#v65-continueOrder {
    margin-top: 50px;
    width: 100%;
    text-align: right;
}

button.largeBtn {
    background-color: #71201d !important;
}

#v65-couponFormWrapper{
    display: flex;
    width: 100%;
}

#v65-reviewClubSummaryWrapper{
    display: none;
}

/** Billing style: end **/

/** Shop style: start **/

.shop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 1320px;
    max-width: 95vw;
}

.v65-paging {
    border: none !important;
    margin: 0 !important;
}

.v65-shop-card {
    width: 30%;
    padding: 40px 20px;
}

@media only screen and (max-width: 1024px) {
    .v65-shop-card {
        width: 50%;
    }
}

@media only screen and (max-width: 568px) {
    .v65-shop-card {
        width: 100%;
    }
}

.v65-product-photo {
    width: 100%;
    height: 250px;
    margin: 0 !important;
}

.v65-product-photo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25)
}

.v65-product-infoWrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.v65-product-addToCart-priceWrapper {
    display: block !important;
}

.v65-product-subtitle.v65-subtitle {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 5px;
    display: block
}

.v65-product-subtitle.v65-subtitle a,
.v65-product-title.v65-title a {
    color: #2B2726;
}

.v65-product-title.v65-title {
    font-size: 36px;
    font-weight: 700;
}

.v65-product-addToCart-unitDescription {
    display: none !important;
}

.v65-product-addToCart-button button.defaultBtn {
    background: #71201D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 44px;
    cursor: pointer
}


button.largeBtn:hover, button.defaultBtn:hover, button.modalBtn:hover{
    background-color: #7f3633 !important;
}

.v65-product-drilldownLink {
    display: flex !important;
    margin: auto !important;
    width: 165px !important;
    background: transparent;
    background: #FDFEFB;
    border: 1px solid #71201D;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #71201D;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 44px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.v65-product-drilldownLink a{
    color: #71201d !important;
}

.v65-product-addToCart-price {
    font-size: 32px !important;
    font-weight: 700;
    margin-bottom: 20px;
    display: block !important;
}

.v65-product-addToCart-priceWrapper{
    margin-right: 0px !important;
}

.v65-product-inventoryMessage{
    margin-bottom: 0px !important;
}

.v65-product-addToCart-quantity input {
    display: inline !important;
    width: 58px;
    height: 44px !important;
    text-align: center;
    background: rgba(158, 159, 154, 0.1);
    border: 1px solid rgba(41, 24, 20, 0.1) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    padding-left: 17px
}

.v65-product-addToCart {
    margin-bottom: 0px !important;
}
/** Shop style: end **/

/** Product drilldown style: start **/
.row{
    justify-content: space-between;
}

.col-lg-6{
    width:48%;
}

.col-lg-6.product-img .v65-product-photo{
    height: 100%;
}

.col-lg-6.product-img .v65-product-photo img{
    object-fit: cover !important;
}

.product-title{
    font-size: 48px;
    line-height: 1;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.v65-wine-otherNotes.v65-product-attribute{
    margin-bottom: 40px;
}

.v65-wine-otherNotes.v65-product-attribute .v65-product-attributeLabel{
    display: none !important;
}

.v65-wine-otherNotes.v65-product-attribute .v65-product-attributeValue{
    font-family: 'Raleway';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v65-wine-specs .v65-wine-specs-title.v65-title{
    display: none;
}

.product-details{
    margin-top: 40px;
    margin-bottom: 40px;
}

.v65-wine-specs .v65-product-attributeLabel{
    text-align: left !important;
    width: 15% !important;
    color: #9E9F9A !important;
    font-weight: bold;
}
/** Product drilldown style: end **/

/** Club style: start **/

#v65-signUpClubSummaryWrapper{
    display: none;
}

/** Club style: end **/

/** Blog style: start **/

.news-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.v65-recentEntriesComments{
    display: none;
}

.v65-avatar, .v65-clear{
    display: none !important;
}

.v65-blogPost{
    margin-left: 0px !important;
    padding-bottom: 0px !important;
}

.v65-blogPostWrapper h2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
    color: #71201D
}

.blog-wrapper h2{
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
    color: #71201D
}

.v65-blogFooter{
    display: none;
}

.v65-blogPostWrapper h2{
    color: #71201D;
}

.v65-blogPostWrapper h2:hover{
    color: #7f3633;
}

.v65-blogPostDate{
font-family: 'Raleway';
font-size: 10px !important;
text-transform: uppercase;
margin-bottom: 15px;
font-weight: 400
}

.v65-blogPostWrapper a{
    color: #71201d;
}

.v65-blogPostWrapper{
    margin-bottom: 0px !important;
    position: relative;
    padding: 0px 30px !important;
    padding-bottom: 30px !important;
    width: 50%;
}

.follow-us__col .v65-blogPostWrapper{
    width:100%;
    padding:0px !important;
}

.blog-wrapper .v65-blogPostWrapper{
    margin-bottom: 40px !important;
    width: 50%;
    padding: 0px 30px;
}

.blog-wrapper{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-wrapper p{
    font-size: 18px !important;
    width: auto !important;
    margin-bottom: 15px !important;
}

.blog-wrapper h1{
    margin-bottom: 40px !important;
}

.v65-blogCommentsTitle, .v65-commentWrapper{
    display: none;
}

/** Blog style: end **/

body {
    font-family: "Cormorant", serif;
    font-size: 16px;
    color: #2B2726;
    font-weight: 300;
    background: #FDFEFB
}

.container-fluid {
    width: 1320px;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0
}

.standard-section {
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 1320px;
    max-width: 95vw;
}

.standard-section h3 {
    margin-top: 20px;
}

a,
a:hover {
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.h1 {
    font-size: 48px;
    color: #FDFEFB;
    font-weight: 600;
    text-transform: uppercase
}

.h1.centered{
    font-size:42px;
    text-align:center;
    margin-bottom:60px;
    color:#2b2726 !important;
}

.h2 {
    font-size: 28px;
    font-weight: 600
}

.black {
    color: #2B2726
}

.label {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    margin-bottom: 5px
}

.input,
.textarea {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid rgba(196, 196, 196, 0.5);
    height: 42px;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Raleway", sans-serif
}

.textarea {
    height: 200px;
    padding: 10px 15px
}

p {
    margin-bottom: 0
}

.white {
    color: #FDFEFB
}

.button {
    background: #71201D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 44px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

.button:hover {
    background-color: #7f3633;
    color: #FDFEFB;
}

.button--transparent {
    background: transparent;
    border: 1px solid #71201D;
    background: #FDFEFB;
    color: #71201D;
    transition: all 400ms ease-in-out;
}

.button--transparent:hover {
    color: #FDFEFB;
    background-color: #71201D;
    border: 1px solid #71201D;
}

.button--transparent--no-border {
    border: none
}

.button--transparent-white {
    color: #FDFEFB;
    background: transparent;
    border-color: #FDFEFB;
    transition: all 400ms ease-in-out;
}

.button--transparent-white:hover {
    color: #FDFEFB;
    background-color: rgba(253, 254, 251, 0.1);
    border-color: #FDFEFB;
}

.our-menu, .our-menu-2{
    margin-left: 20px !important;
}

.red {
    color: #71201D !important;
}

.top-header {
    background: #71201D;
    padding: 22px 0;
    color: #FDFEFB;
    font-size: 14px
}

.top-header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-header__phone {
    color: #FDFEFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    font-size: 16px;
}

.top-header__phone img {
    display: block;
    margin-right: 10px
}

.top-header__phone:hover {
    color: #FDFEFB
}

.top-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 50%;
}

.footer_adress {
    margin-bottom: 20px;
}

.footer__icon.linkedin img {
    width: 15px;
}

.top-header__links {
    color: #FDFEFB
}

.top-header__link {
    color: #FDFEFB;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.top-header__link:hover {
    color: #fff
}

.header {
    padding: 20px 0
}

.header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__link {
    text-transform: uppercase;
    color: #2B2726;
    display: block;
    margin-left: 50px
}

.menu__link:hover {
    color: #2B2726
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu_home ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.menu__mobile-footer {
    display: none
}

.menu__item {
    position: relative
}

.menu__item.hide {
    display: none;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 50px;
    z-index: 999;
    background: #FDFEFB;
    border: 0.5px solid rgba(113, 32, 29, 0.2);
    min-width: 200px;
    -webkit-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
    padding: 15px;
    display: none
}

.menu__item:hover .sub-menu {
    display: block
}

.sub-menu__link {
    font-size: 14px;
    text-transform: uppercase;
    color: #2B2726;
    margin-bottom: 30px;
    display: block
}

.sub-menu__link:last-child {
    margin-bottom: 0
}

.sub-menu__link:hover {
    color: #2B2726
}

.sub-menu:before {
    content: url("../images/img/triangle.svg");
    position: absolute;
    top: 0;
    left: 18px;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px)
}

.main-screen--contact {
    padding-top: 170px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 32, 29, 0.8)), to(rgba(113, 32, 29, 0.8))), url("../images/img/header-bg.jpeg");
    background: -o-linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background: linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background-size: cover;
    background-position: center
}

.main-screen--club {
    padding-top: 170px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 32, 29, 0.8)), to(rgba(113, 32, 29, 0.8))), url("../images/img/tablesetting-min.JPG");
    background: -o-linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/tablesetting-min.JPG");
    background: linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/tablesetting-min.JPG");
    background-size: cover;
    background-position: center;
    top:50;
}

.main-screen--about {
    padding-top: 170px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 32, 29, 0.8)), to(rgba(113, 32, 29, 0.8))), url("../images/img/home-main.png");
    background: -o-linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/home-main.png");
    background: linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/home-main.png");
    background-size: cover;
    background-position: center
}

.main-screen__text {
    width: 613px;
    max-width: 100%;
    font-size: 21px;
    margin-top: 20px;
    line-height: 1.2
}

.main-screen--shop {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 32, 29, 0.8)), to(rgba(113, 32, 29, 0.8))), url("../images/img/header-bg.jpeg");
    background: -o-linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background: linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background-size: cover;
    background-position: center;
    padding-top: 170px;
    padding-bottom: 70px
}

.contact {
    padding: 100px 0
}

.contact-form {
    margin-top: 40px;
    max-width: 100%
}

.contact-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-form__row .input-wrapper {
    width: 48%
}

.input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.input-wrapper {
    margin-bottom: 30px
}

.input--submit {
    background: #71201D;
    border: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.08em
}

.request-texting__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%
}

.request-texting__wrapper .h2 {
    margin-bottom: 10px
}

.request-texting__content {
    width: 314px
}

.request-texting__item {
    margin-bottom: 30px
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2B2726;
    margin-bottom: 10px
}

.contact-item img {
    margin-right: 10px
}

.contact-item:hover {
    color: #2B2726
}

.request-texting__item--two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.newsletter {
    min-height: 450px
}

.newsletter {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 39, 38, 0.7)), to(rgba(43, 39, 38, 0.7))), url("../images/img/newsletter-bg.jpeg");
    background: -o-linear-gradient(bottom, rgba(43, 39, 38, 0.7), rgba(43, 39, 38, 0.7)), url("../images/img/newsletter-bg.jpeg");
    background: linear-gradient(0deg, rgba(43, 39, 38, 0.7), rgba(43, 39, 38, 0.7)), url("../images/img/newsletter-bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FDFEFB
}

.newsletter .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px
}

.newsletter__content {
    width: 543px;
    max-width: 100%
}

.newsleter__text {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 50px
}

.newsletter__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.newsletter-input {
    width: 100%;
    background: transparent;
    height: 60px;
    border: none;
    outline: none;
    border-bottom: 1px solid #FDFEFB;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-left: 10px;
    padding-right: 60px;
    color: #FDFEFB;
    font-size: 24px
}

.newsletter-input::-webkit-input-placeholder {
    color: #FDFEFB
}

.newsletter-input::-moz-placeholder {
    color: #FDFEFB
}

.newsletter-input:-ms-input-placeholder {
    color: #FDFEFB
}

.newsletter-input::-ms-input-placeholder {
    color: #FDFEFB
}

.newsletter-input::placeholder {
    color: #FDFEFB
}

.newsletter-input-submit {
    width: 55px;
    height: 100%;
    padding-right: 15px;
    cursor: pointer;
    border: none;
    position: absolute;
    background-color: transparent;
    background-image: url("../images/img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer {
    background: #71201D;
    padding-top: 60px;
    padding-bottom: 56px;
    color: #FDFEFB
}

.footer p {
    margin-bottom: 30px
}

.footer p:last-child {
    margin-bottom: 0
}

.footer .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-col--first {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__icon {
    margin-left: 20px
}

.footer-col__title {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 12px
}

.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FDFEFB;
    margin-bottom: 5px
}

.footer-link:hover {
    color: #FDFEFB
}

.footer__copy {
    margin-top: 10px
}

.shop {
    padding-bottom: 90px;
    overflow: hidden
}

.shop-item__img {
    width: 100%
}

.shop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -60px;
    margin-right: -60px
}

.shop__item-wrapper {
    width: 33.333%;
    padding: 0 60px;
    margin-top: 100px
}

.shop__item {
    text-align: center;
    color: #2B2726;
    min-height: 640px;
    display: block;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop__item:hover {
    color: #2B2726
}

.shop-item__year {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 5px;
    display: block
}

.shop-item__title {
    font-size: 32px;
    font-weight: 700
}

.shop__item-price {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block
}

.shop__item-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    height: 52px;
    width: 237px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-num {
    width: 58px;
    height: 100%;
    text-align: center;
    background: rgba(158, 159, 154, 0.1);
    border: 1px solid rgba(43, 39, 38, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    padding-left: 17px
}

.fa-icon{
    font-size:22px;
}

.shop__item-header,
.shop__item-header:hover {
    color: #2B2726
}

.shop__item-footer-row {
    width: 237px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px
}

.shop__item-footer-row .button {
    height: 100%;
    width: 173px
}

.shop__item-footer-row .button--transparent {
    width: 100%
}

.sold-out {
    font-size: 17px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #71201D;
    text-transform: uppercase;
    margin-bottom: 40px
}

.shop-item__sub-title {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    display: block
}

.shop__item-price,
.sold-out {
    margin-bottom: 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shop__item-header-text {
    min-height: 150px;
    display: block
}

.explore {
    padding-bottom: 100px
}

.explore .container-fluid {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 39, 38, 0.9)), to(rgba(43, 39, 38, 0.9))), url("../images/img/explore.png");
    background: -o-linear-gradient(bottom, rgba(43, 39, 38, 0.9), rgba(43, 39, 38, 0.9)), url("../images/img/explore.png");
    background: linear-gradient(0deg, rgba(43, 39, 38, 0.9), rgba(43, 39, 38, 0.9)), url("../images/img/explore.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 44px
}

.explore__content {
    width: 100%;
    height: 100%;
    border: 1px solid #FDFEFB;
    padding: 30px 10px
}

.explore__wrapper {
    width: 722px;
    max-width: 100%;
    color: #FDFEFB;
    margin: 0 auto;
    text-align: center;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.explore__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 37px
}

.explore-button {
    width: 348px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    height: 48px;
    border: 1px solid #FDFEFB;
    color: #FDFEFB
}

.explore-button img {
    margin-left: 15px
}

.explore-button:hover {
    color: #FDFEFB;
    background-color:rgba(253, 254, 251, 0.1);
}

.product {
    padding-top: 30px;
    padding-bottom: 60px
}

.product .h1 {
    color: #2B2726;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1
}

.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2B2726;
    margin-bottom: 40px
}

.back img {
    margin-right: 10px
}

.back:hover {
    color: #2B2726
}

.product__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase
}

.product__label img {
    margin-right: 7px
}

.product-text {
    margin: 40px 0;
    font-size: 18px
}

.product__items {
    margin-bottom: 40px
}

.product__item {
    font-size: 18px;
    font-weight: 400
}

.product__item span {
    color: #9E9F9A
}

.shop__item-price--product {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    font-size: 36px
}

.shop__item-footer-row--product {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 30px
}

.visit-main-screen {
    position: relative;
    overflow: hidden;
    min-height: 610px;
   /** background: -webkit-gradient(linear, left top, left bottom, color-stop(47.92%, rgba(0, 0, 0, 0)), to(#2B2726)), url("../images/img/visit-bg.png");
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 47.92%, #2B2726 100%), url("../images/img/visit-bg.png");
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.92%, #2B2726 100%), url("../images/img/visit-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; **/
    padding-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #FDFEFB;
    object-fit:cover;
}

#visit-video{
    position: absolute;
    margin: auto;
    object-fit:contain;
    width: 90vw;
    height: 100%;
    top:0;
    left:5vw;
}

@media (min-aspect-ratio: 16/9) {
    #visit-video {
        width:90vw;
        height: auto;
        object-fit:contain;
    }
}

@media (max-aspect-ratio: 16/9) {
    #visit-video {
        width:90vw;
        object-fit:conatin;
        height: 100%;
    }
}

/**
.visit-overlay{
    position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #2B2726 100%);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index:1;
}
**/

.visit-main-screen .container-fluid{
    position: relative;
    z-index: 2;
}

.visit__text {
    font-size: 21px
}

.visit-content {
    padding-top: 100px
}

.h1.visit {
    padding-left: 60px;
    text-shadow: 1px 1px 5px #2b2726;
}

.visit-content .container-fluid{
    max-width: 1320px;
    width: 80vw;
}

.visit-content .h2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.visit-content__wrapper {
    max-width: 418px
}

.visit-content__wrapper:first-child{
    padding-right:60px;
}

.visit-content__wrapper:last-child{
    padding-left:60px;
}

.visit-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.visit-content__img img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25)
}

.visit-content__text {
    font-size: 18px
}

.visit-content__adress {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px
}

.visit-content__buttons {
    width: 322px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%
}

.visit-content__buttons .button {
    width: 48%;
    font-size: 14px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif
}

.slider-wrapper {
    margin-top: 50px
}

.quote-img {
    margin: 0 auto
}

.slider__content {
    width: 829px;
    max-width: 70%;
    margin: 65px auto
}

.slider__content p {
    font-size: 26px;
    line-height: 1.5
}

.slider-content__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    font-family: "Cormorant", sans-serif;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-wrapper {
    position: relative
}

.prev {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 99;
    cursor: pointer
}

.next {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 99;
    cursor: pointer
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    margin: 0 7px;
    outline: none;
    background: #E5E5E5
}

.slick-dots .slick-active button {
    background: #71201D
}

.reviews {
    padding-bottom: 80px
}

.reviews--grey {
    background: #fbfbfb;
    padding-top: 100px
}

.visit-us {
    min-height: 450px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 39, 38, 0.75)), to(rgba(43, 39, 38, 0.75))), url(../images/img/visit-us.png);
    background: -o-linear-gradient(bottom, rgba(43, 39, 38, 0.75), rgba(43, 39, 38, 0.75)), url(../images/img/visit-us.png);
    background: linear-gradient(0deg, rgba(43, 39, 38, 0.75), rgba(43, 39, 38, 0.75)), url(../images/img/visit-us.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #FDFEFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

.visit-us__contnent {
    width: 403px;
    max-width: 100%;
    margin: 0 auto
}

.visit-us__title {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase
}

.visit-us__text {
    font-size: 24px;
    line-height: 1.2
}

.visit-us__buttons {
    width: 342px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px
}

.visit-us__button {
    width: 48%;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #FDFEFB;
    text-transform: uppercase;
    border: 1px solid #FDFEFB;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 400ms ease-in-out;
}

.visit-us__button:hover {
    color: #FDFEFB;
    background-color: rgba(253,254,251,0.1);
}

.main-screen__text--about {
    width: 1060px;
    max-width: 100%
}

.about {
    padding-top: 100px
}

.about p {
    font-size: 18px;
    margin-bottom: 15px
}

.about img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
}

.about-sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
}

.about .container-fluid, .news .container-fluid {
    width: 1080px;
    max-width: 90vw
}

.about-item {
    padding-bottom: 100px
}

.about__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.about__name.about__name--no-margin {
    margin-bottom: 10px
}

.about__sub-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 400
}

.about-iten__img {
    width: 480px
}

.about-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-item__col {
    width: 540px;
    max-width: 50%;
    padding-right:10px;
}

.blog-main-screen {
    background: #71201D;
    padding: 75px 0;
    color: #FDFEFB;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 32, 29, 0.8)), to(rgba(113, 32, 29, 0.8))), url("../images/img/header-bg.jpeg");
    background: -o-linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background: linear-gradient(rgba(113, 32, 29, 0.8), rgba(113, 32, 29, 0.8)), url("../images/img/header-bg.jpeg");
    background-size: cover;
    background-position: center
}

.blog-main-screen .container-fluid {
    width: 840px;
    max-width: 90vw
}

.blog-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3
}

.blog__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif
}

.blog-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 60px
}

.blog {
    margin-top: 80px;
    margin-bottom: 40px
}

.blog p {
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 720px;
    max-width: 100%
}

.blog img {
    max-width: 100%
}

.blog__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    display: block
}

.blog__social {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.blog__social a {
    display: block;
    margin-left: 20px
}

.news {
    padding-top: 50px;
    padding-bottom:50px;
}

.news p {
    font-size: 18px;
    margin-bottom: 20px
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-item {
    width: 600px;
    max-width: 48%;
    margin-bottom: 100px
}

.news-item .news-img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(43, 39, 38, 0.25);
    display: block;
    margin-bottom: 25px;
    width: 100%
}

.news-title {
    font-size: 24px;
    color: #71201D;
    font-weight: 600;
    line-height: 1.2
}

.news__date {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 10px
}

.read-more {
    font-size: 12px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: #71201D;
    transition: all 400ms ease-in-out;
}

.read-more img {
    margin-left: 10px
}

.read-more:hover {
    color: #9b6260;
}

.menu__btn {
    cursor: pointer;
    display: none
}

.menu__btn_home {
    cursor: pointer;
    display: none
}

.menu__row {
    width: 28px;
    height: 2px;
    background: #2B2726;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu__row:last-child {
    margin-bottom: 0
}

.menu__btn.active .menu__row:last-child, .menu__btn_home.active .menu__row:last-child {
    display: none
}


.menu__btn.active .menu__row:first-child, .menu__btn_home.active .menu__row:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0;
    position: relative;
    top: 2px
}


.menu__btn.active .menu__row:nth-child(2), .menu__btn_home.active .menu__row:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-main {
    background: url("../images/img/home-main.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FDFEFB
}

.home-main .top-header {
    background: transparent;
    padding-bottom: 0;
    padding-top: 14px
}

.home-main .top-header .container-fluid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-main .menu__row {
    background: #fff
}

.home-main .menu__link {
    color: #FDFEFB
}

.home-main .menu__btn_home {
    display: none;
}

.home-main .menu ul {
    display: none
}

.home-main .menu__btn_home {
    margin-left: 50px
}

.home-main .menu.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-main .sub-menu {
    border: 1px solid #FDFEFB;
    background: rgba(255, 255, 255, 0.05)
}

.home-main .sub-menu .sub-menu__link {
    color: #FDFEFB
}

.home-main .sub-menu:before {
    content: url("../images/img/triangle2.svg")
}

.home-main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-main__content {
    padding-top: 10vw;
    padding-bottom: 4.583vw
}

.home-main__content-wrapper {
    width: 550px;
    max-width: 100%
}

.home-main__content-wrapper p {
    font-size: 32px
}

.home__title {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px
}

.home-main__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.home-main__buttons .button {
    height: 52px;
    width: 48%
}

.home-items {
    padding: 100px 0
}

.home-item__image {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25)
}

.home-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px
}

.home-item.hide{
    display:none;
}

.home-item .button {
    margin-top: 60px;
    width: 290px;
    max-width: 100%;
    height: 52px
}

.home-item .h1 {
    font-weight: 700;
    margin-bottom: 30px
}

.home-item__content {
    width: 505px;
    max-width: 100%
}

.home-item__list {
    margin-top: 5px
}

.home-item__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-item__list-item i {
    font-size: 14px;
    color: #71201D;
    margin-right: 10px
}

.home-item__image {
    max-width: 50%
}

.home-item__content {
    max-width: 50%
}

.home-item {
    margin-bottom: 100px
}

.home-item:last-child {
    margin-bottom: 0
}

.discover {
    padding: 100px 0
}

.discover p {
    font-size: 18px
}

.discover .h1 {
    margin-bottom: 80px
}

.discover__img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25)
}

.discover__title {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    font-size: 14px
}

.read-more img {
    margin-left: 10px;
    display: block
}

.discover__img {
    width: 100%;
    height:250px;
    object-fit:cover;
}

.img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25);
    box-shadow: 0px 0px 12px 5px rgba(96, 96, 96, 0.25)
}

.follow-us {
    padding: 70px 0;
    background: #FCFCFC
}

.follow-us__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.follow-us__col {
    width: 540px;
    max-width: 47%
}

.follow-us__col .img {
    width: 100%
}

.follow-us__col .button {
    width: 140px;
}

.follow-us__col p {
    font-size: 18px;
    margin-bottom: 20px;
}

.follow-us__title {
    margin-bottom: 59px;
}

.follow-us__img {
    width: 100%;
    margin-bottom: 50px;
}

.follow-us__social{
    display:flex;
}

.follow-us__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px
}

.follow-us__social-item a{
    color: #333;
}

.follow-us__social-item i {
    margin-right: 30px;
    display: inline;
}

.latest-news__item {
    margin-bottom: 30px
}

.latest-news__item-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
    color: #71201D
}

.latest-news__date {
    font-family: 'Raleway';
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400
}

.latest-news__item p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 15px
}

.latest-news__item .read-more {
    margin-top: 15px !important;
    font-size: 12px
}

.home-more-card{
    width: 32% !important;
}

.about-wine-club {
    padding: 80px 0
}

.about-wine-club .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews--white {
    padding-top: 80px
}

.about-wine-club__content {
    width: 600px;
    max-width: 65%
}

.about-wine-club__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

.about-wine-club__content {
    font-size: 18px;
    padding-left: 15px
}

.about-wine-club__content p {
    margin-bottom: 20px;
    line-height: 1.25;
}

.about-wine-club__content p:last-child {
    margin-bottom: 0
}

.wine-club-intro{
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.bar-section{
    background-color: #fbfbfb !important;
    display:none !important;
}

.bar-preview{
    width:48%;
    height:350px;
    object-fit:cover;
}

.bar-preview:first-child{
    margin-top:60px;
}

.bar-images-wrapper {
    width:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    justify-content: space-between;
}

.expiriences {
    background: #F9F9F9;
    padding: 80px 0
}

.expiriences__row, .bar-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.expiriences__images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.expiriences__images-wrapper img {
    display: block;
    margin-left: 30px;
    width: 300px;
    height: 400px;
    object-fit:cover;
}

.expiriences__images-wrapper img:first-child {
    margin-top: 60px
}

.expirences__title {
    font-size: 42px;
    font-weight: 700
}

.expiriences p {
    font-size: 21px;
    line-height: 1.25;
}
.about-wine-club .about-wine-club__content p {
    font-size: 21px;
}
.about-wine-club .about-wine-club__title {
    font-size: 42px;
    line-height: 1.2;
}
.expiriences--white {
    background: transparent
}

.expiriences__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.expiriences__row .read-more{
    margin-top: 40px;
}

.expiriences__content {
    width: 570px;
    max-width: 100%
}

.expirences__title {
    line-height: 1;
    margin-bottom: 20px
}

.plans {
    padding: 80px 0
}

.plans--grey {
    background: #fbfbfb
}

.plans__title {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 55px
}

.plan__item-title {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 3px solid #A0B2C6;
    margin-bottom: 15px
}

.plan__item-title.gold {
    border-color: #C9B037
}

.plan__item-title.silver {
    border-color: #D7D7D7
}

.plan__item {
    font-size: 18px
}

.plan__item .img {
    width: 100%;
    margin-bottom: 25px
}

.plan__item .home-item__list-item {
    margin-bottom: 2px
}

.wine-club__sub-text {
    margin-top: 25px
}

.button-join-now {
    margin-top: 25px;
    width: 158px
}

.button-join-now img {
    display: block;
    margin-left: 10px
}

.plan__item {
    justify-content: space-between;
    width: 360px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.home-page .container-fluid,
.follow-us .container-fluid {
    width: 1200px;
    max-width: 90vw
}

.section__sub-text {
    width: 619px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 60px;
    max-width: 100%
}

.events__title {
    margin-bottom: 15px
}

.visit-title {
    margin-bottom: 80px;
}

.expiriences__slider {
    width: 502px;
    max-width: 50%;
    padding: 0px 30px;
}

.quote-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    width: 35px
}

.event-slider-item p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px
}

.company-name {
    font-weight: 500;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 32px
}

.event-page__section {
    overflow: hidden
}

.event-page__section .container-fluid {
    width: 1250px;
    max-width: 90vw
}

.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
    max-width: 100%
}

.buttons-wrapper .button {
    padding: 0 22px;
    margin-left: 20px;
}

.modal-window, .modal-window-2 {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: rgba(43, 39, 38, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0
}

.modal-content, .modal-content-2 {
    background: #fff;
    position:absolute;
    overflow:scroll;
    width: 1000px;
    max-width: 100%;
    height: auto;
    top: 3.5vw;
    bottom:3.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 45px 32px;
    padding-top: 100px;
    font-size: 18px;
    line-height: 2
}

.close-modal, .close-modal-2 {
    position: absolute;
    top: 35px;
    right: 40px;
    cursor: pointer
}

.modal-window, .modal-window-2 {
    display: none
}

.menu-content{
    text-align:center;
}

.menu-content h2{
    font-size:36px;
    font-weight:700;
    color: #71201d;
    margin-bottom:12px;
}

.menu-content h3{
    font-size:26px;
    font-weight:700px;
    font-style:italic;
    margin-bottom:12px;
}

.menu-content h4{
    font-size:21px;
    font-weight:700px;
    font-style:italic;
}

.menu-content p{
    font-size:18px;
}


.event-page__section-white {
    background: transparent;
}

.shif-info {
    font-size: 20px;
}

.buttons-shif {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}

.buttons-shif .button {
    padding: 0 22px;
}

.follow-us--grey {
    background: #F9F9F9;
}
.buttons-shif .button {
    padding: 0 22px;
    margin: 0 10px;
}
.past-members {
    padding-bottom: 100px;
}

.past-members .col-md-4 {
    margin-bottom: 30px;
    flex-grow:1;
}

.past-members .h2 {
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: uppercase;
}

.past-members a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #FDFEFB;
    height:100%;
    object-fit:cover;
}
.about-item li {
    position: relative;
    padding-left: 14px;
    display: flex;
    margin-bottom: 10px;
}
.about-item li::before, .news-contentarea ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #2b2726;
    border-radius: 80%;
    top: 9px;
}
.past-members a.button{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #FDFEFB;
    height:44px;
}

.past-members__img {
    width: 100%
}

.past-members__description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FDFEFB;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 39, 38, 0.75)), to(rgba(43, 39, 38, 0.75)));
    background: -o-linear-gradient(bottom, rgba(43, 39, 38, 0.75), rgba(43, 39, 38, 0.75));
    background: linear-gradient(0deg, rgba(43, 39, 38, 0.75), rgba(43, 39, 38, 0.75));
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.past-members__description i {
    width: 25px;
    margin-top: 20px
}

.past-members__item:hover .past-members__description {
    opacity: 1
}

.buttons-wrapper--events {
    width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 60px
}

.buttons-wrapper--events .button {
    font-size: 14px;
    position: relative
}

.buttons-wrapper--events .button:first-child {
    width: 194px
}

.buttons-wrapper--events .button:nth-child(2) {
    width: 300px
}

.plus {
    cursor: pointer;
    position: relative;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.plus-row {
    width: 10px;
    height: 2px;
    background: #71201D;
    border-radius: 2px
}

.plus-row:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute
}

.buttons-wrapper--events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upcoming-event-content {
    padding: 40px 0px;
    display: none;
}

.plus.active .plus-row:nth-child(2) {
    display: none
}
.visit-content__img{
    width: 50%;
}
.visit-content__img img {
    width: 100%;
}
.news-contentarea ul {
    margin-bottom: 28px;
}
.news-contentarea ul li {
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}
.news-contentarea .visit-content__text {
    margin-bottom: 25px;
}
.contact form.v65-customForm fieldset input[type="checkbox"] {
    width: auto !important;
    height: auto;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}
.blog .blog-wrapper .v65-blogPostWrapper {
    width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px){
   .expiriences.expiriences--white .expiriences__images-wrapper {
       padding-right: 30px;
   }
}

@media only screen and (max-width: 1400px) {
    .product-text {
        margin: 20px 0
    }

    .product__items {
        margin-bottom: 20px
    }

    .shop__item-footer-row--product {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 1200px) {
    .shop__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .shop__item-wrapper {
        padding: 0 15px
    }

    .product .h1 {
        font-size: 38px
    }

    .home-item-shop{
        padding-left: 30px;
    }

    .visit-content__img {
        max-width: 55%
    }

    .visit-content__img img {
        max-width: 100%
    }

    .home-main .menu__link,
    .home-main .menu__btn_home {
        margin-left: 30px
    }

    .expiriences.expiriences--white .expiriences__content {
        padding-left: 15px
    }

    .expiriences__content {
        width: 100%
    }

    .expiriences__images-wrapper {
        margin-bottom: 20px
    }

    .event-page__section .expiriences__images-wrapper {
        max-width: 50%
    }

    .event-page__section .expiriences__images-wrapper img {
        max-width: 48%;
        margin-left: 1%
    }
}

@media only screen and (max-width: 1025px) {
    .visit-content__wrapper:first-child{
        padding-right:0px;
    }

    .visit-content__wrapper:last-child{
        padding-left:0px;
    }

    .home-item-club{
        padding-right: 30px;
    }

    .home-item-shop{
        padding-left: 30px;
    }

    .menu__link{
        margin-left:30px;
    }

    .wine-club-intro{
        width: 100%;
    }

    .about-wine-club__content{
        padding-left: 40px;
    }

    .expiriences__images-wrapper .reverse{
        margin-left: 0px;
        margin-right: 30px;
    }

    .visit-content .container-fluid{
        width: 90%;
    }

    .visit-content__img{
        width: 50%;
        display: flex;
    }

    .visit-content .h2{
        margin-top: 0px;
    }

    .event-page__section .expiriences__images-wrapper img{
        margin-left: 3%;
    }

    .expiriences__slider{
        width: 48%;
    }

    .event-page__section .expiriences__images-wrapper{
        width: 48%;
    }

    .event-slider-item p{
        font-size: 18px;
    }

    .company-name{
        font-size: 15px;
    }

    .past-members{
        padding-bottom: 60px;
    }

    .about-item__row{
        flex-direction: column;
    }

    .about-item__col{
        max-width: 100%;
        width: auto;
    }

    .about p{
        margin-bottom: 10px;
    }

    .about-iten__img{
        display: flex;
        justify-content: center;
        align-content:center;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .about-iten__img img{
        width: 50%;
        height:300px;
        object-fit:cover;
    }

    .about-sticky{
        position: static;
    }

    .about__name, .about__sub-title{
        text-align:center;
    }
}

@media only screen and (max-width: 992px) {
    .bar-preview{
        width:48%;
        height:350px;
        object-fit:cover;
    }

    .bar-preview:first-child{
        margin-top:0px;
    }

    .bar-images-wrapper {
        width:90%;
        margin-bottom:60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        justify-content: space-between;
    }

    .bar-section-row{
        flex-direction: column;
    }

    .top-header__links{
        width: 70%;
    }

    .top-header__phone{
        width: 30%;
    }

    .home__title{
        font-size: 56px;
    }

    .home-main__content-wrapper p{
        font-size:26px;
    }

    .home-main__buttons{
        justify-content: flex-start;
    }

    .home-main__buttons .button{
        padding: 0px 30px;
        width: auto;
        margin-right: 30px;
    }

    .h1{
        font-size: 42px;
    }

    .home-item-club{
        padding-right: 0px;
    }

    .home-item__content{
        font-size: 24px;
        line-height: 1.25;
    }

    .home-item-shop{
        padding-left: 0;
    }

    .home-item__list-item{
        font-size: 21px;
    }

    .menu__link {
        margin-left: 20px
    }

    .request-texting__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 40px
    }

    .footer {
        position: relative;
        padding-bottom: 130px
    }

    .footer .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-col--first {
        width: 100%;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__bottom {
        position: absolute;
        bottom: 30px;
        text-align: center
    }

    .shop__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .shop__item-wrapper {
        padding: 0 15px;
        width: 50%
    }

    .product-img {
        margin-bottom: 30px
    }

    .visit-main-screen {
        min-height: 70vw;
        padding-bottom: 5vw;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30.92%, rgba(0, 0, 0, 0)), to(#2B2726)), url("../images/img/visit-bg.png");
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30.92%, #2B2726 100%), url("../images/img/visit-bg.png");
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.92%, #2B2726 100%), url("../images/img/visit-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .visit-content__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .visit-content__row .visit-content__img {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom:50px;
    }

    .visit-content__row .visit-content__wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .visit-content__row img {
        width: 100%
    }

    .about-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-iten__img {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .about-item__col {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right:0;
    }

    .home-main .menu__link,
    .home-main .menu__btn_home {
        margin-left: 15px
    }

    .home-main {
        min-height: auto
    }

    .home-main__content {
        padding-top: 75px
    }

    .home-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-item__content {
        max-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .home-item__image {
        max-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px;
        object-fit: cover;
        height: 320px;
    }

    .slider__content{
        width: 100%;
        max-width: 100%;
    }

    .prev, .next{
        display:none !important;
    }

    .slider__content p{
        font-size: 24px;
    }

    .home-main__menu, .menu{
        font-size:12px;
    }

    .home-item .button{
        margin-top:40px;
    }

    .wine-club-intro{
        flex-direction: column;
    }

    .discover{
        padding: 80px 0;
    }

    .follow-us__col .img{
        height: 350px;
        object-fit: cover;
        object-position: top;
    }

    .follow-us__title{
        margin-bottom: 30px;
    }

    .home-items {
        padding: 80px 0
    }

    .follow-us__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .follow-us__col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 80px
    }

    .newsletter .container-fluid{
        justify-content:center;
    }

    .expiriences__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-wine-club .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-wine-club .container-fluid .img {
        width: 100%;
        margin-bottom: 30px;
        height: 350px;
        object-fit: cover;
        object-position: top;
    }

    .about-wine-club .about-wine-club__content {
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }

    .expiriences {
        padding: 80px 0
    }

    .expiriences__images-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom:40px;
    }

    #club-plans .row{
        flex-direction: column;
    }

    .plan__item{
        width: auto !important;
        margin-bottom: 80px;
    }

    .plan__item p{
        font-size:21px;
    }

    .plan-text-wrapper{
        margin:auto;
        padding-top: 20px;
        padding-left: 15%;
        padding-right:15%;
        display:flex;
        flex-direction: column;
        align-content:center;
    }

    .plan-text-wrapper .button-join-now{
        align-self:center;
    }

    .expirences__title{
        font-size:36px;
    }

    .explore__title{
        font-size:32px;
    }

    .col-lg-6.product-img .v65-product-photo{
        height:400px;
        margin-bottom: 50px !important;
    }

    .back{
        margin-bottom:20px;
    }


    .visit-content{
        padding-top:80px;
        padding-bottom:0px;
    }

    .sub-menu{
        left:0%;
    }

    .v65-blogPostWrapper{
        width:100%;
        padding:0 !important;
    }

    form#v65-checkBilling fieldset{
        width: 100% !important;
    }

    .col-lg-6{
        width:100%;
    }

    .product .row{
        flex-direction: column;
    }

    .col-md-4{
        width:90%;
        margin:auto;
    }

    .plans{
        padding-top:80px;
        padding-bottom:0px;
    }

    .expiriences__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .expiriences__images-wrapper img {
        margin-left: 0;
        margin: 0 1vw;
        width: 49%
    }

    .expiriences__images-wrapper img {
        height: 200px;
    }

    .expiriences__slider {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30;
        padding:0
    }

    .event-page__section .expiriences__images-wrapper {
        max-width: 100%;
        width: 100%
    }

    .event-page__section .expiriences__images-wrapper img {
        max-width: 48%;
        margin: 0 1%
    }

    .event-page__section .expiriences__images-wrapper img:first-child {
        margin-top: 60px
    }

    .expiriences__slider {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    #v65-modalCartDropdown{
        min-width:auto !important;
    }

    .menu__btn {
        display: block
    }

    .menu__btn_home {
        display: block
    }

    .menu {
        display: none
    }

    .menu_home {
        display: none
    }

    .header {
        position: relative;
        padding: 11px 0
    }

    .menu.active, .menu_home.active {
        background: #FDFEFB;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: calc(100vh - 90px);
        position: absolute;
        top: 115px;
        width: 100%;
        left: 0;
        padding-top: 11.1vw;
        padding-bottom: 7.246vw;
        z-index: 9999
    }

    .menu.active ul, .menu_home.active ul {
        display: block
    }

    .menu.active ul li, .menu_home.active ul li {
        text-align: center
    }

    .menu__link {
        margin-left: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 6.039vw
    }

    .menu__mobile-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        font-size: 14px;
        padding-bottom: 12vh;
    }

    .menu__mobile-footer .container-fluid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menu__mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu__mobile-social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px
    }

    .login-mobile,
    .login-mobile:hover {
        color: #2B2726
    }

    .footer-col:nth-child(2) {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer_adress {
        width: 50%
    }

    .footer-col {
        margin-bottom: 40px
    }

    .footer-col:nth-child(3),
    .footer-col:nth-child(4),
    .footer-col:nth-child(5) {
        width: 50%
    }

    .footer-col:nth-child(5) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin-top: -45%
    }

    .menu__item:hover .sub-menu {
        display: none
    }

    .menu.active, .menu_home.active {
        top: 95px
    }

    .shop__item-wrapper {
        width: 100%;
        margin-top: 80px
    }

    .shop__item {
        min-height: auto
    }

    .shop__item-header-text {
        min-height: auto
    }

    .visit-content {
        padding-top: 50px
    }

    .visit-content .h2 {
        margin-bottom: 30px
    }

    .visit-content__row {
        margin-bottom: 70px
    }

    .prev,
    .next {
        display: none !important
    }

    .slider__content {
        max-width: 100%
    }

    .slick-dots button {
        margin: 0 7.5px
    }

    .about {
        padding: 50px 0
    }

    .about-item {
        padding-bottom: 30px
    }

    .blog-img {
        margin-bottom: 30px
    }

    .blog p {
        font-size: 18px
    }

    .news-item {
        width: 100%;
        max-width: 100%
    }

    .news {
        padding-top: 50px
    }

    .news-item {
        margin-bottom: 50px
    }

    .home-main .menu__link,
    .home-main .menu__btn_home {
        margin-left: 0px
    }

    .home-main .menu__btn_home {
        display: block
    }

    .home-main .menu__link {
        color: #2B2726
    }

    .home-main .menu.active ul, .home-main .menu_home.active ul {
        display: block
    }

    .home-item {
        margin-bottom: 20vw
    }

    .discover__item {
        margin-bottom: 30px
    }

    .follow-us {
        padding-top: 30px;
        padding-bottom: 0px
    }

    .follow-us__title {
        margin-bottom: 35px
    }

    .follow-us__img {
        margin-bottom: 35px
    }

    .follow-us__col p {
        margin-bottom: 35px
    }

    .follow-us__social-item {
        font-size: 21px
    }

    .follow-us__col:last-child {
        border-top: 1px solid rgba(196, 196, 196, 0.4);
        padding-top: 30px
    }

    .latest-news__item-title {
        font-size: 18px
    }

    .latest-news__item p {
        font-size: 16px
    }

    .expirences__title {
        font-size: 10vw;
        margin-top: 1vw
    }

    .expirences__title {
        margin-top: 5vw
    }

    .about-wine-club__content {
        font-size: 18px
    }

    .about-wine-club__title {
        font-size: 24px
    }

    .about-wine-club .container-fluid .img {
        margin-bottom: 15px
    }

    .about-wine-club__title {
        margin-bottom: 15px
    }

    .expiriences p {
        font-size: 18px
    }

    .reviews {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .plan__item {
        width: 100%;
        margin-bottom: 30px
    }

    .plans--grey {
        padding: 30px 0
    }

    .buttons-wrapper--events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

    .buttons-wrapper--events .button {
        width: 100%;
        font-size: 13px
    }

    .buttons-wrapper--events .button:first-child {
        width: 100%;
        margin-bottom: 15px
    }

    .buttons-wrapper--events .button:nth-child(2) {
        width: 100%
    }

    .top-header__link, .v65-yourAccount, .v65-login, .v65-logout, .v65-editProfile {
        display:none !important;
    }
}

@media only screen and (max-width: 480px) {
    .bar-preview{
        width:100%;
        height:350px;
        object-fit:cover;
    }

    .bar-preview:first-child{
        margin-bottom:30px;
    }

    .bar-images-wrapper {
        width:100%;
        margin-bottom:60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction:column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        justify-content: space-between;
    }

    .section-title{
        font-size:12px;
    }

    .membership-section{
        padding-top:40px;
        padding-bottom:40px;
    }

    .membership-section>.content-wrapper{
        flex-direction: column;
    }

    .membership-section>.content-wrapper>.secondary-navigation{
        margin-bottom:40px;
        width:100%;
    }

    .v65-cartCheckOutButtons a{
        margin-top:20px !important;
    }

    #v65-checkoutCartSummaryWrapper{
        width:100% !important;
    }

    #v65-modalCartTable th, td {
        font-size: 14px !important;
        padding: 3px 5px !important;
    }

    .membership-section>.content-wrapper>.narrow-content-wrapper.group {
        width:100%;
    }

    .vt-row{
        flex-direction:column;
    }

    .vt-col-3{
        width:100% !important;
        padding:10px 0 !important;
    }

    .v65-form fieldset div{
        padding:0 !important;
    }

    .discover .row{
        flex-direction: column;
    }

    .discover .col-md-4{
        width:100%;
    }

    .discover .home-more-card{
        width:100% !important;
    }

    .discover__title{
        font-size:5.797vw !important;
    }

    .discover p{
        font-size:16px;
    }

    .read-more{
        font-size:12px;
    }

    .follow-us__col .img{
        object-position: top left;
    }

    .home-item__list-item{
        font-size:16px;
    }

    p{
        font-size:16px !important;
    }

    .follow-us__col p{
        margin-bottom:25px;
    }

    .v65-blogPostWrapper h2{
        font-size:21px;
    }

    .follow-us__col{
        margin-bottom: 40px;
    }

    .v65-blogPostWrapper{
        margin-bottom: 25px !important;
    }

    .newsletter__form .v65-form input[type=text]{
        font-size:18px;
    }

    .about-wine-club{
        padding:40px 0;
    }

    .about-wine-club .container-fluid .img{
        height: 220px;
    }

    .about-wine-club__title{
        font-size:21px;
        line-height:1.25;
    }

    .expiriences{
        padding:40px 0;
    }

    .expiriences__images-wrapper{
        margin-bottom:20px;
    }

    .expiriences__images-wrapper img:first-child{
        margin-top:0px !important;
    }

    .expiriences__images-wrapper img{
        margin:0;
        width:48%;
    }

    .company-name{
        margin-bottom:15px;
        font-size:12px;
    }

    .buttons-wrapper{
        flex-direction:column;
    }

    .buttons-wrapper .button{
        margin-left:0px;
    }

    .our-menu, .our-menu-2{
        margin-left:0px !important;
        margin-top:10px;
    }

    .past-members .col-md-4{
        width:100%;
    }

    .slick-dots button{
        width:10px;
        height:10px;
        margin:0 5px;
    }

    .blog{
        margin-top:40px;
        margin-bottom:0;
    }

    #v65-PagingBottom{
        margin:0 !important;
    }

    .about{
        padding:40px 0;
    }

    button.largeBtn, button.altLargeBtn{
        font-size:16px !important
    }

    .blog-wrapper .v65-blogPostWrapper{
        padding:0;
        width:100%;
    }

    .expiriences__images-wrapper{
        justify-content: space-between;
    }

    .expiriences__images-wrapper .reverse{
        margin:0;
    }

    .expiriences.expiriences--white .expiriences__content{
        padding:0;
    }

    .plan-text-wrapper{
        padding:0;
    }

    .plan__item-title{
        font-size:21px;
    }

    .plans .col-md-4{
        width:100%;
    }

    .button-join-now{
        width:100%;
    }

    .plan__item{
        padding-bottom:50px;
    }

    .shop-container{
        padding-top:40px;
        padding-bottom:40px;
        width: 85%;
    }

    .v65-shop-card{
        padding:0;
    }

    .v65-shop-card{
        margin-bottom:60px;
    }

    .v65-product-photo{
        height:auto;
    }

    .v65-title{
        margin-bottom:20px !important;
    }

    .v65-product-addToCart-quantity input{
        height:auto !important;
        margin-right:5px;
    }

    .v65-product-addToCart-button button.defaultBtn{
        height:auto !important;
    }

    .v65-product-drilldownLink {
        width:185px !important;
        height:50px !important;
    }

    .explore-button img{
        margin:0;
        display:none;
    }

    .explore__content{
        border:none;
    }

    .explore{
        padding-bottom:40px;
    }

    .top-header__phone{
        width:50%;
    }

    .container-fluid {
        max-width: 85%;
    }

    .top-header__link:nth-child(2) {
        display: none
    }

    .top-header__link, .v65-yourAccount, .v65-login, .v65-logout, .v65-editProfile {
        display:none !important;
    }

    #v65-toggleModalCart{
        font-size:10px;
        display:inline !important;
    }

    #v65-modalCart strong{
        font-size:14px;
    }

    .top-header {
        font-size: 12px;
        padding: 11.5px 0
    }

    .logo img {
        width: 110px;
    }

    .menu.active, .menu_home.active {
        top: 50px;
        padding-top:10vh;
    }

    .h1 {
        font-size: 11.594vw
    }

    .main-screen--contact {
        padding-top: 20vw;
        padding-bottom: 5vw
    }

    .main-screen--club {
        padding-top: 20vw;
        padding-bottom: 5vw
    }

    .main-screen--about {
        padding-top: 20vw;
        padding-bottom: 5vw
    }

    .contact-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-form__row .input-wrapper {
        width: 100%
    }

    .contact {
        padding: 15vw 0
    }

    .newsletter-input {
        font-size: 5.797vw
    }

    .footer {
        padding-bottom: 100px
    }

    .main-screen__text {
        font-size: 16px
    }

    .explore__title {
        font-size: 36px;
        font-size: 7vw
    }

    .explore .container-fluid {
        padding: 15px 15px
    }

    .explore-button img {
        margin-left: 2vw;
        max-width: 7vw
    }

    .explore-button {
        font-size: 4vw
    }

    .explore__title {
        margin-bottom: 5vw
    }

    .explore {
        padding-bottom: 90px
    }

    .product .h1 {
        font-size: 10vw
    }

    .back {
        margin-bottom: 30px
    }

    .product-img {
        margin-bottom: 10px
    }

    .visit-main-screen .h1 {
        font-size: 10vw;
        margin-bottom: 1vw
    }

    .visit-main-screen .visit__text {
        font-size: 4.2vw;
        line-height: 1.2
    }

    .slider__content p {
        font-size: 18px
    }

    .slider-content__footer {
        font-size: 12px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .slider__content {
        margin: 29px 0
    }

    .slider-wrapper {
        margin-top: 20px
    }

    .blog-title {
        font-size: 7.5vw;
        margin-bottom: 20px
    }

    .blog-main-screen {
        padding: 40px 0
    }

    .news-title {
        font-size: 22px
    }

    .reviews--grey {
        padding-top: 80px
    }

    .home-main .menu.active, .home-main .menu_home.active {
        top: 58px
    }

    .home__title {
        font-size: 11.594vw
    }

    .home-main__content-wrapper p {
        font-size: 18px
    }

    .home__title {
        margin-bottom: 1vw
    }

    .home-main__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
    }

    .home-main__buttons .button {
        width: 100%;
        margin-bottom: 5vw
    }

    .home-main__content {
        padding-bottom: 8vw
    }

    .button {
        font-size: 3.382vw
    }

    .button:hover{
        background-color: #7f3633;
        transition: all 400ms ease-in-out;
    }

    .home-main__buttons .button {
        width: 100%;
        height: 12.145vw;
        margin-bottom: 3.415vw
    }

    .home-items .h1 {
        font-size: 5.797vw
    }

    .home-item__content {
        font-size: 16px
    }

    .home-item .h1 {
        margin-bottom: 15px
    }

    .home-item__image {
        margin-bottom: 25px;
        height:220px;
    }

    .home-items{
        padding:40px 0;
    }

    .home-item__list {
        margin-top: 15px
    }

    .home-item .button {
        margin-top: 30px;
        height:44px;
    }

    .discover {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .discover .h1 {
        font-size: 10vw;
        margin-bottom: 40px
    }

    .reviews--grey {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .latest-news__item .read-more {
        font-size: 12px
    }

    .follow-us__col p {
        margin-bottom: 15px
    }

    .plans__title {
        font-size: 8vw;
        margin-bottom: 8vw
    }

    .section__sub-text {
        margin-bottom: 10vw
    }

    .close-modal img, .close-modal-2 img {
        width: 7vw
    }

    .modal-content, .modal-content-2 {
        padding: 5vw 5vw;
        padding-top: 18vw
    }

    .close-modal, .close-modal-2 {
        top: 5vw;
        right: 5vw
    }
}

@media only screen and (min-width: 1919px){
    section.product{
        min-height:61vh;
    }

    .col-lg-6.product-img .v65-product-photo{
        height:55vh;
    }
}
