

/* Start:/bitrix/templates/petrogradka_v2/template_styles.css?174835273256814*/
/* Base */
/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Gilroy";
  src: url("/bitrix/templates/petrogradka_v2/fonts/Gilroy-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/bitrix/templates/petrogradka_v2/fonts/Gilroy-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/bitrix/templates/petrogradka_v2/fonts/Gilroy-SemiBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/bitrix/templates/petrogradka_v2/fonts/Gilroy-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 0.0578703704vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 0.2666666667vw;
  }
}

section {
  background-color: var(--primary);
  position: relative;
}

body {
  overflow-x: hidden;
  font-family: var(--main-font);
  color: var(--secondary);
  background-color: var(--primary);
}

.container {
  position: relative;
  max-width: 1569rem;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .container {
    max-width: 345rem;
  }
}

.title {
  font-family: "Gilroy", sans-serif;
  font-size: 70rem;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 22rem;
  }
}

.paragraph {
  font-weight: 400;
  font-size: 20rem;
  line-height: 140%;
}
@media only screen and (max-width: 480px) {
  .paragraph {
    font-size: 14rem;
  }
}

.small-swiper {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 850rem;
  height: 700rem;
  flex-shrink: 0;
}
.small-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .small-swiper {
    height: 380rem;
    margin-bottom: 30rem;
  }
  .small-swiper .swiper-slide {
    width: 300rem !important;
    height: 380rem;
    margin-right: 15rem;
  }
}

.swiper-small-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 330rem;
}
.swiper-small-arrows .left-arrow {
  margin-left: 20rem;
}
.swiper-small-arrows .right-arrow {
  margin-right: 20rem;
}
@media only screen and (max-width: 480px) {
  .swiper-small-arrows {
    display: none;
  }
}

.swiper-small-arrow {
  cursor: pointer;
  width: 36rem;
  height: 36rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in;
}
.swiper-small-arrow img {
  width: 13rem;
  height: 20rem;
}
.swiper-small-arrow:hover {
  background-color: rgb(255, 255, 255);
}

.swiper-big-arrows {
  display: flex;
  gap: 8rem;
}
.swiper-big-arrows .swiper-big-arrow {
  cursor: pointer;
  width: 52rem;
  height: 52rem;
  border: 1px solid #788981;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-big-arrows .swiper-big-arrow img {
  width: 14rem;
  height: 8rem;
}

.content-container {
  display: flex;
  gap: 69rem;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .content-container {
    flex-direction: column;
    justify-content: unset;
    gap: 0;
  }
}

.arka-img {
  flex-shrink: 0;
}
.arka-img img {
  width: 784rem;
  height: 840rem;
}

.align-start {
  align-items: flex-start !important;
}

.swiper {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .swiper {
    overflow: visible !important;
  }
}
.hidden {
  display: none !important;
}

.just-validate-error-label {
  font-size: 16rem;
  position: absolute;
  top: -12rem;
}

:root {
  --primary: #efebe1;
  --secondary: #788981;
  --main-font: "Jost", sans-serif;
  --second-font: "Gilroy", sans-serif;
}

/* Blocks */
.header {
  height: 100vh;
  overflow: hidden;
  font-weight: 600;
  font-size: 16rem;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #f0ebe1;
}

.header__burger {
  cursor: pointer;
}
.header__burger svg {
  width: 25rem;
  height: 14rem;
}

.header__top {
  align-items: center;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 42rem 80rem 21rem;
}
.header__top a {
  color: #f0ebe1;
}
@media only screen and (max-width: 480px) {
  .header__top {
    position: absolute;
    padding: 19rem 15rem 0;
    justify-content: unset;
  }
}

@media only screen and (min-width: 480px) {
  .header__beige {
    background-color: var(--primary);
    color: var(--secondary);
  }
  .header__beige a {
    color: var(--secondary);
  }
  .header__beige .header__left {
    opacity: 1;
  }
  .header__beige .header__right {
    opacity: 1;
  }
  .header__beige .header__btn {
    border-color: var(--secondary);
  }
  .header__beige .header__btn:hover {
    background-color: var(--secondary);
    color: var(--primary);
  }
  .header__beige svg path {
    fill: var(--secondary);
  }
}

.header__left {
  opacity: 0;
  transition: 0.2s ease-in;
}
.header__left img {
  width: 210rem;
  height: 37rem;
}
@media only screen and (max-width: 480px) {
  .header__left {
    display: none;
  }
}

.header__right {
  opacity: 1;
  transition: 0.2s ease-in;
  display: flex;
  align-items: center;
  gap: 35rem;
}
.header__right a {
  transition: 0.2s ease-in;
}
@media only screen and (max-width: 480px) {
  .header__right {
    gap: 0;
  }
}

.header__btn {
  border: 1px solid #efe9df;
  border: 1px solid #efe9df;
  border-radius: 20px;
  padding: 9rem 15rem;
}
.header__btn:hover {
  transition: 0.2s ease-in;
  background-color: var(--primary);
  color: var(--secondary);
}
@media only screen and (max-width: 480px) {
  .header__btn {
    font-size: 14rem;
    padding: 0;
    width: 180rem;
    height: 32rem;
    margin-right: 51rem;
  }
}

.header__bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.header__bg picture {
  width: 100%;
  height: 100%;
}
.header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.header__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.header__logo {
  position: absolute;
}
.header__logo img {
  width: 310rem;
  height: 359rem;
}
@media only screen and (max-width: 480px) {
  .header__logo img {
    width: 161rem;
    height: 186rem;
  }
}

.header__phone {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .header__phone {
    display: none;
  }
}

.header__call-mobile {
  display: none;
  border-radius: 100%;
  width: 42rem;
  height: 42rem;
  flex-shrink: 0;
  background-color: var(--primary);
  align-items: center;
  justify-content: center;
  margin-right: 50rem;
}
.header__call-mobile img {
  width: 24rem;
  height: 24rem;
}
@media only screen and (max-width: 480px) {
  .header__call-mobile {
    display: flex;
  }
}

.header__hidden {
  transform: translateY(-110rem);
}

.about {
  padding: 100rem 0;
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 30rem 0 50rem;
  }
  .about .about__swiper {
    order: -1;
  }
}

@media only screen and (max-width: 480px) {
  .about__text {
    display: contents;
  }
}

.about__title {
  max-width: 645rem;
  margin-bottom: 38rem;
}
@media only screen and (max-width: 480px) {
  .about__title {
    margin-bottom: 27rem;
    order: -1;
  }
}

.about__location {
  display: flex;
  flex-direction: column;
  gap: 22rem;
  margin-bottom: 40rem;
}
@media only screen and (max-width: 480px) {
  .about__location {
    margin-bottom: 18rem;
  }
}

.about__location-item {
  display: flex;
  gap: 16rem;
}
.about__location-item img {
  width: 24rem;
  height: 24rem;
}

.about__description {
  max-width: 650rem;
}
@media only screen and (max-width: 480px) {
  .about__description {
    width: 345rem;
  }
}

.about__features {
  margin-top: 80rem;
  display: flex;
  flex-wrap: wrap;
  gap: 34rem 24rem;
}
.about__features picture {
  flex-shrink: 0;
}
.about__features li {
  width: 374rem;
  height: 125rem;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(125deg, #fff 0%, #efebe1 100%);
  padding: 27rem 10rem 27rem 30rem;
  display: flex;
  gap: 38rem;
  align-items: center;
}
.about__features li img {
  width: 71rem;
  height: 71rem;
}
.about__features li p {
  font-weight: 700;
  font-size: 25rem;
  line-height: 110%;
}
@media only screen and (max-width: 480px) {
  .about__features {
    margin-top: 30rem;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 15rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about__features::-webkit-scrollbar {
    display: none;
  }
  .about__features li {
    flex-shrink: 0;
    padding: 18rem 10rem 10rem;
    text-align: center;
    width: 140rem;
    height: 145rem;
    flex-direction: column;
    gap: 14rem;
  }
  .about__features li img {
    width: 41rem;
    height: 41rem;
  }
  .about__features li p {
    font-size: 14rem;
  }
}

.image-section {
  height: 100vh;
  width: 100%;
}
.image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .image-section {
    height: auto;
  }
}

.conception {
  padding: 100rem 0;
}
@media only screen and (max-width: 480px) {
  .conception {
    padding: 50rem 0;
  }
  .conception .conception__text {
    display: contents;
  }
  .conception .conception__title {
    order: -1;
  }
}

.conception__list {
  display: grid;
  flex-direction: column;
  width: 380rem;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100%;
  gap: 25rem;
  height: 380rem;
}
.conception__list li {
  padding-bottom: 11rem;
  border-bottom: 1rem solid var(--secondary);
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.conception__list li img {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 480px) {
  .conception__list li img {
    margin-bottom: 8rem;
  }
}
.conception__list li span {
  font-weight: 700;
  font-size: 20rem;
}
@media only screen and (max-width: 480px) {
  .conception__list li span {
    font-size: 14rem;
  }
}
.conception__list li:nth-of-type(1) img {
  width: 30rem;
  height: 30rem;
}
@media only screen and (max-width: 480px) {
  .conception__list li:nth-of-type(1) img {
    width: 21rem;
    height: 20rem;
  }
}
.conception__list li:nth-of-type(2) img {
  width: 32rem;
  height: 30rem;
}
.conception__list li:nth-of-type(3) img {
  width: 32rem;
  height: 28rem;
}
@media only screen and (max-width: 480px) {
  .conception__list {
    display: flex;
    flex-direction: column;
    gap: 21rem;
    height: auto;
    width: auto;
  }
  .conception__list li {
    padding-bottom: 7rem;
  }
  .conception__list li:nth-of-type(1) img {
    width: 21rem;
    height: 20rem;
  }
  .conception__list li:nth-of-type(2) img {
    width: 22rem;
    height: 21rem;
  }
  .conception__list li:nth-of-type(3) img {
    width: 22rem;
    height: 20rem;
  }
}

.conception__title {
  margin-bottom: 58rem;
}
@media only screen and (max-width: 480px) {
  .conception__title {
    margin-bottom: 26rem;
  }
}

.conception__paragraph {
  margin-bottom: 25rem;
}
@media only screen and (max-width: 480px) {
  .conception__paragraph {
    margin-bottom: 18rem;
  }
}

.conception__cards-list {
  margin-top: 100rem;
  display: flex;
  gap: 90rem;
}
.conception__cards-list .conception__cards-item {
  width: 324rem;
}
.conception__cards-list .conception__cards-item:nth-of-type(1) .card-content img {
  width: 20rem;
  height: 20rem;
}
.conception__cards-list .conception__cards-item .card-header {
  display: flex;
  gap: 28rem;
  align-items: center;
  padding-bottom: 22rem;
  border-bottom: 1rem solid var(--secondary);
}
.conception__cards-list .conception__cards-item .card-header img {
  width: 60rem;
  height: 60rem;
}
.conception__cards-list .conception__cards-item .card-header p {
  font-weight: 700;
  font-size: 25rem;
  line-height: 110%;
}
.conception__cards-list .conception__cards-item .card-content {
  display: flex;
  flex-direction: column;
  gap: 19rem;
  margin-top: 26rem;
}
.conception__cards-list .conception__cards-item .card-content li {
  display: flex;
  align-items: center;
  gap: 15rem;
}
.conception__cards-list .conception__cards-item .card-content img {
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
}
.conception__cards-list .conception__cards-item .card-content p {
  font-weight: 400;
  font-size: 20rem;
  line-height: 110%;
}
@media only screen and (max-width: 480px) {
  .conception__cards-list {
    gap: 15rem;
    overflow-x: auto;
    margin-top: 33rem;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .conception__cards-list::-webkit-scrollbar {
    display: none;
  }
  .conception__cards-list .conception__cards-item {
    padding: 18rem 10rem 0;
    flex-shrink: 0;
    width: 230rem;
    height: 290rem;
    box-shadow: 4rem 4rem 10rem 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(125deg, #fff 0%, #efebe1 100%);
  }
  .conception__cards-list .conception__cards-item:nth-of-type(1) .card-content {
    gap: 24rem;
  }
  .conception__cards-list .conception__cards-item .card-header {
    padding-bottom: 14rem;
    gap: 16rem;
  }
  .conception__cards-list .conception__cards-item .card-header img {
    width: 40rem;
    height: 40rem;
  }
  .conception__cards-list .conception__cards-item .card-header p {
    font-size: 20rem;
  }
  .conception__cards-list .conception__cards-item .card-content {
    gap: 10rem;
    margin-top: 25rem;
  }
  .conception__cards-list .conception__cards-item .card-content p {
    font-size: 14rem;
  }
}

.location {
  padding-bottom: 100rem;
}
.location .location__title {
  margin-bottom: 34rem;
}
.location .location-container {
  padding-top: 100rem;
}
.location .location-container h2 {
  margin-bottom: 34rem;
}
@media only screen and (max-width: 480px) {
  .location .location-container {
    padding-top: 50rem;
  }
  .location .location-container h2 {
    margin-bottom: 25rem;
  }
}
@media only screen and (max-width: 480px) {
  .location {
    padding-bottom: 50rem;
  }
  .location .location__text {
    display: contents;
  }
  .location .location__title {
    margin-bottom: 26rem;
    order: -1;
  }
  .location .location__swiper {
    order: -1;
  }
}

.location__cards-list {
  margin-top: 100rem;
  display: flex;
  gap: 90rem;
}
.location__cards-list .location__cards-item {
  width: 324rem;
}
.location__cards-list .location__cards-item:nth-of-type(1) .card-content img {
  width: 20rem;
  height: 20rem;
}
.location__cards-list .location__cards-item .card-header {
  display: flex;
  gap: 28rem;
  align-items: center;
  padding-bottom: 22rem;
  border-bottom: 1px solid var(--secondary);
}
.location__cards-list .location__cards-item .card-header img {
  width: 60rem;
  height: 60rem;
}
.location__cards-list .location__cards-item .card-header p {
  font-weight: 700;
  font-size: 25rem;
  line-height: 110%;
}
.location__cards-list .location__cards-item .card-content {
  display: flex;
  flex-direction: column;
  gap: 19rem;
  margin-top: 26rem;
}
.location__cards-list .location__cards-item .card-content li {
  display: flex;
  align-items: center;
  gap: 15rem;
}
.location__cards-list .location__cards-item .card-content img {
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
}
.location__cards-list .location__cards-item .card-content p {
  font-weight: 400;
  font-size: 20rem;
  line-height: 110%;
}
@media only screen and (max-width: 480px) {
  .location__cards-list {
    gap: 15rem;
    overflow-x: auto;
    margin-top: 33rem;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .location__cards-list::-webkit-scrollbar {
    display: none;
  }
  .location__cards-list .location__cards-item {
    padding: 18rem 10rem 0;
    flex-shrink: 0;
    width: 230rem;
    height: 290rem;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(125deg, #fff 0%, #efebe1 100%);
  }
  .location__cards-list .location__cards-item:nth-of-type(1) .card-content {
    gap: 24rem;
  }
  .location__cards-list .location__cards-item .card-header {
    padding-bottom: 14rem;
    gap: 16rem;
  }
  .location__cards-list .location__cards-item .card-header img {
    width: 40rem;
    height: 40rem;
  }
  .location__cards-list .location__cards-item .card-header p {
    font-size: 20rem;
  }
  .location__cards-list .location__cards-item .card-content {
    gap: 10rem;
    margin-top: 25rem;
  }
  .location__cards-list .location__cards-item .card-content p {
    font-size: 14rem;
  }
}

.map {
  width: 100%;
  height: 700rem;
}

@media only screen and (max-width: 480px) {
  .marker-class {
    width: 36px !important;
    height: 36px !important;
  }
}
.architecture {
  padding: 100rem 0;
}
.architecture .container:nth-of-type(3) {
  margin-top: 100rem;
}
.architecture .architecture__title {
  margin-bottom: 47rem;
}
@media only screen and (max-width: 480px) {
  .architecture {
    padding: 50rem 0;
  }
  .architecture .architecture__swiper {
    order: -1;
  }
  .architecture .architecture__text {
    display: contents;
  }
  .architecture .architecture__text .architecture__title {
    margin-bottom: 24rem;
    order: -1;
  }
}

.architecture__images {
  position: relative;
  margin: 80rem 0 0 80rem;
}
.architecture__images .swiper-slide {
  width: auto;
  margin-right: 20rem;
}
.architecture__images .swiper-slide img {
  height: 670rem;
  width: 100%;
}

.architecture__images-controls {
  margin-top: 32rem;
}

.infrastructure {
  margin-bottom: 100rem;
}
.infrastructure .infrastructure__title {
  margin: 128rem 0 47rem;
}
@media only screen and (max-width: 480px) {
  .infrastructure {
    margin-bottom: 50rem;
  }
  .infrastructure .infrastructure__text {
    display: contents;
  }
  .infrastructure .infrastructure__text .infrastructure__title {
    margin: 0 0 28rem;
    order: -1;
  }
}

.impression {
  margin-bottom: 100rem;
}
.impression .impression__title {
  margin: 139rem 0 36rem;
}
@media only screen and (max-width: 480px) {
  .impression {
    margin-bottom: 50rem;
  }
  .impression .impression__text {
    display: contents;
  }
  .impression .impression__text .impression__title {
    order: -1;
    margin: 0 0 28rem;
  }
  .impression .impression__swiper {
    order: -1;
  }
}

.exclusive {
  padding-top: 100rem;
}
.exclusive .paragraph {
  max-width: 650rem;
  margin-bottom: 93rem;
}
.exclusive .exclusive__title {
  margin-bottom: 45rem;
}
@media only screen and (max-width: 480px) {
  .exclusive {
    padding-top: 50rem;
  }
  .exclusive .exclusive__text {
    order: -1;
    display: contents;
  }
  .exclusive .exclusive__text .exclusive__title {
    order: -1;
  }
  .exclusive .exclusive__title {
    margin-bottom: 28rem;
  }
  .exclusive .paragraph {
    margin-bottom: 30rem;
  }
}

.exclusive__features-list {
  display: flex;
  text-wrap: nowrap;
  gap: 69rem;
}
.exclusive__features-list li {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.exclusive__features-list li img {
  width: 100rem;
  height: 100rem;
}
.exclusive__features-list li p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
}
@media only screen and (max-width: 480px) {
  .exclusive__features-list {
    gap: 15rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .exclusive__features-list::-webkit-scrollbar {
    display: none;
  }
  .exclusive__features-list li {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(125deg, #fff 0%, #efebe1 100%);
    width: 140rem;
    height: 145rem;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    padding-top: 18rem;
  }
  .exclusive__features-list li img {
    width: 41rem;
    height: 41rem;
  }
  .exclusive__features-list li p {
    font-size: 14px;
    line-height: 120%;
    max-width: 130rem;
  }
}

.layouts {
  padding: 130rem 0;
}
.layouts .swiper-small-arrows {
  top: 50%;
}
.layouts .swiper-small-arrows .left-arrow {
  margin-left: 0;
}
.layouts .swiper-small-arrows .right-arrow {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .layouts {
    padding: 60rem 0 50rem;
  }
  .layouts .swiper .swiper-slide {
    width: 300rem;
    height: auto;
    text-align: center;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(125deg, #fff 0%, #efebe1 100%);
    margin-right: 10rem;
  }
}

.layout__content {
  display: flex;
  align-items: flex-start;
  padding-left: 68rem;
}
@media only screen and (max-width: 480px) {
  .layout__content {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    padding: 24rem 12rem;
  }
}

.layout__scheme {
  width: 900rem;
  height: 750rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout__scheme img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout__scheme picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .layout__scheme {
    width: 276rem;
    height: 230rem;
    margin-bottom: 27rem;
  }
}

.layout__info {
  margin: 150rem 90rem 0 auto;
  width: 380rem;
  font-size: 18rem;
}
.layout__info .layout__square {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27rem;
}
.layout__info .layout__title {
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 57rem;
}
.layout__info .layout__info-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.layout__info .layout__info-list li {
  display: flex;
  align-items: center;
}
.layout__info .layout__info-list li .layout__info-number {
  width: 26rem;
  height: 26rem;
  border: 1px solid var(--secondary);
  border-radius: 100%;
  margin-right: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout__info .layout__info-list li .layout__info-square {
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  .layout__info {
    margin: 0;
    font-size: 14rem;
    width: auto;
    display: contents;
  }
  .layout__info .layout__title {
    margin-bottom: 19rem;
    order: -1;
    width: 100%;
    text-align: start;
  }
  .layout__info .layout__info-list {
    width: 233rem;
    gap: 15rem;
  }
  .layout__info .layout__info-list li .layout__info-number {
    margin-right: 12rem;
  }
  .layout__info .layout__info-list li .layout__info-number {
    width: 20rem;
    height: 20rem;
  }
  .layout__info .layout__square {
    width: 244rem;
  }
}

.freedom .paragraph {
  max-width: 640rem;
}
.freedom .freedom__title {
  margin-bottom: 40rem;
}
@media only screen and (max-width: 480px) {
  .freedom .freedom__title {
    margin-bottom: 28rem;
  }
  .freedom .freedom__swiper {
    order: -1;
  }
  .freedom .freedom__text {
    display: contents;
  }
  .freedom .freedom__text .freedom__title {
    order: -1;
  }
}

.terms {
  padding: 100rem 0 147rem;
}
.terms .paragraph:nth-of-type(2) {
  max-width: 637rem;
}
.terms .terms__title {
  margin-bottom: 59rem;
  max-width: 330rem;
}
@media only screen and (max-width: 480px) {
  .terms {
    padding: 35rem 0 0;
  }
  .terms .terms__title {
    margin-bottom: 28rem;
    order: -1;
  }
  .terms .terms__text {
    order: -1;
    display: contents;
  }
}

.terms__list {
  padding: 38rem 0;
  display: flex;
  flex-direction: column;
  gap: 22rem;
}
.terms__list a {
  color: var(--secondary);
  transition: .2s ease-in;
  &:hover {
      opacity: 0.5;
  }
}
.terms__list li {
  display: flex;
  align-items: center;
  gap: 21rem;
}
.terms__list li img {
  width: 30rem;
  height: 30rem;
}
@media only screen and (max-width: 480px) {
  .terms__list {
    padding: 23rem 0;
  }
  .terms__list li {
    align-items: flex-start;
  }
}

.terms__btn {
  border: 1rem solid #788981;
  border-radius: 29rem;
  width: 228rem;
  height: 58rem;
  font-weight: 600;
  font-size: 16rem;
  line-height: 140%;
  margin-top: 60rem;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  transition: 0.2s ease-in;
}
.terms__btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
@media only screen and (max-width: 480px) {
  .terms__btn {
    font-size: 14rem;
    margin-top: 41rem;
    width: 184rem;
    height: 47rem;
  }
}
.panorama {
  position: relative;
  height: 95vh;
  overflow: auto;
  width: 100%;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
.panorama::-webkit-scrollbar {
    display: none;
}
.panorama .panorama__img {
  overflow: hidden;
    padding-left: 80rem;
    padding-right: 80rem;
    aspect-ratio: 2377 / 923;
    height: 100%;
}
.panorama .panorama__img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .panorama {
    display: none;
  }
}
.gallery {
  position: relative;
}
.gallery .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .left-arrow {
  transform: translateX(80rem);
}
.gallery .right-arrow {
  transform: translateX(-80rem);
}
@media only screen and (max-width: 480px) {
  .gallery .swiper {
    width: 100%;
    margin-left: 15rem;
    margin-right: 0;
  }
  .gallery .swiper .swiper-slide {
    width: 300rem;
    height: 380rem;
    margin-right: 15rem;
  }
}

.gallery__controls {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  top: 18rem;
}

.gallery__swiper {
  position: relative;
}

.contact {
  margin-top: 130rem;
  padding: 120rem 0;
  background-color: #788981;
  color: #e9e2d7;
  border-bottom: 1px solid #e9e2d7;
}
.contact .container {
  display: flex;
  gap: 305rem;
}
@media only screen and (max-width: 480px) {
  .contact {
    margin-top: 73rem;
    border: none;
    padding: 26rem 0 0;
  }
  .contact .container {
    flex-direction: column;
    gap: 14rem;
  }
}

.contact__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 64rem;
  line-height: 120%;
}
.contact__title img {
  display: none;
}
@media only screen and (max-width: 480px) {
  .contact__title {
    font-size: 22rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact__title img {
    display: block;
  }
}

.contact__form {
  width: 512rem;
}
.contact__form form {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.contact__form label {
  display: flex;
  align-items: center;
}
.contact__form label .custom-checkbox {
  flex-shrink: 0;
}
.contact__form label a {
  color: var(--primary);
  transition: 0.2s ease-in;
}
.contact__form label a:hover {
  opacity: 0.5;
}
.contact__form .input-wrapper {
  position: relative;
  border-bottom: 1rem solid #e9e2d7;
  padding: 10rem 0;
}
.contact__form .input-wrapper input {
  cursor: pointer;
  transition: 0.2s ease-in;
  font-size: 20rem;
  line-height: 140%;
}
.contact__form .input-wrapper input::-moz-placeholder {
  color: #e9e2d7;
}
.contact__form .input-wrapper input::placeholder {
  color: #e9e2d7;
}
.contact__form .input-wrapper input:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  .contact__form {
    width: auto;
  }
  .contact__form .checkbox-wrapper {
    margin-top: 40rem;
  }
  .contact__form .contact__btn {
    margin-top: 40rem;
    width: 130rem;
    height: 50rem;
  }
}

.checkbox-wrapper {
  font-size: 16rem;
  line-height: 140%;
}

.checkbox-wrapper .just-validate-error-label {
    display: none;
}

.error {
	color: rgb(184, 17, 17)!important;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18rem;
  height: 18rem;
  border-radius: 100%;
  border: 1rem solid #e9e2d7;
  margin-right: 11rem;
  vertical-align: sub;
}
.custom-checkbox:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  background-color: #e9e2d7;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in;
}

.real-checkbox {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.real-checkbox:checked + .custom-checkbox:before {
  transform: translate(-50%, -50%) scale(1);
}

.contact__btn {
  font-size: 16rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: start;
  border: 1rem solid var(--primary);
  width: 130rem;
  height: 50rem;
  text-align: center;
  border-radius: 1000px;
  margin-top: 60rem;
  transition: 0.2s ease-in;
}
.contact__btn:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

.footer {
  background-color: #788981;
  padding: 50rem 0 38rem 0;
  color: #e9e2d7;
}
.footer .container {
  display: flex;
}
.footer a {
  color: #e9e2d7;
  font-size: 20rem;
  line-height: 140%;
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: 68rem 0 66rem;
  }
}

.footer__logo {
  width: 126rem;
  height: 146rem;
  margin-right: 668rem;
}
@media only screen and (max-width: 480px) {
  .footer__logo {
    display: none;
  }
}

.footer__nav-list {
  line-height: 120%;
  font-family: "Gilroy", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.footer__nav-list a {
  font-size: 36rem;
}
.footer__nav-list a:hover {
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .footer__nav-list a {
    font-size: 18rem;
  }
}

.footer__contacts {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.footer__contacts .footer__phone {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .footer__contacts {
    display: none;
  }
  .footer__contacts .footer__phone {
    pointer-events: all;
  }
}

.footer__bottom {
  margin-top: 95rem;
}
.footer__bottom .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .footer__bottom {
    margin-top: 57rem;
  }
  .footer__bottom .container {
    flex-wrap: wrap;
  }
  .footer__bottom a {
    font-size: 16rem;
  }
}

.footer__bottom-logo {
  width: 112rem;
  height: 29rem;
  margin-right: 154rem;
}
@media only screen and (max-width: 480px) {
  .footer__bottom-logo {
    margin-bottom: 26rem;
  }
}

.footer__bottom-info {
  font-size: 14rem;
  line-height: 120%;
  opacity: 0.6;
  max-width: 774rem;
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  .footer__bottom-info {
    margin-top: 45rem;
    font-size: 12rem;
  }
}

.footer__bottom-phone {
  margin-right: 97rem;
}

.footer__bottom-mail, .footer__email {
  transition: 0.2s ease-in;
}
.footer__bottom-mail:hover, .footer__email:hover {
  color: rgb(36, 35, 37);
}

.footer__bottom-phone {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .footer__bottom-phone {
    pointer-events: all;
  }
}

.menu {
  position: fixed;
  display: grid;
  transition: 0.4s ease-in;
  grid-template-rows: 1fr 1fr auto;
  width: 854rem;
  background-color: #788981;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -854rem;
  padding: 68rem 0rem 40rem 132rem;
  overflow-y: auto;
}
.menu a {
  color: #e9e2d7;
}
.menu .header__menu-heading {
  color: #e9e2d7;
  font-family: "Gilroy", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40rem;
}
.menu .header__menu-list {
  font-family: var(--second-font);
  font-size: 36rem;
  line-height: 120%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.menu .header__menu-list li {
  padding-bottom: 12rem;
}
.menu .header__menu-list li a:hover {
  font-weight: 700;
}
.menu .header__menu-list:nth-of-type(1) {
  margin-bottom: 75rem;
}
@media only screen and (max-width: 480px) {
  .menu {
    width: 280rem;
    padding: 34rem 0 26rem 26rem;
    transition: 0.6s ease-in-out;
  }
  .menu .header__menu-heading {
    display: none;
  }
  .menu .header__menu-list {
    font-size: 18rem;
    display: inline-block;
  }
  .menu .menu__section:nth-of-type(2) {
    order: 2;
    margin-top: auto;
  }
  .menu .menu__section:nth-of-type(2) .header__menu-list {
    margin-bottom: 0;
  }
}

.menu__section:nth-of-type(2) {
  align-self: center;
}

.menu__close {
  position: absolute;
  top: 40rem;
  right: 80rem;
  cursor: pointer;
  width: 76rem;
  height: 56rem;
  border: 1rem solid var(--primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.menu__close svg {
  transition: 0.2s ease-in;
  width: 28rem;
  height: 22rem;
}
.menu__close svg path {
  transition: 0.2s ease-in;
}
.menu__close:hover {
  background-color: var(--primary);
}
.menu__close:hover svg * {
  stroke: var(--secondary);
}
@media only screen and (max-width: 480px) {
  .menu__close {
    border-radius: 20rem;
    width: 38rem;
    height: 32rem;
    top: 24rem;
    right: 15rem;
  }
  .menu__close svg {
    width: 24rem;
    height: 24rem;
  }
}

.menu__bottom {
  display: flex;
  margin-top: auto;
  align-items: center;
  font-weight: 400;
  font-size: 20rem;
  line-height: 140%;
  gap: 87rem;
}
.menu__bottom img {
  width: 174rem;
  height: 46rem;
}
@media only screen and (max-width: 480px) {
  .menu__bottom {
    margin-bottom: 16rem;
  }
  .menu__bottom img {
    width: 130rem;
    height: 34rem;
  }
}

.menu__opened {
  right: 0;
}

.success__popup .popup__content {
    font-weight: 300;
    padding-top: 245rem;
    text-align: center;
}

.success__popup .popup__header {
    margin-bottom: 50rem;
}

.success__popup .popup__message {
    font-size: 30rem;
}

@media only screen and (max-width: 480px) {
        .success__popup .popup__content {
            padding-top: 191rem;
        }    
        .success__popup .popup__header {
                font-size: 30rem;;
            }
        .success__popup .popup__message {
                font-size: 20rem;
            }
        }

.popup {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup2 {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  display: block;
  width: 500rem;
  background-color: var(--secondary);
  color: var(--primary);
  position: relative;
  height: 699rem;
  overflow-y: auto;
  padding: 160rem 60rem 80rem;
}
@media only screen and (max-width: 480px) {
  .popup__content {
    width: 345rem;
    height: 550rem;
    padding: 69rem 30rem 50rem;
  }
}

.popup__header {
  margin-bottom: 60rem;
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 36rem;
  line-height: 120%;
}
@media only screen and (max-width: 480px) {
  .popup__header {
    font-size: 30rem;
    margin-bottom: 35rem;
  }
}

.popup__form {
  font-weight: 400;
  font-size: 20rem;
  line-height: 140%;
  color: var(--primary);
}
.popup__form form {
  display: grid;
  gap: 20rem;
}
.popup__form label {
  display: flex;
  align-items: center;
}
.popup__form label a {
  color: var(--primary);
  transition: 0.2s ease-in;
}
.popup__form label a:hover {
  opacity: 0.5;
}
.popup__form .input-wrapper {
  position: relative;
  padding-bottom: 10rem;
  border-bottom: 1px solid var(--primary);
}
.popup__form .input-wrapper input::-moz-placeholder {
  color: var(--primary);
}
.popup__form .input-wrapper input::placeholder {
  color: var(--primary);
}
.popup__form .input-wrapper .just-validate-error-label {
  top: -20rem;
}
.popup__form .checkbox-wrapper {
  margin-top: 20rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  text-wrap: nowrap;
}
.popup__form .custom-checkbox {
  margin-right: 10rem;
}
@media only screen and (max-width: 480px) {
  .popup__form .checkbox-wrapper {
    text-wrap: wrap;
  }
  .popup__form label {
    display: flex;
    align-items: center;
  }
  .popup__form label .custom-checkbox {
    flex-shrink: 0;
  }
  .popup__form .contact__btn {
    margin-top: 40rem;
    color: var(--secondary);
    background-color: var(--primary);
  }
  .popup__form .contact__btn:hover {
    color: var(--primary);
    background-color: var(--secondary);
  }
}

.popup__close {
  display: inline-block;
  position: absolute;
  top: 40rem;
  right: 40rem;
  width: 76rem;
  height: 56rem;
  border-radius: 100rem;
  border: 1rem solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.popup__close svg {
  transition: 0.2s ease-in;
  width: 28rem;
  height: 22rem;
}
.popup__close svg path {
  transition: 0.2s ease-in;
}
.popup__close:hover {
  background-color: var(--primary);
}
.popup__close:hover svg * {
  stroke: var(--secondary);
}
@media only screen and (max-width: 480px) {
  .popup__close {
    top: 24rem;
    right: 15rem;
    width: 38rem;
    height: 32rem;
  }
  .popup__close svg {
    width: 24rem;
    height: 24rem;
  }
}

.popup-opened {
  opacity: 1;
  pointer-events: all;
}/*# sourceMappingURL=main.css.map */

#news {
  margin-bottom: 100rem;
}

#news_slider .swiper-slide {
  height: auto;
  text-align: left;
  font-size: 18px;
  background-color: #f9f9f9;
  padding: 40px;
  cursor: pointer;
}
#news_slider {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#news_slider .news-date {
  font-weight: 500;
  line-height: 140%;
  color: var(--cr-blue);
  margin-bottom: 15px;
}
#news_slider .news-header {
  font-weight: 500;\
  line-height: 120%;
  color: var(--cr-brown);
  margin-bottom: 20px;
}
#news_slider .news-intro {
  line-height: 140%;
  color: var(--cr-brown);
}
#news_slider .news-text {
  display: none;
}
#news_slider .news-text {
}

#news_slider_nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news_slider_nav > div {
  position: relative;
  margin: 20px 20px;
}
#news_slider_nav .swiper-pagination-progressbar {
  background-color: #f9f9f9;
  height: 2px;
}
#news_slider_nav .swiper-pagination-progressbar-fill {
  background-color: var(--cr-blue-dark);
}
#news_slider_nav .swiper-pagination {
  position: relative;
}
#news_slider_nav .swiper-button-next, #news_slider_nav .swiper-button-prev {
  color: var(--cr-blue);
}

#news_slider_nav .swiper-button-prev {
  margin-left: -100px;
}
#news_popup .text p, #news_popup .head {
  margin-bottom: 20px;
}
#news_popup .callback {
  padding-top: 1rem;
}
#news_popup .container {
  width: 50%;
}
#news_popup .center-wrap {
  width: 100%;
}

#news_popup .callback__heading {
  font-size: 20rem;
}
#news_popup .popup__message {
  font-size: 20rem;
}

@media only screen and (max-width: 480px) {
  #news_popup .container {
    width: 100%;
  }
  #news_slider_nav .swiper-button-next, #news_slider_nav .swiper-button-prev {
    --swiper-navigation-size: 24px;
  }
}

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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: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,.swiper-rtl .swiper-button-next{/* left:10px; */right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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 .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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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 */
/* /bitrix/templates/petrogradka_v2/template_styles.css?174835273256814 */
