body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    color: #423030;
    overflow-x: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 28.96%);
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #262626;
}

button {
    border: none;
    outline: none;
}

.title-style {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 75px;
    line-height: 82px;
    color: #423030;
}

@font-face {
    font-family: "Gilroy";
    src: url("./assets/fonts/gilroy/Gilroy-Regular.eot");
    src: url("./assets/fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/gilroy/Gilroy-Regular.woff") format("woff"),
    url("./assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Gilroy Bold";
    src: url("./assets/fonts/gilroy/Gilroy-Bold.eot");
    src: url("./assets/fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/gilroy/Gilroy-Bold.woff") format("woff"),
    url("./assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Gilroy Semi Bold";
    src: url("./assets/fonts/gilroy/Gilroy-SemiBold.eot");
    src: url("./assets/fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/gilroy/Gilroy-SemiBold.woff") format("woff"),
    url("./assets/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

#breadcrumbs {
    margin-top: 130px;
    margin-bottom: 9px;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
}

main {
    margin-top: 110px;
}


.header-content {
    margin-top: 12px;
    height: 98px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-fixed {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: -20px;
    height: 100px;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}

.small-logo {
    transform: scale(0.7);
    transition: 0.3s;
}

.small-phone {
    font-size: 19px !important;
}

.header-action-button.small-button {
    font-size: 12px !important;
}

.header-logo {
    margin-right: 68px;
}

.logo-nav-side {
    display: flex;
    align-items: center;
}

.menu-header .menu {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}

.header-nav-menu .menu-item:not(:last-child) {
    margin-right: 30px;
    display: block;
}

.menu-header .menu li a {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

.menu-header .menu .current-menu-item a {
    color: #8CC826;
}

.menu-header .menu li:hover>a {
    color: #8CC826;
}

.menu-item-has-children a {
    position: relative;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 0;
    padding-top: 12px;
    width: 200px;
}

.menu-burger__header {
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
}


.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    display: block;
    right: -16px;
    top: 0;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2022/02/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.contacts-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-phone {
    display: flex;
    align-items: center;
    margin-right: 33px;
    flex-basis: 50%;
    position: relative;
    z-index: 10;

}

.header-phone img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
}

.phone-number {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    transition: 0.3s;
}

.header-logo-img {
    transition: 0.3s;
}

.header-action-button {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    width: 224px;
    height: 50px;
    background: #8CC826;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    flex-basis: 50%;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-action-btn {
    min-width: 218px;
}

.header-action-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    transition: 0.5s;
    transform: skew(-50deg);

}

.header-action-button:hover:before {
    width: 200%;
    transform: skew(-50deg);
    box-shadow: 0px 4px 8px rgb(55%, 78%, 15%);
}

.header-action-button:hover {
    box-shadow: 0px 4px 8px rgb(55%, 78%, 15%);
}


.header-action-button img {
    position: relative;
    top: 0px;
    left: 3px;
}

.top-section {
    background-image: url(/wp-content/uploads/2022/02/topbackground.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.container-top {
    max-width: calc(100% - ((100% - 1400px)/2) - 15px);
    margin-left: auto;
}

.top-section-wrapper {
    display: flex;
    justify-content: space-between;
    height: 955px;
}

.left-side {
    max-width: 675px;
}

.title-block {
    max-width: 660px;
    margin-top: 100px;
    margin-bottom: 66px;
}

.top-section-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.top-section-text .pretitle {
    font-weight: normal;
    font-size: 12px;
    line-height: 9px;
    color: rgba(66, 48, 48, 0.51);
}

.num-seats-cart {
    display: flex;
    margin-top: 10px;
}

.seats-cart-first {
    margin-right: 44px;
}

.seats-cart {
    font-weight: bold;
    font-size: 23px;
    line-height: 26px;
    color: #704444;
}

.top-main-text {
    max-width: 560px;
    font-size: 16px;
    line-height: 29px;
    color: #423030;
}

.description-style {
    font-size: 16px;
    line-height: 29px;
    color: #423030;
}

.right-side {
    position: absolute;
    top: -156px;
    right: 0;
    width: 36%;
    padding-left: 186px;
    overflow: hidden;
    height: 1103px;
    z-index: 5;
}

.top-section-rhombus {
    display: flex;
    flex-wrap: wrap;
    width: 970px;
    flex-direction: row;
    transform: rotate(-45deg);
    position: relative;
}

.rhombus-image-wrapper {
    width: 421px;
    height: 421px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 46px;
    margin-bottom: 46px;
    position: relative;
}

.rhombus-image-wrapper img {
    position: relative;
    left: -19%;
    top: -19%;
    transform: rotate(45deg);
}

.rhombus-image-wrapper .rhombus-image-second {
    left: -131px;
    top: 75px;
}

.rhombus-gif-wrapper:hover .rhombus-image {
    opacity: 0;
    transition: 0.3s;
}

.rhombus-image-wrapper .rhombus-image-third {
    left: -85px;
}

.rhombus-gif {
    top: -485px !important;
    left: -235px !important;
    object-fit: cover;
    height: 733px;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}


.rhombus-gif-wrapper:hover .rhombus-gif {
    opacity: 1;
}

.rhombus-play-img {
    position: absolute !important;
    top: 38% !important;
    left: 38% !important;
    display: block;
    width: 100px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
}

.rhombus-gif-wrapper:hover .rhombus-play-img {
    opacity: 1;
}

.container-about {
    max-width: calc(100% - ((100% - 1330px)/2) - 15px);
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.rhombus-title {
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 185px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}

.rhombus-title:before {
    content: '';
    position: absolute;
    left: -46px;
    top: 5px;
    display: block;
    width: 38px;
    border-top: 1px solid #423030;
}

.about-us {
    background-image: url(/wp-content/uploads/2022/02/about-us-background.png);
    background-repeat: no-repeat;
    background-position: right 105px;
    position: relative;
    margin-top: -325px;
}

.about-us-content {
    display: flex;
    justify-content: flex-end;
}

.about-us-content .container {
    margin: 0;
    flex-basis: 53%;
}

.about-us-left {
    position: absolute;
    top: -45px;
    left: 0;
    width: 45%;
    /* margin-right: 20px; */
}

.about-us-left img {
    width: 100%;
}

.about-us-right {
    max-width: 740px;
    flex-basis: 56%;
}

.about-us-title {
    margin-top: 103px;
    margin-bottom: 23px;
}

.about-us-text {
    max-width: 545px;
}

.about-us-text span {
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    color: #8CC826;
}

.about-us-text__link {
    color: #8CC826;
    border-bottom: 1px dashed #8CC826;
    transition: 0.3s;
}

.about-us-text__link:hover {
    font-weight: 600;
}

.advantage-items {
    display: flex;
    margin: 68px -15px 0;
}

.advantage-item {
    flex-basis: 50%;
    margin: 0 15px;
}

.advantage-item img {
    width: 100%;
}

.advantage-subtitle {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #423030;
    margin-top: 12px;
}

.about-us-bottom {
    position: relative;
    margin-top: 100px;
}

.bottom-description {
    max-width: 657px;
}

.cars-type {
    display: flex;
    transform: translateX(-560px);
    transition: 0.8s cubic-bezier(0.5, 0.06, 0.34, 1.15);

}

.cars-type-2 {
    transform: translateX(-615px);
}

.cart-type-image-1 {
    margin-right: 70px;
}

.golf-carts-item:hover .cars-type {
    transform: translateX(0);
}

.golf-carts-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
    margin: 0 -15px;
}

.golf-carts-item {
    flex-basis: 50%;
    padding: 0 50px 42px;
    box-sizing: border-box;
    position: relative;
    min-width: 200px;
    margin: 0 15px;
    overflow: hidden;
}

.golf-carts-item img {
    width: 100%;
}

.golf-carts-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    min-height: 318px;
    height: 60%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #FFFFFF;
    border-radius: 13px;
}

.cart-type-title {
    display: block;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #423030;
    margin-top: 20px;
    margin-bottom: 7px;
}

.preprice-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #8E8989;
}

.price-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #8CC826;
}

.reserv-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.benefits {
    background-image: url(/wp-content/uploads/2022/02/benefits-background.png);
    background-repeat: no-repeat;
    background-position: left 55px;
}

.benefits-content {
    display: flex;
    justify-content: space-between;
    margin-top: 106px;
}

.title-side {
    flex-basis: 50%;
    max-width: 438px;
}

.benefits-title {
    font-family: 'Gilroy Bold';
    font-size: 65px;
    line-height: 82px;
    margin-bottom: 22px;
    margin-top: 0;
}

.benefits-side {
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    flex-basis: 50%;
    margin: 0 15px 25px;
}

.benefit-img {
    width: 41px;
    margin-bottom: 22px;
}

.benefit-img-wrapper {
    position: relative;
    width: 52px;
    height: 52px;
}

.benefit-img-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: -3px;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: -1;
    border-radius: 50%;
}

.benefit-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #423030;
}

.benefit-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #423030;
    margin-top: 7px;
}

.convenient-title {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 93px;
    line-height: 99px;
    color: #8CC826;
    text-align: center;
    margin-bottom: 31px;
}

.convenient-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    margin: 0 -10px;
}

.convenient-item {
    background: #FFFFFF;
    border-radius: 13px;
    min-width: 200px;
    width: 100%;
    flex-basis: 33%;
    height: 160px;
    padding: 12px 28px 24px 28px;
    box-sizing: border-box;
    margin: 0 10px;
}

.convenietn-number {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 71px;
    line-height: 82px;
    color: transparent;
    -webkit-text-stroke: 1px #8CC826;
}

.convenient-description p {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #423030;
    margin: 0;
}

.profit-section {
    margin-top: 65px;
}

.container-profit {
    max-width: calc(100% - ((100% - 1345px)/2) - 15px);
    margin-left: auto;
}

.profit-content {
    display: flex;
    justify-content: space-between;
}

.profit-text-side {
    flex-basis: 50%;
    margin: 0 15px;
}

.profit-title {
    font-family: 'Gilroy Bold';
    font-size: 50px;
    line-height: 60px;
    color: #423030;
    margin: 0;
    margin-bottom: 29px;
}

.reason-list-text {
    margin-bottom: 29px;
    display: block;
}

.reason-list-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #423030;
}

.reason-list-text p span {
    color: #DA1515;
    font-weight: 500;
}

.reasons-list {
    width: 100%;
    max-width: 659px;
    padding-left: 30px;
}

.reasons-item {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #423030;
    position: relative;
}

.reasons-item:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/wp-content/uploads/2022/02/list-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 2px;
    left: -30px;
}

.profit-image-side {
    position: absolute;
    margin-top: -47%;
    z-index: 1;
    width: 46%;
    right: 0;
}

.profit-image-side img {
    width: 100%;
}

.faq {
    margin-top: 67px;
}

.faq-content {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.faq-side {
    max-width: 730px;
    margin: 0 15px;
}

.question-block {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 13px 13px 24px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.question-block span,
.question-block p {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #544646;
    padding-right: 33px;
}

.question-block p {
    font-weight: 500;
}

.question-text.active {
    color: #8CC826;
}

.question-text {
    transition: 0.4s;
    cursor: pointer;
    display: block;
    position: relative;
}

.accordion-arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    display: block;
    transition: 0.3s;
}

.active .accordion-arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}

.active .img-svg path {
    fill: #8CC826;
    transition: 0.3s;
}

.answer-text {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.contact-title {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 45px;
    line-height: 68px;
    color: #423030;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-side {
    max-width: 545px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 22px 42px 42px 42px;
    box-sizing: border-box;
    flex-basis: 40%;
    min-width: 200px;
    margin: 0 15px;
}

.phone-name-inputs {
    display: flex;
    justify-content: space-between;
    height: 75px;
    margin: 21px -7px 15px;
}

.top-input {
    width: 224px;
    height: 50px;
    margin: 0 7px;
}

.top-input label,
.question-input label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
}

.top-input input {
    width: 100%;
    height: 100%;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 15px;
    margin-top: 5px;
}

.question-input textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 17px 15px;
}

.question-input textarea::placeholder,
.top-input input::placeholder {
    font-family: 'Gilroy';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B0B0B0;
}

.submit-button {
    margin-top: 29px;
}

.submit-button input {
    width: 100%;
    height: 50px;
    background: #8CC826;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: unset;
    outline: unset;
    cursor: pointer;
}

.secret-beach {
    background-image: url(/wp-content/uploads/2022/02/secret-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 61px;
    padding-top: 20px;
    padding-bottom: 96px;
    background-color: white;
}

.secret-title-wrapper {
    max-width: 450px;
    flex-basis: 40%;
}

.secret-image-section {
    flex-basis: 60%;
}

.secret-image-section img {
    width: 100%;
}

.secret-text-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secret-pretitle {
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    color: #A69C9C;
    display: flex;
    align-items: center;
}

.pretitle-pic {
    margin-left: 7px;
}

.secret-title {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 65px;
    line-height: 82px;
    color: #423030;
    margin-top: 7px;
}

.secret-title span {
    color: #8CC826;
}

.secret-image-row {
    display: flex;
    justify-content: space-between;
}

.secret-image-item {
    flex-basis: 30%;
    max-width: 350px;
}

.secret-image-item img {
    width: 100%;
}


.secret-bottom {
    margin-top: 40px;
}

.secret-bottom-title {
    font-family: 'Gilroy Bold';
    font-weight: 800;
    font-size: 45px;
    line-height: 82px;
    color: #423030;
}

.image-text-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 33%;
    margin: 0 15px;
}

.image-text-item img {
    width: 100%;
}

.image-text-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.bottom-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.secret-image-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #423030;
    text-align: center;
}

.secret-image-description p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #423030;
    max-width: 365px;
}

.main-footer {
    padding: 40px 0 55px;
    background-color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.footer-left-content {
    display: flex;
    align-items: center;
}

.footer-logo {
    flex-basis: 25%;
}

.footer-nav-content {
    flex-basis: 35%;
    display: flex;
}

.footer-nav-menu {
    width: 100%;
}

.social-item {
    background: #F8F8F8;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
}

.social-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-tripadvisor {
    width: 144px;
    margin-top: 15px;
}

#menu-footer-menu {
    padding: 0;
}

.menu-footer .menu li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
}

.menu-footer .menu {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-end;
}

.menu-footer .menu li {
    margin-bottom: 11px;
    width: 50%;
}

.menu-footer .menu li:nth-child(3n) {
    margin-bottom: 0;
}

.social-wrapper {
    flex-basis: 25%;
}

.footer-social {
    display: flex;
    width: 144px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-basis: 50%;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
}

.left-side-contacts,
.right-side-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.left-side-contacts {
    margin-right: 20px;
}

.footer-phone-number {
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #423030;
    display: flex;
}

.footer-phone-number-top {
    margin-bottom: 15px;
}

.footer-button {
    margin-top: 24px;
}

.footer-email {
    font-size: 14px;
    line-height: 22px;
    color: #423030;
    display: flex;
}

.footer-phone-number img,
.footer-email img {
    margin-left: 7px;
}


.footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #B4B4B4;
}

.footer-copyright a,
.footer-copyright span {
    color: #6B6B6B;
    font-weight: 600;
}

.mobile-title {
    display: none;
}

.contacts {
    margin-bottom: 110px;
}

/* .contacts-title {
    display: block;
    font-weight: 800;
    font-size: 75px;
    line-height: 82px;
    color: #423030;
    margin-top: 0;
    margin-bottom: 55px;
    } */

    .page-title {
        display: block;
        font-weight: 800;
        font-size: 75px;
        line-height: 82px;
        color: #423030;
        margin-top: 0;
        margin-bottom: 55px;
    }

    .contacts-content {
        display: flex;
        justify-content: space-between;
    }

    .contacts-info {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 620px;
    }

    .block-pretitle {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.09em;
        color: #6A5F5F;
        display: block;
        margin-bottom: 8px;
        padding-left: 15px;
        position: relative;
    }

    .block-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 0.05em;
        color: #423030;
    }

    .phone-title {
        line-height: 34px;
    }

    .social-pretitle {
        margin-bottom: 15px;
    }

    .contact-location,
    .contact-phone {
        flex-basis: 45%;
    }

    .contact-location {
        margin-bottom: 57px;
    }

    .contact-email,
    .contact-social {
        flex-basis: 55%;
    }

    .contact-social {
        max-width: 305px;
    }

    .footer-social-contacts {
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .block-pretitle:before {
        content: '';
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        left: 0;
        top: 4px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .email-pretitle:before {
        background-image: url(/wp-content/uploads/2022/02/message-icon.svg);
    }

    .location-pretitle:before,
    .social-pretitle:before {
        background-image: url(/wp-content/uploads/2022/02/location-icon.svg);
    }

    .phone-pretitle:before {
        background-image: url(/wp-content/uploads/2022/02/calling-contact-icon.svg);
    }

    .social-tripadvisor-contacts {
        margin-top: 0;
        width: 144px;
    }

    .social-item-contacts {
        background-color: white;
    }

    .contact-information {
        margin-top: 30px;
        max-width: 570px;
        width: 100%;
        height: 69px;
        background: #F2F5EC;
        border: 1px solid #BFDE89;
        box-sizing: border-box;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 26px;
    }

    .information-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #423030;
        text-align: center;
    }

    .contacts-form-sidm {
        margin: 0;
    }

    .breadcrumb_last {
        color: #8F8787;
    }

    .main-gallery {
        background: white;
    }

    .gallery-images {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .gallery-image-wrapper {
        flex-basis: 24%;
        margin-bottom: 15px;
        cursor: pointer;
        position: relative;
        border-radius: 10px;

    }

    .gallery-image {
        height: 100%;
        width: 100%;
    }

    .gallery-image-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(39, 39, 39, 0.56);
        border-radius: 10px;
        opacity: 0;
        transition: 0.3s;
    }


    .gallery-image-hover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        transition: 0.4s;
    }

    .gallery-image-wrapper:hover .gallery-image-hover,
    .gallery-image-wrapper:hover:before {
        opacity: 1;
    }

    .gallery-image-hover span {
        font-size: 14px;
        line-height: 12px;
        color: white;
    }

    .gallery-icon {
        background-image: url(/wp-content/uploads/2022/03/Search.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 35px;
        background-size: cover;
        margin-bottom: 8px;
    }

    .mfp-content {
        max-width: 760px !important;
    }

/* .slider-for img {
    border-radius: 30px;
    } */

    .slider-for .slick-slide {
        border-radius: 13px;
        overflow: hidden;
    }

    .slider-for {
        margin-bottom: 16px;
    }

    .slider-for .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 54px;
        height: 54px;
        border-radius: 10px;
        cursor: pointer;
    }

    .slider-for .slick-prev {
        left: -75px;
    }

    .slider-for .slick-next {
        right: -75px;
    }

    .slider-for .slick-arrow img {
        margin-top: 4px;
    }

    .slider-nav .slick-slide {
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
    }

    .slider-nav .slick-slide {
        position: relative !important;
    }

    .slider-nav .slick-slide:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(39, 39, 39, 0.4);
        border-radius: 5px;
    }

    .slider-nav .slick-current:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 5px;
        background-color: unset;
    }

    .slider-nav .slick-slide {
        margin: 0 10px;
    }

    .slider-nav .slick-slide img {
        max-width: 100%;
    }

    .slider-nav .slick-track {
        box-sizing: border-box;
    }

    .slider-nav .slick-slide {
        width: 135px;
    }

    .tripadvisor-block {
        margin-top: 45px;
    }

    .tripadvisor-block__items {
        display: flex;
        align-items: center;
    }

    .tripadvisor-block__items .social-tripadvisor {
        margin-top: 0;
    }

    .tripadvisor-text {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #8CC826;
        max-width: 334px;
    }

    .tripadvisor-block__top {
        margin-bottom: 27px;
    }

    .tripadvisor-pic {
        margin-right: 16px;
    }

    .offer {
        margin-top: 50px;
    }

    .offer-description {
        font-weight: 700;
        font-size: 19px;
        line-height: 26px;
        color: #423030;
    }

    .offer-items {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -5px;
    }

    .offer-item {
        flex-basis: 32%;
        padding: 0 5px;
        max-width: 371px;
    }

    .offer-item:nth-child(7) {
        flex-basis: 70%;
        max-width: 820px;
    }

    .offer-item__number {
        font-family: 'Gilroy Bold';
        margin-top: 40px;
        display: block;
        font-weight: 700;
        font-size: 92px;
        line-height: 31px;
        color: #8CC826;
        height: 57px;
        padding-top: 31px;
    }

    .offer-item__title {
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        color: #423030;
        margin-top: 30px;
    }

    .offer-item__description {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #423030;
        margin-top: 11px;
    }

    .offer-item__description p {
        margin-top: 0;
    }

    .profit-content-2 {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .profit-2-left {
        position: absolute;
        top: 3px;
        left: -95px;
        left: -13%;
        width: 50%;
    }

    .profit-2-left img {
        width: 100%;
    }

    .reasons-list-2 {
        max-width: 770px;
        flex-basis: 55%;
    }

    .reasons-list-2 span,
    .reasons-list span {
        color: #8CC826;
    }


    .rates-title {
        margin-bottom: 0;
    }

    .rates-description p {
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        text-align: right;
        color: #444242;
        margin-top: 0;
    }

    .rates-description p span {
        color: #8CC826;
    }

    .rate-blocks {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 -10px;
    }

    .rate-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 22px;
        flex-basis: 32%;
        max-width: 433px;
        padding: 25px 30px;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #EDF3E2;
    }

    .rate-per-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #423030;
        margin: 0;
        margin-bottom: 12px;
    }

    .rate-tax-text {
        margin-bottom: 7px;
    }

    .rate-tax-text p {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #423030;
    }

    .rate-tax-text p span {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #704444;
    }

    .rate-pic-side {
        width: 115px;
        height: 115px;
        border-radius: 50%;
        background-color: white;
        position: relative;
    }

    .rate-pic-side svg {
        width: 115px;
        height: 115px;
    }

    .rate-pic-side svg text {
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        fill: rgba(140, 200, 38, 0.26);
        animation: raterotate 20s linear infinite both;
    }

    @keyframes raterotate {
        0% {
            transform: rotate(0deg);
            transform-origin: center;
        }

        100% {
            transform: rotate(360deg);
            transform-origin: center;
        }
    }

    .text-in-circle {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .text-in-circle-value {
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: #8CC826;
    }

    .number-rate {
        font-size: 38px;
        margin: 6px 0 4px 0;
    }


    .reservation {
        margin-top: 75px;
    }

    .reservations-description {
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        color: #423030;
        max-width: 545px;
    }

    .reservation-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 36px;
    }

    .reservation-text-left {
        font-weight: 500;
        font-size: 50px;
        line-height: 59px;
        color: #8CC826;
        max-width: 457px;
        flex-basis: 45%;
    }

    .reservation-text-right {
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        color: #423030;
        flex-basis: 55%;
        max-width: 770px;
        background: #FFFFFF;
        border-radius: 13px;
        padding: 2px 25px;
    }

    .online-reservstion-link,
    .rental-terms-link {
        color: #8CC826;
        border-bottom: 1px dashed #8CC826;
    }

    .forms-of-payment {
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        color: #423030;
    }

    .reviews {
        margin-top: 60px;
    }

    .slick-slider {
        min-width: 0;
    }

    .reviews-header-content {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .reviews-tripadvisor-block {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        align-items: center;
    }

    .reviews-tripadvisor-block .tripadvisor-block__top {
        margin-bottom: 0;
    }

    .reviews-title {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .reviews-tripadvisor-block .tripadvisor-block__top {
        margin-right: 40px;
    }

    .reviews-tripadvisor-block .tripadvisor-text {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews-description-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 17px;
    }

    .reviews-description {
        max-width: 860px;
        flex-basis: 66%;
    }

/* .reviews-link {
    flex-basis: 40%;
    } */

    .reviews-description p {
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        color: #423030;
    }

    .reviews .dFnojX {
        background-color: white;
        padding: 20px 22px 25px;
        border-radius: 13px;
        height: 285px;
        overflow: auto;
    }

    .reviews .jMSFdg,
    .reviews .kANaLF {
        width: 44px !important;
        height: 44px !important;
        top: -74px;
    }

    .reviews .kANaLF {
        right: 203px;
    }

    .reviews .jMSFdg {
        right: 262px;
        background-color: #EDEDED !important;
        border-radius: 4px !important;
        cursor: pointer;
        transition: 0.3s;
        background-image: url(/wp-content/uploads/2022/03/Arrow-prev-review.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 14px;
    }

    .reviews .fbGDtz {
        width: 44px !important;
        height: 44px !important;
        background: #EDEDED !important;
        border-radius: 4px !important;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: unset !important;
    }

    .reviews .fbGDtz:hover {
        background: lightgrey !important;
    }

    .reviews .fbGDtz svg path {
        fill: #554747;
    }

    .reviews .dFnojX::-webkit-scrollbar {
        width: 5px;
        height: auto;
    }

    .reviews .dFnojX::-webkit-scrollbar-thumb {
        background-color: lightgrey;
        border-radius: 9em;
        box-shadow: inset 1px 1px 10px #f3faf7;
    }

    .reviews .kBeASi {
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        color: #423030;
        margin-bottom: 18px;
    }

    .reviews .FHqzy {
        background: white;
    }

    .reviews .bsMypO {
        margin-bottom: 7px;
    }

    .reviews .kCTUOR {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #423030;
    }

    .Main__Container-sc-1n4ud0o-0>a {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .gallery-content {
        position: relative;
    }

    .responsive-slick-slider {
        margin-top: 38px;
    }

    .gallery-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gallery-home-title {
        margin-bottom: 0;
    }

    .gallery-link {
        background: #E4F1CE;
        border-radius: 4px;
        width: 181px;
        height: 44px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #8CC826;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .gallery-link:hover {
        background: #8CC826;
        color: white;
    }

    .gallery-home .slick-list {
        margin: 0 -7px;
    }

    .gallery-home .slick-slide {
        padding: 0 7px;
    }

    .gallery-home .slick-arrow {
        width: 44px;
        height: 44px;
        background: #EDEDED;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.3s;
    }

    .gallery-home .slick-arrow img {
        width: 8px;

    }

    .gallery-home .slick-arrow:hover {
        background: lightgrey;
    }

    .gallery-home .slick-next {
        position: absolute;
        top: -90px;
        right: 210px;
    }

    .gallery-home .slick-prev {
        position: absolute;
        top: -90px;
        right: 261px;
    }

    .social-tripadvisor-review {
        background-color: white;
    }

    .tripadvisor-text-1 {
        max-width: 237px;
    }

    .tripadvisor-text-2 {
        max-width: 183px;
    }

    .rates-reservation-header {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .r-r-title-side {
        margin-right: 10px;
    }

    .r-r-title {
        max-width: 670px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .r-r-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
        color: #423030;
        margin-top: 14px;
    }

    .r-r-image-side {
        background: #EDF3E2;
        border-radius: 22px;
        width: 545px;
        height: 168px;
        display: flex;
        align-items: center;
        cursor: unset;
        transition: .03s;

        background-position: right;
        background-repeat: no-repeat;
        margin-top: 20px;
    }


    .r-r-image-side-text {
        font-weight: 700;
        font-size: 30px;
        line-height: 15px;
        color: #8CC826;
        margin-left: 42px;
        position: relative;
    }

    .r-r-image-side-text:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 2px;
        background-image: url(/wp-content/uploads/2022/03/see-rates-arrow.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 18px;
    }

    .rates-reservation-form {
        margin-top: 65px;
    }

    .wpcf7-validates-as-required.wpcf7-not-valid {
        border: 1px solid red !important;
    }

    .wpcf7-not-valid-tip {
        display: none;
    }

    .r-r-form {
        background: #FFFFFF;
        border-radius: 10px;
        height: auto;
        width: 100%;
        height: 330px;
        padding: 24px 24px;
        box-sizing: border-box;
    }

    .reserv-input-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 34px;
        flex-wrap: wrap;
    }

    .reserv-input-item {
        flex-basis: 24%;
        max-width: 300px;

    }

    .input-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #5F5F5F;
        margin-bottom: 5px;
        display: inline-block;
    }

    .reserv-input-item input,
    .reserv-input-item select {
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        box-sizing: border-box;
        border-radius: 4px;
        height: 50px;
        width: 100%;
    }

    .reserv-input-item input {
        padding-left: 21px;
    }

    .reserv-input-item select {
        padding: 0 18px;
    }

    .reserv-input-item input::placeholder,
    .reserv-input-item select {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #B0B0B0;

    }

    .submit-block {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .reserve-submit-button {
        width: 100%;
        max-width: 400px;
        margin-top: 0;
    }

    .reserve-submit-button button {
        background: #8CC826;
        border-radius: 4px;
        width: 100%;
        height: 50px;
        outline: none;
        border: unset;
        cursor: pointer;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
    }


    .reserve-submit-button button:hover {
        box-shadow: 0px 4px 8px rgb(55%, 78%, 15%);
    }

    .required-fields-text {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #AFAFAF;
    }

    .page-id-482 body {
        background: white !important;
    }


    .main-rates-reservation {
        background-color: white !important;
        padding-bottom: 50px;
    }

    .main-rates-reservation {
        background-image: url(/wp-content/uploads/2022/03/r-r-background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 9px -148px;

    }

    .rental-date-wrapper {
        position: relative;
    }

    .rental-date-wrapper:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translate(0, -50%);
        width: 18px;
        height: 18px;
        background-image: url(/wp-content/uploads/2022/03/reserve-calendar.svg);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }



    .rates-table {
        background: #FAFAFA;
        border-radius: 22px;
        margin-top: 40px;
    }

    .rates-page-title {
        font-weight: 800;
        font-size: 55px;
        line-height: 82px;
        color: #423030;
        margin-bottom: 34px;
    }

    .rates-table-header,
    .reservation-table-header {
        background-color: #EDF3E2;
        width: 100%;
        height: 142px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        border-radius: 22px;
        margin-bottom: 30px;
    }

    .rates-table-header {
        background-image: url(/wp-content/uploads/2022/03/rates-back-header.png);
    }

    .reservation-table-header {
        background-image: url(/wp-content/uploads/2022/03/reservation-back-top.png);
    }

    .num-seater {
        font-weight: 700;
        font-size: 83px;
        line-height: 25px;
        color: #423030;
        margin-left: 70px;
    }

    .text-seater {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #423030;
        margin-left: 26px;
    }

    .rates-table table {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #423030;
        padding: 0 34px 11px 34px;
        width: 100%;
    }

    .rates-table table tbody tr {
        height: 58px;
    }

    .rates-table table tbody tr:nth-child(odd) {
        background: white;
    }

    .rates-table table tr th {
        font-weight: 700;
        font-size: 14px;
        line-height: 25px;
        color: #6B6464;
        text-align: start;
        padding-left: 34px;
        padding-bottom: 14px;
        width: 25%;
    }

    .rates-table table tr td {
        padding-left: 34px;
    }


    .rates-table .first-column {
        font-weight: 700;
        border-start-start-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .rates-table .fifth-column {
        padding-left: 38px;
    }

    .fifth-column-top {
        padding-left: 62px;
        width: 94px;
    }

    .rates-table .last-column {
        border-start-end-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 0;
        text-align: end;
    }

    .reserve-button-table {
        background: #EDF3E2;
        border-radius: 4px;
        /* display: block; */
        width: 187px;
        height: 40px;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #8CC826;
        margin-right: 8px;
        transition: 0.3s;
        padding: 14px 60px;
    }

    .reserve-button-table:hover {
        background: #8CC826;
        color: white;
    }

    .reservation-section {
        margin-top: 80px;
        background-image: url(/wp-content/uploads/2022/03/reservation-back-bottom.png);
        background-repeat: no-repeat;
        background-position: 0 427px;
        background-size: 699px;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        border-color: #8CC826;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 0;
        margin-top: -5px;
        padding: 8px;
        border-radius: 0 0 5px 5px;
    }

    .entry-title {
        display: none;
    }

/* #root .gAKQen {
    border-radius: 10px !important;
    border: 1px solid red;
    } */

/* .bCilcY {
    background-color: green;
    } */


    .rates-reservation-form .wpcf7 form .wpcf7-response-output {
        text-align: center;
        margin: 20px auto 0;
        max-width: 450px;
        border-radius: 5px;
    }


    .table-bottom-info {
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
        color: #423030;
        padding-left: 34px;
        padding-bottom: 10px;
    }


    @media (max-width:1280px) {
        .header-logo {
            margin-right: 10px;
        }

        .header-logo-img {
            transform: scale(0.7);
        }

        .menu-header .menu li a {
            font-size: 13px;
        }
    }

    @media (max-width:1200px) {

        #breadcrumbs {
            margin-top: 115px;
        }

        .phone-number {
            font-size: 16px;
        }

        .header-logo {
            margin-right: 35px;
        }

        .header-logo img {
            width: 95px;
        }

        .header-phone {
            margin-right: 25px;
            max-width: 150px;
        }

        .right-side {
            width: 28%;
        }

        .about-us-left {
            top: 30px;
        }

        .profit-image-side {
            margin-top: -34%;
        }

        .footer-phone-number {
            font-size: 16px;
        }

        .contacts-side {
            justify-content: flex-end;
        }

        .header-action-button {
            font-size: 12px;
        }

        .header-nav-menu .menu-item:not(:last-child) {
            margin-right: 18px;
        }

        .menu-item-has-children>a:after {
            display: none;
        }

        .footer-phone-number {
            font-size: 13px;
        }

        .question-input textarea::placeholder,
        .top-input input::placeholder {
            font-size: 12px;
        }

        .cars-type {
            transform: translateX(0);
        }

    }

    @media (min-width: 760px) and (max-width: 992px) {

        .rate-blocks {
            flex-wrap: wrap;
            margin: 0 -5px;
        }

        .rate-block {
            flex-basis: calc(50% - 73px);
            margin: 0 5px;
        }

        .rate-block:last-child {
            margin: 17px auto 0;
        }

    }

    @media (max-width:992px) {

        .submit-block {
            margin-top: 20px;
        }

        .rates-reservation-form {
            height: 455px;
        }

        .reserv-input-item {
            flex-basis: 49%;
            max-width: 1000px;
            margin-bottom: 13px;
        }

        .reserv-input-row {
            margin-bottom: 0;
        }

        .gallery-home .slick-arrow {
            top: -82px;
        }

        .header-nav-menu {
            display: block;
            position: fixed;
            top: 55px;
            background: white;
            height: 100%;
            width: 100%;
            left: -100%;
            transition: 0.6s;
            z-index: 40;
        }

        .header-content {
            margin-top: 0;
        }


        .header-nav-menu.open-menu {
            left: 0;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 40;
            transition: 0.4s;
        }

        .menu-header .menu {
            display: block;
            text-align: center;
            margin-top: 200px;
        }

        .menu-header .menu li {
            margin: 40px 0px 40px 33px;
            font-size: 14px;
        }

        .header-logo {
            margin-right: 0;
        }

        .menu-burger__header {
            position: relative;
            width: 50px;
            height: 50px;
            display: block;
            margin-left: 10px;
            background: #F8F8F8;
            border-radius: 4px;
            z-index: 50;
        }

        .menu-burger__header span,
        .menu-burger__header:after,
        .menu-burger__header:before {
            height: 2px;
            width: 14px;
            position: absolute;
            margin: 0 auto;
            right: 35%;
            background: #8CC826;
            border-radius: 2px;
        }

        .menu-burger__header span {
            top: 23px;
        }

        .menu-burger__header:after,
        .menu-burger__header:before {
            content: '';
        }

        .menu-burger__header:after {
            bottom: 19px;
            transition: 0.3s;
        }

        .menu-burger__header:before {
            top: 17px;
            transition: 0.3s;
        }


        .menu-burger__header.open-menu span {
            opacity: 0;
            transition: 0.5s;
        }

        .menu-burger__header.open-menu:before {
            transform: rotate(45deg);
            top: 25px;
            transition: 0.4s;
        }

        .menu-burger__header.open-menu:after {
            transform: rotate(-45deg);
            bottom: 23px;
            transition: 0.4s;
        }

        .fixed-page {
            overflow: hidden;
        }

        .contacts-side {
            /* flex-direction: column; */
            justify-content: space-between;
        }

        .small-phone {
            font-size: 16px !important;
        }

        .header-fixed {
            top: -8px;
            height: 89px;
        }

        .header-phone {
            margin-right: 0;
        }

        .header-action-button {
            font-size: 12px;
        }

        .title-style {
            font-size: 50px;
            line-height: 69px;
        }


        .benefits-content {
            flex-direction: column;
        }

        .benefits-title {
            text-align: center;
            font-size: 50px;
            line-height: 69px;
            margin-bottom: 15px;
        }

        .benefits-side {
            flex-basis: 100%;
        }

        .benefit-item {
            display: flex;
            flex-direction: column;
            max-width: 460px;
            flex-basis: 46%;
        }

        .title-side {
            flex-basis: 100%;
            max-width: 1000px;
        }

        .convenient-title {
            font-size: 60px;
            line-height: 80px;
        }

        .convenient-item {
            height: auto;
        }

        .faq-side {
            max-width: 100%;
        }

        .faq-content {
            flex-direction: column;
            max-width: 1000px;
        }

        .form-side {
            max-width: 1000px;
            margin: 30px 15px 0;
        }

        .top-input {
            width: 50%;
        }

        .secret-title {
            font-size: 52px;
            line-height: 70px;
        }

        .footer-logo {
            flex-basis: 24%;
        }

        .footer-logo img {
            width: 75%;
        }

        .social-wrapper {
            flex-basis: 21%;
        }

        .footer-content {
            flex-wrap: wrap;
            justify-content: unset;
        }

        .footer-nav-content {
            flex-basis: 42%;
            display: flex;
        }

        .menu-footer .menu li {
            width: calc(50% - 20px);
        }

        .footer-right-content {
            flex-basis: 100%;
            margin-top: 30px;
            flex-direction: row;
        }

        .footer-contacts {
            flex-basis: 50%;
        }

        .footer-button {
            flex-basis: 50%;
            display: flex;
            justify-content: center;
        }

        .header-nav-menu .menu-item:not(:last-child) {
            margin-right: 0;
        }

        .contacts-content {
            flex-direction: column;
        }

        .contacts-form-sidm {
            margin: 50px 0 0;
        }

        .contacts {
            margin-bottom: 60px;
        }

        .benefits-title,
        .convenient-title {
            font-size: 44px;
        }

        .footer-phone-number {
            font-size: 16px;
        }

        .offer-item {
            flex-basis: 32%;
        }

        .reviews-header-content {
            flex-direction: column;
            align-items: start;
        }

        .reviews-description-block {
            flex-direction: column;
        }

        .reviews-description {
            max-width: 980px;
            flex-basis: 100%;
        }

        .gallery-link {
            align-self: end;
        }

        .reviews .jMSFdg,
        .reviews .kANaLF {
            top: -39px;
        }

        .reviews .dFnojX {
            height: 230px;
        }

        .table-wrapper {
            overflow: scroll;
        }

        .rates-table table {
            width: 1100px;
        }

    }

    @media (max-width:927px) {
        .top-section-text {
            max-width: 522px;
        }

        .slider-for .slick-next {
            right: 15px;
            opacity: 0.6;
        }

        .slider-for .slick-prev {
            left: 15px;
            z-index: 5;
            opacity: 0.6;
        }


    }

    @media (max-width:821px) {

        .r-r-title {
            font-size: 60px;
            line-height: 70px;
        }

        .header-logo img {
            width: 100px;
        }

        .header-content {
            margin-top: 0;
        }

        .header-fixed {
            height: 95px;
        }

        .contacts-side {
            flex-direction: row;
            justify-content: space-around;
        }

        .gallery-image-wrapper {
            flex-basis: 32%;
        }

        .offer-item {
            flex-basis: 48%;
        }

        .rates-table table {
            width: 930px;
        }
    }

    @media (max-width:760px) {

        .r-r-image-side {
            width: 100%;
            max-width: 845px;
            background-position: center;
            background-repeat: no-repeat;
            margin-top: 20px;
            height: 100px;
        }

        .rates-reservation-header {
            flex-direction: column;
        }

        .tripadvisor-text-1,
        .tripadvisor-text-2 {
            max-width: 770px;
        }

        .reviews-tripadvisor-block {
            flex-direction: column;
            align-items: start;
        }

        .tripadvisor__top-rev {
            margin: 10px 0;
        }

        .rates-description p {
            margin-bottom: 3px;
        }

        .contacts-side {
            flex-direction: row;
        }

        .hide-button {
            opacity: 0;
            display: none;
        }

        .contacts-side {
            height: auto;
        }

        .convenient-item {
            flex-basis: 100%;
            margin: 0 10px 10px;
        }

        .convenient-items {
            flex-wrap: wrap;
            margin: 0 -10px;
        }

        .num-seats-cart {
            flex-direction: column;
        }

        .seats-cart {
            margin-bottom: 11px;
        }

        .description-style {
            line-height: 26px;
        }

        .cart-type-title {
            font-size: 17px;
        }

        .price-title {
            font-size: 18px;
        }

        .golf-carts-items {
            align-items: center;
            margin: 0;
            flex-direction: column;
        }

        .golf-carts-item {
            width: 100%;
            margin-bottom: 30px;
        }

        .benefits-content {
            margin-top: 40px;
        }

        .benefit-item {
            max-width: 800px;
            flex-basis: 100%;
        }

        .footer-phone-number {
            font-size: 12px;
        }

        .footer-logo {
            flex-basis: 50%;
        }

        .social-wrapper {
            flex-basis: 50%;
            display: flex;
        }

        .footer-nav-content {
            flex-basis: 70%;
            display: flex;
            margin-top: 40px;
            width: 100%;
        }

        .footer-right-content {
            flex-basis: 100%;
            flex-direction: column;
        }

        .footer-contacts {
            flex-basis: 50%;
            width: 100%;
            flex-direction: column-reverse;
        }

        .left-side-contacts {
            margin-right: 0;
        }

        .left-side-contacts,
        .right-side-contacts {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .footer-phone-number {
            font-size: 16px;
            margin-bottom: 13px;
        }

        .footer-button {
            flex-basis: 100%;
            display: flex;
            justify-content: center;
            max-width: 700px;
            width: 100%;
        }

        .header-action-button {
            flex-basis: 100%;
            max-width: 800px;
            text-align: center;
            line-height: 52px;
        }

        .footer-logo img {
            width: 50%;
        }

        .right-side {
            position: relative;
            top: -214px;
            right: 101px;
            width: 75%;
            height: 637px;
        }

        .top-section-rhombus {
            width: 520px;
            margin-top: 72px;
        }

        .rhombus-image-wrapper {
            width: 207px;
            height: 207px;
            margin-right: 27px;
            margin-bottom: 27px;
        }

        .rhombus-image-wrapper img {
            left: -15%;
            top: -26%;
            width: 155%;
        }

        .rhombus-image-wrapper .rhombus-image-second {
            left: -53%;
            top: -22%;
            width: 195%;
        }

        .about-us {
            margin-top: 0;
        }

        .top-section-wrapper {
            flex-direction: column;
            height: auto;
        }

        .title-block {
            margin-top: 45px;
        }

        .top-section-text {
            margin-top: -279px;
        }

        .rhombus-title {
            left: 82px;
        }

        .header-phone {
            flex-basis: 100%;
        }

        .rate-blocks {
            flex-wrap: wrap;
        }

        .rate-block {
            border-radius: 10px;
            flex-basis: 100%;
            max-width: 833px;
            margin: 9px 10px;
        }

        .reservations-description {
            max-width: 845px;
        }

        .reservation-block {
            flex-direction: column;
        }

        .reservation-text-left {
            font-size: 45px;
            max-width: 857px;
            flex-basis: 100%;
            margin-bottom: 10px;
            text-align: center;
            line-height: 50px;
        }

        .reservation-text-right {
            padding: 5px 25px;
        }
    }

    @media (max-width: 620px) {
        .contact-block {
            margin-bottom: 30px;
            flex-basis: 100%;
        }

        .contacts-title {
            font-size: 60px;
            line-height: 67px;
            margin-bottom: 30px;
        }
    }

    @media (max-width:550px) {

        .gallery-header {
            flex-direction: column;
        }

        .responsive-slick-slider {
            margin-top: 18px;
        }

        .gallery-home .slick-arrow {
            top: -62px;
        }

        .reviews-description {
            margin-bottom: 20px;
        }

        .header-content {
            height: 75px;
        }

        #breadcrumbs {
            margin-top: 20px;
        }

        .top-section {
            overflow: hidden;
            background-image: unset;
        }

        .top-section-title {
            font-family: 'Gilroy Bold';
            font-size: 35px;
            line-height: 42px;
        }

        .right-side {
            top: -232px;
            right: 72px;
            height: 738px;
        }

        .top-section-rhombus {
            width: 580px;
            margin-top: 85px;
        }

        .title-block {
            margin-top: 15px;
        }

        .rhombus-image-wrapper {
            width: 260px;
            height: 260px;
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .top-section-text {
            margin-top: -350px;
        }

        .logo-nav-side {
            width: 79px;
        }

        .header-logo {
            width: 100%;
        }

        .header-logo img {
            width: 100%;
            position: relative;
            z-index: 50;
        }

        .header-phone {
            position: relative;
            z-index: 50;
        }

        .footer-nav-content {
            flex-basis: 100%;
        }

        .menu-header .menu {
            text-align: start;
            margin-top: 122px;
        }

        .menu-header .menu li {
            margin: 0 0 35px 15px;
        }

        .menu-header .menu li a {
            color: #262626;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
        }

        .about-us {
            margin-top: 0;
            background-image: unset;
        }

        .top-section-wrapper {
            height: auto;
        }

        .about-us-left-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
        }

        .about-us-content {
            flex-direction: column;
        }

        .about-us-left {
            width: 70%;
            position: relative;
        }

        .mobile-title {
            display: block;
            text-align: end;
            margin: 0 15px;
            font-size: 30px;
            line-height: 40px;
            max-width: 120px;
        }

        .about-us-title {
            display: none;
        }

        .description-style {
            font-size: 13px;
            line-height: 21px;
        }

        .about-us-text span {
            font-size: 18px;
            line-height: 26px;
        }

        .advantage-item {
            margin: 0 10px;
        }

        .advantage-items {
            margin: 40px -10px 0;
        }

        .about-us-bottom {
            margin-top: 18px;
        }

        .advantage-subtitle {
            font-size: 11px;
            line-height: 11px;
            margin-top: 6px;
        }

        .cart-type-title {
            font-size: 14px;
            line-height: 11px;
            margin-bottom: 10px;
        }

        .preprice-title {
            font-size: 12px;
            line-height: 11px;
            margin-bottom: 7px;
        }

        .price-title {
            font-size: 16px;
            line-height: 11px;
        }

        .golf-carts-item {
            padding: 15px;
            margin-bottom: 0;
        }

        .golf-carts-item:not(:last-child) {
            margin-bottom: 30px;
        }

        .reserv-block {
            flex-direction: column;
            align-items: flex-start;
        }

        .about-us-button {
            font-size: 10px;
            line-height: 12px;
            padding: 15px 0;
            width: 100%;
            margin-top: 14px;
        }

        .benefits-title {
            text-align: start;
            font-size: 30px;
            line-height: 40px;
        }

        .benefit-title {
            font-size: 16px;
            line-height: 29px;
        }

        .benefit-img {
            margin-bottom: 10px;
        }

        .benefit-description p {
            margin-top: 3px;
        }

        .convenient-title {
            font-size: 41px;
            line-height: 45px;
        }

        .convenietn-number {
            font-size: 40px;
            line-height: 45px;
        }

        .reasons-item {
            margin-right: 15px;
        }

        .profit-content {
            flex-direction: column-reverse;
        }

        .profit-image-side {
            position: relative;
            margin-top: -84%;
            margin-left: 15px;
            width: 100%;
        }

        .profit-title {
            font-size: 30px;
            line-height: 40px;
            width: 218px;
            margin-bottom: 16px;
            align-self: start;
        }

        .profit-text-side {
            margin: 0;
        }

        .reasons-list {
            width: 95%;
        }

        .faq {
            margin-top: 43px;
        }

        .question-block span,
        .question-block p {
            font-size: 15px;
            line-height: 21px;
        }

        .contact-title {
            font-size: 30px;
            line-height: 36px;
            text-align: start;
        }

        .form-side {
            padding: 15px;
        }

        .phone-name-inputs {
            flex-direction: column;
            width: 100%;
        }

        .top-input {
            width: 100%;
            margin-bottom: 38px;
        }

        .question-input {
            margin-top: 87px;
        }

        .submit-button {
            margin-top: 16px;
        }

        .secret-text-row {
            flex-direction: column;
        }

        .secret-title {
            font-size: 30px;
            line-height: 36px;
        }

        .secret-image-section {
            flex-basis: 100%;
        }

        .secret-image-row {
            flex-wrap: wrap;
        }

        .secret-image-item:not(:last-child) {
            flex-basis: 48%;
        }

        .secret-image-item:last-child {
            flex-basis: 100%;
            max-width: 600px;
        }

        .secret-bottom-title {
            font-size: 25px;
            line-height: 30px;
        }

        .image-text-row {
            flex-direction: column;
            margin: 0;
        }

        .image-text-item {
            flex-basis: 100%;
            margin: 0;
        }

        .secret-image-description p {
            margin-top: 0;
        }

        .footer-copyright {
            text-align: start;
        }

        .footer-content {
            margin-bottom: 22px;
        }

        .main-footer {
            padding: 40px 0 20px;
        }

        .rhombus-gif {
            display: none;
        }

        .rhombus-image-first {
            position: relative !important;
        }

        .rhombus-image-first:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

        .rhombus-play-img {
            top: 32% !important;
            left: 33% !important;
            width: 100px !important;
            opacity: 1;
            z-index: 10;
        }

        .rhombus-title {
            letter-spacing: 0.19em;
        }

        .accordion-arrow {
            top: 4px;
            right: 5px;
            width: 13px;
            height: 13px;
        }

        .benefits {
            background-position: top;
            background-size: 553px;
        }

        .menu-item-has-children>a:after {
            display: none;
        }

        .menu-item-has-children:hover .sub-menu {
            display: none;
        }

        .hide-button {
            position: absolute;
            display: block;
            z-index: 50;
            bottom: 20px;
            max-width: 1000px !important;
            width: 89%;
            left: -100%;
            transition: 0.5s;
        }

        .hide-button.open-menu {
            left: 22px;
            opacity: 1;
        }

        .header-fixed {
            position: static;
            height: 72px;
        }

        main {
            margin-top: 0;
        }

        .main-header {
            position: static;
        }

        .created-by {
            margin-top: 20px;
            display: block;
        }

        .gallery-image-wrapper {
            flex-basis: 48%;
        }

        .slider-for .slick-arrow {
            width: 34px;
            height: 34px;
        }

        .offer-item {
            flex-basis: 100%;
            max-width: 600px;
        }

        .offer-item:nth-child(7) {
            flex-basis: 100%;
            max-width: 820px;
        }

        .offer-item__number {
            margin-top: 25px;
            font-size: 80px;
        }

        .offer-item__title {
            margin-top: 10px;
        }

        .offer-item__description {
            line-height: 24px;
        }

        .profit-2-left {
            display: none;
        }

        .reasons-list-2 {
            flex-basis: 95%;
            padding-left: 30px;
            margin-top: 0;
        }

        .cart-type-1 {
            margin-left: -17px;
        }

        .reservation-text-left {
            font-size: 35px;
        }

        .reviews-tripadvisor-block .tripadvisor__top-rev {
            margin-right: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .reviews-tripadvisor-block .tripadvisor-text {
            font-size: 12px;
            line-height: 18px;
        }

        .r-r-title {
            font-size: 40px;
            line-height: 43px;
        }

        .r-r-image-side-text {
            font-size: 26px;
            margin-left: 17px;
        }

        .r-r-form {
            padding: 24px 0;
        }

        .rates-reservation-form {
            margin-top: 20px;
        }

        .reserv-input-item {
            flex-basis: 100%;
        }

        .reserv-input-item input,
        .reserv-input-item select {
            height: 40px;
        }

        .rates-reservation-form {
            height: 750px;
        }

        .submit-block {
            margin-top: 34px;
        }

        .required-fields-text {
            top: -41%;
        }

        .reserve-submit-button {
            max-width: 500px;
        }

        .rates-section {
            margin-top: 60px;
        }

        .rates-page-title {
            font-size: 35px;
            line-height: 66px;
            margin-bottom: 0px;
        }

        .rates-table-header,
        .reservation-table-header {
            background-position: top;
            height: 90px;
        }

        .reservation-table-header {
            background-position: -125px;
        }

        .num-seater {
            font-size: 53px;
            line-height: 20px;
            margin-left: 35px;
        }

        .rates-table table {
            padding: 0 13px 11px 13px;
        }

        .table-bottom-info {
            padding-left: 10px;
            font-size: 14px;
        }

        .rates-table table tr td {
            padding-left: 15px;
        }

        .rates-table table tr th {
            padding-left: 14px;
        }

        .rates-table table tbody tr {
            height: 45px;
        }

        .rates-table table {
            width: 796px;
        }

        .reserve-button-table {
            width: 162px;
            height: 35px;
            font-size: 12px;
            margin-right: 5px;
        }

        .reservation-section {
            margin-top: 36px;
        }

        .rates-reservation-form .wpcf7 form .wpcf7-response-output {
            margin: -3px auto 0;
        }

    }

    @media (max-width: 440px) {

       header .header-action-button{
          width: auto;
          min-width: 175px;
      }
  }

  @media (max-width: 380px) {

    .reviews .kANaLF {
        right: 188px;
    }

    .reviews .jMSFdg {
        right: 246px;
    }

    .gallery-home .slick-next {
        right: 196px;
    }

    .gallery-home .slick-prev {
        right: 247px;
    }

    .rate-per-title {
        font-size: 18px;
    }

    .rate-tax-text p {
        font-size: 14px;
    }

    .rate-tax-text p span {
        font-size: 16px;
    }

    .rate-pic-side {
        width: 92px;
        height: 92px;
    }

    .rate-pic-side svg {
        width: 92px;
        height: 92px;
    }

    .reservation-text-left {
        font-size: 25px;
        line-height: 40px;
    }

    .reservation-text-right {
        padding: 0px 17px;
        font-size: 14px;
        line-height: 24px;
    }

    .r-r-title {
        font-size: 30px;
    }

    .rates-page-title {
        font-size: 30px;
    }

}

@media (max-width: 340px) {
    .header-phone img {
        width: 20px;
        height: 20px;
    }

    .phone-number {
        font-size: 15px;
    }

    .block-title {
        font-size: 17px;
    }

    .information-text {
        max-width: 183px;
    }

    .contact-information {
        padding: 0 21px;
    }
}

.zelle-icon-a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zelle-icon-a span{
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #262626;
}
@media (max-width: 768px) {
    .zelle-icon-block{
        display: flex;
        align-items: center;
    }
}