

/* Start:/local/templates/simplestroysite/assets/css/arhotel/main.css?173763967037770*/
@charset "UTF-8";
/*шрифт Inter*/
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-Thin.ttf");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-ExtraLight.ttf");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    ffont-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-Medium.ttf");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../fonts/Inter/Inter-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("/local/templates/simplestroysite/assets/css/arhotel/../../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(/local/templates/simplestroysite/assets/css/arhotel/../../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(/local/templates/simplestroysite/assets/css/arhotel/../../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('/local/templates/simplestroysite/assets/css/arhotel/../../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;
    }
}
/* End */


/* Start:/local/templates/simplestroysite/assets/lib/swiper/css/swiper-bundle.min.css?173763969418451*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/simplestroysite/assets/css/arhotel/main.css?173763967037770 */
/* /local/templates/simplestroysite/assets/lib/swiper/css/swiper-bundle.min.css?173763969418451 */
