@charset "UTF-8";
/*шрифт Inter*/
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-Thin.ttf");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-ExtraLight.ttf");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    ffont-family: Inter;
    src: url("../../fonts/Inter/Inter-Medium.ttf");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter/Inter-Black.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    /*font-family: Inter;*/
    font-style: normal;
    font-weight: 400;
    color: #000000;
    transition: all .3s;
}
h1 {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
}

h2 {
    color: #247CCD;
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
}

h3 {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
}

h4 {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
}

ul {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    list-style-type: none;
}

p {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
}

/*Бургер*/
.head__burger {
    display: none;
    cursor: pointer;
    border: 0px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 3;
}

.bar1, .bar2, .bar3 {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.top-wrapper .top.resized .bar1,
.top-wrapper .top.resized .bar2,
.top-wrapper .top.resized .bar3 {
    background-color: #000;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -ms-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: #000;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    -ms-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
    background-color: #000;
}

.head__adaptive-menu {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #fff;
    background-size: auto 100%;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    top: -999px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 100px;
}

.head__adaptive-menu.open {
    position: fixed;
    top: -25px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.adaptive-menu__list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}

.adaptive-menu__item {
    margin-bottom: 30px;
}

.adaptive-menu__item a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
}

.adaptive-menu__item a:hover {
    text-decoration: underline;
}


.head {
    width: 100%;
    height: 100vh;
    background: #fefefe;
    position: fixed;
    top: 0;
    z-index: -1;
}
.head.visible {
    background: url(../../img/arhotel/main/head-summer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
}
.head.gallery.visible,
.head.gallery {
    background: none;
}
.head.resized {
    position: absolute;
    top: 75vh;
}
.top-wrapper {
    position: relative;
    z-index: 101;
    transition: all .3s;
}
.top-wrapper .top {
    width: 100%;
    height: 102px;
    background-color: transparent;
    z-index: 100;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    transition: all .3s;
}

.top-wrapper .top .wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-wrapper .top .wrap a,
.top-wrapper .top .wrap a span {
    color: #000000
}
.top-wrapper .top .right {
    text-align: right;
    margin-right: 39px
}
.top-wrapper .top .right a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 25px;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}
.top-wrapper .top .right a:hover {
    color: #A0A0A0;
}
.top-wrapper .top .right a.current {
    color: #A0A0A0;
    transition: all .3s;
}
.top-wrapper .top .right a.video-link svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    right: 0px;
    bottom: -5px;
    transition: all .3s;
}
.top-wrapper .top .right a:hover svg {
    fill: #A0A0A0;
}
.top-wrapper .top .right a::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: -4px;
    left: 0;
    transition: all .3s;
}
.top-wrapper .top .right a:hover::after {
    background: #ffffff;
    transition: all .3s;
}

.top-wrapper .top.sticky.resized .right a.video-link svg {
    fill: #000000;
    transition: all .3s;
}
.top-wrapper .top.sticky.resized .right a:hover svg {
    fill: #A0A0A0;
    transition: all .3s;
}

.top-wrapper .top.sticky.resized .right a::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: -4px;
    left: 0;
    transition: all .3s;
}
.top-wrapper .top.sticky.resized .right a:hover::after {
    background: #000000;
    transition: all .3s;
}


.top-wrapper .top .logo {
    height: 50px;
    width: auto;
    margin-left: 35px;
    -webkit-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94)
}

.top-wrapper .top .logo-black {
    display: none;
}
.top-wrapper .top.sticky.resized .logo-black {
    display: block;
}
.top-wrapper .top.sticky.resized .logo-white {
    display: none;
}
.top-story-content {
    transition: all .3s;
}
.top-story-md--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75vh;
    background: rgba(28,28,28,0.85);
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94)
}
.top-wrapper .top.resized {
    height: 80px;
    background: #ffffff;
}
.top-wrapper .top.resized.gallery-page {
    border-bottom: 1px solid #000000;
}
.top-wrapper .top.sticky.resized .right a {
    color: #000;
    transition: all .3s;
}
.top-wrapper .top.sticky.resized .right a:hover {
    color: #A0A0A0;
}
.top-wrapper .top.sticky.resized .right a.current {
    color: #A0A0A0;
    transition: all .3s;
}
.top-story-md--content__title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 100px;
    text-align: center;
}
.top-story-md--content__text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 700px;
    text-align: justify;
}

.wrapper-main-content {
    margin-top: 175vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.wrapper-main-content.invest-page {
    margin-top: 186vh;
}
.aboutSlider {
    width: 50%;
}
.aboutSlider .swiper-button-next:after,
.aboutSlider .swiper-button-prev:after {
    display: none;
}
#aboutPagonation {
    width: max-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
}
#aboutPagonation .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
#aboutPagonation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}
.about__body {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.about__img-block {
    width: 50%;
    margin-right: 100px;
}
.about__img {
    width: 100%;
}
.about__info {
    width: 50%;
    max-width: 440px;
    box-sizing: border-box;
    padding: 0 10px;
}
.about__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.about__text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 70px;
    text-align: justify;
}
.about__btn {
    width: 236px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787878;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all .3s;
}
.about__btn:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
}
.we {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
}
.we.visible {
    background: url(../../img/arhotel/main/we.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.we__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.we__title {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.25px;
    margin-bottom: 15px;
}
.we__text {
    color: #FFF;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.variants {
    width: 100%;
    padding: 70px 0;
}
.variants__body {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    position: relative;
}
.variants__title {
    color: #000;
    text-align: left;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
    padding-left: 50px;
}
.variants__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.variantsSlider {
    width: 50%;
    padding: 0 50px;
}
.variantsSlider .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: all 0.6s ease-in;
}
.variantsSlider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.variants__slide-info {
    width: 50%;
    padding-top: 36px;
}
.variants__slide-title {
    color: #000;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 40px;
}
.variants__slide-text {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: justify;
}
.variants__img-block {
    width: 100%;
}
.variants__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.variants__body .swiper-button-next {
    right: 0px;
}
.variants__body .swiper-button-prev {
    left: -40px;
}
.variants__body .swiper-button-next:after,
.variants__body .swiper-button-prev:after {
    display: none;
}
.variants__body .swiper-button-next img:last-child,
.variants__body .swiper-button-prev img:last-child {
    display: none;
}
#variantsPagonation {
    width: max-content;
    left: 0px;
    bottom: 30px;
}
.variants__body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.variants__body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #A48F8F;
    opacity: 1;
    margin-right: 20px;
}
.variants__body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.variants__body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}
.atmosphere {
    width: 100%;
}
.atmosphereSlider {
    width: 100%;
}
.atmosphereSlider .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-link {
    text-decoration: none;
    margin: 0 auto;
    margin-top: 5px;
    width: 236px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787878;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 15%;
    bottom: 10%;
}
.slider-link:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
}



.atmosphereSlider .swiper-slide video {
    width: 100%;
    height: 100%;
    max-height: 1269px;
    object-fit: cover;
}
.atmosphere__img {
    width: 100%;
}
.atmosphere {
    width: 100%;
}
.atmosphere.text {
    width: 100%;
    max-width: 1000px;
}
.atmosphere__title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
}
.atmosphere__text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-align: justify;
}

.atmosphereSlider .swiper-button-next {
    right: 20px;
}
.atmosphereSlider .swiper-button-prev {
    left: 20px;
}
.atmosphereSlider .swiper-button-next:after,
.atmosphereSlider .swiper-button-prev:after {
    display: none;
}
#atmospherePagonation {
    bottom: 70px;
}
.atmosphereSlider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.atmosphereSlider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin-right: 20px;
}
.atmosphereSlider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.atmosphereSlider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}

.boat {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 130px;
    background: rgba(28,28,28,0.85);
}
.boat__body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.boat__img-block {
    width: 50%;
}
.boat__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boat__info {
    width: 50%;
    padding: 0 30px;
}
.boat__title {
    color: #fff;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 80px;
    padding-left: 50px;
}
.boat__text {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: justify;
}

.raft {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 130px;
}
.raft__body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.raft__img-block {
    width: 50%;
}
.raft__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.raft__info {
    width: 50%;
    padding: 0 30px;
}
.raft__title {
    color: #000;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 50px;
    padding-left: 50px;
}
.raft__text {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: justify;
}

.map {
    width: 100%;
    height: 680px;
    position: relative;
}
.map__body {
    width: 450px;
    height: max-content;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 65%;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
}
.map__body-title {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 25px;
}
.map__body-name {
    text-align: left;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.map__body-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
    min-height: 50px;
    padding-top: 10px;
    text-align: left;
}
.map__body-text a,
.map__body-text p {
    font-size: 14px;
    color: #000;
    transition: all .3s;
    text-align: left;
}
.map__body-text a {
    text-decoration: underline;
    margin-top: 5px;
    text-align: center;
}
.map__body-text a.map__navigate {
    text-decoration: none;
    margin: 0 auto;
    margin-top: 5px;
    width: 236px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787878;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all .3s;
}
.map__body-text a.map__navigate:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
}
.map iframe {
    width: 100%;
    height: 100%;
}
.map__navigate {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
}

.footer {
    width: 100%;
    background: #000000;
    padding: 25px 35px;
    box-sizing: border-box;
}
.footer__wrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__home img {
    width: auto;
    height: 50px;
}
.footer__wrap .right a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: 80px;
    position: relative;
    transition: all .3s;
}
.footer__wrap .right a::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: -4px;
    left: 0;
    transition: all .3s;
}
.footer__wrap .right a:hover::after {
    background: #ffffff;
}
.footer__wrap .right a:first-child {
    margin-left: 0;
    transition: all .3s;
}

.footer__wrap .right a.video-link svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    right: 0px;
    bottom: -5px;
    transition: all .3s;
}
.footer__wrap .right a:hover svg {
    fill: #A0A0A0;
}
.footer__wrap .right a:hover {
    color: #A0A0A0;
    transition: all .3s;
}
.widget {
    z-index: 102;
    background: #ffffff;
    height: max-content;
    transition: all .3s;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.tobook__btn {
    display: none;
}
.head__adaptive-menu .about__btn {
    display: none;
}

/*Видео*/
.video {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
}
.video__title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.video iframe {
    width: 96%;
    max-width: 516px;
    height: 315px;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;

}
.youtube .play {
    background: url('../../img/arhotel/main/play-button-100x100.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.fixed-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    bottom: 15%;
    right: 0px;
    z-index: 111;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 10px;
}
.fixed-social a {
    margin: 0 8px;
}
.fixed-social .book {
    margin: 10px 0;
    width: 34px;
    height: 145px;
    border: 1px solid #787878;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;

}
.fixed-social .book span {
    transform: rotate(-90deg);
}
.fixed-social img {
    width: 40px;
}

/*Реквизиты в модалке*/
.map__rekvizitest {
    text-decoration: none;
    margin: 0 auto;
    margin-top: 5px;
    width: 236px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787878;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: all .3s;
}
.map__rekvizitest:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
}
.box-modal {
    background: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px;
}
.box-modal_close {
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
}
.box-modal_close::before {
    content: '';
    display: none;
    width: 20px;
    height: 2px;
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
}
.box-modal_close::after {
    content: '';
    display: none;
    width: 20px;
    height: 2px;
    background: #333;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
}
.box-modal .map__body-text {
    font-size: 18px;
    line-height: 26px;
}
.box-modal .map__body-name {
    font-weight: 700;
}

.footer__social {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__social-link {
    margin-left: 25px;
}
.footer__social-link:first-child {
    margin-left: 0;
}
.footer__social-icon {
    width: 30px;
}
.footer__wrap-social {
    display: none;
}

/*Галерея*/
.gallery {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__body {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 50px 0;
}

.gallery__item {
    width: 32%;
    margin-bottom: 1%;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Инвестиции*/
.invest-about {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.invest-about__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}

@media (max-width: 1399px){
    .variants__body {
        width: 92%;
    }
}
@media (max-width: 1299px){
    .map__body {
        left: 55%;
    }
    #variantsPagonation {
        bottom: -20px;
    }
}
@media (max-width: 1199px){
    .top-wrapper .top .right a {
        font-size: 14px;
        margin: 0 15px;
    }
    .about,
    .boat__body,
    .raft__body {
        width: 100%;
    }
    .about__img-block {
        margin-right: 50px;
    }
    .footer__wrap .right a {
        margin-left: 60px;
    }
}
@media (max-width: 1024px){
    .head.visible {
        background-size: cover;
    }
    .head__burger {
        display: block;
    }
    .top-wrapper .top .right {
        display: none;
    }
    .map__body {
        left: auto;
        right: 5%;
    }
    .head__burger {
        right: 30px;
    }
    .head {
        background-size: auto 100%;
    }
    .we {
        background-size: auto 100%;
    }
    .variantsSlider {
        padding-bottom: 50px;
    }
    .variantsSlider .swiper-slide {
        flex-direction: column-reverse;
    }
    .variants__slide-info {
        width: 100%;
    }
    .variants__img-block {
        width: 100%;
    }
    #variantsPagonation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0px;
    }
    #atmospherePagonation {
        bottom: 30px;
    }
    .atmosphere {
        width: 96%;
    }
    .we.visible {
        background-size: auto 100%;
    }
    .atmosphereSlider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .atmosphereSlider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        background: #A48F8F;
    }
    .variants__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .variants__slide-info {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .variants__body .swiper-button-prev {
        left: 0px;
    }
    .variants__body .swiper-button-prev,
    .variants__body .swiper-button-next {
        top: 65%;
    }
    .variants__body {
        width: 100%;
    }
    .variants__slide-text {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        text-align: justify;
    }
    .variantsSlider {
        padding: 0px;
        width:100%;
    }
    #variantsPagonation {
        bottom: -30px;
    }
    .variants__body .swiper-button-next img:last-child,
    .variants__body .swiper-button-prev img:last-child {
        display: block;
    }
    .variants__body .swiper-button-next img:first-child,
    .variants__body .swiper-button-prev img:first-child {
        display: none;
    }
    .variants__body .swiper-button-next {
        right: 30px;
    }
    .variants__body .swiper-button-prev {
        left: 30px;
    }
    .top-story-md--content__title {
        max-width: 520px;
    }
    .atmosphereSlider .swiper-button-next,
    .atmosphereSlider .swiper-button-prev {
        top: 40%;
    }
    .widget {
        display: none;
    }
    .footer {
        margin-bottom: 0;
    }
    .atmosphere {
        width: 100%;
    }
    .atmosphere.text {
        width: 96%;
    }
    .tobook__btn {
        width: 236px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        background: transparent;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.7px;
        cursor: pointer;
        transition: all .3s;
        margin-right: 100px;
    }
    .top-wrapper .top.resized .tobook__btn {
        border: 1px solid #000;
        color: #000;
    }
    .fixed-social .book {
        display: none;
    }
    .footer__wrap .right a {
        margin-left: 30px;
    }
    .footer__home img {
        width: auto;
        height: 35px;
    }

    .slider-link {
        right: 5%;
        bottom: 10%;
    }
}
@media (max-width: 767px){
    .head.visible {
        background-size: auto 100%;
    }
    .about__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .about__img-block {
        width: 100%;
        margin-right: 0;
    }
    .about__info {
        width: 100%;
        max-width: 1000px;
        margin-top: 20px;
        box-sizing: border-box;
        padding: 10px;
    }
    .about__text {
        margin-bottom: 40px;
    }
    .boat__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .boat__img-block {
        width: 100%;
    }
    .boat__info {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .raft__title {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .raft__text {
        box-sizing: border-box;
        padding: 10px;
    }
    .boat__title {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .boat {
        padding-bottom: 50px;
    }
    .boat__text {
        box-sizing: border-box;
        padding-left: 10px;
    }
    .raft__body {
        flex-direction: column-reverse;
    }
    .raft__info {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .raft__img-block {
        width: 100%;
    }
    .raft {
        padding-bottom: 50px;
    }
    .footer__wrap .right {
        display: none;
    }
    .variants__body,
    .about,
    .boat__body,
    .raft__body {
        width: 100%;
    }
    .map__body {
        position: static;
        width: 98%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 auto;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
        margin-bottom: 5px;
    }
    #aboutPagonation {
        width: 100%;
        bottom: 10px;
        left: 0;
        transform: translateX(0);
    }
    .aboutSlider {
        width: 100%;
    }
    #aboutPagonation .swiper-pagination-bullet {
        background: #ffffff;
    }
    .variantsSlider {
        padding: 0px;
    }
    .variantsSlider .swiper-button-next img:last-child,
    .variantsSlider .swiper-button-prev img:last-child {
        display: block;
    }
    .variantsSlider .swiper-button-next img:first-child,
    .variantsSlider .swiper-button-prev img:first-child {
        display: none;
    }
    .variantsSlider .swiper-button-next {
        right: 20px;
    }
    .variantsSlider .swiper-button-prev {
        left: 20px;
    }
    .variants__title {
        padding-left: 10px;
    }
    .variants__slide-info {
        box-sizing: border-box;
        padding: 10px;
    }
    .map {
        height: max-content;
        padding-top: 20px;
    }
    .map iframe {
        height: 500px;
    }
    .variants__body .swiper-button-prev, .variants__body .swiper-button-next {
        top: 70%;
    }
    .top-story-md--content__title {
        width: 98%;
    }
    .top-story-md--content__text {
        width: 92%;
        text-align: center;
    }
    .tobook__btn {
        width: 220px;
        margin-right: 70px;
    }
    .fixed-social .book {
        display: none;
    }
    .fixed-social {
        flex-direction: column;
    }
    .fixed-social a {
        margin: 10px 0;
    }
    .fixed-social a img {
        width: 30px;
    }
    .atmosphereSlider {
        padding-bottom: 50px;
    }

    #atmospherePagonation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0px;
    }
    .footer__home img {
        width: auto;
        height: 50px;
    }
    .footer__social {
        display: none;
    }
    .footer__wrap-social {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .gallery__item {
        width: 48%;
        margin-bottom: 2%;
    }

}
@media (max-width: 577px){
    .top-story-md--content__title {
        font-size: 38px;
        margin-bottom: 60px;
    }
    .top-wrapper .top .logo {
        margin-left: 20px;
    }
    .top-story-md--content__title {
        width: 92%;
        font-size: 32px;
    }
    .variants__body .swiper-button-prev,
    .variants__body .swiper-button-next {
        top: auto;
        bottom: 20%;
    }
    .variants__slide-text {
        font-size: 14px;
        padding: 0;
    }
    .atmosphere__text {
        font-size: 14px;
    }
    .boat__text {
        font-size: 14px;
        padding: 10px;
    }
    .raft__text {
        font-size: 14px;
    }
    .top-wrapper .top .logo {
        height: 40px;
    }
    .tobook__btn {
        width: 160px;
    }
    .footer__social-link {
        margin-left: 15px;
    }
    .footer {
        padding: 25px 20px;
    }
}
@media (max-width: 449px){
    .top-story-md--content__title {
        font-size: 32px;
    }
    .top-story-md--content__text {
        width: 96%;
    }
    .we__text {
        width: 96%;
    }
    .map__body {
        width: 96%;
        right: 2%;
    }
    .tobook__btn {
        width: 110px;
        font-size: 12px;
    }
    .box-modal .map__body-text {
        font-size: 16px;
    }
    .footer__home img {
        height: 40px;
    }
    .footer__social-icon {
        width: 25px;
    }

    .gallery__item {
        width: 98%;
        margin-bottom: 2%;
    }
}
@media (max-width: 399px){
    .top-wrapper .top .logo {
        height: 40px;
    }
    .top-story-md--content__title {
        font-size: 26px;
    }
    .footer__home img {
        height: 40px;
    }
    .footer {
        padding: 25px 10px;
    }
    .variants__body .swiper-button-prev,
    .variants__body .swiper-button-next {
        top: auto;
        bottom: 10%;
    }
    .tobook__btn {
        display: none;
    }
    .head__adaptive-menu .about__btn {
        display: flex;
        margin-left: 20px;
    }
    .box-modal .map__body-name {
        font-size: 18px;
    }
    .box-modal .map__body-text {
        font-size: 14px;
    }
    .footer__home img {
        height: 30px;
    }
}