body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {

}

body {
    margin: 0 !important;
    padding: 0 !important;
}

* {
    box-sizing: border-box;
}


.before-header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 23px 64px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo_text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #CFAF7E;
    padding-right: 90px;

}

.logo_text p {
    margin: 0;
    padding: 0;
}

.logo_search {
    padding: 8.5px 40px;
}

.logo_search label {
    vertical-align: middle;
}

.logo_search input {
    border: none;
    outline: none;
    padding-left: 25px;
}

.logo_search input::placeholder {
    color: black;
}

.auth {
    display: flex;
    align-items: center;
}

.auth__sign_up button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 14px 32px;
    margin-right: 32px;
    background: #CFAF7E;
    border: 1px solid #CFAF7E;
    border-radius: 8px;
}

.auth__log_in button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 32px;
    color: #312C2C;
    border: 1px solid #CFAF7E;
    outline: none;
    background: transparent;
    border-radius: 8px;
}

.header {
    background-image: url('../images/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    min-height: 730px;
    width: 100%;
}

.header_text {

    padding: 40px 64px;
}

.header_text p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;

    color: #211B1B;
}

.filter-part {
    position: relative;
}

.filter-part .filter {

    background: #FFFFFF;
    /*height: 160px;*/
    padding: 45px;
    position: absolute;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -80px;
    align-items: center;
}

#d_time {
    border: none;
}

#d_time::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 24px;
    line-height: 29px;
    border: none;
    width: 260px;
    padding: 22px;
    color: #000000;
}

.filter-part .filter select {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 24px;
    line-height: 29px;
    border: none;
    width: 260px;
    padding: 22px;
    color: #000000;
}

.filter-part .filter button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    cursor: pointer;
    padding: 18px 40px;
    text-transform: capitalize;
    width: 159px;
    background: #CFAF7E;
    outline: none;
    border: none;
}

.filter-part .filter select:focus-visible {
    border: none !important;
    outline: none !important;
}

.filter-part .filter select:not(:first-child) {
    background: #FFFFFF;
    border-left: 1px solid #D9D9D9;
}

.header-part {
    background-image: url("../images/home-bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 810px;
}

.header-part .logo {

    padding-top: 30px;
    padding-left: 80px;
}

.header-part .logo p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.header-part .content {
    margin-left: 130px;
    margin-top: 250px;
}

.header-part .content p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
}

.filter-part {
    position: relative;
}

.filter-part .filter {
    background: #FFFFFF;
    /*height: 160px;*/
    padding: 45px;
    position: absolute;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -120px;
}

.filter-part .filter select {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 24px;
    line-height: 29px;
    border: none;
    width: 260px;
    padding: 22px;
    color: #000000;
}

.filter-part .filter button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    cursor: pointer;
    padding: 18px 40px;
    text-transform: capitalize;
    width: 159px;
    background: #CFAF7E;
    outline: none;
    border: none;
}

.filter-part .filter select:focus-visible {
    border: none !important;
    outline: none !important;
}

.filter-part .filter select:not(:first-child) {
    background: #FFFFFF;
    border-left: 1px solid #D9D9D9;
}

.regions {
    background: #F5F5F5;
    padding: 120px 240px 40px 240px;
}

.regions .title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #312C2C;
}

.regions .regions_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.regions .regions_list .list:not(:last-child) {
    margin-right: 30px;
}

.regions .regions_list .list {

}

.regions .regions_list .list img {
    width: 458px;
    height: 350px;
}

.regions .regions_list .list a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 45px 24px;
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    display: block;
    text-decoration: none !important;
}

.visite-estate-part {
    min-height: 540px;
    background-image: url("../images/visite.png");
    position: relative;
}

.visite-estate-part h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-left: 100px;
    padding-top: 15%;
    margin-bottom: 50px;
}

.visite-estate-part p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    width: 55%;
    margin-left: 100px;
}

.visite-estate-part a {
    font-family: 'Inter', sans-serif;
    padding: 6px 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    position: absolute;
    right: 15%;
    border-left: 6px solid white;
    color: #FFFFFF;
}

.balance {
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance .abs {
    width: 50%;
    margin-left: 240px;
    /*justify-content:end;*/
}

.balance .abs .content {
    position: absolute;
    bottom: 20px;
}

.balance .abs .content p {
    width: 30%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #312C2C;
    margin-bottom: 20px;

}

.balance .abs .content a {
    font-family: 'Inter', sans-serif;
    border-left: 6px solid #726B6B;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-left: 3px;
    font-size: 20px;
    line-height: 24px;
    color: #726B6B;
}

.balance .abs .content h2 {
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #312C2C;

}

.balance .abs .absolute-img {
    position: absolute;
    top: 50px;
    /*height: 350px;*/
    width: 1114px;
    height: 354px;
    left: 0;
}

.balance .img {
    width: 50%;
}

.balance .img img {
    width: 944px;
    height: 626px;
}

.inside {
    display: flex;
    position: relative;
    background: #E9E9E9;
    margin-top: 220px;
    margin-bottom: 215px;
    padding: 73px 240px;
}

.inside .img img {
    width: 736px;
    height: 395px;

}

.inside .content {
    /*width: 50%;*/
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
}

.inside .content h2 {
    font-family: 'Inter', sans-serif;
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #312C2C;

}

.inside .content p {
    font-family: 'Baskervville', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 60px;
    color: #000000;

}

.inside .content a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    border-left: 3px solid #726B6B;
    padding: 4px;
    background: rgba(251, 245, 236, 0.57);
    color: #726B6B;
}

.inside .absolute-pic {
    position: absolute;
    bottom: -25%;
    left: 25%;
    width: 440px;
    height: 279px;
}

.resources {
    background-image: url("../images/resources-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    padding-top: 240px;

}

.resources h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 60px;
    color: #FFFFFF;
}

.resources p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 55%;
    line-height: 29px;
    color: #FFFFFF;
}

.resources a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 130px;
    font-size: 20px;
    line-height: 24px;
    background: rgba(251, 245, 236, 0.57);
    border-left: 3px solid #746145;
    text-decoration: none;
    padding: 7px 0 7px 7px;
    color: #726B6B;

}

.taste {
    background: #F5F5F5;
}

.taste .title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    text-align: center;
    padding: 120px;
}

.taste .info {
    display: flex;
    align-items: center;
    justify-content: center;

}

.taste .info .section:not(:last-child) {
    margin-right: 30px;
}

.taste .info .section {
    width: 460px;
    display: flex;
    flex-direction: column;
    background-color: white;
    align-items: center;
    bottom: 0;
}

.taste .info .section p {
    font-family: 'Baskervville', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 36px 26px 0 26px;
    color: #000000;

}

.taste .info .section a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px solid #14232F;
    margin: 75px;
    line-height: 19px;
    color: #14232F;
}

.taste .info .section img {
    width: 100%;
}

.taste .advert {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 163px 0 220px 0;
}

.taste .advert p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #14232F;
    border-bottom: 2px solid #CFAF7E;
    width: fit-content;
    padding-bottom: 5px;
}

footer {
    background: #14232F;
    /*min-height: 600px;*/
    padding: 80px 220px;
    /*margin-top: 680px;*/
}

footer .present {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 150px;
    padding-bottom: 20px;
}

footer .wine-track {
    display: flex;
    align-items: center;
}

footer .wine-track .title p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #CFAF7E;
}

footer .wine-track .title input {
    min-width: 530px;
    padding: 16px 14px;
    font-family: 'Inter', sans-serif;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    border-bottom: 1px solid #CFAF7E;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 50px;

}

footer .wine-track .title .menus a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */


    color: #FFFFFF;

}

footer .wine-track .title .menus a:not(:last-child) {
    margin-right: 25px;
}

footer .wine-track .title .menus a:before {
    content: url("../images/arrow.png");
    margin-right: 5px;
}

footer .wine-track .title input::placeholder {
    color: white;
}

footer .wine-track button {
    padding: 18px 86px;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    height: min-content;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-left: 90px;
    background: transparent;
    border: 1px solid #CFAF7E !important;
}

footer .wine-track {
}

.header-part-2 {
    background-image: url("../images/tmp2/tmp-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 600px;
}

.filter-part-2 {
    position: relative;
}

.filter-part-2 .filter-2 {
    background: rgba(255, 255, 255, 0.85);
    z-index: 12;
    /*height: 160px;*/
    padding-bottom: 40px;
    position: absolute;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 75%;
    left: 0;
    display: flex;
    justify-content: space-between;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -60px;
    padding-top: 60px;
}

.filter-part-2 .filter-2 p {
    width: 1085px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.lists {

    padding: 280px 400px 210px 400px;
}

.lists .list {
    display: flex;
    justify-content: space-between;
}

.lists .list:not(:last-child) {
    margin-bottom: 20px;
}

.lists .list .content {
    padding: 30px;
    background: #F0F0EF;
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.lists .list .content .title {
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #232121;
}

.lists .list .content .text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #312C2C;
    margin-bottom: 40px;
}

.lists .list .content .seats {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 45px;
    color: #312C2C;
}

.lists .list .content .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lists .list .content .btns button:first-child {
    background: #CFAF7E;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 7px 16px;
    color: #000000;
}

.lists .list .content .btns button:nth-child(2) {
    font-family: 'Inter', sans-serif;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    margin-right: 30px;
    color: #14232F;

}

.lists .list .img {
    width: 50%;
}

.lists .list .img img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.header-part-3 {
    background-image: url("../images/tmp3/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 600px;
}

.mudbrick-3 {
    display: flex;
    justify-content: space-between;
    padding: 150px 150px 50px 150px;
}

.mudbrick_content-3 {
    width: 53%;
}

.mudbrick_content__title-3 {
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 35px;
    color: #000000;
}

.mudbrick_content-3 ul {
}

.mudbrick_content-3 ul li {
    list-style-type: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #312C2C;

}

.mudbrick_content-3 ul li .title-3 {
    display: block;
    margin-bottom: 20px;
}

.mudbrick_content-3 ul li:not(:last-child) {
    margin-bottom: 70px;
}

.mudbrick_book-3 {
    display: flex;
    flex-direction: column;

    width: 40%;
}

.mudbrick_book-3 img {
    width: fit-content;
}

.mudbrick_book__table-3 {
    border: 1px solid #DAD6D6;
    width: fit-content;
    margin-top: 50px;
}

.mudbrick_book__table_event-3 {
    border-bottom: 1px solid #DAD6D6;
    padding: 18px 25px;
    min-width: 400px;
    margin: 0 16px;
}

.mudbrick_book__table_event-3 p {
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;

    color: #000000;
}

.mudbrick_book__table_event-3 span {
    vertical-align: super;
    margin-left: 25px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}

.mudbrick_book__table_time-3 {
    margin: 0 16px;
    margin-top: 30px;
    border-bottom: 1px solid #DAD6D6;
    padding: 0 25px 16px 25px;
}

.mudbrick_book__table_time-3 span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    vertical-align: super;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-left: 25px;
}

.mudbrick_book__table_price-3 {
    margin: 0 16px;
    margin-top: 30px;
    border-bottom: 1px solid #DAD6D6;
    padding: 0 25px 16px 25px;
}

.mudbrick_book__table_price-3 span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    vertical-align: super;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-left: 25px;
}

.mudbrick_book__table_adress-3 {
    margin: 0 16px;
    margin-top: 30px;
    border-bottom: 1px solid #DAD6D6;
    padding: 0 25px 16px 25px;
}

.mudbrick_book__table_adress-3 span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    vertical-align: super;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-left: 25px;
}

.mudbrick_book__table_tickets-3 {
    padding: 17px 16px;
    display: flex;
    justify-content: space-between;
}

.mudbrick_book__table_tickets-3 .count {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}

.mudbrick_book__table_tickets-3 button {
    margin-left: auto;
    width: 30px;
    height: 30px;
    color: #312C2C;
    background: transparent;
    border: none;
    outline: none;
    font-size: 40px;
}

.mudbrick_book__table_button-3 {
    background: #CFAF7E;
    cursor: pointer;
    text-transform: capitalize;
    padding: 18.5px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;

}

.galery-3 {
    padding: 0 34px;
    background: #F5F5F5;
    padding-bottom: 275px;
}

.galery-3 img.full-img-3 {
    width: 100%;
    min-height: 440px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.galery-3 .imgs-3 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.galery-3 .imgs-3 img:first-child {
    margin-right: 60px;
}

.galery-3 .imgs-3 img:nth-child(1),
.galery-3 .imgs-3 img:nth-child(2) {
    width: 100%;
}

.galery-3 .imgs:nth-child(1) {
    margin-right: 2.6%;
}

.search_res_page {
    width: 100%;
    max-width: 100% !important;
}

.accordion-button::after {
    background-image: none !important;
}

.search_res_page .accordion-button h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    margin-bottom: 12px;

    color: #403D3D;
}

.search_res_page .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.search_res_page .accordion-button p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.search_res_page .accordion-button img {
    width: 100%;
}

.search_res_page .accordion-body h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
    color: #403D3D;
}

.search_res_page .accordion-body p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #403D3D;
    margin-bottom: 23px;
}

.search_res_page .accordion-body ul {
    padding: 0;
    list-style: none;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px 0px;
}

.time-bookNow-button {
    display: flex;
    justify-content: end;
    margin-right: 22px;
    margin-top: 48px;
}

.time-bookNow-button a {
    text-decoration: none;
    color: #b18f5a;
    font-weight: 500;
    border: 1px solid #b18f5a;
    border-radius: 37px;
    padding: 8px 40px;
}

.search_res_page .accordion-body ul li a {
    margin-right: 6px;
    transition: 0.3s ease-in-out;
    background: #b18f5a;
    border-radius: 37px;
    padding: 8px 40px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none !important;
    color: #000000 !important;
}

.search_res_page .accordion-body ul li a:hover {
    background-color: #B18F5AFF;
}

#signupModal .modal-dialog {
    max-width: 900px !important;
}

.booking_times li {
    margin: 10px;
}

.accordion-item img {
    width: 170px !important;
    height: 100px;
    object-fit: cover;
}

.accordion-item .text {
    width: 70%;
}

.guests_count {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #DAD6D6;
    align-items: center;
}

.guests_count span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.reservation_form .book_date, .reservation_form .guests_count {
    display: flex;
    justify-content: space-between;

    padding: 10px;

    border: 1px solid #DAD6D6;
}

.book_date p {
    margin: 0;
}

.book_date img {
    width: 23px;
    height: 25px;
}

#reservation_modal_date {
    margin-top: 52px;
}

.reservation_form .ui-widget.ui-widget-content {
    width: 100% !important;
}

#book_btn {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 14px 32px;
    display: block;
    text-align: center;
    margin-right: 0;
    background: #CFAF7E;
    border: 1px solid #CFAF7E;
    border-radius: 8px;
    margin-top: 40px;
    text-decoration: none;
}

.plus_and_minus {
    display: flex;
    align-items: center;
}

.plus_and_minus span {
    font-size: 30px;
    cursor: pointer;
}

.plus_and_minus #minus {
    margin-right: 10px;
    display: block;
}

.logo_text img {
    width: 70px;
}

.single_page {
    margin-bottom: 100px;
}

.single_page h2 {
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    color: #403D3D;
}

.single_page p {
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: 80%;
}

.single_page h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #403D3D;
}

.single_page .gallery img {
    width: 100%;
}

.single_page .gallery {
    margin-top: 40px;
}

.form_row {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    border-bottom: 1px solid #DAD6D6;
}

.form_row img {
    margin-right: 24px;
}

.form_row input {
    border: none;
    width: 100%;
}

.form_row select:focus,
.form_row input:focus {
    outline: none;
}

.form_row input::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    opacity: 1;
    color: #000000 !important;
}

.form_row select {
    cursor: pointer;
    width: 100%;
    border: none;
}

.form_row p {
    margin-bottom: 0;
}

.mb100 {
    margin-bottom: 100px;
}

.single_header img {
    width: 100%;
}

#register_form,
#login_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#registerBtn,
#login-btn {
    background: #CFAF7E;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 12px;
    width: 40%;
    margin-top: 20px;
}

#signupModal .modal-body,
#exampleModal .modal-body {
    padding: 3rem !important;
}

#register_form .row {
    margin-bottom: 10px;
}

/*.btn-check:focus+.btn-primary, .btn-primary:focus{*/
/*    background-color: white!important;*/
/*}*/
/*.before-header .btn-primary:hover{*/
/*    background-color: white!important;*/
/*}*/
.auth__log_in button:hover {

}

.single_page .guests_count {
    border: none !important;
}

#single_page_booking {
    background: #CFAF7E;
    padding: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 20px;
}


/*  Custom vineyards post  */

.custom-vineyardsBox-item {
    width: 100%;
}

.custom-vineyards-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.custom-vineyards-post {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 80px;
}

.custom-vineyardsItem-image img {
    width: 100%;
}

.custom-vineyardsItem-image img {
    width: 100%;
    height: 460px;
    max-width: 460px;
    object-fit: cover;
}

.custom-vineyardsItem-content {
    padding: 24px 24px 45px;
    background: #FFFFFF;
    border: 1px solid #DAD6D6;
}

h1.custom-vineyardsItem-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #403D3D;
}


.vineyardsTwo-post {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-gap: 24px;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*padding: 80px 0;*/
}

.vineyardsTwoPost-item {
    width: 100%;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #DAD6D6;
}

h1.vineyardsTwoPostItem-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #403D3D;
    letter-spacing: 2px;
}

p.vineyardsTwoPostItem-address {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #403D3D;
    padding: 16px 0 0;
    font-weight: 600;
}

p.vineyardsTwoPostItem-description {
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}

.vineyardsTwoPostItem-button {
    width: 100%;
    text-align: center;
    background: #CFAF7E;
    border-radius: 40px;
    padding: 8px 20px;
}

.vineyardsTwoPostItem-button a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #403D3D;
    padding: 16px 0 0;
    font-weight: 600;
}

.vineyardsTwoPostItem-button {
    width: 100%;
    text-align: center;
    background: #CFAF7E;
    border-radius: 40px;
    padding: 8px 20px;
}


p.vineyardsTwoPostItem-price {
    font-family: 'Inter';
    line-height: 28px;
    display: flex;
    gap: 14px;
    color: #403D3D;
}

p.vineyardsTwoPostItem-price span {
    font-weight: 600;
}

.region_map {
    padding: 80px 0;
}

.custom-vineyardsBox-item a .custom-vineyardsItem-image img {
    min-height: 250px;
}

div#accordionExample {
    min-height: 450px;
    height: 100vh;
    overflow-y: scroll;
}

.col-2.vineyardsTwo-post {
    width: 25% !important;
    overflow-y: scroll;
    height: 100vh;
    margin: 0;
}

.row.region_map {
    justify-content: center;
    gap: 32px;
}

div#map1 {
    width: 50%;
    height: 450px;

}

div#map {
    width: 50%;
    height: 450px;
}

.container.search_res_page .row {
    justify-content: center;
    gap: 32px;
}

.container.search_res_page .row {
    flex-direction: column-reverse;
}

.container.search_res_page .row div#map1 {
    width: 100%;
    height: 700px;
}

.col-2.vineyardsTwo-post {
    overflow: unset;
    height: unset;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vineyardsTwoPost-item {
    width: 100%;
    max-width: 24%;
    flex: unset;
}

.vineyardsTwoPost-item {
    position: relative;
    height: 347px;
}

.vineyardsTwoPostItem-button {
    position: absolute;
    max-width: 88%;
    left: 28px;
    bottom: 10px;
}

.page-template-search-result .search_res_page div#map {
    width: 100%;
    height: 550px;
}


.page-template-search-result .search_res_page div#map {
    width: 100%;
    height: 550px;
}

.page-template-search-result .search_res_page div#accordionExample {
    min-height: unset;
    height: unset;
    overflow-y: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 32px;
    margin-bottom: 40px;
}

.page-template-search-result .search_res_page .col-md-4 {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.page-template-search-result .search_res_page .accordion-item {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
}

@media (max-width: 1450px) {
    h1.vineyardsTwoPostItem-title {
        font-size: 22px;
        line-height: 35px;
    }

    .page-template-search-result .search_res_page .col-md-4 {
        max-width: 100%;
    }
}

@media (max-width: 1300px) {
    .vineyardsTwoPostItem-button {
        left: 19px;
    }
}

@media (max-width: 1180px) {
    .page-template-search-result .search_res_page div#accordionExample {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .filter-part .filter {
        position: unset;
    }

    .custom-vineyards-post {
        margin-top: 6px;
    }

    .custom-vineyards-post h2.elementor-heading-title.elementor-size-default {
        margin-bottom: 16px;
    }

    .accordion-item img {
        width: 100% !important;
    }

    .time-bookNow-button {
        justify-content: start;
    }

    div#accordionExample {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .accordion-header {
        border-top: 1px solid rgba(0, 0, 0, .125);
    }

    div#map {
        width: 100%;
    }

    .vineyardsTwoPost-item {
        width: 100%;
        max-width: 48%;
    }
}

@media (max-width: 920px) {
    .filter-part .filter {
        flex-wrap: wrap;
        justify-content: start;
        gap: 40px;
    }

    .single_page .row {
        flex-direction: column;
    }

    .single_page .row .col-md-8 {
        width: 100%;
    }

    .single_page .row .col-md-4 {
        width: 100%;
    }

    select#reservations-time {
        border: none !important;
    }
}

@media (max-width: 767px) {
    .custom-vineyards-box {
        grid-template-columns: 1fr;
    }

    .filter-part .filter {
        max-width: 100% !important;
    }

    button#search_vineyards {
        width: 100%;
    }

    div#customEventDetails {
        max-width: 100% !important;
    }

    div#customEventDetails select#reservations-time {
        border: none !important;
    }

    div#customEventDetails h2 {
        padding: 18px 26px !important;
    }

    .accordion-button {
        flex-direction: column;
        align-items: start !important;
    }

    .accordion-item .text {
        width: 100%;
    }

    .accordion-item .img {
        width: 100%;
        max-width: 50%;
    }

    .search_res_page .accordion-body ul {
        grid-template-columns: 1fr;
    }

    .vineyardsTwoPost-item {
        max-width: unset;
    }

    .vineyardsTwoPostItem-button {
        max-width: 95%;
    }

    .container.search_res_page .row div#map1 {
        height: 500px;
    }

    .page-template-search-result .search_res_page div#accordionExample ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .page-template-search-result .search_res_page div#accordionExample ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .vineyardsTwoPostItem-button {
        max-width: 95%;
        left: 10px;
    }
}

