body {
    font-family: 'Grandis Extended', sans-serif !important;
    background-color: #F5F5F5 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.nav-up {
    top: -100px;
}

.mobile__bron__block {
    position: fixed;
    bottom: -100px;
    transition: .5s all;
    background-color: #3D8449;
    padding: 1.2rem 0;
    border-radius: 1.5rem;
    color: #fff;
    width: calc(100% - .250rem);
    left: .125rem;
    border: 0;
    z-index: 99;
}

.mobile__bron__block__visible {
    bottom: .125rem;
}

.head {
    transition: .5s all;
}

.head_fixed {
    background-color: rgba(35, 35, 35, .8);
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border-radius: 0 0 2rem 2rem;
}

header {
    position: fixed;
    top: 0;
    padding: 1.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: .5s all;
    z-index: 99;
}

header > div {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 3rem);
    max-width: 1300px;
    align-items: center;
}

header ul {
    display: flex;
    align-items: center;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .75rem;
}

header a {
    color: #fff;
}

header a:hover {
    color: #ED7565;
}

header .d-sm-block a {
    font-size: 18px;
    font-weight: bold;
}

.start__block {
    position: relative;
    width: 100%;
    padding-top: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start__block h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 500 !important;
    font-size: 2rem;
    margin: 0 0 1rem 0;
}

.go_home {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: .75rem;
    padding: .75rem 2rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1rem;
}

.go_home:hover {
    border-color: #fff;
}

.policy_text p {
    font-size: .9rem;
    color: #232323;
    line-height: 160%;
    margin: 0 0 .5rem 0;
}

.policy_text h1,
.policy_text h2,
.policy_text h3,
.policy_text h4,
.policy_text h5,
.policy_text h6 {
    font-weight: 600 !important;
}

.policy_text ul {
    font-size: .9rem;
    color: #232323;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: .5rem;
    margin: 1rem 1.5rem;
    padding: 0;
}

.start__block > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-radius: 0 0 2rem 2rem;
}

.start__block .overelay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #050403;
    background: linear-gradient(180deg, rgba(5, 4, 3, 2) 0%, rgba(5, 4, 3, 0) 68%, rgba(5, 4, 3, 0.5) 100%);
    border-radius: 0 0 2rem 2rem;
}

.start__block > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
}

.start__block > picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #050403;
    background: linear-gradient(180deg, rgba(5, 4, 3, 1) 0%, rgba(5, 4, 3, 0) 68%, rgba(5, 4, 3, 0.5) 100%);
}

.start__block > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.start__block > p {
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
    margin: 1rem;
    bottom: 0;
    font-size: .75rem;
    font-weight: 400;
}

.start__block > p a {
    color: #fff;
    text-decoration: underline !important;
}

.start__block > p a:hover {
    color: #ED7565;
}

.form__block {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    z-index: 9;
}

.form__block > form {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 3rem);
    max-width: 1300px;
    align-items: center;
    gap: 2px;
}

.form__block > form > div {
    display: flex;
    flex-direction: column;
    background-color: rgba(35, 35, 35, .5);
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    padding: .75rem 1.2rem;
    border-radius: 1rem;
    width: 100%;
    gap: .2rem;
}

.form__block > form > div label {
    color: #fff;
    font-size: .75rem;
    font-weight: 300;
}

.form__block > form > div input {
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    font-size: 1rem;
    color: #fff !important;
}

.form__block > form > div input::placeholder {
    color: rgba(255, 255, 255, .4) !important;
}

.date__field {
    max-width: 220px;
}

.form__block button {
    background-color: #3D8449;
    border: 0;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    height: 100%;
    padding: 0 3.7rem;
}

.form__block button:hover {
    background-color: #ED7565;
}

.rooms__block {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

.rooms__carousel {
    width: calc(100% - 3rem);
    max-width: 1300px;
}

.rooms .owl-stage-outer {
    border-radius: 2rem;
}

.rooms .item {
    background-color: #291E15;
    border-radius: 2rem;
    overflow: hidden;
}

.rooms .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
}

.rooms .ratio picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: 1s all;
}

.rooms .ratio picture:hover img {
    transform: scale(1.2);
}

.rooms .item > div:nth-child(2n) {
    color: #fff;
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
}

.rooms .item > div:nth-child(2n) b {
    font-size: 1rem;
    font-weight: 500 !important;
}

.rooms .item > div:nth-child(2n) > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.rooms .item > div:nth-child(3n) {
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
    padding: .75rem 0;
    text-align: center;
}

.rooms .item > div:last-child {
    padding: 1.5rem;
    display: flex;
    gap: .75rem;
    align-items: start;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
}

.rooms .item > div:last-child h3 {
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 150%;
    color: #232323;
}

.rooms .item button {
    width: 100%;
    border: 1px solid rgba(35, 35, 35, .3);
    border-radius: 1rem;
    padding: 1rem 0;
    font-size: .75rem;
    background-color: transparent;
    color: #050403;
}

.rooms .item button:hover {
    border-color: #050403;
}

.price {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    z-index: 2;
    color: #232323;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: .75rem;
}

.price > div b {
    font-weight: 500 !important;
    font-size: .9rem;
}

.price strong {
    font-size: 1rem;
    font-weight: 500 !important;
}

.benefits__block {
    background-color: #291E15;
    margin-top: 3rem;
    padding: 3rem 0;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
}

.benefits__grid {
    width: calc(100% - 3rem);
    max-width: 1300px;
    display: flex;
    gap: .5rem;
    justify-content: start;
    flex-wrap: wrap;
    color: #fff;
}

.benefits__grid > div {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 22px;
    border-radius: 1.5rem;
}

.benefits__grid > div > picture {
    flex-shrink: 0;
}

.owl-dots {
    display: flex;
    height: .25rem;
    margin-top: 1.5rem;
    justify-content: center;
    align-items: center;
    gap: .75rem;
}

.owl-dots button {
    height: 100%;
    background-color: #e1e1e1 !important;
    border-radius: .25rem;
    width: .75rem;
}

.owl-dots button.active {
    background-color: #3D8449 !important;
    width: 1.5rem;
}

.about_block {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.about {
    width: calc(100% - 3rem);
    max-width: 1300px;
    display: flex;
    gap: 3.5rem;
    align-items: center;
}

.about > div {
    width: 100%;
}

.about .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about .ratio picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.about h2 {
    font-size: 2rem;
    font-weight: 500 !important;
    color: #232323;
    margin: 0;
}

.about p {
    font-size: 1rem;
    line-height: 150%;
    color: #232323;
    margin: 1.5rem 0 0 0;
    font-weight: 300;
}

.numbers {
    display: flex;
    margin-top: 1.5rem;
    gap: .75rem;
}

.numbers > div {
    display: flex;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    font-size: .8rem;
    color: #232323;
    width: 100%;
}

.numbers > div span {
    color: #3D8449;
    font-size: 36px;
    font-weight: 500;
}

.numbers > div:last-child span {
    min-width: 55px;
}

.reviews__block__main {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.reviews__block {
    width: calc(100% - 3rem);
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.reviews__block h2 {
    font-size: 2rem;
    font-weight: 500 !important;
    color: #232323;
    margin: 0;
}

.reviews__block > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews__block > div:first-child button {
    color: #291E15;
    padding: 1.5rem 4rem;
    border: 1px solid rgba(35, 35, 35, .3);
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.5rem;
    margin-right: 168px;
}

.reviews__block > div:first-child button:hover {
    border-color: #291E15;
}

.reviews {
    position: relative;
}

.reviews .owl-stage-outer,
.certificates .owl-stage-outer {
    border-radius: 2rem;
}

.reviews .owl-nav,
.certificates .owl-nav {
    max-width: 100% !important;
    top: 0;
    margin: 0 !important;
    display: flex;
}

.reviews .owl-nav button,
.certificates .owl-nav button {
    margin: -7.5rem 0 0 0;
    width: 70px !important;
    height: 70px !important;
    background-color: transparent !important;
    border: 1px solid rgba(35, 35, 35, .3) !important;
    border-radius: 1.5rem !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.certificates .owl-nav button {
    margin: -5.5rem 0 0 0;
}

.reviews .owl-nav button:hover,
.certificates .owl-nav button:hover {
    background-color: transparent !important;
    border-color: #291E15 !important;
}

.reviews .owl-nav button:first-child,
.certificates .owl-nav button:first-child {
    margin-right: 74px !important;
}

.review {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2rem;
}

.review > div:first-child {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    color: #291E15;
    font-size: .75rem;
    gap: .5rem;
}

.review > div:first-child strong {
    font-size: 1.5rem;
    font-weight: 400 !important;
}

.review > div:last-child {
    padding: 1.5rem;
    background-color: #291E15;
    color: #fff;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 1.5rem;
}

.review > div:last-child p {
    font-size: 1rem;
    margin: .75rem;
}

.review > div:last-child button {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: .8rem;
    padding: 1rem;
    border-radius: 1rem;
}

.review > div:last-child button:hover {
    border-color: #fff;
}

.send__review {
    width: calc(100% - 1.5rem);
    display: inline-block;
    margin: 0 .75rem;
    color: #291E15;
    padding: 1.2rem 0;
    border: 1px solid rgba(35, 35, 35, .3);
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.5rem;
}

.certifications__block {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.certifications {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
    width: calc(100% - 3rem);
    max-width: 1300px;
}

.certifications h2 {
    font-size: 2rem;
    color: #232323;
    margin: 0;
    font-weight: 500 !important;
}

.certificates {
    position: relative;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.certificates picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
}

.certificates picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: .5s all;
}

.certificates picture:hover img {
    transform: scale(1.1);
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.benefits__2__block {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.benefits__2 {
    display: flex;
    gap: 1.5rem;
    width: calc(100% - 3rem);
    max-width: 1300px;
}

.benefits__2 > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
    width: 100%;
    max-width: 562px;
}

.benefit {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    border-radius: 2rem;
    border: 1px solid rgba(35, 35, 35, .1);
    font-size: .75rem;
    color: #232323;
    transition: .3s all;
}

.benefit:hover {
    background-color: #3D8449;
    color: #fff;
    border-color: transparent;
}

.benefit h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0;
}

.benefit p {
    line-height: 150%;
    margin: 1rem 0 0 0;
}

.benefits__2 picture {
    width: 100%;
    height: 100%;
}

.benefits__2 picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.application__block {
    margin-top: 3rem;
    padding: 100px 48px;
    border-radius: 2rem;
    background: url(../img/application.webp) center no-repeat fixed;
    background-size: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}

.application__block h2 {
    font-size: 2rem;
    font-weight: 400 !important;
    margin: 0;
}

.application__block button {
    background-color: #3D8449;
    color: #fff;
    padding: 28px 0;
    border-radius: 1.5rem;
    border: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    max-width: 600px;
}

.application__block button:hover {
    background-color: #ED7565;
}

.questions__block {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.questions {
    display: flex;
    width: calc(100% - 3rem);
    max-width: 1300px;
    gap: 3.5rem;
}

.questions > div {
    width: 100%;
}

.questions > div:first-child {
    max-width: 446px;
    position: relative;
}

.questions > div:first-child picture {
    position: absolute;
    height: 100%;
    width: 100%;
}

.questions > div:first-child picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.questions > div:last-child {
    padding: 3.5rem 0;
}

.questions h2 {
    color: #232323;
    font-size: 2rem;
    font-weight: 500 !important;
    margin: 0 0 3rem 0;
}

.questions > div:last-child > button {
    width: 100%;
    display: block;
    margin-top: 1rem;
    color: #291E15;
    padding: 1.5rem 4rem;
    border: 1px solid rgba(35, 35, 35, .3);
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.5rem;
}

.questions > div:last-child > button:hover {
    border-color: #291E15;
}

.question {
    width: 100%;
    margin-bottom: 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s all;
    gap: 1.5rem;
}

.question h3 {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #232323;
    margin: 0;
}

.question picture {
    flex-shrink: 0;
    transition: .3s all;
}

.question:hover {
    background-color: #f0f0f0;
}

.question:hover picture {
    transform: scale(1.3);
}

.contacts__block {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.contacts {
    display: flex;
    width: calc(100% - 3rem);
    max-width: 1300px;
}

.contacts > div {
    width: 100%;
}

.contacts > div:first-child {
    border-radius: 2rem;
    overflow: hidden;
}

.contacts > div:last-child {
    width: 525px;
    background-color: #fff;
    padding: 3rem;
    border-radius: 2rem;
    flex-shrink: 0;
}

.contacts h2 {
    color: #232323;
    font-size: 2rem;
    font-weight: 500 !important;
    margin: 0 0 2rem 0;
}

.contacts > div:last-child > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.contacts > div:last-child > div > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.contacts > div:last-child > div > div picture {
    flex-shrink: 0;
}

.contacts > div:last-child > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .25rem;
}

.contacts > div:last-child > div > div > div span {
    color: #232323;
    font-size: 14px;
    font-weight: 300;
}

.contacts > div:last-child > div > div > div,
.contacts > div:last-child > div > div > div a {
    color: #232323;
    font-size: 1rem;
    font-weight: 500;
}

.contacts > div:last-child > div > div > div a:hover {
    color: #3D8449;
}

.contacts > div:last-child > button {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(35, 35, 35, .3);
    padding: 1.5rem;
    line-height: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #232323;
    border-radius: 1.5rem;
}

.contacts > div:last-child > button:hover {
    border-color: #291E15;
}

footer .container-fluid {
    background-color: #291E15;
    color: #fff;
    font-size: 14px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 2rem 2rem 0 0;
}

footer .container-fluid a {
    color: #fff;
}

footer .container-fluid a:hover {
    color: #ED7565;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 500 !important;
}

.modal-content {
    padding: 2rem;
    border-radius: 2rem !important;
}

.modal-content h3 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    color: #232323;
    margin-bottom: 0;
}

.modal-content .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-content .ratio picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.close {
    width: 69px;
    height: 69px;
    border-radius: 1.5rem;
    border: 1px solid rgba(35, 35, 35, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all;
    background-color: transparent !important;
}

.close:hover {
    border-color: #050403;
}

.modal__header picture {
    flex-shrink: 0;
}

.room__text {
    display: flex;
    gap: 2rem;
    gap: 1.5rem;
}

.room__text p {
    font-size: .75rem !important;
}

.room__text p:last-child {
    margin: 0;
}

.room__text > div {
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 1rem;
    width: 100%;
}

.room__text ul {
    font-size: .75rem;
    padding: .5rem .75rem 0 .75rem;
    margin: 0;
}

.room__text h5 {
    font-size: 1rem;
    font-weight: 500 !important;
}

.room__text > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
    position: relative;
}

.room__text > div:last-child .price {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

.room__text > div:last-child ul {
    margin: 1.5rem .75rem 0 .75rem;
    padding: 0;
}

.room__text > div:last-child > button {
    width: 100%;
    border: 0;
    background-color: #3D8449;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 1rem;
    padding: 1rem;
}

.room__text > div:last-child > button:hover {
    background-color: #ED7565;
}

.room__text > div p {
    font-size: 1rem;
    line-height: 150%;
}

.room__text > div p:last-child {
    margin: 0;
}

.roomm {
    position: relative;
    margin: 1.5rem 0;
}

.roomm .owl-nav {
    display: flex;
    position: absolute;
    justify-content: space-between;
    top: calc(50% + 35px);
    margin: 0;
    padding: 0 1.5rem;
}

.roomm .owl-nav button {
    position: relative;
    margin: 0;
    width: 70px !important;
    height: 70px !important;
    background-color: #fff !important;
    border-radius: 1.5rem !important;
}

.roomm .owl-nav button:hover {
    background-color: #f0f0f0 !important;
}

.roomm .ratio {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

#about__nav,
#rooms__nav,
#reviews__nav,
#contacts__nav {
    position: absolute;
    top: -3rem
}

.offcanvas-body {
    background: #291E15;
    background-size: 100%;
    color: #fff;
}

.offcanvas-body .close {
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.offcanvas-body ul {
    list-style: none;
    margin: 7rem 0 0 0;
    padding: 0;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.offcanvas-body ul a {
    color: #fff;
}

.modal__header h2 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    margin: 0;
    line-height: 100%;
}

.review__modal input {
    border-radius: 1rem !important;
}

.review__modal form button {
    width: 100%;
    background-color: #3D8449;
    border: 0;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
    padding: 1.2rem;
}

.review__modal form button:hover {
    background-color: #ED7565;
}

.success__text {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.success__text picture {
    flex-shrink: 0;
}

.success__text p {
    margin: .5rem 0;
}

.dates {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 1rem;
}

.dates input {
    border: 1px solid #e1e1e1;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    .form__block form {
        flex-wrap: wrap;
    }

    .form__block form > div {
        width: calc(50% - 2px);
        max-width: 100% !important;
    }

    .form__block form button{
        width: 100% !important;
        height: auto;
        padding: 1.5rem;
    }

    .rooms__carousel {
        width: 100%;
    }

    .rooms .item {
        margin-left: 1.5rem;
    }

    .reviews__block,
    .certifications {
        width: 100%;
    }

    .reviews__block > div:first-child,
    .certifications > div:first-child {
        padding: 0 1.5rem;
    }
    
    .reviews .item,
    .certificates .item {
        margin-left: 12px;
    }

    .reviews .owl-nav,
    .certificates .owl-nav {
        width: calc(100% - 1.5rem) !important;
    }

    .rooms .owl-stage-outer,
    .reviews .owl-stage-outer,
    .certificates .owl-stage-outer {
        border-radius: 0;
    }
}

@media (max-width: 992px) {
    .about,
    .questions,
    .contacts {
        flex-direction: column;
    }

    .questions > div:last-child {
        padding: 0;
    }

    .questions h2 {
        margin-bottom: 2rem;
    }

    .contacts > div:first-child  {
        height: 300px;
    }

    .contacts > div:last-child {
        width: 100%;
    }

    .room__text {
        flex-direction: column-reverse;
    }

    .room__text > div {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .reviews .owl-nav button {
        margin: -6.5rem 0 0 0;
    }

    .benefits__2 {
        flex-direction: column;
        width: calc(100% - 1.5rem);
    }
    
    .benefits__2 > div:first-child {
        max-width: 100%;
    }

    .application__block {
        padding: 3rem 2rem;
        background: url(../img/application.webp) center no-repeat !important;
        background-size: cover;
        gap: 2rem;
    }
    
    .application__block h2 {
        font-size: 2rem;
        font-weight: 400 !important;
        margin: 0;
    }

    footer .container-fluid {
        padding-bottom: 6rem;
    }
}

@media (max-width: 576px) {
    .form__block form > div {
        width: 100%;
        max-width: 100% !important;
    }

    .rooms__block {
        margin-top: 1rem;
    }

    .rooms .item {
        margin-left: .75rem;
    }

    .form__block {
        bottom: 1rem;
    }

    .start__block {
        padding-top: 200px;
    }

    .bron__button {
        width: calc(100% - 1.5rem);
        padding: 1.2rem 0;
        border-radius: 1.5rem;
        margin: 1rem .75rem 0 .75rem;
        background-color: #3D8449;
        border: 0;
        color: #fff;
    }

    .rooms .item {
        border-radius: 1.5rem;
    }
    
    .rooms .item .ratio picture {
        border-radius: 1.5rem;
    }

    .price {
        top: .75rem;
        left: .75rem;
    }

    .benefits__block {
        padding: 1.5rem 0;
    }

    .benefits__grid > div {
        width: calc(50% - .25rem);
        font-size: .75rem;
        padding: 1rem;
    }

    .about_block {
        margin-top: 3rem;
    }

    .numbers > div {
        flex-direction: column;
        text-align: center;
        gap: .5rem;
        font-size: .75rem;
        padding: 1rem .5rem;
    }

    .about {
        gap: 1.5rem;
        width: 100%;
    }

    .about h2,
    .reviews__block h2,
    .questions h2,
    .contacts h2,
    .certifications h2 {
        font-size: 1.5rem;
    }

    .questions {
        gap: 0;
    }

    .about p {
        margin-top: .75rem;
        font-size: .9rem;
    }

    .about > div:last-child {
        padding: 0 1.5rem;
    }

    .reviews__block {
        gap: 1.5rem;
    }

    .review > div:first-child {
        padding: 2rem;
        gap: .25rem;
    }
    
    .review > div:first-child strong {
        font-size: 1.3rem;
    }
    
    .review > div:last-child {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .review > div:last-child p {
        font-size: .75rem;
        margin: .5rem;
    }
    
    .review > div:last-child button {
        font-size: .7rem;
        font-weight: 300;
    }

    .benefits__2 {
        gap: .75rem;
    }

    .benefits__2 > div:first-child {
        gap: .75rem;
    }
    
    .benefit {
        padding: 1.5rem;
        border-radius: 1.5rem;
        gap: 1.5rem;
    }

    .benefit h3,
    .questions h3 {
        font-size: 1.1rem;
    }

    .benefits__2 picture img {
        border-radius: 1.5rem;
    }

    .certificates picture {
        border-radius: 1.5rem;
    }

    .contacts,
    .questions {
        width: calc(100% - 1.5rem);
    }

    .contacts > div:first-child  {
        height: 200px;
    }

    .contacts > div {
        border-radius: 1.5rem;
    }

    .contacts > div:last-child {
        padding: 2rem;
    }

    .contacts > div:last-child > div {
        margin-bottom: 2rem;
    }

    .contacts > div:last-child > div > div {
        gap: 1rem;
    }

    .contacts > div:last-child > div > div > div {
        font-size: .9rem;
    }

    .contacts > div:last-child > div > div picture {
        transform: scale(0.8);
    }

    .application__block h2 {
        font-size: 1.5rem;
    }

    .certifications > div:first-child,
    .about > div:last-child {
        padding: 0 .75rem;
    }

    .send__review {
        padding: 1.5rem 0;
    }

    .modal-content {
        padding: 1rem;
        border-radius: 1rem !important;
    }

    .modal-content h3 {
        font-size: 1.2rem;
        font-weight: 500 !important;
        color: #232323;
        margin-bottom: 0;
    }

    .roomm .ratio {
        --bs-aspect-ratio: calc(3 / 4 * 100%);
    }

    .room__text > div {
        height: auto !important;
    }

    .room__text > div:first-child {
        padding: 0 .75rem .75rem .75rem;
        background-color: transparent;
    }

    .room__text > div:first-child p {
        font-size: 14px;
    }

    .modal__header {
        align-items: center;
    }

    .review__modal .modal__header {
        align-items: center;
    }

    .review__modal p {
        font-size: 14px;
        padding: 0 .75rem;
    }

    .review__modal .modal__header > div {
        padding: .75rem;
        font-size: 14px;
    }

    .start__block h1 {
        font-size: 1.5rem;
        margin: .75rem 1rem;
        text-align: center;
    }

    .rooms .item > div:nth-child(2n) {
        font-size: .6rem;
    }

    .rooms .item > div:nth-child(2n) b {
        font-size: .8rem;
    }

    .rooms .item > div:nth-child(3n) {
        font-size: .6rem;
    }

    .start__block > picture::after {
        background: linear-gradient(180deg, rgba(5, 4, 3, 1) 0%, rgba(5, 4, 3, 0) 68%);
    }
}