

/* Start:/local/templates/aool/assets/css/fonts.css?17496265162649*/
@font-face {
  font-family: 'Merel';
  src: url(/local/templates/aool/assets/css/../fonts/Merel.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel.svg#Merel) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel.ttf) format('truetype'),
       url(/local/templates/aool/assets/css/../fonts/Merel.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel.woff2) format('woff2');
}

@font-face {
  font-family: 'Merel';
  font-weight: 900;
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Black.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Black.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Black.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Black.svg#Merel%20Black) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Black.ttf) format('truetype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Black.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Black.woff2) format('woff2');
}

@font-face {
  font-family: 'Merel';
  font-weight: 700;
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Bold.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Bold.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Bold.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Bold.svg#Merel-Bold) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Bold.ttf) format('truetype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Bold.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Merel';
  font-weight: 300;
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Light.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Light.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Light.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Light.svg#Merel-Light) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Light.ttf) format('truetype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Light.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Merel';
  font-weight: 500;
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Medium.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Medium.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Medium.woff2) format('woff2'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Medium.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Medium.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Medium.svg#Merel-Medium) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Merel';
  font-weight: 100;
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Thin.eot);
  src: url(/local/templates/aool/assets/css/../fonts/Merel-Thin.eot?#iefix) format('embedded-opentype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Thin.otf) format('otf'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Thin.svg#Merel-Thin) format('svg'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Thin.ttf) format('truetype'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Thin.woff) format('woff'),
       url(/local/templates/aool/assets/css/../fonts/Merel-Thin.woff2) format('woff2');
}

/* End */


/* Start:/local/templates/aool/assets/css/style.css?177493615385987*/
html {
  font-size: 16px; }

picture {
  display: block; }
  picture img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
footer picture img{
  object-fit: contain;
}
.button-top-line{
  display: flex;
}
.button-top-line a{
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  background: #AD916D;
  padding: 0 35px;
  margin-top: 25px;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.2rem;
  color: #FFF;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 60px;
  margin-right: 15px;
  transition: all .3s;
}
.button-top-line button{
  height: 60px;
  font-weight: 100;
}
.button-top-line button span{
  font-weight: 100;
}
.extra_tabs{
  margin: 50px 0;
}
.button-top-line a:hover{
  color:#fff;
  background: rgba(223, 187, 140, 0.5);
}
.btn {
  height: 45px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  background: #AD916D;
  padding: 0 35px;
  margin-top: 25px; }
  .btn span {
    font-weight: 500;
    font-size: 1.2rem;
    color: #FFF;
    position: relative;
    top: -1px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .btn svg {
    margin-left: 15px; }
  .btn:hover {
    background: rgba(223, 187, 140, 0.5); }

.btn2 {
  display: table;
  height: 35px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .btn2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000; }
  .btn2:hover {
    border-bottom-color: #dfbb8c; }

.trans_btn {
  background: none;
  display: table;
  height: 45px;
  padding: 0 25px;
  border: 1px solid #dfbb8c;
  margin-top: 15px; }
  .trans_btn span {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #AD916D; }
  .trans_btn:hover {
    background: #103F42;
    border-color: #103F42; }
    .trans_btn:hover span {
      color: #FFF; }

.fancybox__backdrop {
  backdrop-filter: blur(10px); }

.fancybox__content {
  border-radius: 20px; }

.animation {
  animation-delay: var(--delay); }

.owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0; }
  .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 3px 15px;
    background: #9ECFFB;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: all .6s; }
    .owl-dots button.active {
      background: #50BAE8;
      transform: scale(2); }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  line-height: 1;
  font-family: "Merel", sans-serif; }

::selection {
  background: #dfbb8c;
  color: #FFF;
  -webkit-text-fill-color: #FFF; }

button {
  cursor: pointer; }

main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 68px; }

.temp-1 {
  margin-top: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
input,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
picture,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
textarea,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: "Merel", sans-serif; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  background: #FFF; }

::-webkit-scrollbar-thumb {
  background: #103F42; }

::-webkit-scrollbar-thumb:hover {
  background: #AD916D;
  cursor: -webkit-grab; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

a {
  color: #AD916D;
  text-decoration: none; }
  a:hover {
    color: #103F42;
    text-decoration: none; }

h1,
.h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.1rem; }

.h2,
h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.15px;
  -webkit-font-smoothing: antialiased; }
  .h2 strong,
  h2 strong {
    font-family: inherit; }

.h3,
h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  margin: 30px 0 15px; }

.container {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  max-width: 1260px; }
  .container.long {
    max-width: 70%; }
  .container.short {
    max-width: 940px; }

.container-full {
  width: 90%;
  padding: 0 5%; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
button,
input {
  -webkit-appearance: none; }
  a:focus,
  button:focus,
  input:focus {
    outline: none; }

img {
  max-width: 100%; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.grid {
  display: grid;
  grid-template-columns: 50% 50%; }

#feed {
  background: url("/local/templates/aool/assets/css/../img/pattern-side.png") top right no-repeat #103F42;
  border-radius: 0;
  padding-right: 265px;
  background-size: auto 103%;
  background-position: 500% 33%; }
  #feed p {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1; }
    #feed p span {
      display: block;
      font-style: normal;
      font-weight: 300;
      font-size: 4rem;
      line-height: 1;
      letter-spacing: 0.1em;
      text-transform: uppercase; }

.input {
  width: 100%;
  display: block;
  margin: 30px 0;
  position: relative;
  height: 55px;
  background: transparent; }
  .input > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    height: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all .4s;
    color: white; }
    .input > span sup {
      font-size: 12px;
      margin-left: 2px; }
    .input > span small {
      font-size: 60%; }
  .input input {
    background: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    box-sizing: border-box;
    height: 55px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1; }
    .input input:focus ~ span, .input input.in ~ span {
      top: -70px;
      left: 16px;
      text-transform: none; }
    .input input:disabled ~ span {
      opacity: .7; }
    .input input:focus {
      border-color: #F9C9FB;
      outline: none !important; }
    .input input.error ~ span {
      top: -70px;
      left: 16px;
      color: red;
      text-transform: none; }
    .input input[readonly] {
      opacity: .5; }
      .input input[readonly] ~ span {
        opacity: .5; }

.text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px; }
.text strong {
  font-weight: 600; }
.text ul {
  margin-left: 50px; }
  .text ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 15px 0;
    position: relative; }
    .text ul li:before {
      content: "";
      position: absolute;
      top: 12px;
      right: 103%;
      background: #CCC;
      width: 4px;
      height: 4px;
      border-radius: 50%; }
.text ol {
  list-style: decimal-leading-zero;
  padding-left: 25px; }
  .text ol li {
    margin: 10px 0; }
    .text ol li::marker {
      font-size: 14px; }

.table-responsive {
  max-width: 100vw;
  overflow-x: scroll; }
  .table-responsive table {
    width: max-content !important; }

header {
  align-items: center;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 50px 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  height: 68px;
  opacity: 0;
  transition: opacity .6s; }
  header.show {
    opacity: 1; }
  header > ul {
    align-items: center;
    display: flex;
    position: relative;
    top: -5px;
    width: 25%; }
    header > ul:first-of-type {
      justify-content: end; }
    header > ul:last {
      justify-content: start; }
    header > ul li {
      margin: 0 15px; }
    header > ul .active a {
      color: #dfbb8c; }
    header > ul a {
      font-style: normal;
      font-weight: 400;
      font-size: 1.3rem;
      line-height: 1;
      color: #A9A9A9; }
      header > ul a:hover {
        color: #dfbb8c; }
  header .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 25px;
    min-width: 100px;
    height: 68px; }
    header .logo a {
      display: block;
      margin: auto; }
  header .phone {
    color: #103F42;
    font-weight: 500;
    font-size: 1.3rem;
    display: table;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 60px auto auto; }
    header .phone:hover {
      color: #dfbb8c; }
  header .v1 {
    display: none; }
  header .v2 {
    display: block;
    position: relative;
    top: -5px; }
  header .mobile_toggle.active {
    background: #103F42; }
  header.trans {
    background: transparent; }
    header.trans .v1 {
      display: block; }
    header.trans .v2 {
      display: none; }
    header.trans .phone {
      color: #FFF; }
      header.trans .phone:hover {
        color: #dfbb8c; }
    header.trans .mobile_toggle.active {
      background: #FFF; }

.mobile_toggle {
  display: none;
  position: relative;
  border-radius: 5px; }
  .mobile_toggle button {
    background: none;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0;
    width: 50px;
    position: relative; }
    .mobile_toggle button:after {
      content: "";
      display: block;
      width: 30px;
      height: 18px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      border-top: 2px solid #dfbb8c;
      border-bottom: 2px solid #dfbb8c; }
    .mobile_toggle button:before {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background: #dfbb8c;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .mobile_toggle .mobile_menu {
    position: absolute;
    top: 80%;
    right: 110%;
    display: none;
    padding: 20px 5px 0 0; }
  .mobile_toggle ul {
    background: #103F42;
    border-radius: 25px;
    padding: 10px;
    min-width: 200px; }
    .mobile_toggle ul:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 25px solid transparent;
      border-bottom: 40px solid #103F42;
      position: absolute;
      top: -15px;
      right: -20px;
      transform: rotate(40deg); }
    .mobile_toggle ul li {
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      margin: 0;
      width: 100%;
      text-align: center; }
      .mobile_toggle ul li:last-child {
        border: none; }
      .mobile_toggle ul li.active a {
        color: #dfbb8c; }
    .mobile_toggle ul a {
      display: block;
      font-size: 1.3rem;
      color: #FFF;
      font-weight: 500; }

.main_section {
  background: #103F42;
  height: 100vh;
  position: relative;
  width: 100vw; }
  .main_section video {
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    width: 100%;
    height: 100%; }
  .main_section .main_section_logo {
    position: absolute;
    top: 0;
    left: -75px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 823px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main_section .main_section_logo p {
      color: #FFF;
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      margin-top: auto; }
  .main_section .logo {
    display: none;
    height: 165px;
    margin: auto; }
    .main_section .logo.active {
      display: block; }
  .main_section .main_section_carousel {
    position: absolute;
    z-index: 10;
    height: 75vh;
    width: 200px;
    bottom: 5vh;
    right: 0;
    overflow: hidden; }
    .main_section .main_section_carousel .slick-list {
      height: 100%; }
    .main_section .main_section_carousel p {
      color: #FFF;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1;
      writing-mode: tb;
      transform: scale(-1, -1);
      margin: 10px 0;
      opacity: .5;
      letter-spacing: 3px;
      text-transform: uppercase; }
      .main_section .main_section_carousel p:hover {
        opacity: .8; }
    .main_section .main_section_carousel .fill {
      fill: #AD916D;
      stroke: none; }
    .main_section .main_section_carousel .stroke {
      fill: none;
      stroke: #AD916D; }
    .main_section .main_section_carousel svg {
      height: 128px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 128px;
      left: 0;
      opacity: 0;
      transition: opacity .1s; }
    .main_section .main_section_carousel .slide {
      position: relative;
      padding-left: 150px; }
    .main_section .main_section_carousel .slick-center svg {
      transition: .5s opacity .5s; }
    .main_section .main_section_carousel .slick-center p, .main_section .main_section_carousel .slick-center svg {
      opacity: 1; }

.create_env {
  padding: 100px 0; }
  .create_env .container {
    display: flex;
    align-items: end;
    justify-content: end; }
    .create_env .container h1 {
      font-style: normal;
      font-weight: 300;
      font-size: 7rem;
      line-height: 1.2;
      text-transform: uppercase;
      color: #000000; }
    .create_env .container p {
      font-style: normal;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.2;
      color: #000000;
      max-width: 450px;
      margin: 0 0 15px 50px; }

.front_view {
  margin: 25px 0;
  display: flex;
  justify-content: center; }
  .front_view .front_pic {
    position: relative;
    overflow: hidden; }
    .front_view .front_pic > picture {
      height: 715px;
      width: 1278px; }
  .front_view .interview {
    height: 225px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 650px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    background: #000; }
    .front_view .interview:before {
      content: "";
      display: block;
      background: linear-gradient(90deg, #000000 36%, rgba(0, 0, 0, 0) 50%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .front_view .interview span {
      color: #FFF;
      position: absolute;
      padding-left: 100px;
      top: 0;
      bottom: 0;
      margin: auto auto auto 30px;
      left: 0;
      right: 0;
      align-items: center;
      display: flex;
      font-style: normal;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1.1; }
      .front_view .interview span:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border: 20px solid transparent;
        border-left: 30px solid #FFF;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        transform-origin: left;
        transition: transform .5s; }
    .front_view .interview picture, .front_view .interview video {
      height: 225px;
      margin-left: auto;
      width: 500px;
      object-fit: cover; }
    .front_view .interview:hover span:before {
      transform: scale(1.3); }

.environs {
  margin: 150px 0 50px; }
  .environs .flex {
    margin: 0 -10px; }
  .environs .col {
    margin: 0 10px;
    width: 100%; }
    .environs .col > h2, .environs .col > .h2 {
      display: block;
      font-style: normal;
      font-weight: 700;
      text-transform: none;
      font-size: 1.5rem;
      line-height: 1;
      color: #000000;
      margin: 120px 0 25px; }
  .environs .env_block {
    height: 196px;
    margin-bottom: 0px; }
    .environs .env_block p {
      display: block;
      font-style: normal;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 1;
      color: #000000; }
    .environs .env_block svg {
      fill: none;
      stroke: #dfbb8c;
      height: 100px;
      margin-bottom: 15px;
      width: 128px; }
  .environs .env_list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px 120px; 
    margin-bottom:0;  
  }
  .environs .env_item {
    border: 2px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    height: 205px;
    margin: 10px;
    padding: 20px;
    width: calc(33% - 20px); }
    .environs .env_item p {
      font-style: normal;
      font-weight: 600;
      font-size: 1.2rem;
      line-height: 1;
      color: #000000; }
    .environs .env_item span {
      display: block;
      margin-top: auto;
      font-style: normal;
      font-weight: 700;
      font-size: 3rem;
      line-height: .8;
      color: #000000; }
    .environs .env_item:last-child {
      margin-left: auto; }

.frame_rows {
  display: flex;
  margin: 0 -10px; }
  .frame_rows .col {
    margin: 0 10px;
    width: 100%; }

.frame {
  opacity: 0;
  height: 460px;
  margin: 20px 0;
  position: relative; }
  .frame picture {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .frame picture:before {
      background: rgba(16, 63, 66, 0.7);
      content: "";
      display: block;
      height: 100%;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .frame picture img {
      object-fit: cover; }
  .frame .frame_title {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px; }
  .frame .frame_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    transition: opacity .5s; }
    .frame .frame_text p, .frame .frame_text li, .frame .frame_text span {
      color: #FFF; }
  .frame .svg {
    height: 40px;
    margin-right: 10px;
    width: 40px;
    padding: 8px;
    border: 2px solid #000;
    border-radius: 50%; }
    .frame .svg svg {
      width: 20px;
      height: 20px; }
  .frame span {
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
    top: -2px;
    line-height: .9;
    color: #FFF;
    margin: 5px 0; }
  .frame small {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    background: #FFF;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 35px; }
  .frame.white span {
    color: #FFF; }
  .frame.white .svg {
    border-color: #FFF; }
  .frame.white .stroke {
    fill: #FFF; }
  .frame.white .fill {
    fill: #FFF; }
  .frame.last > svg {
    position: absolute;
    left: 50px;
    bottom: 100%;
    width: 92px;
    height: 150px;
    fill: none;
    stroke: #AD916D; }
  .frame:hover .frame_text {
    opacity: 1; }

.blockquote {
  margin: 100px 0 50px; }
  .blockquote svg {
    width: 153px;
    height: 116px;
    fill: #F2F2F2;
    margin: 0 0 -50px -50px; }
  .blockquote p {
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    color: #000000;
    max-width: 880px;
    margin-bottom: 15px; }

.front_slider_section {
  margin: 100px 0 50px;
  position: relative;
  overflow: hidden; }
  .front_slider_section .front_slider {
    width: 1920px;
    height: 880px;
    margin: auto;
    overflow: hidden; }
  .front_slider_section .slick-list {
    height: 100%; }
  .front_slider_section #fs_button {
    position: absolute;
    margin: -50px 0 0 -50px;
    transition: transform .3s;
    z-index: 2; }
    .front_slider_section #fs_button.right {
      transform: rotate(180deg); }
    .front_slider_section #fs_button.hide {
      transform: scale(0); }
  .front_slider_section .slick-arrow {
    background: none;
    border: none;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 3; }
  .front_slider_section .slick-prev {
    left: 0; }
  .front_slider_section .slick-next {
    right: 0; }

.product_page_photos {
  position: relative;
  overflow: hidden; }
  .product_page_photos .container {
    position: relative;
    overflow: hidden; }
  .product_page_photos .ppp_carousel {
    height: 620px;
    position: relative;
    width: 1260px;
    margin: auto;
    overflow: hidden; }
  .product_page_photos .slick-list {
    height: 100%; }
  .product_page_photos .switch {
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 400px;
    width: 32px;
    z-index: 5; }
    .product_page_photos .switch .svg {
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      margin: auto;
      transition: all .5s;
      width: 26px;
      height: 26px; }
      .product_page_photos .switch .svg svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .product_page_photos .switch .moon_svg {
      opacity: 0; }
    .product_page_photos .switch .sun, .product_page_photos .switch .moon {
      fill: yellow;
      transition: all 1s; }
    .product_page_photos .switch input:checked ~ .svg {
      top: 30px; }
      .product_page_photos .switch input:checked ~ .svg .sun_svg {
        opacity: 0; }
      .product_page_photos .switch input:checked ~ .svg .moon_svg {
        opacity: 1; }
  .product_page_photos picture {
    display: block;
    width: 100%;
    height: 620px; }
  .product_page_photos img {
    object-fit: cover; }
  .product_page_photos #fs_button {
    position: absolute;
    margin: -50px 0 0 -50px;
    transition: transform .3s;
    z-index: 2; }
    .product_page_photos #fs_button.right {
      transform: rotate(180deg); }
    .product_page_photos #fs_button.hide {
      transform: scale(0); }
  .product_page_photos .slick-arrow {
    background: none;
    border: none;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 3; }
  .product_page_photos .slick-prev {
    left: 0; }
  .product_page_photos .slick-next {
    right: 0; }
  .product_page_photos .pp_arrows-old {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100px; }
    .product_page_photos .pp_arrows-old button {
      background: #FFF;
      border: none;
      height: 50px;
      padding: 0;
      width: 50px;
      position: relative; }
      .product_page_photos .pp_arrows-old button:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #103F42;
        border-right: 2px solid #103F42;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        right: 0;
        margin: auto;
        transform: rotate(45deg); }
      .product_page_photos .pp_arrows-old button:hover:before {
        border-color: #dfbb8c; }
    .product_page_photos .pp_arrows-old .slick-prev:before {
      transform: rotate(-135deg); }

.concierge_service {
  margin: 50px 0; }
  .concierge_service h2 {
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
     font-size:70px; 
  }
  .col.comfort-right{
      width:550px;
  }
  .comfort-right span{
      font-size: 30px;
      display:block;
      margin-bottom: 20px;
  }
  .comfort-right span:last-child{
      margin-bottom: 0px;
  }
    .concierge_service h2 span {
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: .8;
      color: #000000;
      display: block;
      text-transform: none;
      letter-spacing: initial;
      margin-left: 5px;
      margin-top: 10px; }
  .concierge_service picture.animation {
    display: block;
    width: 600px;
    height: 375px;
    position: absolute;
    z-index: -1;
    bottom: 15%;
    left: 75%; }
.extra_tabs h2{
    text-align: center;
}    
  .concierge_service .picture {
    width: 635px;
    height: 423px;
    position: relative; }
    .concierge_service .picture:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .concierge_service .picture img {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 100%; }
    .concierge_service .picture ul {
      align-items: center;
      display: flex;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 20px 10px; }
      .concierge_service .picture ul li {
        font-style: normal;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1;
        color: #FFFFFF;
        margin: 0 15px; }
        .concierge_service .picture ul li span {
          display: block;
          margin: 5px 0; }

.soon {
  position: relative; }
  .soon small {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    background: #FFF;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 35px; }

.contacts_section {
  margin-top: 100px; }
  .contacts_section h2, .contacts_section .h2 {
    align-items: center;
    display: flex;
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px; }
  .contacts_section span {
    align-items: center;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    color: #A9A9A9;
    margin-left: 40px; }
  .contacts_section i {
    font-size: 3.6rem;
    font-weight: 300;
    margin-right: 5px; }
  .contacts_section ymaps span {
    margin: 0; }

#map {
  height: 500px;
  width: 100vw; }

[class*="ymaps-2-1"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%); }

footer {
  background: #F2F2F2;
  padding: 50px 0; }
  footer .container {
    display: flex; }
  footer .policy {
    max-width: 300px;
    margin-right: 30px;
    width: 100%; }
    footer .policy p {
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1;
      color: #103F42; }
    footer .policy a {
      color: #103F42;
      text-decoration: underline; }
    footer .policy .copy {
      margin-bottom: 25px; }
  footer .soc {
    display: flex;
    margin: 20px -5px;
    justify-content: end; }
    footer .soc a {
      display: block;
      margin: 0 5px;
      width: 50px;
      height: 50px; }
      footer .soc a:hover svg {
        fill: #dfbb8c; }
    footer .soc svg {
      width: 100%;
      height: 100%;
      fill: #103F42; }
  footer picture {
    display: block;
    height: 180px;
    width: 180px;
    flex-shrink: 0; }
  footer .imfo {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center; }
  footer .footer_menu {
    margin: 0 auto;
    width: 400px;
    max-width: 100%; }
  footer .reqs {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #888888;
    margin: auto; }
    footer .reqs:hover {
      color: #dfbb8c; }
  footer ul {
    columns: 2; }
    footer ul li {
      margin: 0 0 10px; }
    footer ul a {
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.1;
      color: #888888; }
      footer ul a:hover {
        color: #dfbb8c; }
    footer ul .active a {
      color: #dfbb8c; }
  footer .phone {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #103F42; }
    footer .phone:hover {
      color: #dfbb8c; }
  footer .mess {
    display: flex;
    justify-content: start;
    margin: 5px 0;
    position: relative; }
    footer .mess i {
      content: "";
      display: block;
      width: 1px;
      height: 70%;
      background: #888;
      margin: auto 28px 0; }
    footer .mess a {
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1;
      color: #888888; }
      footer .mess a:hover {
        color: #dfbb8c; }
  footer .email {
    margin-top: 35px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    color: #103F42; }
    footer .email a {
      color: #888;
      font-weight: 400;
      margin-left: 10px; }
      footer .email a:hover {
        color: #dfbb8c; }

.footer_bottom {
  border-top: 1px solid rgba(136, 136, 136, 0.5);
  margin-top: 30px;
  padding-top: 30px; }
  .footer_bottom .address {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.2;
    color: #103F42;
    max-width: 250px;
    margin: 0 75px; }
  .footer_bottom picture {
    cursor: pointer;
    margin-top: -30px;
    width: 300px;
    background: #103F42;
    height: 128px;
    flex-shrink: 0;
    position: relative;
    margin-left: auto;
    max-width: 100%; }
    .footer_bottom picture img {
      object-fit: cover; }
    .footer_bottom picture span {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      color: #FFF;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .footer_bottom picture svg {
      position: absolute;
      top: 0;
      right: 0;
      margin: 10px;
      transition: transform .5s; }
    .footer_bottom picture:hover svg {
      transform: rotate(45deg); }

.service_title .container {
  position: relative; }
  .service_title .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
.service_title .st_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px; }
.service_title video {
  display: block;
  margin: auto;
  width: 100%; }
.service_title h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 25px; }
.service_title ul {
  columns: 3;
  column-gap: 30px; }
  .service_title ul li {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 500; }

.service_cleaning {
  margin: 50px 0; }
  .service_cleaning h2, .service_cleaning .h2 {
    margin-bottom: 30px; }
  .service_cleaning p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #000000;
    max-width: 350px;
    margin-bottom: 15px; }

.service_garden {
  margin: 50px 0;
  overflow: hidden; }
  .service_garden h2, .service_garden .h2 {
    margin-bottom: 30px; }
  .service_garden .text {
    display: flex;
    justify-content: start;
    padding-bottom: 15px; }
    .service_garden .text p {
      margin-right: 50px; }
  .service_garden .video {
    position: relative; }
    .service_garden .video svg {
      fill: none;
      stroke: rgba(223, 187, 140, 0.2);
      position: absolute;
      right: 25px;
      bottom: 100%;
      width: 85px;
      height: 135px;
      opacity: 0;
      z-index: -1; }
  .service_garden video {
    width: 100%; }

.service_event {
  margin: 50px 0; }
  .service_event h2, .service_event .h2 {
    margin-bottom: 35px; }
  .service_event .text > picture {
    width: 191px;
    height: 170px;
    margin-top: 35px; }
  .service_event .flex > picture {
    width: 540px;
    height: 350px;
    flex-shrink: 0;
    margin-left: 70px; }

.service_tech {
  margin: 50px 0; }
  .service_tech h2, .service_tech .h2 {
    font-size: 4rem;
    line-height: 1.3;
    position: relative; }
    .service_tech h2:before, .service_tech .h2:before {
      background: url("/local/templates/aool/assets/css/../img/pattern.png") no-repeat;
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      display: block;
      width: 350px;
      height: 300px;
      position: absolute;
      left: 0;
      bottom: -60px; }
  .service_tech .text {
    margin-top: auto;
    margin-left: 40px;
    padding-top: 200px; }
    .service_tech .text p {
      font-size: 1.2rem; }
  .service_tech .flex {
    margin-bottom: 50px; }
  .service_tech .photos {
    display: flex;
    position: relative; }
    .service_tech .photos picture {
      width: 50%;
      flex-shrink: 0;
      height: auto;
      margin: 10px; }
    .service_tech .photos .pattern {
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }

.temp-9 {
  max-height: calc(100vh - 68px); }

.contacts_page {
  padding-top: 100px; }
  .contacts_page .container {
    display: flex;
    position: relative;
    height: 100vh; }
  .contacts_page .contacts_content {
    width: 500px;
    flex-shrink: 0; }
    .contacts_page .contacts_content .btn {
      margin: 40px 0; }
  .contacts_page .phone {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: #103F42;
    line-height: 1;
    margin: 55px 0 15px;
    display: table; }
    .contacts_page .phone:hover {
      color: #dfbb8c; }
  .contacts_page .map {
    position: relative; }
    .contacts_page .map picture {
      width: 611px;
      height: 374px;
      position: absolute;
      z-index: -1; }
    .contacts_page .map #map {
      position: absolute;
      top: 40px;
      left: 40px;
      width: 70vw;
      height: 100vh; }
  .contacts_page .address {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #103F42;
    max-width: 310px;
    margin-top: 45px; }
  .contacts_page h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000; }
  .contacts_page .pm {
    display: inline-block; }
  .contacts_page .mess {
    display: flex;
    justify-content: start;
    margin: 5px 0;
    position: relative; }
    .contacts_page .mess i {
      content: "";
      display: block;
      width: 1px;
      height: 70%;
      background: #888;
      margin: auto 10px; }
    .contacts_page .mess a {
      font-style: normal;
      font-weight: 400;
      font-size: 1.1rem;
      line-height: 1;
      color: #888888; }
      .contacts_page .mess a:hover {
        color: #dfbb8c; }
  .contacts_page .email {
    margin-top: 35px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    color: #103F42; }
    .contacts_page .email a {
      color: #888;
      font-weight: 400;
      margin-left: 10px; }
      .contacts_page .email a:hover {
        color: #dfbb8c; }

.slick-dots {
  display: flex;
  justify-content: center; }
  .slick-dots button {
    border: none;
    padding: 0;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    background: #D9D9D9;
    border-radius: 50%;
    transition: all .5s; }
  .slick-dots .slick-active button {
    background: #768094;
    width: 20px;
    border-radius: 50px; }

.more {
  border-bottom: 0.7px solid rgba(0, 0, 0, 0.2);
  display: table;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 15px; }
  .more svg {
    fill: #000;
    margin-left: 15px;
    height: 12px;
    width: 12px; }
  .more:hover {
    border-color: #dfbb8c; }
    .more:hover svg {
      fill: #dfbb8c; }

.tags {
  display: flex;
  margin-bottom: 25px; }
  .tags span {
    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #AD916D;
    cursor: pointer;
    padding: 5px 10px 10px;
    border-bottom: 1px solid #C0C0C0; }
    .tags span.active, .tags span:hover {
      color: #103F42;
      border-color: #103F42; }

.sftwimd {
  margin: 25px 0; }
  .sftwimd ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sftwimd ul li {
      text-transform: uppercase;
      text-align: center;
      margin: 25px;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.1; }

.location_map ul {
  display: flex;
  padding: 35px 0; }
  .location_map ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 15px;
    position: relative; }
  .location_map ul .deli {
    height: 30px;
    width: 1px;
    background: rgba(173, 145, 109, 0.2);
    margin: auto; }
  .location_map ul span {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap; }

.location_conven {
  margin: 100px 0 50px; }
  .location_conven h2, .location_conven .h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px; }
  .location_conven picture {
    width: 940px;
    height: auto;
    display: block;
    margin: auto; }
  .location_conven .text {
    display: flex;
    justify-content: space-between;
    margin: 50px -25px 0; }
    .location_conven .text .col {
      margin: 0 25px; }
    .location_conven .text p {
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: 300; }

.location_train {
  margin: 50px 0; }
  .location_train h2, .location_train .h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px; }
  .location_train picture {
    position: relative;
    height: 267px; }
    .location_train picture svg {
      position: absolute;
      right: 15px;
      bottom: 100%;
      display: block;
      width: 66px;
      height: 116px;
      fill: none;
      stroke: rgba(223, 187, 140, 0.2); }
  .location_train .flex {
    margin: 30px -15px; }
    .location_train .flex .text {
      margin: 0 15px; }
    .location_train .flex span {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 10px; }
    .location_train .flex p {
      font-style: normal;
      font-weight: 300;
      font-size: 1.1rem;
      line-height: 1.3;
      color: #000000; }

.location_infra {
  margin: 50px 0; }
  .location_infra .h2, .location_infra h2 {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.3;
    color: #000000;
    text-transform: none;
    margin-bottom: 100px; }
  .location_infra .boxes {
    display: flex; }
  .location_infra picture {
    margin: 5px; }
  .location_infra .box1 {
    height: 455px;
    width: 460px; }
    .location_infra .box1 ~ .box {
      margin-left: auto; }
  .location_infra .box {
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
    height: 225px;
    width: 225px;
    display: flex;
    flex-direction: column;
    margin: 5px; }
    .location_infra .box p {
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1;
      color: #000000; }
    .location_infra .box span {
      display: block;
      font-style: normal;
      font-weight: 700;
      font-size: 1.7rem;
      line-height: 1;
      color: #000000;
      margin-top: auto; }

.location {
  margin-top: 50px; }
  .location picture {
    margin: auto;
    height: 648px;
    width: 1280px; }

.architect_title picture {
  margin: auto;
  height: 593px;
  width: 1280px; }

.architect_tradition {
  margin: 100px 0; }
  .architect_tradition h2, .architect_tradition .h2 {
    font-size: 4rem;
    line-height: 1.2; }
  .architect_tradition .title {
    align-items: center;
    display: flex;
    margin-bottom: 50px; }
    .architect_tradition .title svg {
      margin-left: auto;
      fill: none;
      stroke: #ACACAC;
      opacity: .15;
      height: 150px;
      width: 150px; }
  .architect_tradition .flex {
    gap: 75px; }
    .architect_tradition .flex picture small {
      font-style: normal;
      font-weight: 400;
      font-size: .9rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.5);
      display: block;
      text-align: right;
      margin-top: 5px; }
    .architect_tradition .flex .col:first-child {
      max-width: 400px; }
      .architect_tradition .flex .col:first-child picture {
        margin-top: 50px; }
    .architect_tradition .flex .col:last-child {
      max-width: 400px; }
      .architect_tradition .flex .col:last-child picture {
        margin-bottom: 50px; }
    .architect_tradition .flex .text p {
      font-size: 1.2rem; }

.architect_twoways {
  margin: 100px 0 50px; }
  .architect_twoways h2, .architect_twoways .h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000; }

.architect_home {
  margin: 50px 0 125px; }
  .architect_home .ah_title {
    display: flex; }
    .architect_home .ah_title span {
      font-style: normal;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.2;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #000000;
      margin-right: 50px;
      padding-top: 10px; }
    .architect_home .ah_title p {
      font-style: normal;
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 1.3;
      color: #000000; }
  .architect_home picture {
    margin: 50px 0 30px; }
  .architect_home .ah_block {
    display: flex; }
    .architect_home .ah_block span {
      display: block;
      margin-bottom: 15px;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 400;
      font-size: .95rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.5); }
    .architect_home .ah_block .text {
      margin-right: 100px; }
      .architect_home .ah_block .text p {
        font-style: normal;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.3;
        color: #000000; }
    .architect_home .ah_block .list {
      flex-shrink: 0;
      width: 300px; }
      .architect_home .ah_block .list li {
        font-style: normal;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.3;
        color: #000000;
        margin: 5px 0;
        position: relative;
        padding-left: 20px; }
        .architect_home .ah_block .list li:before {
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #000;
          position: absolute;
          top: 10px;
          left: 5px; }

.arrows {
  align-items: center;
  display: flex;
  margin: 0 -5px; }
  .arrows button {
    align-items: center;
    background: none;
    border: 2px solid #dfbb8c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 5px;
    padding: 0;
    width: 50px; }
    .arrows button:hover {
      border-color: #103F42; }
      .arrows button:hover svg {
        fill: #103F42; }
  .arrows .slick-next svg {
    transform: scale(-1, -1); }
  .arrows svg {
    fill: #dfbb8c;
    height: 16px;
    width: 16px; }

.example_block {
  margin: 200px 0 50px auto;
  height: 670px;
  width: 700px;
  position: relative; }
  .example_block > svg {
    stroke: #ACACAC;
    fill: none;
    height: 170px;
    width: 170px;
    opacity: .3;
    position: absolute;
    top: -100px;
    left: -100px; }
  .example_block .arrows {
    margin-bottom: 10px; }
  .example_block .example_arrows {
    position: absolute;
    bottom: 100%;
    right: 0; }
  .example_block small {
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.5); }

.architect_materials {
  margin: 50px 0; }
  .architect_materials h2, .architect_materials .h2 {
    display: block;
    margin-bottom: 75px; }
  .architect_materials .arrows {
    display: flex;
    justify-content: end;
    margin: 0 0 -60px 0;
    position: relative;
    z-index: 2; }
  .architect_materials .slide {
    overflow: hidden; }
    .architect_materials .slide span {
      text-transform: uppercase;
      font-style: normal;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.3;
      letter-spacing: 0.2em;
      color: #000000;
      margin-bottom: 10px; }

  .architect_materials .left {
    width: 700px;
    flex-shrink: 0;
    max-width: 100%; }
    .architect_materials .left picture {
      height: 400px;
      width: 100%; }
      .architect_materials .left picture img {
        object-fit: cover; }
  .architect_materials .right {
    flex-shrink: 0;
    max-width: 100%;
    width: 215px;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 50px; }
    .architect_materials .right picture {
      width: 100%;
      height: 215px;
      position: relative; }
      .architect_materials .right picture:before {
        content: "";
        display: block;
        position: absolute;
        top: 140px;
        left: 80px;
        width: 100%;
        height: 97%;
        background: url("/local/templates/aool/assets/css/../img/pattern3.png"); }

.architect_elements {
  margin: 100px 0 50px;
  overflow: hidden; }
  .architect_elements h2, .architect_elements .h2 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 30px; }
  .architect_elements .ae_block {
    display: none; }
    .architect_elements .ae_block.active {
      display: flex; }
    .architect_elements .ae_block picture {
      flex-shrink: 0;
      height: 645px;
      margin-left: -200px;
      margin-right: 50px;
      width: 630px; }
    .architect_elements .ae_block .text :first-child {
      margin-top: 0; }
    .architect_elements .ae_block .text h2, .architect_elements .ae_block .text .h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      text-transform: uppercase;
      line-height: 120%;
      color: rgba(0, 0, 0, 0.5);
      margin: 40px 0 15px; }
    .architect_elements .ae_block .text p {
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.2;
      color: #000; }
  .architect_elements .more {
    margin-top: 50px; }

.history_title {
  overflow: hidden; }
  .history_title h1 {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 40px; }
  .history_title picture {
    position: relative; }
    .history_title picture:before {
      content: "";
      display: block;
      width: 611px;
      height: 374px;
      background: url("/local/templates/aool/assets/css/../img/pattern.png") no-repeat;
      position: absolute;
      bottom: -100px;
      right: -320px; }
  .history_title p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000000;
    max-width: 600px;
    margin-top: 10px; }
  .history_title .text p {
    max-width: 100%; }

.history_meaning {
  margin: 100px 0; }
  .history_meaning .h2, .history_meaning h2 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 50px; }
  .history_meaning p {
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #000000;
    max-width: 1000px;
    margin-top: 30px;
    padding-left: 220px; }
  .history_meaning .flex {
    align-items: end;
    justify-content: start;
    padding-left: 220px; }
  .history_meaning .hm1 {
    flex-shrink: 0;
    position: relative;
    height: 339px;
    width: 484px; }
    .history_meaning .hm1:before {
      content: "";
      display: block;
      width: 291px;
      height: 291px;
      position: absolute;
      bottom: -120px;
      left: -220px;
      background: url("/local/templates/aool/assets/css/../img/pattern2.png"); }
  .history_meaning .hm2 {
    flex-shrink: 0;
    height: 245px;
    width: 245px;
    margin-left: 40px; }

.history_values {
  margin: 50px 0; }
  .history_values h2, .history_values .h2 {
    font-size: 3rem;
    line-height: 1.3; }
  .history_values .text {
    margin: 20px 0 40px; }
  .history_values ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .history_values ul li {
      padding-left: 95px;
      position: relative;
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.4;
      color: #000000;
      margin-bottom: 60px; }
      .history_values ul li span {
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.3;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #000000; }
  .history_values svg {
    flex-shrink: 0;
    height: 60px;
    margin-right: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px; }
  .history_values .stroke {
    fill: none;
    stroke: #dfbb8c; }
  .history_values .fill {
    stroke: none;
    fill: #dfbb8c; }

.history_guide {
  overflow: hidden;
  margin: 50px 0; }
  .history_guide h2, .history_guide .h2 {
    margin-bottom: 50px; }
  .history_guide .hg_block {
    align-items: start;
    display: flex;
    margin-bottom: 30px; }
    .history_guide .hg_block span {
      font-style: normal;
      font-weight: 700;
      font-size: 1.6rem;
      flex-shrink: 0;
      line-height: 1;
      text-align: right;
      padding-right: 35px;
      color: #000000;
      width: 25%; }
    .history_guide .hg_block p {
      font-style: normal;
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 1.3;
      color: #000000;
      padding-left: 100px; }
    .history_guide .hg_block:first-of-type p {
      position: relative; }
      .history_guide .hg_block:first-of-type p:before {
        content: "";
        display: block;
        background: url("/local/templates/aool/assets/css/../img/pattern4.png") repeat-y top left;
        position: absolute;
        left: 0;
        width: 33px;
        height: 100vh; }

.history_banner {
  margin: 50px 0; }
  .history_banner picture {
    height: 473px;
    margin: auto;
    width: 1280px; }

.history_elements {
  margin: 50px 0; }
  .history_elements .h2, .history_elements h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000; }
  .history_elements p {
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #000000;
    max-width: 700px;
    margin: 25px 0 75px; }
  .history_elements .container {
    position: relative; }
  .history_elements svg {
    fill: none;
    position: absolute;
    top: 15%;
    right: 0;
    stroke: #000;
    opacity: .2;
    width: 107px;
    height: 107px; }
  .history_elements .he_block {
    display: none; }
    .history_elements .he_block.active {
      display: block; }

.history_conception {
  margin: 100px 0 50px; }
  .history_conception h2, .history_conception .h2 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 35px; }
  .history_conception .hc_block {
    display: none; }
    .history_conception .hc_block.active {
      display: flex; }
    .history_conception .hc_block picture {
      flex-shrink: 0;
      height: 400px;
      margin-left: -150px;
      width: 700px; }
    .history_conception .hc_block .text {
      margin-left: 50px; }
      .history_conception .hc_block .text :first-child {
        margin-top: 0; }

.opinions_section {
  margin: 50px 0; }
  .opinions_section .arrows {
    display: flex;
    justify-content: end;
    margin-top: -50px; }
  .opinions_section .opinions_slider {
    margin-top: 50px;
    width: 100vw; }
  .opinions_section .opinion_block {
    padding-right: 50px; }
    .opinions_section .opinion_block picture {
      flex-shrink: 0;
      height: 80px;
      margin-right: 20px;
      width: 80px; }
      .opinions_section .opinion_block picture img {
        border-radius: 50%; }
    .opinions_section .opinion_block svg {
      display: block;
      margin: 10px auto 0;
      opacity: .05; }
    .opinions_section .opinion_block b {
      font-style: normal;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1;
      color: #030612;
      display: block;
      margin-bottom: 5px; }
    .opinions_section .opinion_block span {
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.5);
      margin-bottom: 15px; }
    .opinions_section .opinion_block p {
      font-style: normal;
      font-weight: 400;
      font-size: 1.1rem;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.9);
      opacity: 0.7; }

.infra_section-1 {
  margin: 50px 0; }
  .infra_section-1 h2, .infra_section-1 .h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.1;
    color: #000000;
    text-transform: none;
    margin-bottom: 40px;
    max-width: 80%; }
  .infra_section-1 .flex {
    flex-direction: column; }
  .infra_section-1 picture {
    flex-shrink: 0;
    margin-bottom: 40px; }
  .infra_section-1 svg {
    position: absolute;
    bottom: 0;
    right: 0;
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    height: 112px;
    width: 112px; }
  .infra_section-1 .pics {
    display: flex;
    margin: 20px -5px 30px; }
    .infra_section-1 .pics picture {
      margin: 5px;
      flex-shrink: initial;
      width: 100%; }

.infra_section-2 {
  margin: 50px 0; }
  .infra_section-2 h2, .infra_section-2 .h2 {
    font-size: 4rem;
    margin-bottom: 50px; }
  .infra_section-2 .tags {
    flex-direction: column;
    margin-right: 75px;
    flex-shrink: 0;
    max-width: 400px; }
    .infra_section-2 .tags span {
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1;
      text-align: right;
      letter-spacing: normal;
      color: #000000;
      opacity: 0.5;
      border: none;
      border-right: 3px solid transparent;
      padding: 5px 10px 5px 0;
      margin: 5px 0; }
      .infra_section-2 .tags span.active {
        opacity: 1;
        border-right-color: rgba(0, 0, 0, 0.5); }
  .infra_section-2 .isblock {
    display: none;
    padding: 10px; }
    .infra_section-2 .isblock.active {
      display: block; }
  .infra_section-2 .i1 {
    height: 395px;
    width: 703px;
    position: relative; }
    .infra_section-2 .i1:before {
      content: "";
      background: url("/local/templates/aool/assets/css/../img/pattern3.png") repeat-y;
      display: block;
      position: absolute;
      z-index: -1;
      right: -75px;
      height: 209px;
      bottom: -175px;
      width: 227px; }
  .infra_section-2 .i2 {
    height: 215px;
    width: 215px; }
  .infra_section-2 .photos {
    align-items: center;
    margin: 50px 0; }
  .infra_section-2 .text p {
    margin-bottom: 25px; }

.functional_areas {
  margin: 50px 0; }
  .functional_areas h2, .functional_areas .h2 {
    font-size: 4rem;
    letter-spacing: .2rem;
    line-height: 1.2;
    margin-bottom: 50px; }
  .functional_areas .mtop {
    margin-top: 180px; }
  .functional_areas .h3, .functional_areas h3 {
    font-size: 1.5rem;
    margin: 50px 0 10px;
    letter-spacing: normal;
    text-transform: none; }
  .functional_areas .blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -7px; }
    .functional_areas .blocks .block {
      align-items: center;
      border: 1.5px solid rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      height: 225px;
      justify-content: center;
      margin: 7px;
      padding: 15px;
      width: calc(50% - 14px); }
      .functional_areas .blocks .block svg {
        fill: none;
        height: 96px;
        opacity: .5;
        stroke: #dfbb8c;
        width: 96px; }
      .functional_areas .blocks .block p {
        font-style: normal;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1;
        color: #000000;
        margin-bottom: auto;
        margin-right: auto; }
      .functional_areas .blocks .block span {
        margin-top: auto;
        font-style: normal;
        font-weight: 700;
        font-size: 2.5rem;
        text-align: left;
        display: block;
        line-height: .8;
        color: #000000;
        margin-right: auto; }
      .functional_areas .blocks .block:first-child {
        border: none; }

.balance {
  margin: 50px 0; }
  .balance h2, .balance .h2 {
    font-size: 4rem;
    margin-bottom: 50px; }
  .balance svg {
    height: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: .1;
    width: 66px; }
  .balance .fill {
    fill: #000;
    stroke: none; }
  .balance .stroke {
    fill: none;
    stroke: #000; }
  .balance .col {
    flex-shrink: 0;
    margin-right: 50px; }
    .balance .col span {
      font-style: normal;
      font-weight: 300;
      font-size: 5rem;
      line-height: 1;
      color: #AD916D; }
    .balance .col small {
      font-size: 2.5rem; }
    .balance .col p {
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1;
      color: #000000;
      margin-top: 5px; }
  .balance .row {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    position: relative;
    margin: 0 0 35px;
    padding-right: 100px; }
  .balance .text p {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px; }

.house {
  display: block;
  margin-bottom: 50px;
  width: 600px; }
  .house picture {
    display: block;
    height: 340px;
    overflow: hidden; }
    .house picture img {
      transition: transform .5s; }
  .house p {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between; }
  .house b {
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1; }
  .house span {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 15px 15px 15px; }
  .house ul {
    display: flex;
    margin: 15px; }
    .house ul li {
      align-items: center;
      display: flex;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      opacity: 0.5;
      margin: 0 15px 0 0;
      padding: 0 15px 0 0;
      border-right: 1px solid rgba(0, 0, 0, 0.5);
      white-space: nowrap; }
      .house ul li:last-child {
        border: none; }
  .house sup {
    font-size: 12px;
    position: relative;
    top: -2px; }
  .house:nth-child(even) {
    margin-left: auto; }
  .house:hover span {
    color: #dfbb8c; }
  .house:hover picture img {
    transform: scale(1.2); }

.catalog_title {
  margin-bottom: 50px; }
  .catalog_title.index {
  margin-bottom: -15px; }
  .catalog_title form {
    align-items: center;
    display: flex;
    margin-top: 50px; }
    .catalog_title form p {
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      margin-bottom: 10px; }
      .catalog_title form p span {
        width: 30px;
        display: inline-block;
        text-align: center; }
    .catalog_title form sup {
      font-size: 12px;
      position: relative;
      top: -3px; }
  .catalog_title .checkbox_wrap .flex {
    margin: 0 -5px; }
  .catalog_title .checkbox_wrap label {
    margin: 0 5px;
    cursor: pointer; }
    .catalog_title .checkbox_wrap label:hover span {
      background: rgba(0, 66, 105, 0.2); }
  .catalog_title .checkbox_wrap input {
    display: none; }
    .catalog_title .checkbox_wrap input:checked + span {
      background: rgba(0, 66, 105, 0.42);
      color: #FFF; }
  .catalog_title .checkbox_wrap span {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 36px;
    font-style: normal;
    font-weight: 400;
    background: rgba(0, 66, 105, 0.07);
    border-radius: 100px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 20px;
    color: rgba(0, 57, 92, 0.8);
    position: relative; }
  .catalog_title .slider_wrap {
    width: 300px; }
  .catalog_title #slider {
    height: 40px;
    position: relative; }
    .catalog_title #slider:before {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #CCC;
      z-index: -2; }
    .catalog_title #slider .ui-slider-handle {
      cursor: pointer;
      position: absolute;
      background: #FFFFFF;
      border: 3px solid #dfbb8c;
      width: 12px;
      height: 25px;
      padding: 0;
      outline: none;
      top: 0;
      bottom: 0;
      margin: auto 0 auto -6px; }
      .catalog_title #slider .ui-slider-handle:focus {
        outline: none; }
    .catalog_title #slider .ui-slider-range {
      position: absolute;
      background: #dfbb8c;
      width: 100%;
      height: 3px;
      z-index: -1;
      top: 0;
      bottom: 0;
      margin: auto; }

#catalog_list .btn2 {
  margin: 30px auto; }

.product_page_title {
  padding: 50px 0 20px; }
  .product_page_title .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    padding-bottom: 30px; }
  .product_page_title h1 {
    text-transform: none;
    padding-right: 25px; }
  .product_page_title svg {
    stroke: #000;
    opacity: .1;
    fill: none;
    height: 130px;
    width: 130px;
    margin: 0 auto; }
  .product_page_title .col {
    display: flex;
    flex-direction: column; }
  .product_page_title sup {
    font-size: 12px;
    position: relative;
    top: -5px; }
  .product_page_title .ppt1 p {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    color: #000000;
    margin-top: auto; }
  .product_page_title .ppt1 span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1;
    color: #000000;
    margin-top: 5px;
    opacity: 0.5; }
  .product_page_title .phone {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    color: #103F42; }
    .product_page_title .phone:hover {
      color: #dfbb8c; }
  .product_page_title .trans_btn {
    width: 240px; }
  .product_page_title .mess {
    display: flex;
    justify-content: start;
    margin: 5px 0;
    position: relative; }
    .product_page_title .mess i {
      content: "";
      display: block;
      width: 1px;
      height: 70%;
      background: #888;
      margin: auto 10px 0; }
    .product_page_title .mess a {
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1;
      color: #888888; }
      .product_page_title .mess a:hover {
        color: #dfbb8c; }
  .product_page_title .email {
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    color: #103F42; }
    .product_page_title .email a {
      color: #888;
      font-weight: 400;
      margin-left: 10px; }
      .product_page_title .email a:hover {
        color: #dfbb8c; }

.product_page_content .text {
  max-width: 60%; }
.product_page_content h3, .product_page_content .h3 {
  opacity: .5; }

.feed_section {
  padding: 50px 0;
  margin: 50px 0;
  background: url(/local/templates/aool/assets/css/../img/pattern-side.png) top right no-repeat #103F42;
  border-radius: 0;
  background-size: auto 103%; }
  .feed_section p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 25px; }
    .feed_section p span {
      display: block;
      font-style: normal;
      font-weight: 300;
      font-size: 4rem;
      line-height: 1;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF;
      position: relative;
      left: -5px;
      margin-bottom: 10px; }
  .feed_section form {
    max-width: 60%;
    position: relative; }
    .feed_section form button[type=submit] {
      height: 60px;
      position: absolute;
      bottom: 0;
      left: 125%;
      width: 300px; }

.idecoration {
  margin: 50px 0; }
  .idecoration picture {
    margin-top: 100px;
    position: relative; }
  .idecoration .h3, .idecoration h3 {
    opacity: .5; }
  .idecoration .flex {
    margin: 0 -25px; }
    .idecoration .flex .col {
      margin: 0 25px;
      max-width: 450px; }
  .idecoration svg {
    fill: none;
    position: absolute;
    top: -55px;
    right: -55px;
    height: 112px;
    stroke: #dfbb8c;
    width: 112px; }

.slick-disabled {
  opacity: .3; }

.plan2d {
  margin: 30px 0; }
  .plan2d h2, .plan2d .h2 {
    margin-bottom: 50px; }
  .plan2d .grid {
    grid-template-columns: 680px 260px; }
  .plan2d .flex {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
  .plan2d .plan2d_list {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%; }
    .plan2d .plan2d_list button {
      background: none;
      border: none;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.2;
      color: #000000;
      border-left: 3px solid transparent;
      opacity: 0.5;
      padding: 10px 15px;
      margin-left: -2px;
      text-align: left;
      width: 100%; }
      .plan2d .plan2d_list button.active {
        border-color: #103F42;
        opacity: 1; }
  .plan2d .pdf_link {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfbb8c;
    padding: 5px;
    font-weight: 500; }
    .plan2d .pdf_link svg {
      height: 15px;
      margin-right: 10px;
      width: 15px; }
  .plan2d .plan2d_carousel {
    margin-right: 20px;
    width: 660px; }
    .plan2d .plan2d_carousel svg {
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 25px;
      transition: transform .5s; }
      .plan2d .plan2d_carousel svg:hover {
        transform: scale(1.1); }

.plan3d {
  margin: 30px 0; }
  .plan3d h2, .plan3d .h2 {
    margin-bottom: 50px; }
  .plan3d .grid {
    grid-template-columns: 680px 260px; }
  .plan3d .flex {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
  .plan3d .plan3d_list {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%; }
    .plan3d .plan3d_list button {
      background: none;
      border: none;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.2;
      color: #000000;
      border-left: 3px solid transparent;
      opacity: 0.5;
      padding: 10px 15px;
      margin-left: -2px;
      text-align: left;
      width: 100%; }
      .plan3d .plan3d_list button.active {
        border-color: #103F42;
        opacity: 1; }
  .plan3d .pdf_link {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfbb8c;
    padding: 5px;
    font-weight: 500; }
    .plan3d .pdf_link svg {
      height: 15px;
      margin-right: 10px;
      width: 15px; }
  .plan3d .plan3d_carousel {
    margin-right: 20px;
    width: 660px; }
    .plan3d .plan3d_carousel svg {
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 25px;
      transition: transform .5s; }
      .plan3d .plan3d_carousel svg:hover {
        transform: scale(1.1); }

.progress .progress_list {
  margin-top: 100px; }
.progress .stage_block {
  align-items: center;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 25px 0 0;
  margin: 0 0 25px; }
  .progress .stage_block:last-child {
    border-bottom: none; }
  .progress .stage_block time {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: #000000;
    white-space: nowrap;
    width: 200px; }
  .progress .stage_block p {
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
    max-width: 250px;
    margin: 0 50px; }
  .progress .stage_block picture {
    display: block;
    flex-shrink: 0;
    height: 250px;
    margin: auto;
    width: 310px;
    position: relative;
    margin: -70px 0 -50px auto; }
    .progress .stage_block picture img {
      opacity: 0;
      filter: grayscale(100);
      transition: opacity .6s; }
    .progress .stage_block picture small {
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: -15px;
      bottom: 0;
      margin: auto;
      left: 0;
      display: table; }
  .progress .stage_block svg {
    flex-shrink: 0;
    height: 40px;
    margin-left: auto;
    display: block;
    width: 40px;
    transition: all .5s; }
  .progress .stage_block .circle {
    stroke: rgba(0, 0, 0, 0.2); }
  .progress .stage_block .arrow {
    fill: rgba(0, 0, 0, 0.2); }
  .progress .stage_block:hover picture img {
    opacity: 1; }
  .progress .stage_block:hover picture small {
    opacity: 0; }
  .progress .stage_block:hover svg {
    transform: rotate(45deg); }
  .progress .stage_block:hover .circle {
    stroke: #103F42;
    fill: #103F42; }
  .progress .stage_block:hover .arrow {
    fill: #FFF; }

.stage_page .text {
  margin: 60px 0 30px; }

.photo_report picture {
  cursor: pointer;
  display: block;
  margin: 10px; }
.photo_report .row {
  margin: 0 -10px; }
  .photo_report .row:nth-child(odd) picture {
    float: left; }
  .photo_report .row:nth-child(even) picture {
    float: right; }
.photo_report .big {
  height: 440px;
  width: 620px; }
.photo_report .small {
  height: 210px;
  width: 300px; }

.period {
  display: block;
  margin: 15px 0;
  position: relative;
  max-width: 300px; }
  .period:before {
    border: 6px solid transparent;
    border-top: 8px solid rgba(0, 32, 51, 0.3);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 35px;
    bottom: 12px;
    width: 0; }
  .period span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: rgba(0, 32, 51, 0.6); }
  .period select {
    cursor: pointer;
    margin-top: 10px;
    padding: 0px 0px 0px 20px;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 105, 0.28);
    border-radius: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1;
    color: #002033;
    letter-spacing: 1px;
    margin-left: -20px;
    appearance: none; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.architect_content1 {
  margin: 50px 0; }
  .architect_content1 h1 {
    margin-bottom: 30px; }
  .architect_content1 p {
    font-size: 1.3rem;
    line-height: 1.4; }

.service_content1 {
  margin: 50px 0; }
  .service_content1 p {
    font-size: 1.5rem;
    line-height: 1.4; }

.ubermap .wrap {
  margin: auto;
  position: relative;
  width: 1280px; }
.ubermap .uber_content {
  position: absolute;
  top: -150px;
  left: 0; }
  .ubermap .uber_content p {
    color: #000000;
    font-style: normal;
    font-weight: 300;
    font-size: 6rem;
    line-height: 1.2;
    text-align: justify;
    text-transform: uppercase; }
.ubermap .uber_content p br{
    display: none;
}    
  .ubermap .uber_content ul {
    margin: 30px 0; }
    .ubermap .uber_content ul li {
      align-items: center;
      color: #000000;
      display: flex;
      margin: 33px 0;
      font-style: normal;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1; }
    .ubermap .uber_content ul span {
      color: #000000;
      font-style: normal;
      font-weight: 700;
      font-size: 4rem;
      line-height: 1;
      margin-right: 15px;
      text-transform: uppercase; }
.ubermap .dot {
  align-items: center;
  border-radius: 10px;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  width: 40px;
  overflow: hidden;
  padding: 5px;
  position: absolute; }
  .ubermap .dot .svg {
    align-items: center;
    background: #103F42;
    border: 2px solid #FFF;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px; }
  .ubermap .dot svg {
    fill: #FFF;
    height: 18px;
    width: 18px; }
  .ubermap .dot span {
    color: #FFF;
    display: block;
    font-size: 1rem;
    line-height: .9;
    margin-left: 10px;
    margin-top: -5px;
    padding-right: 10px;
    opacity: 0;
    width: 145px; }
  .ubermap .dot.active {
    background: #103F42;
    width: 195px;
    z-index: 1; }
    .ubermap .dot.active span {
      opacity: 1; }
.ubermap .dot-lobby {
  top: 5%;
  left: 64%; }
.ubermap .dot-shop {
  top: 4%;
  left: 49%; }
.ubermap .dot-cafe {
  top: 5%;
  left: 72%; }
.ubermap .dot-pool {
  top: 7%;
  left: 75%; }
.ubermap .dot-sauna {
  top: 10%;
  left: 76%; }
.ubermap .dot-child {
  top: 9%;
  left: 58%; }
.ubermap .dot-child0 {
  top: 14%;
  left: 60%; }
.ubermap .dot-area {
  top: 15%;
  left: 67%; }
.ubermap .dot-tennis {
  top: 15%;
  left: 53%; }
.ubermap .dot-sport {
  top: 16%;
  left: 59%; }
.ubermap .dot-water {
  top: 17%;
  left: 67%; }
.ubermap .dot-xmas {
  top: 11.5%;
  left: 66%; }
.ubermap .dot-run {
  top: 21%;
  left: 59%; }
.ubermap .dot-skate {
  top: 20%;
  left: 72%; }
.ubermap .dot-bridge {
  top: 19%;
  left: 76%; }
.ubermap .dot-basket {
  top: 20%;
  left: 81%; }
.ubermap .dot-child2 {
  top: 19%;
  left: 66%; }
.ubermap .dot-park {
  top: 25%;
  left: 60%; }
.ubermap .dot-child3 {
  top: 28%;
  left: 73%; }
.ubermap .dot-sport2 {
  top: 31%;
  left: 75%; }
.ubermap .dot-kush {
  top: 40%;
  left: 51%; }
.ubermap .dot-child4 {
  top: 37%;
  left: 69%; }
.ubermap .dot-sport3 {
  top: 40%;
  left: 71%; }
.ubermap .dot-child5 {
  top: 50%;
  left: 53%; }
.ubermap .dot-child6 {
  top: 60%;
  left: 54%; }
.ubermap .dot-fire {
  top: 66.5%;
  left: 51.4%; }
.ubermap .dot-dot2 {
  top: 63%;
  left: 53%; }
.ubermap .dot-dot3 {
  top: 68.2%;
  left: 51%; }
.ubermap .dot-child7 {
  top: 75%;
  left: 66%; }
.ubermap .dot-see {
  top: 75%;
  left: 6%; }
.ubermap .dot-yoga {
  top: 77%;
  left: 5%; }
.ubermap .dot-sport2 {
  top: 88%;
  left: 35%; }
.ubermap .dot-forest {
  top: 93%;
  left: 26%; }

.temp-10 .ubermap, .temp-11 .ubermap {
  margin-top: 150px; }

.overjob1 .flex {
  margin: 0 -25px; }
.overjob1 .col {
  margin: 0 25px;
  width: 100%; }
.overjob1 .text {
  padding: 55px 0 35px; }
.overjob1 picture {
  display: block;
  margin: 30px 0; }

.partners h2, .partners .h2 {
  text-align: center; }
.partners picture {
  max-width: 265px;
  margin: auto; }

.extra_tabs .tabs {
  border-bottom: 1px solid #A9A9A9;
  display: flex;
  gap: 15px;
  margin: 30px 0; }
  .extra_tabs .tabs span {
    border-bottom: 4px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: end;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 7px;
    position: relative;
    top: 1px;
    line-height: .8; }
    .extra_tabs .tabs span.active, .extra_tabs .tabs span:hover {
      border-color: #dfbb8c; }
.extra_tabs .tab_wrapper {
  display: none;
  flex-wrap: wrap; }
  .extra_tabs .tab_wrapper.active {
    display: flex; }
.extra_tabs .tab_block {
  padding: 0 60px 60px 0;
  width: 25%; }
  .extra_tabs .tab_block picture {
    height: 160px;
    mix-blend-mode: multiply;
    margin: 0 auto 30px;
    width: 160px; }
  .extra_tabs .tab_block svg {
    height: 160px;
    fill: #dfbb8c;
    width: 160px;
    margin: 0 auto 30px; }
  .extra_tabs .tab_block span {
    font-size: 77px;
    font-weight: 300;
    line-height: 1; }
  .extra_tabs .tab_block p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1; }
  .extra_tabs .tab_block small {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1; }

/*# sourceMappingURL=style.css.map */

.cookieconsent .btn-info{
    background-color: #103F42!important;
    border-color: #103F42!important;
}
.cookieconsent p.text-center {
    color: black;
}
.cookieconsent .btn-info {
       margin-top: 0px!important; 
       margin-bottom: 15px;
}
footer .policy {
    max-width: 400px;
}
/* Убедитесь, что чекбокс не скрыт */
#contactForm input[type="checkbox"] {
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}

/* Стили для текста согласия */
#contactForm .checkbox label {
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.checkbox-group {
    margin: 15px 0;
    padding-left: 25px;
    position: relative;
}

.checkbox-group input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.checkbox-group label {
    cursor: pointer;
    font-size: 14px;
}

.checkbox-group a {
    color: #0066cc;
    text-decoration: underline;
}
#af_agree_pd {
    display: inline-block !important;
    visibility: visible !important;
}

.architect_materials .slide p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  max-width: 400px;
  line-height: 1.1;
  color: #000000;
  margin: 10px 0 30px; }
  .create_env .container{
      display: block;
      text-align: center;
  }
  .create_env .container h1{
      text-align: center;
  }
  .create_env .container p{
      max-width:100%;
      text-align: center;
  }
 .title-ubermap {
      color: #000000;
    font-style: normal;
    font-weight: 300;
    font-size: 6rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .ornament-block svg{
    fill: none;
    stroke: #dfbb8c;
    height: 519px;
    margin-bottom: 25px;
    width: 175px;
    transform: rotate(90deg);
    margin-top: -172px;
    position: absolute;
    margin-left: 141px;
  }
  .cookieconsent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    border-radius: 0;
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #f5e79e;
    display: none;
}
.cookieconsent.show{
    display: block;
}
.cookieconsent .btn-info {
    background-color: #103F42 !important;
    border-color: #103F42 !important;
    color:#fff;
    margin-top: 0px !important;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
}
.cookieconsent p.text-center {
    text-align: center;
    line-height:2;
}
/* End */


/* Start:/local/templates/aool/assets/css/media.css?176863015224025*/
@media screen and (max-width: 1920px) {
  .front_slider_section {
    margin: 25px 0; }
    .front_slider_section .front_slider {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 1680px) {
  header ul li {
    margin: 0 10px; }
  header ul a {
    font-size: 1.1rem; }

  .front_view .front_pic > picture {
    height: auto;
    width: 100%; } }
@media screen and (max-width: 1420px) {
  header ul li {
    margin: 0 5px; }
  header ul a {
    font-size: 1rem; }
  header .phone {
    font-size: 1rem;
    margin-right: 25px; }

  .contacts_page .container.long {
    max-width: 100%;
    padding: 0 5%; }
  .contacts_page .contacts_content {
    width: 400px; }
  .contacts_page .map #map {
    width: 60vw;
    height: 80vh; }

  .ubermap .wrap {
    width: 800px; } }
@media screen and (max-width: 1280px) {

  .col.comfort-right{
    margin-left: 30px;
  }

  html {
    font-size: 15px; }

  .container {
    width: 100%;
    padding: 0 5%; }

  .main_section .main_section_carousel {
    height: 70vh;
    width: 100px; }
    .main_section .main_section_carousel p {
      font-size: .8rem; }
    .main_section .main_section_carousel svg {
      height: 64px;
      width: 64px; }
    .main_section .main_section_carousel .slide {
      padding-left: 75px; }
  .main_section .logo {
    max-width: 600px; }

  .blockquote blockquote {
    margin: auto;
    max-width: 80%; }

  .architect_title picture {
    width: 100%;
    height: auto; }

  .history_title picture:before {
    right: -520px; }

  .product_page_photos .pp_arrows {
    left: 5%; }
  .product_page_photos .switch {
    right: 8%; }

  .photo_report .big {
    width: calc(60% - 20px); }
  .photo_report .small {
    width: calc(40% - 20px); }
  .photo_report img {
    object-fit: cover; } 
    
    .ornament-block svg{
        width:150px;
        margin-left: 126px;
    }
    
}
@media screen and (max-width: 1180px) {
  .comfort-right span {
    font-size: 26px;
    margin-bottom: 20px;
  }
    .ornament-block svg{
        display: none;
    }
  .front_slider #fs_button {
    display: none; }
  .front_slider .slick-arrow {
    display: none !important; }

  header.white {
    border-bottom: 1px solid rgba(136, 136, 136, 0.1); }
  header > ul {
    display: none; }
  header .logo {
    margin-left: 0;
    margin-right: auto; }
  header .phone {
    position: static;
    font-size: 1.2rem;
    margin-right: 60px; }

  .mobile_toggle {
    display: block; }

  .create_env {
    padding: 50px 0; }
    .create_env .container {
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .create_env .container span {
        font-size: 3rem; }
      .create_env .container p {
        margin: 15px 0 0;
        text-align: center;
        }
    .create_env br {
      display: none; }

  .front_view .interview {
    height: 150px;
    width: 400px; }
    .front_view .interview span {
      font-size: 1.2rem;
      padding-left: 50px; }
      .front_view .interview span:before {
        border: 15px solid transparent;
        border-left: 25px solid #fff;
        left: 0px; }
    .front_view .interview picture {
      height: 100%;
      width: 100%; }
      .front_view .interview picture img {
        object-fit: cover;
        object-position: top right; }

  .environs {
    margin: 50px 0; }
    .environs .flex {
      flex-direction: column;
      margin: 0; }

  .concierge_service {
    padding: 0 25px; }

  .contacts_section .container {
    padding: 0 25px; }

  footer {
    padding: 50px 25px 0; }

  .temp-9 {
    max-height: initial; }

  .contacts_page .container {
    flex-direction: column;
    height: auto; }
  .contacts_page .contacts_content {
    margin-bottom: 40px;
    width: 100%; }
    .contacts_page .contacts_content h1 {
      font-size: 3rem; }
  .contacts_page .map picture {
    display: none; }
  .contacts_page .map #map {
    position: static;
    width: 100%;
    height: 500px;
    margin-bottom: 50px; }

  .architect_materials .left {
    width: 560px; }

  .history_meaning .flex {
    padding-left: 0; }

  .feed_section {
    background-position: 222% 0; }
    .feed_section form button[type=submit] {
      position: static; }

  .product_page_photos {
    height: auto; }
    .product_page_photos picture {
      max-width: 100%; }

  .plan2d h2, .plan2d .h2, .plan3d h2, .plan3d .h2 {
    margin-bottom: 15px; }
  .plan2d .grid, .plan3d .grid {
    display: flex;
    flex-direction: column-reverse; }
  .plan2d .pdf_link, .plan3d .pdf_link {
    padding: 10px; }
    .plan2d .pdf_link svg, .plan3d .pdf_link svg {
      height: 20px;
      width: 20px; }
    .plan2d .pdf_link span, .plan3d .pdf_link span {
      font-size: 1.2rem; }
  .plan2d .plan2d_nav, .plan2d .plan3d_nav, .plan3d .plan2d_nav, .plan3d .plan3d_nav {
    display: none; }
  .plan2d .plan2d_list, .plan2d .plan3d_list, .plan3d .plan2d_list, .plan3d .plan3d_list {
    border-left: none;
    overflow-y: scroll;
    display: flex; }
    .plan2d .plan2d_list button, .plan2d .plan3d_list button, .plan3d .plan2d_list button, .plan3d .plan3d_list button {
      border: none;
      white-space: nowrap; }

  .progress .stage_block {
    position: relative; }
    .progress .stage_block time {
      top: 0;
      left: 0;
      font-size: .9rem;
      position: absolute; }
    .progress .stage_block p {
      margin-left: 0; }

  .ubermap .uber_content {
    top: 0; }
    .ubermap .uber_content p {
      font-size: 3rem; } }
      
@media (max-width: 992px) {
    .environs .frame{
        margin-top: 0;
        margin-bottom: 20px;
    }
  .concierge_service picture {
    width: 100%;
    height: 100%;
  }
  .concierge_service .flex{
    display: block;
  }
  .col.comfort-right{
    margin-left: 0;
    margin-top: 20px;
  }
  .concierge_service picture{
    width: 100% !important;
    height: 100% !important;
  }
  .concierge_service .picture {
    width: 100%;
    height: 100%;
  }
}      
@media screen and (max-width: 980px) {
  html {
    font-size: 14px; }

  header .logo {
    margin-top: 5px; }
  header .phone {
    margin: 0 auto 0; }

  .main_section .main_section_carousel, .main_section--plug .main_section_carousel {
    height: 90vh;
    width: 100px; }
    .main_section .main_section_carousel p, .main_section--plug .main_section_carousel p {
      font-size: 12px; }
  .main_section .logo, .main_section--plug .logo {
    max-width: 400px;
    height: 80px; }
  .main_section .main_section_logo, .main_section--plug .main_section_logo {
    height: 120px;
    width: 100%; }

  footer .footer_menu {
    width: auto; }
  footer .container.footer_bottom {
    border-top: none;
    flex-direction: column-reverse;
    padding-bottom: 15px; }
    footer .container.footer_bottom picture {
      margin: 0 auto 25px; }
    footer .container.footer_bottom .address {
      margin: 25px 0; }

  .environs .frame {
    height: 360px; }
  .environs .col {
    margin: 0; }
  .environs .env_item {
    height: 150px; }
    .environs .env_item span {
      font-size: 2rem; }

  .concierge_service .video {
    height: auto;
    width: 100%; }
    .concierge_service .video ul {
      display: none; }
  .concierge_service picture {
    width: 300px;
    height: 187px; }

  .service_title .container {
    padding: 0; }

  .service_garden .text {
    display: block; }

  .service_cleaning .flex {
    margin: 0 -10px; }
  .service_cleaning .col {
    margin: 0 10px; }

  .service_tech .flex {
    flex-direction: column; }
  .service_tech h2, .service_tech .h2 {
    font-size: 3rem;
    line-height: 1; }
    .service_tech h2 br, .service_tech .h2 br {
      display: none; }
  .service_tech .text {
    padding: 0;
    margin: 0; }

  .location_conven picture {
    width: 100%;
    height: auto; }

  .location_infra .boxes {
    flex-direction: column; }
  .location_infra .col {
    display: flex; }
  .location_infra picture img {
    object-fit: cover; }
  .location_infra .box {
    width: 50%; }
  .location_infra .box1 {
    height: 225px;
    width: 50%; }
    .location_infra .box1 ~ .box {
      margin-left: 5px; }
  .location_infra .box2 {
    height: 225px;
    width: 50%; }

  .example_block {
    width: 100%;
    height: auto;
    margin-bottom: 0; }

  .architect_tradition {
    margin-bottom: 30px; }

  .architect_materials .arrows {
    display: none; }
  .architect_materials .flex {
    position: relative;
    width: 100%; }
  .architect_materials .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    margin: 0; }
    .architect_materials .right picture {
      height: 125px; }
  .architect_materials .left {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .architect_materials .left picture {
      order: 0;
      margin-top: 25px; }
    .architect_materials .left span {
      order: 1;
      font-size: 1.3rem;
      margin-top: 20px; }
    .architect_materials .left p {
      order: 2;
      max-width: 100%; }
  .architect_materials .right picture:before {
    content: none; }

  .architect_elements h2, .architect_elements .h2 {
    font-size: 2rem; }
  .architect_elements .ae_block {
    flex-direction: column; }
    .architect_elements .ae_block picture {
      margin: 0 0 30px;
      width: 100%; }

  .history_title h1 {
    font-size: 2rem; }

  .opinions_section .opinions_slider {
    margin-top: 100px;
    width: 100%; }
  .opinions_section .flex {
    min-height: 160px; }

  .infra_section-1 h2, .infra_section-1 .h2 {
    max-width: 100%;
    font-size: 2rem;
    margin-bottom: 15px; }
  .infra_section-1 picture {
    margin: 0 0 30px; }
  .infra_section-1 svg {
    bottom: -120px; }
  .infra_section-1 .flex {
    flex-direction: column; }

  .frame_rows {
    flex-direction: column; }

  .frame {
    height: 370px; }

  .functional_areas h2, .functional_areas .h2 {
    font-size: 3rem; }
  .functional_areas .fa2, .functional_areas .fa4 {
    margin-top: 20px; }

  .infra_section-2 .i2 {
    display: none; } }
@media screen and (max-width: 780px) {
  .overjob1 .flex {
    flex-direction: column;
    margin: 0; }
  .overjob1 .col {
    margin: 20px 0; }
  .overjob1 .text {
    padding: 20px 0; }
  .overjob1 .left {
    display: flex;
    flex-direction: column-reverse; }

  .progress .progress_list {
    margin-top: 30px; }
  .progress h1 {
    font-size: 2rem; }
  .progress .stage_block {
    align-items: normal;
    flex-direction: column; }
    .progress .stage_block svg {
      display: none; }
    .progress .stage_block p {
      margin: 0 0 5px;
      font-size: 1.3rem;
      width: auto;
      max-width: 100%; }
    .progress .stage_block picture {
      margin: 20px 0;
      height: 300px;
      width: 100%; }
      .progress .stage_block picture img {
        opacity: 1; }
      .progress .stage_block picture small {
        display: none; }

  .product_page_photos picture {
    height: 180px; }

  .input input {
    font-size: 16px; }

  #feed {
    background-image: none;
    padding: 30px;
    width: 100%; }
    #feed p span {
      font-size: 2rem; }

  .location_map ul span {
    font-size: 1.1rem; }

  .location_conven .h2, .location_conven h2 {
    font-size: 3rem; }

  .location_train h2, .location_train .h2 {
    font-size: 3rem; }
  .location_train picture img {
    object-fit: cover; }

  .location_infra h2, .location_infra .h2 {
    font-size: 2rem;
    margin-bottom: 25px; }

  .architect_tradition .flex {
    flex-direction: column; }
    .architect_tradition .flex .col:first-child picture {
      margin-top: 30px; }
    .architect_tradition .flex .col:last-child {
      display: flex;
      flex-direction: column-reverse; }

  .history_elements .h2, .history_elements h2 {
    font-size: 2rem; }
  .history_elements svg {
    top: 1%;
    right: 2%; }

  .history_meaning {
    margin: 50px 0; }
    .history_meaning h2, .history_meaning .h2 {
      font-size: 2rem;
      margin-bottom: 30px; }
    .history_meaning .hm2 {
      display: none; }
    .history_meaning p {
      padding-left: 100px;
      font-size: 1.1rem; }

  .history_conception .hc_block {
    flex-direction: column-reverse; }
    .history_conception .hc_block .text {
      margin: 15px 0; }
    .history_conception .hc_block picture {
      height: auto;
      margin-left: 0;
      width: 100%; }

  .sftwimd {
    margin: 0; }
    .sftwimd ul {
      align-items: start;
      flex-direction: column;
      justify-content: start; }
      .sftwimd ul li {
        text-align: left;
        margin: 15px 0; }

  .product_page_title {
    overflow: hidden;
    padding: 15px 0; }
    .product_page_title svg {
      position: absolute;
      top: 25px;
      right: -60px; }
    .product_page_title .col {
      margin: 10px 0; }
    .product_page_title .container {
      flex-direction: column;
      position: relative; }

  .feed_section {
    background: #103F42; }

  .idecoration {
    overflow: hidden; }
    .idecoration .container {
      display: flex;
      flex-direction: column; }
    .idecoration h2, .idecoration .h2 {
      order: 1; }
    .idecoration picture {
      margin: 25px -25px;
      order: 2; }
    .idecoration .flex {
      order: 3; }
    .idecoration .flex {
      flex-direction: column; }

  .ubermap .wrap {
    width: 500px; }
  .ubermap .uber_content ul li {
    align-items: start;
    flex-direction: column;
    justify-content: start; }
  .ubermap .dot {
    width: 25px; }
    .ubermap .dot .svg {
      height: 25px;
      width: 25px; }
      .ubermap .dot .svg svg {
        height: 12px;
        width: 12px; }

  .extra_tabs .tabs {
    overflow-x: scroll; }
    .extra_tabs .tabs span {
      white-space: nowrap; }
  .extra_tabs .tab_block {
    width: 50%; } }
@media screen and (max-width: 640px) {
  .col.comfort-right{
    width: 100%;
  }
  .concierge_service .container{
    padding: 0;
  }
  .comfort-right span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  html {
    font-size: 14px; }

  .frame {
    height: 460px; }
    .frame .frame_text {
      opacity: 1; }

  .ubermap {
    padding: 0 0 0 5%;
    overflow-x: scroll;
    width: 100%; }
    .ubermap .wrap {
      width: 680px; }
    .ubermap .dot span {
      font-size: 12px;
      margin-top: 0; }

  .catalog_title h1 {
    font-size: 2rem; }
  .catalog_title form {
    align-items: start;
    flex-direction: column; }
  .catalog_title .slider_wrap {
    margin: 30px 0 0; }

  .house {
    width: 100%; }
    .house picture {
      height: auto; }

  .feed_section p span {
    font-size: 2rem; }
    .feed_section p span br {
      display: none; }
  .feed_section form {
    max-width: 100%; }

  .text ul {
    margin-left: 20px; }

  .product_page_content .text {
    max-width: 100%; }

  .main_section {
    height: 720px;
    min-height: -webkit-fill-available; }
    .main_section .main_section_logo {
      left: 0; }
    .main_section .main_section_carousel {
      height: auto;
      width: 100%;
      bottom: 100px; }
      .main_section .main_section_carousel p {
        transform: none;
        writing-mode: horizontal-tb; }
      .main_section .main_section_carousel svg {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto; }
      .main_section .main_section_carousel .slide {
        padding-left: 0;
        padding-top: 75px;
        text-align: center; }
    .main_section .logo {
      max-width: 80%;
      height: 80px; }

  header {
    padding: 5px 5% 0; }

  footer .container {
    flex-direction: column; }
  footer picture {
    margin: 0 auto 25px; }
  footer .phone {
    margin: 20px auto;
    display: table; }
  footer .mess {
    justify-content: center; }
    footer .mess a {
      margin: 0 15px; }
  footer .email {
    text-align: center; }
  footer .footer_bottom .col {
    text-align: center;
    display: flex;
    justify-content: center; }
  footer .footer_bottom .policy {
    flex-direction: column;
    margin: 15px auto; }

  .create_env .container span {
    text-align: center; }

  .front_view .front_pic > picture {
    height: 420px; }
    .front_view .front_pic > picture img {
      object-fit: cover; }

  .blockquote {
    margin: 25px 0; }
    .blockquote svg {
      width: 100px;
      height: 55px; }
    .blockquote p {
      font-size: 1.2rem; }

  .concierge_service h2, .concierge_service .h2 {
    font-size: 2rem; }
    .concierge_service h2 span, .concierge_service .h2 span {
      font-size: 1.3rem;
      margin-left: 0; }

  .contacts_section .h2, .contacts_section h2 {
    flex-direction: column;
    font-size: 2rem; }
  .contacts_section span {
    margin: 25px 0 0; }

  .service_title .st_content {
    position: static; }
    .service_title .st_content h1 {
      color: #000;
      font-size: 2rem;
      text-align: center; }
    .service_title .st_content ul {
      columns: 1;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .service_title .st_content ul li {
        padding: 5px;
        color: #000; }
  .service_title .container:before {
    content: none; }

  .service_cleaning {
    margin: 25px 0; }
    .service_cleaning .flex {
      flex-direction: column; }
    .service_cleaning .col {
      margin-bottom: 15px; }

  .service_garden {
    margin: 25px 0; }
    .service_garden .video svg {
      width: 38px;
      height: 74px; }

  .service_event {
    margin: 25px 0; }
    .service_event .flex {
      flex-direction: column-reverse; }
      .service_event .flex > picture {
        display: block;
        margin: 0 0 30px;
        width: 100%;
        height: auto; }
    .service_event .text > picture {
      display: none; }

  .service_tech {
    margin: 25px 0; }
    .service_tech h2, .service_tech .h2 {
      margin-bottom: 25px; }
    .service_tech .flex {
      margin-bottom: 10px; }
    .service_tech .photos .right {
      width: 100%;
      margin: 20px 0 0; }
    .service_tech .photos .left, .service_tech .photos .pattern {
      display: none; }

  .location_map #map {
    height: 300px; }
  .location_map ul {
    flex-direction: column; }
    .location_map ul .deli {
      display: none; }
    .location_map ul li {
      margin: 15px 0; }
    .location_map ul span {
      font-size: 1.2rem; }

  .location_conven {
    margin: 50px 0; }
    .location_conven h2, .location_conven .h2 {
      font-size: 2rem; }
    .location_conven .text {
      flex-direction: column; }

  .location_train h2, .location_train .h2 {
    font-size: 2rem; }
  .location_train .flex {
    flex-direction: column;
    margin: 0; }
    .location_train .flex .text {
      margin: 15px 0 0; }

  .location_infra .col {
    flex-direction: column; }
  .location_infra .box, .location_infra .box1, .location_infra .box2 {
    width: 100%; }

  .architect_tradition {
    margin: 50px 0; }
    .architect_tradition h2, .architect_tradition .h2 {
      font-size: 2rem; }
    .architect_tradition .title {
      margin: 0; }
    .architect_tradition .flex .col:first-child picture {
      width: 100%;
      height: auto; }

  .architect_twoways {
    margin: 50px 0; }
    .architect_twoways h2, .architect_twoways .h2 {
      font-size: 2rem; }

  .architect_home .ah_title {
    flex-direction: column; }
    .architect_home .ah_title span {
      font-size: 1.5rem;
      margin-bottom: 5px; }
    .architect_home .ah_title p {
      font-size: 1.2rem; }
  .architect_home picture {
    margin: 30px 0; }
  .architect_home .ah_block {
    flex-direction: column-reverse; }
    .architect_home .ah_block .text {
      margin: 30px 0 0; }
    .architect_home .ah_block .list {
      width: 100%; }

  .architect_elements {
    margin: 50px 0; }
    .architect_elements .ae_block picture {
      height: auto; }

  .history_title picture:before {
    content: none; }

  .history_values h2, .history_values .h2 {
    font-size: 2rem;
    margin: 0 0 30px; }
  .history_values ul li {
    width: 100%; }
    .history_values ul li:first-child {
      display: none; }

  .history_guide .hg_block {
    flex-direction: column; }
    .history_guide .hg_block span {
      padding-left: 50px; }
    .history_guide .hg_block p {
      padding: 10px 0 10px 50px; }
    .history_guide .hg_block:first-of-type p:before {
      top: -30px; }

  .history_banner picture {
    height: auto;
    width: 100%; }

  .history_elements svg {
    display: none; }

  .history_conception {
    margin: 50px 0; }
    .history_conception h2, .history_conception .h2 {
      font-size: 2rem; }

  .infra_section-1 h2, .infra_section-1 .h2 {
    font-size: 1.4rem; }

  .frame_rows .col {
    margin: 0; }

  .functional_areas h2, .functional_areas .h2 {
    font-size: 2rem;
    margin-bottom: 15px; }
  .functional_areas h3, .functional_areas .h3 {
    margin-top: 20px; }
  .functional_areas .blocks {
    flex-direction: column;
    margin: 0; }
    .functional_areas .blocks .block {
      width: 100%; }

  .infra_section-2 h2, .infra_section-2 .h2 {
    font-size: 2rem; }
  .infra_section-2 .i1:before {
    right: 50px; }
  .infra_section-2 .flex {
    flex-direction: column; }
  .infra_section-2 .tags {
    margin-right: 0; }

  .balance h2, .balance .h2 {
    font-size: 2rem;
    margin-bottom: 15px; }
  .balance .flex {
    flex-direction: column; }

  .plan2d h2, .plan2d .h2, .plan3d h2, .plan3d .h2 {
    font-size: 2rem; }
  .plan2d .plan2d_carousel, .plan2d .plan3d_carousel, .plan3d .plan2d_carousel, .plan3d .plan3d_carousel {
    width: 100%; }

  .stage_page h1 {
    font-size: 2rem; }

  .period select {
    margin-left: 0; }

  .photo_report .small {
    width: calc(50% - 20px); }
  .photo_report .big {
    width: calc(100% - 20px); }

  .product_page_photos {
    height: auto;
    width: 100%; }

  .product_page_photos .ppp_carousel {
    height: auto;
    width: 100%; }

  .product_page_photos #fs_button {
    display: none; }

  .extra_tabs .tab_block {
    padding: 30px;
    text-align: center;
    width: 100%; }
    .extra_tabs .tab_block:nth-child(even) {
      background: rgba(125, 133, 150, 0.05); } }
@media screen and (max-width: 340px) {
  h1, .h1 {
    font-size: 2.5rem; }

  .product_page_title .ppt1 p {
    font-size: 1.5rem; }

  .more {
    align-items: center;
    display: flex;
    font-size: 12px;
    padding: 10px 5px; }

  .environs .col > h2, .environs .col > .h2 {
    font-size: 1.5rem; }

  .architect_elements h2, .architect_elements .h2 {
    font-size: 1.5rem; }
  .architect_elements .tags span {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 100%; } }

/*# sourceMappingURL=media.css.map */
@media  (max-width: 576px) {
    .ubermap .uber_content p br{
        display: block;
    } 
    .environs .env_item{
        width:100%;
         margin: 0;
         margin-bottom: 10px;
    }
    .environs .env_list{
        display: block;
        margin: 0;
    }

}
@media (max-width: 420px) {
    .environs .env_block {
        height: 230px;
    }
    .environs .env_item{
        height: auto;
    }
}
/* End */


/* Start:/local/templates/aool/assets/css/fancybox.css?175059392818873*/
.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,.carousel *:before,.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding:64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right:40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left:40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right:40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}

.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0,0,0,0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,.9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding:8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display:none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

/* End */


/* Start:/local/templates/aool/assets/js/slick/slick.css?17496265171776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/aool/assets/css/fonts.css?17496265162649 */
/* /local/templates/aool/assets/css/style.css?177493615385987 */
/* /local/templates/aool/assets/css/media.css?176863015224025 */
/* /local/templates/aool/assets/css/fancybox.css?175059392818873 */
/* /local/templates/aool/assets/js/slick/slick.css?17496265171776 */
