@charset "UTF-8";
  a,
button,
input,
pre {
font: inherit;
}
*,
::after,
::before {
box-sizing: border-box;
}
body,
html {
height: 100%;
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}
body,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
ul {
margin: 0;
padding: 0;
border: none;
}
ol,
ul {
list-style: none;
}
q {
quotes: "«" "»";
}
input {
padding: 0;
}
a,
button {
background: 0 0;
border: none;
color: inherit;
text-transform: inherit;
text-decoration: inherit;
-webkit-tap-highlight-color: transparent;
padding: 0;
}
:focus,
a:active,
a:hover {
outline: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
[hidden] {
display: none;
}
audio:not([controls]) {
display: none;
height: 0;
}
a:focus {
outline: dotted thin;
}
img {
max-width: 100%;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
:root {
--font-primary: "Ubuntu", sans-serif;
--font-secondary: "Noto Sans", sans-serif; --color-black: #0c0c0c;
--color-white: #ffffff;
--color-orange: #e59c3e;
--color-green: #89ba45;
--color-green-dark: #60773c;
--color-green--light: #9ed750;
--color-green--light-50: rgba(158, 215, 80, 0.5);
--color-green--lighter: #edffe5;
--color-red: #fd5353;
--color-red-60: rgba(255, 177, 177, 0.6);
--color-text: #616161;
}
*:focus-visible {
box-shadow: 0 0 16px -2px rgba(9, 59, 134, 0.15);
}
html,
body {
-webkit-text-size-adjust: none;
}
body {
font-family: var(--font-primary);
color: var(--color-black);
overflow-x: hidden;
max-width: 100vw;
width: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
}
main > section {
scroll-margin-top: 50px; }
main {
overflow-x: hidden;
flex-shrink: 0;
flex-grow: 1;
} .slick-list,
.slick-track,
.slick-slide {
height: 100%;
}
.slider-arr {
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
line-height: 1;
font-size: 24px;
transition: background 0.2s, opacity 0.2s;
}
.slider-arr.slick-disabled {
opacity: 0.5;
}
.slider-arr.slick-disabled:hover {
background-color: transparent;
}
.slider-arr:hover {
background-color: var(--color-green--lighter);
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.hide {
opacity: 0;
visibility: hidden;
transition: opacity 0.2s, visibility 0.2s;
}
.no-scroll {
overflow: hidden;
}
.container {
max-width: 1600px;
width: 100%;
padding: 0 60px;
margin: 0 auto;
}
.btn {
padding: 16px;
border-radius: 10px;
font-size: 18px;
letter-spacing: 0.005em;
display: flex;
align-items: center;
justify-content: center;
position: relative;
white-space: nowrap;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn--contained {
background-color: var(--color-green);
color: var(--color-white);
}
.btn--contained:hover {
background-color: var(--color-green-dark);
}
.btn--outlined {
background-color: transparent;
color: var(--color-green);
border: 1px solid var(--color-green);
}
.btn--outlined:hover {
background-color: var(--color-green--light);
border-color: var(--color-green--light);
color: var(--color-white);
}
.clr-orange {
color: var(--color-orange);
}
.clr-text {
color: var(--color-text);
}
.logo {
display: inline-block;
width: 120px;
height: 40px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/logo-full.svg?v=1) no-repeat center/contain;
}
.sect-title {
letter-spacing: 0.02em;
line-height: 115%;
font-weight: 500;
font-size: 40px;
margin-bottom: 50px;
font-family: var(--font-primary);
}
.page-title {
font-size: 55px;
font-weight: 500;
line-height: 1.2;
}
.callback-fixed-btn {
position: fixed;
bottom: 80px;
right: calc(50vw - 840px);
z-index: 1099;
width: 54px;
height: 54px;
background: #c8fb83 url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/phone-green.svg) no-repeat center/50%;
border-radius: 50%;
border: 10px solid #defcb8;
}
.scroll-top-btn {
width: 40px;
height: 40px;
border-radius: 50%;
position: fixed;
bottom: 20px;
right: calc(50vw - 832px);
background: #defcb8 url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/arrow-up.svg) no-repeat center/50%;
z-index: 1099;
} .grecaptcha-badge {
opacity: 0;
}
.fixed-socials {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 12px;
right: calc(50vw - 842px);
bottom: 150px;
padding: 10px;
z-index: 9990;
}
.fsoc {
display: block;
width: 36px;
height: 36px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.fsoc--wsp {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/whatsapp.svg);
}
.fsoc--tg {
width: 32px;
height: 32px;
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/tg-2.svg);
}
.fsoc--tg2 {
width: 42px;
height: 32px;
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/tg-chat.png);
} .hdr {
width: 100vw;
position: fixed;
top: 0;
left: 0;
padding: 30px 0 20px;
z-index: 9999;
transition: background 0.2s, padding 0.2s;
}
.hdr--green {
background-color: var(--color-green--lighter) !important;
}
.hdr.on-scroll {
padding: 10px 0;
background-color: var(--color-white);
}
.hdr__nav {
flex-grow: 1;
}
.hdr__inner {
display: flex;
align-items: center;
}
.hdr__logo {
margin-right: 60px;
display: flex;
}
.hdr__nav-list {
display: flex;
gap: 30px;
align-items: center;
font-weight: 500;
letter-spacing: 0.03em;
}
.hdr__nav-item a {
transition: color 0.2s;
}
.hdr__nav-item a:hover {
color: var(--color-orange);
}
.hdr__nav-item.has-submenu {
position: relative;
}
.hdr__nav-item.open .submenu {
opacity: 1;
visibility: visible;
}
.hdr__nav-item.open .submenu__btn::after {
transform: rotate(180deg);
}
.hdr__nav-item .submenu__btn {
display: flex;
align-items: center;
gap: 8px;
}
.hdr__nav-item .submenu__btn::after {
content: "";
width: 14px;
height: 10px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/arrow-down.svg) no-repeat center/contain;
margin-bottom: -2px;
transition: transform 0.2s;
}
.hdr__nav-item .submenu {
position: absolute;
z-index: 1;
top: calc(100% + 18px);
left: 0;
white-space: nowrap;
padding: 25px 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 2px 30px 0px rgba(104, 104, 104, 0.14);
opacity: 0;
visibility: hidden;
transition: opacity 0.2s, visibility 0.2s;
}
.hdr__nav-item .submenu__item:not(:first-child) {
margin-top: 20px;
}
.nav-item-education {
margin-inline: auto;
}
.nav-item-education a {
padding: 0.5rem 1rem;
border-radius: 1rem;
background-color: #e59c3e;
color: #fff;
}
.nav-item-education a:hover {
background-color: #de8819;
color: #fff;
}
.hdr__actions {
margin-left: auto;
display: flex;
flex-flow: column;
gap: 10px;
align-items: flex-end;
}
.hdr__tel {
display: flex;
align-items: center;
transition: opacity 0.2s;
font-size: 18px;
}
.hdr__tel::before {
content: "";
display: inline-block;
margin-right: 20px;
width: 22px;
height: 22px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/phone-orange.svg) no-repeat center/contain;
}
.hdr__tel:hover {
opacity: 0.5;
}
.hdr__callback-btn {
transition: color 0.2s;
text-decoration: underline;
}
.hdr__callback-btn:hover {
color: var(--color-orange);
}
.hdr__menu {
display: none;
width: 46px;
height: 46px;
margin-right: 30px;
}
.hdr__menu-icon {
width: 25px;
height: 16px;
margin: auto;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/burger.svg) no-repeat center/contain;
}
.hdr__cart {
position: relative;
display: flex;
padding: 6px;
border-radius: 6px;
color: #fff;
background-color: #e59c3e;
margin-left: 54px;
}
.hdr__cart:hover {
background-color: #de8819;
}
.hdr__cart-badge {
display: none;
position: absolute;
top: 0;
right: 0;
transform: translate(25%, -25%);
font-size: 10px;
font-weight: 700;
padding: 2px 5px;
border-radius: 8px;
white-space: nowrap;
background: #0c0c0c;
}
.hdr__cart-badge:not(:empty) {
display: flex;
} .mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.95);
transition: opacity 0.3s, visibility 0.3s;
visibility: hidden;
opacity: 0;
}
.mobile-menu.open {
visibility: visible;
opacity: 1;
}
.mobile-menu.open .mobile-menu__inner {
transform: translateX(0);
}
.mobile-menu__inner {
position: absolute;
top: 0;
left: 0;
max-width: 400px;
width: 100%;
height: 100%;
padding: 0 32px 32px;
background-color: #f5f6f5;
overflow-y: scroll;
transform: translateX(-100%);
transition: transform 0.3s;
}
.mobile-menu__top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}
.mobile-menu__logo {
display: flex;
}
.mobile-menu__logo .logo {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/logo-small.svg?v=1);
width: 50px;
height: 25px;
}
.mobile-menu__nav {
margin: 20px auto 40px;
color: #0c0c0c;
}
.mobile-menu__nav-list {
font-size: 18px;
line-height: 1.5;
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
}
.mobile-menu__nav-item {
display: flex;
width: 100%;
padding: 12px 0;
}
.mobile-menu__nav-item:not(:first-child) {
border-top: 1px solid #e7eae7;
}
.mobile-menu__nav-item.has-submenu {
display: flex;
flex-direction: column;
}
.mobile-menu__nav-item.open .submenu {
max-height: 500px;
margin: 20px 0;
}
.mobile-menu__nav-item.open .submenu__btn::after {
transform: rotate(180deg);
}
.mobile-menu__nav-item .submenu__btn {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.mobile-menu__nav-item .submenu__btn::after {
content: "";
width: 16px;
height: 12px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/arrow-down.svg) no-repeat center/contain;
margin-bottom: -2px;
transition: transform 0.2s;
}
.mobile-menu__nav-item .submenu {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 30px;
padding-left: 24px;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s, margin 0.3s;
}
.mobile-menu__contacts-wrapper {
padding: 20px 15px;
border-top: 1px solid var(--color-green--light);
display: flex;
flex-flow: column;
align-items: center;
}
.mobile-menu__contacts-title {
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
text-align: center;
}
.mobile-menu__contacts {
display: flex;
flex-flow: column;
gap: 15px;
} .hero {
min-height: 1000px;
padding: 50px 0 40px;
display: flex;
align-items: stretch;
background-color: var(--color-green--lighter);
}
.hero__container {
position: relative;
z-index: 2;
display: flex;
}
.hero__inner {
position: relative;
display: flex;
flex-flow: wrap;
align-items: center;
max-width: 1000px;
margin: auto 0;
}
.hero__title-wrapper {
margin-bottom: 160px;
}
.hero__title {
text-transform: uppercase;
font-size: 55px;
line-height: 127%;
letter-spacing: 0.07em;
}
.hero__descr {
font-size: 20px;
font-family: var(--font-secondary);
margin-top: 30px;
}
.hero__btns {
max-width: 560px;
width: 100%;
display: flex;
gap: 26px;
}
.hero__btn {
width: 50%;
}
.hero__pic {
position: absolute;
top: 50px;
right: calc(50vw - 980px);
width: 55%;
max-width: 1000px;
z-index: 1;
}
.hero__img {
width: 100%;
height: 100%;
} .about {
padding: 140px 0 46px;
}
.about__inner {
display: flex;
flex-flow: row-reverse;
gap: 100px;
}
.about__text {
width: 40%;
position: relative;
color: var(--color-text);
padding-top: 5%;
line-height: 135%;
font-family: var(--font-secondary);
}
.about__descr {
max-width: 570px;
}
.about__text::before {
content: "";
position: absolute;
top: -30%;
left: -50%;
width: 185%;
height: 140%;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/about-bg.svg) no-repeat center/contain;
z-index: -1;
}
.about__gallery {
width: 60%;
}
.about__gallery-slider {
height: 565px;
margin-bottom: 30px;
border-radius: 10px;
overflow: hidden;
cursor: grab;
}
.about__gallery-slider-img {
object-fit: cover;
}
.about__gallery-nav {
display: flex;
align-items: center;
justify-content: space-between;
}
.about__gallery-nav .slick-list {
width: 80%;
overflow: hidden;
}
.about__gallery-nav-img {
width: 130px;
height: 95px;
border-radius: 5px;
margin: 0 15px;
object-fit: cover;
}
.about__gallery-nav-img:last-child {
margin-right: 0;
}
.about__gallery-nav-img.slick-current {
opacity: 0.8;
} .advantages {
padding: 50px 0 90px;
text-align: center;
}
.advantages__list {
display: flex;
justify-content: center;
gap: 45px;
width: 100%;
font-size: 15px;
}
.advantages__item {
justify-content: center;
display: flex;
flex-flow: column;
align-items: center;
}
.advantages__item-icon {
width: 120px;
height: 85px;
margin-bottom: 15px;
}
.advantages__item-text {
max-width: 270px;
} .principles {
padding: 90px 0;
}
.principles__inner {
display: flex;
flex-flow: wrap;
}
.principles__header {
width: 100%;
text-align: center;
margin-bottom: 75px;
}
.principles__title {
margin-bottom: 20px;
}
.principles__pic {
width: calc(40% - 175px);
margin: auto 175px 0 0;
}
.principles__list {
width: 60%;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/principles/list-bg.svg) no-repeat;
background-position: 50% 60%;
}
.principles__item {
display: flex;
align-items: center;
gap: 45px;
margin-bottom: 113px;
}
.principles__item:last-child {
margin-bottom: 0;
}
.principles__item:nth-child(2) {
flex-flow: row-reverse;
text-align: right;
}
.principles__item-icon {
width: 92px;
height: 85px;
object-fit: contain;
}
.principles__item-text {
max-width: 680px;
}
.principles__item-title {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.principles__item-descr {
font-family: var(--font-secondary);
line-height: 145%;
color: var(--color-text);
} .placements {
padding: 130px 0;
background-color: var(--color-green--lighter);
}
.placements__inner {
display: flex;
}
.placements__text {
width: 56%;
margin-right: 90px;
}
.placements__warn-title {
margin: 100px 0 20px;
font-weight: 500;
letter-spacing: 0.07em;
}
.placements__descr,
.placements__warn-descr {
font-family: var(--font-secondary);
font-size: 15px;
line-height: 145%;
color: var(--color-text);
}
.placements__pic {
width: calc(44% - 90px);
transform: scale(1.2) translateX(10%);
}
.placements__img {
width: 100%;
height: 100%;
object-fit: contain;
} .prices {
padding: 50px 0 100px;
}
.prices__title {
text-align: center;
margin-bottom: 20px;
}
.prices__descr {
font-size: 18px;
text-align: center;
}
.prices__cards {
max-width: 1140px;
width: 100%;
margin: 90px auto;
display: flex;
gap: 80px;
}
.prices__cards .slick-list {
width: 100%;
}
.prices__cards .slick-track {
display: flex;
gap: 20px;
}
.prices__card {
width: calc(100% / 3);
padding: 24px 24px 30px;
border-radius: 5px;
box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.3);
}
.prices__card-img {
width: 100%;
height: 185px;
border-radius: 5px;
object-fit: cover;
}
.prices__card-name {
margin: 20px 0;
text-align: center;
font-size: 18px;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 500;
}
.prices__card-include {
font-size: 15px;
color: var(--color-text);
margin-bottom: 100px;
}
.prices__card-include li {
margin-bottom: 10px;
display: flex;
}
.prices__card-include li::before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
margin: 6px 6px 0 0;
background-color: var(--color-orange);
}
.prices__card-btn {
display: none;
}
.prices__card-price {
color: #272626;
margin-top: auto;
text-align: center;
font-size: 20px;
}
.prices__btn {
max-width: 265px;
width: 100%;
margin: 0 auto;
} .services {
padding: 90px 0 100px;
background-color: var(--color-green--lighter);
}
.services__inner {
text-align: center;
}
.services__descr {
max-width: 1110px;
font-family: var(--font-secondary);
font-size: 15px;
color: var(--color-text);
margin: 0 auto;
}
.services__list {
display: flex;
justify-content: space-between;
margin: 90px 0 110px;
}
.services__item-icon {
display: block;
width: 140px;
height: 132px;
margin-bottom: 15px;
}
.services__prices {
display: flex;
flex-flow: column;
align-items: center;
}
.services__prices-title {
font-size: 20px;
font-weight: 500;
letter-spacing: 0.07em;
}
.services__prices-descr {
max-width: 634px;
margin: 25px 0 60px;
color: var(--color-text);
font-size: 15px;
}
.services__files {
max-width: 720px;
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 24px;
}
.services__files li {
max-width: calc((100% - 48px) / 3);
width: 100%;
}
.services__file {
display: block;
} .specialists {
padding: 60px 0 80px;
text-align: center;
}
.specialists__title {
margin-bottom: 80px;
}
.specialists__slider {
position: relative;
}
.specialists__slider-nav {
position: absolute;
top: -20px;
left: 50%;
width: 400px;
height: 400px;
border-radius: 50%;
border: 1px solid #edffe5;
transform: translateX(-50%);
}
.specialists__slider-nav::before,
.specialists__slider-nav::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #cfebab;
}
.specialists__slider-nav::before {
transform: translate(-138px, -1px);
}
.specialists__slider-nav::after {
transform: translate(-48px, 51px);
}
.specialists__list .slick-track {
display: flex;
}
.specialists__slider-arr {
position: absolute;
top: 50%;
width: 32px;
height: 32px;
background-color: var(--color-green--light);
border-radius: 50%;
font-size: 22px;
transition: background 0.2s;
transform: translateY(-50%);
}
.specialists__slider-arr.slick-disabled {
opacity: 0.5;
}
.specialists__slider-arr:not(.slick-disabled):hover {
background-color: var(--color-green--lighter);
}
.specialists__slider-arr-prev {
left: -18px;
}
.specialists__slider-arr-next {
right: -18px;
}
.specialists__slider .slick-slide {
opacity: 0;
transition: opacity 0.2s;
}
.specialists__slider .slick-slide.slick-active {
opacity: 1;
}
.specialist {
display: flex;
flex-flow: column;
align-items: center;
text-align: center;
}
.specialist__img-wrapper {
padding: 20px;
background-color: #edffe5;
border-radius: 50%;
}
.specialist__img {
width: 320px;
height: 320px;
object-fit: cover;
border: 8px solid #def7c7;
border-radius: 50%;
}
.specialist__name {
color: var(--color-green--light);
font-size: 20px;
line-height: 1;
font-weight: 500;
margin: 35px 0 8px;
}
.specialist__competencies {
font-size: 14px;
color: var(--color-text);
}
.specialist__link {
font-size: 14px;
margin: 15px 0 35px;
color: var(--color-green--light);
}
.specialist__btn {
min-width: 200px;
} .operating {
padding: 160px 0;
}
.operating.lazyloaded {
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/operating-bg.jpg) no-repeat center/cover fixed;
}
.operating__content {
padding: 40px 80px;
background-color: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(4px);
}
.operating__title {
margin-bottom: 20px;
}
.operating__list {
font-family: var(--font-secondary);
}
.operating__list-item {
margin-bottom: 20px;
display: flex;
align-items: center;
}
.operating__list-item:last-child {
margin-bottom: 0;
}
.operating__list-item::before {
content: "";
display: inline-block;
width: 22px;
flex-shrink: 0;
height: 16px;
margin-right: 20px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/check-green.svg) no-repeat center/contain;
} .qa {
padding: 130px 0 110px;
}
.qa__inner {
display: flex;
gap: 170px;
}
.qa__content {
width: calc(52% - 170px);
display: flex;
flex-flow: column;
align-items: center;
}
.qa__title-mobile {
display: none;
}
.qa__img {
width: 360px;
height: 310px;
object-fit: contain;
margin: auto 0 60px;
}
.qa__text {
font-size: 18px;
font-weight: 500;
line-height: 155%;
margin-bottom: 30px;
}
.qa__btn {
max-width: 265px;
width: 100%;
}
.qa__item {
padding: 24px 20px 24px 92px;
border-radius: 10px;
background-color: var(--color-green--lighter);
position: relative;
margin-bottom: 10px;
cursor: pointer;
}
.qa__item:last-child {
margin-bottom: 0;
}
.qa__item::before {
content: "";
position: absolute;
top: 24px;
left: 20px;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: var(--color-white);
color: var(--color-green--light);
background: var(--color-white) url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/plus-green.svg) no-repeat center/50%;
transition: background 0.2s;
}
.qa__item-question {
font-size: 15px;
font-weight: 500;
margin-bottom: 10px;
}
.qa__item-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s;
color: #5f5f5f;
font-style: italic;
}
.qa__item.open::before {
background-color: var(--color-green--light);
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/plus-white.svg);
}
.qa__item.open .qa__item-answer {
max-height: 1000px;
} .reviews {
padding: 110px 0 70px;
}
.reviews__title {
text-align: center;
margin-bottom: 80px;
}
.reviews__inner {
max-width: 1110px;
margin: 0 auto;
position: relative;
}
.reviews__slider-arrows {
position: absolute;
top: 320px;
right: 270px;
}
.reviews__slider-arr-prev {
margin-right: 20px;
}
.reviews__slider .slick-list {
overflow: hidden;
}
.reviews__slider .slick-track {
display: flex;
}
.review {
display: flex;
gap: 70px;
align-items: flex-start;
cursor: grab;
}
.review .review__text {
display: none;
}
.review.slick-active .review__text{
display: block;
}
.review__content {
margin-right: 70px;
}
.review__title {
font-size: 20px;
font-weight: 400;
font-family: var(--font-secondary);
}
.review__text {
margin: 40px 0;
color: var(--color-text);
font-size: 15px;
}
.review__info {
max-width: 340px;
text-align: right;
color: var(--color-text);
margin-left: auto;
font-style: italic;
}
.review__img-wrapper {
position: relative;
padding: 20px;
flex-shrink: 0;
}
.review__img-wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/review-img-outline.svg) no-repeat center/contain;
z-index: 1;
}
.review__img {
--m: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/review-mask.png) center/contain no-repeat;
position: relative;
z-index: 0;
background: var(--m);
-webkit-mask: var(--m);
width: 360px;
height: 320px;
object-fit: cover;
} .booking {
padding: 70px 0 80px;
}
.booking__inner {
display: flex;
align-items: center;
}
.booking__descr {
padding: 30px 0;
margin-right: auto;
}
.booking__title {
font-size: 40px;
font-weight: 500;
letter-spacing: 0.02em;
}
.booking__subtitle {
margin: 20px 0 75px;
}
.booking__list-item {
font-size: 15px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.booking__list-item:last-child {
margin-bottom: 0;
}
.booking__list-item::before {
content: "";
display: inline-block;
width: 32px;
height: 32px;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/icons/check-in-circle-green.svg) no-repeat center/contain;
margin-right: 12px;
flex-shrink: 0;
}
.booking__form-wrapper {
margin-left: 300px;
position: relative;
}
.booking__form-img {
position: absolute;
left: 0;
top: 0;
transform: translate(-65%, 30%) rotate(-55deg);
z-index: -1;
} .policy {
padding: 90px 0;
line-height: 1.5;
}
.policy ol {
list-style-type: none;
counter-reset: item;
margin: 10px 0;
padding: 0;
}
.policy ol > li {
display: table;
counter-increment: item;
margin-bottom: 0.6em;
}
.policy ol > li:before {
content: counters(item, ".") ". ";
display: table-cell;
padding-right: 0.6em;
}
.policy li ol > li {
margin: 0;
}
.policy li ol > li:before {
content: counters(item, ".") " ";
}
.policy h1 {
text-align: center;
}
.policy h2 {
margin-bottom: 20px;
} .ftr {
padding: 40px 0 80px;
background-color: var(--color-green--lighter);
}
.ftr a {
transition: opacity 0.2s;
}
.ftr a:hover {
opacity: 0.5;
}
.ftr__inner {
display: flex;
align-items: center;
gap: 40px;
}
.ftr__bottom {
margin-top: 2rem;
}
.ftr__bottom p {
padding: 0.5rem 1rem;
background-color: #fff;
box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.15);
border-radius: 8px;
text-align: center;
font-size: 14px;
max-width: 420px;
line-height: 1.5;
}
.ftr__logo {
font-size: 12px;
line-height: 1.7;
display: flex;
flex-flow: column;
align-items: center;
text-align: center;
}
.ftr__logo-text {
margin-top: 10px;
}
.ftr__callback-btn {
margin-top: 10px;
}
.ftr__contacts {
display: flex;
gap: 60px;
font-size: 14px;
margin: 0 auto;
}
.ftr__additional {
margin-left: auto;
display: flex;
flex-flow: column;
align-items: center;
}
.ftr__policy {
margin-top: 20px;
font-size: 14px;
letter-spacing: 0.07em;
}
.contact {
display: flex;
max-width: 255px;
}
.contact__icon {
width: 20px;
height: 20px;
object-fit: contain;
margin-right: 20px;
}
.socials {
display: flex;
gap: 25px;
}
.socials__item {
display: flex;
align-items: center;
}
.socials__item-link {
display: block;
}
.socials__item-icon {
display: inline-block;
width: 24px;
height: 16px;
object-fit: contain;
}
@media screen and (max-width: 1600px) {
.scroll-top-btn {
right: 76px;
}
.callback-fixed-btn {
right: 70px;
}
.fixed-socials {
right: 65px;
}
.hero {
padding-top: 90px;
min-height: 835px;
}
.hero__inner {
max-width: 700px;
}
.hero__title {
font-size: 42px;
}
.hero__pic {
top: 90px;
right: 0;
}
.principles__pic {
width: calc(35% - 100px);
margin: auto 100px auto 0;
}
.principles__list {
width: 65%;
background-size: 94% 94%;
background-position: 45% 90%;
}
.principles__item {
margin-bottom: 110px;
}
.placements__text {
width: 50%;
}
.placements__warn-title {
margin: 65px 0 20px;
}
}
@media screen and (max-width: 1440px) {
.page-title {
font-size: 40px;
}
.hdr__nav {
font-size: 14px;
}
.about__text {
padding-top: 50px;
}
.about__text::before {
width: 190%;
height: 130%;
}
.about__descr {
max-width: 480px;
}
.advantages__list {
gap: 35px;
flex-flow: wrap;
}
.advantages__item {
width: calc((100% - 90px) / 3);
}
.principles__pic {
width: calc(40% - 100px);
}
.principles__list {
width: 60%;
background-size: 90% 94%;
background-position: 45% 100%;
}
.principles__item {
margin-bottom: 80px;
}
}
@media screen and (max-width: 1280px) {
.container {
padding-left: 30px;
padding-right: 30px;
}
.sect-title {
font-size: 28px;
margin-bottom: 35px;
}
.hdr {
padding: 20px 0;
}
.hdr__logo .logo {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/logo-small.svg?v=1);
width: 44px;
height: 22px;
}
.hdr__nav,
.hdr__actions {
display: none;
}
.hdr__menu {
display: flex;
}
.hdr__cart {
margin-left: auto;
}
.hero {
min-height: 675px;
}
.hero__inner {
max-width: 535px;
}
.hero__title {
font-size: 32px;
}
.about__inner {
gap: 50px;
}
.about__text {
font-size: 15px;
}
.about__text::before {
width: 210%;
height: 160%;
left: -65%;
}
.about__gallery-slider {
height: 400px;
}
.about__gallery-nav-img {
height: 60px;
}
.principles__pic {
width: calc(25% - 50px);
margin-right: 50px;
}
.principles__list {
width: 75%;
background-size: 85% 70%;
background-position: 45% 50%;
font-size: 15px;
}
.principles__item {
margin-bottom: 60px;
padding-bottom: 20px;
}
.qa__inner {
gap: 45px;
}
.ftr__inner {
align-items: flex-start;
}
.ftr__contacts {
flex-flow: column;
align-items: center;
gap: 25px;
}
.ftr__additional {
margin: 0 120px 0 0;
}
}
@media screen and (max-width: 1024px) {
.container {
padding-left: 20px;
padding-right: 20px;
}
.scroll-top-btn {
right: 26px;
}
.callback-fixed-btn {
right: 20px;
}
.fixed-socials {
right: 16px;
}
.logo {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/logo-small.svg?v=1);
width: 32px;
height: 16px;
}
.hdr {
padding: 16px 0;
}
.hero {
padding-top: 60px;
min-height: 875px;
}
.hero__inner {
margin: 0 auto auto;
max-width: 660px;
margin-top: 0;
}
.hero__title-wrapper {
margin-bottom: 85%;
}
.hero__title {
font-size: 24px;
text-align: center;
max-width: 600px;
}
.hero__descr {
text-align: center;
margin-top: 25px;
font-size: 16px;
}
.hero__btns {
margin: 0 auto;
}
.hero__pic {
top: 200px;
right: initial;
left: 55%;
width: 90%;
transform: translateX(-50%);
}
.about {
padding-top: 100px;
}
.about__inner {
flex-flow: column;
align-items: center;
gap: 70px;
}
.about__text,
.about__gallery {
max-width: 520px;
width: 100%;
}
.about__gallery-slider {
height: 320px;
}
.about__text::before {
width: 170%;
height: 170%;
left: -45%;
}
.principles__descr {
margin: 0 auto;
max-width: 460px;
}
.principles__pic {
width: 100%;
margin: 0 auto 50px;
display: flex;
}
.principles__img {
max-width: 400px;
margin: 0 auto;
}
.principles__list {
width: 100%;
}
.placements {
padding: 20px 0 80px;
position: relative;
}
.placements::before {
content: "";
position: absolute;
top: -40px;
left: 0;
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/placements/bg-top.svg) no-repeat center top/cover;
width: 100%;
height: 40px;
}
.placements__inner {
flex-flow: column-reverse;
}
.placements__pic {
max-width: 460px;
width: 100%;
margin: 0 auto 65px;
transform: none;
}
.placements__text {
width: 100%;
margin: 0;
}
.placements__descr,
.placements__warn-descr {
font-size: 14px;
}
.operating.lazyloaded {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/operating-bg-tablet.jpg);
}
.prices__cards {
gap: 20px;
}
.services__files li {
max-width: 100%;
}
.qa__content {
width: calc(70% - 170px);
}
.qa__img {
margin: 0 auto;
}
.qa__text {
font-size: 15px;
}
.reviews {
padding: 75px 0;
}
.reviews__title {
margin-bottom: 80px;
}
.reviews__inner {
max-width: 660px;
}
.reviews__slider-arrows {
right: 170px;
top: 230px;
}
.review {
gap: 0;
}
.review__title {
font-size: 16px;
}
.review__content {
margin-right: 20px;
}
.review__text,
.review__info {
font-size: 14px;
}
.review__text {
margin: 25px 0;
}
.review__img {
width: 240px;
height: 220px;
}
.booking__descr {
margin: auto auto 100px 0;
}
.booking__title {
font-size: 32px;
}
.booking__subtitle {
font-size: 15px;
}
.booking__list-item::before {
width: 24px;
height: 24px;
}
.booking__form-wrapper {
max-width: 360px;
margin-left: 20px;
}
.booking__form-img {
transform: translate(-65%, -30%) rotate(-55deg);
}
.ftr__inner {
flex-flow: row wrap;
}
.ftr__contacts {
flex-flow: row;
}
.ftr__additional {
flex-flow: row-reverse;
width: 100%;
margin: 0 80px 0 0;
align-items: center;
}
.ftr__policy {
margin: 0 auto 0 0;
}
}
@media screen and (max-width: 768px) {
.btn {
font-size: 14px;
}
.hdr__cart svg {
width: 16px;
height: 16px;
}
.page-title {
font-size: 24px;
}
.sect-title {
font-size: 22px;
margin-bottom: 20px;
}
.hero {
min-height: auto;
padding: 60px 0 100px;
}
.hero__descr {
font-size: 14px;
margin-top: 15px;
}
.hero__btns {
flex-flow: column;
justify-content: stretch;
align-items: center;
}
.hero__btn {
width: 100%;
}
.hero__pic {
top: 250px;
}
.about {
padding-top: 80px;
}
.about__text::before {
background-image: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/about-bg-mobile.svg);
width: 150%;
height: 180%;
left: -15%;
}
.about__gallery-slider {
height: 230px;
margin-bottom: 10px;
position: relative;
}
.about__gallery-slider-arr {
position: absolute;
top: 50%;
border-radius: 50%;
font-size: 16px;
line-height: 1;
background-color: var(--color-white);
opacity: 0.5;
z-index: 1099;
width: 34px;
height: 34px;
transform: translateY(-50%);
}
.about__gallery-slider-arr-prev {
left: 10px;
}
.about__gallery-slider-arr-next {
right: 10px;
}
.about__gallery-nav .slick-list {
width: calc(100% + 15px);
margin-left: -15px;
}
.about__gallery-nav-img {
height: 85px;
margin: 0 0 0 15px;
}
.advantages {
padding: 40px 0 0;
}
.advantages__list {
font-size: 14px;
gap: 30px;
}
.advantages__item {
width: calc((100% - 30px) / 2);
}
.advantages__item-icon {
width: 90px;
height: 65px;
margin-bottom: 10px;
}
.advantages__item-text {
max-width: 270px;
}
.principles__list {
margin: 0 auto;
max-width: 360px;
font-size: 14px;
background-image: none;
}
.principles__item,
.principles__item:nth-child(2) {
flex-flow: column;
gap: 25px;
text-align: center;
}
.principles__item {
margin-bottom: 25px;
}
.principles__item-title {
margin-bottom: 18px;
}
.prices {
overflow: hidden;
}
.prices__descr {
font-size: 15px;
}
.prices__cards {
margin: 40px 0 0;
}
.prices__card {
width: auto;
}
.prices__card-include {
margin-bottom: 50px;
}
.prices__card-btn {
max-width: 180px;
width: 100%;
margin: 20px auto 0;
}
.prices__btn {
display: none;
}
.prices__card-btn {
display: block;
}
.services {
padding: 30px 0 50px;
}
.services__descr,
.services__prices-descr {
font-size: 14px;
}
.services__descr {
text-align: left;
}
.services__list {
margin: 50px 0 80px;
gap: 32px;
overflow: scroll;
}
.services__item-icon {
width: 75px;
height: 70px;
margin-bottom: 10px;
}
.specialists__title {
margin-bottom: 40px;
}
.specialist__img {
width: 220px;
height: 220px;
}
.specialist__name {
font-size: 18px;
}
.specialists__slider-nav {
width: 300px;
height: 300px;
}
.specialists__slider-nav::before {
transform: translate(-115px, -6px);
}
.specialists__slider-nav::after {
transform: translate(-10px, 70px);
}
.specialists__slider-arr {
width: 28px;
height: 28px;
font-size: 18px;
}
.operating {
padding: 300px 0 70px;
}
.operating__content {
padding: 0 15px;
background: transparent;
backdrop-filter: none;
}
.operating.lazyloaded {
background: url(https://rabbitshotel.ru/wp-content/themes/rabbits-hotel/assets/img/operating-bg-mobilet.jpg) no-repeat center bottom/cover scroll;
}
.qa {
padding: 80px 0 25px;
}
.qa__inner {
flex-flow: column;
gap: 0;
}
.qa__list {
order: 2;
}
.qa__item-question {
font-size: 14px;
}
.qa__item-answer {
font-size: 15px;
}
.qa__title-mobile {
display: block;
text-align: center;
order: 1;
}
.qa__title-desk {
display: none;
}
.qa__content {
order: 3;
width: 100%;
margin-top: 60px;
}
.qa__img {
margin-bottom: 30px;
}
.qa__text {
margin-bottom: 50px;
}
.reviews {
padding: 25px 0 55px;
}
.reviews__slider-arrows {
right: 0;
left: 30px;
}
.reviews__title {
margin-bottom: 50px;
}
.review {
flex-flow: column-reverse;
}
.review__content {
max-width: 100%;
margin: 15px 0;
}
.review__img-wrapper {
margin: 0 auto;
}
.review__title {
text-align: center;
padding: 0 20px;
}
.review__text {
margin: 20px 0;
}
.booking__inner {
flex-flow: column;
}
.booking__descr {
margin: 0 0 300px;
}
.booking__form-wrapper {
margin: 0;
}
.booking__form-img {
transform: translate(0, -70%) rotate(0);
}
.ftr {
padding: 20px 0 30px;
}
.ftr__inner {
flex-flow: column;
align-items: center;
}
.ftr__bottom p {
max-width: 240px;
font-size: 12px;
margin-inline: auto;
}
.ftr__logo {
font-size: 0;
}
.ftr__contacts {
flex-flow: column;
}
.ftr__additional {
flex-flow: column;
align-items: center;
margin: 30px 0 0;
}
.ftr__policy {
margin: 20px 0 0;
}
}