@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.eot);
  src: url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Gilroy-Thin;
  src: url(../fonts/gilroy-thin.eot);
  src: url(../fonts/gilroy-thin.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-thin.woff2) format("woff2"), url(../fonts/gilroy-thin.woff) format("woff"), url(../fonts/gilroy-thin.ttf) format("truetype"), url(../fonts/gilroy-thin.svg#gilroy-thin) format("svg")
}

@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/gilroy-medium.eot);
  src: url(../fonts/gilroy-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-medium.woff2) format("woff2"), url(../fonts/gilroy-medium.woff) format("woff"), url(../fonts/gilroy-medium.ttf) format("truetype"), url(../fonts/gilroy-medium.svg#gilroy-medium) format("svg")
}

@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/gilroy-bold.eot);
  src: url(../fonts/gilroy-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-bold.woff2) format("woff2"), url(../fonts/gilroy-bold.woff) format("woff"), url(../fonts/gilroy-bold.ttf) format("truetype"), url(../fonts/gilroy-bold.svg#gilroy-bold) format("svg")
}

@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.eot);
  src: url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Gilroy-Thin;
  src: url(../fonts/gilroy-thin.eot);
  src: url(../fonts/gilroy-thin.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-thin.woff2) format("woff2"), url(../fonts/gilroy-thin.woff) format("woff"), url(../fonts/gilroy-thin.ttf) format("truetype"), url(../fonts/gilroy-thin.svg#gilroy-thin) format("svg")
}

@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/gilroy-medium.eot);
  src: url(../fonts/gilroy-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-medium.woff2) format("woff2"), url(../fonts/gilroy-medium.woff) format("woff"), url(../fonts/gilroy-medium.ttf) format("truetype"), url(../fonts/gilroy-medium.svg#gilroy-medium) format("svg")
}

@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/gilroy-bold.eot);
  src: url(../fonts/gilroy-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-bold.woff2) format("woff2"), url(../fonts/gilroy-bold.woff) format("woff"), url(../fonts/gilroy-bold.ttf) format("truetype"), url(../fonts/gilroy-bold.svg#gilroy-bold) format("svg")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  padding: 0;
  margin: 0;
  font-family: Gilroy-Regular;
  font-style: normal;
  background: #f0e0ca;
  color: #004743
}

main {
  display: grid;
  grid-template: "aside article";
  width: 1200px;
  margin: auto
}

aside {
  width: 60px;
  grid-area: aside;
  border-right: 1px solid #004743;
  border-left: 1px solid #004743
}

article {
  grid-area: article;
  max-width: 1140px
}

.grid {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.grid-6-col {
  grid-template-columns: repeat(6, 1fr)
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #004743;
  border-right: 1px solid #004743
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  color: #004743;
  text-decoration: none
}

.authors-architecture__text-second h3,
button,
p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left
}

p {
  font-weight: 300
}

button {
  font-weight: 700;
  font-family: Gilroy-Bold;
  cursor: pointer;
  outline: 0
}

span {
  display: block
}

.text-mobile {
  display: none
}

.text-desktop {
  display: inherit
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.layouts h3,
h1,
h2 {
  color: #004743;
  font-family: Gilroy-Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: .02em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0
}

h2.small {
  font-family: Gilroy-Bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  position: relative
}

h2.small:after {
  content: url(../images/svg/arrow_gold.svg);
  position: absolute;
  display: block;
  top: 35%;
  width: 80px
}

.icons div {
  border-right: 1px solid #004743;
  border-top: 1px solid #004743;
  height: 239px;
  padding: 20px;
  display: grid;
  position: relative
}

.icons div img {
  display: block;
  margin: 20px auto auto 0;
  position: relative;
  max-width: 80px
}

.icons div img.icons__hover {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.icons div h3 {
  text-align: right;
  -ms-flex-item-align: end;
  align-self: end;
  margin: 0;
  font-family: Gilroy-Bold
}

.icons div:hover img {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.icons div:hover img.icons__hover {
  opacity: 1;
  visibility: visible;
  width: auto;
  position: relative
}

.icons div:hover h3 {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #f0e0ca
}

@media screen and (max-width:900px) {
  body {
    overflow-x: hidden
  }

  main {
    width: 100vw;
    grid-template: "atricle""aside"
  }

  article {
    width: 100%
  }

  section {
    max-width: 100vw
  }

  .text-mobile {
    display: inherit
  }

  .text-desktop {
    display: none
  }

  .container {
    border-right: none
  }

  .layouts h3,
  h1,
  h2 {
    font-size: 5.7vw;
    line-height: 119.134%;
    letter-spacing: .4px
  }

  h2.small {
    font-family: Gilroy-Medium;
    font-size: 3.4vw;
    line-height: 19.4px;
    letter-spacing: .25px
  }

  .authors-architecture__text-second h3,
  button,
  p {
    font-size: 3.7vw;
    line-height: 111%;
    letter-spacing: .074em;
    text-align: left
  }

  .icons {
    max-width: 100vw
  }

  .icons div h3 {
    font-size: 2.9vw
  }

  .icons div img {
    max-width: 50%
  }

  .icons div:hover h3,
  .icons div:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@media screen and (min-width:601px)and (max-width:900px)and (orientation:landscape) {

  .layouts h3,
  h1,
  h2 {
    font-size: 5vw
  }
}

.about .about__first {
  grid-template-areas: "h2 h2 h2 h2 h2 h2""img img img img p p";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 0 20px
}

.about .about__first h2 {
  grid-area: h2;
  text-align: left;
  color: #ebab40;
  padding: 0;
  height: 93px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #004743
}

.about .about__first h2 span {
  border-right: 1px solid #004743;
  position: relative;
  width: 338px;
  padding: 37px 65px;
  height: 93px
}

.about .about__first h2:after {
  left: 18.88%
}

.about .about__first img {
  grid-area: img;
  border-right: 1px solid #004743;
  width: 738px
}

.about .about__first p {
  grid-area: p;
  padding-top: 10px;
  position: relative
}

.about .about__first p:before {
  content: "";
  width: calc(100% + 20px);
  display: block;
  position: absolute;
  top: -14.6px;
  left: -28px
}

.about .about__icons {
  grid-template: repeat(2, 1fr)/repeat(4, 1fr);
  border: none
}

.about .about__icons div:nth-of-type(1):hover,
.about .about__icons div:nth-of-type(4):hover,
.about .about__icons div:nth-of-type(6):hover {
  background: #7867aa
}

.about .about__icons div:nth-of-type(2):hover,
.about .about__icons div:nth-of-type(7):hover {
  background: #ebab40
}

.about .about__icons div:nth-of-type(3):hover,
.about .about__icons div:nth-of-type(5):hover,
.about .about__icons div:nth-of-type(8):hover {
  background: #004743
}

@media screen and (max-width:900px) {
  .about .about__first {
    grid-template: "h2""img""p"
  }

  .about .about__first h2 {
    height: 7.4999625002vw;
    line-height: unset;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template: "spans after before";
    grid-template-columns: repeat(3, 1fr)
  }

  .about .about__first h2:before {
    content: "";
    display: block;
    width: 33.33vw;
    height: 100%;
    border-left: 1px solid #004743;
    grid-area: before
  }

  .about .about__first h2:after {
    content: "";
    grid-area: after;
    width: auto;
    height: 100%;
    position: static
  }

  .about .about__first h2 span {
    grid-area: spans;
    width: 30vw;
    height: 100%;
    padding: 0 0 0 22px;
    font-size: 3.4vw;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
  }

  .about .about__first h2 span:after {
    content: "";
    background: url(../images/svg/arrow_gold.svg) 0 59%/70% no-repeat;
    position: absolute;
    right: 0;
    display: block;
    width: 4.5vw;
    height: 100%
  }

  .about .about__first img {
    width: 100vw
  }

  .about .about__first p {
    padding: 20px 0 20px 22px;
    margin: 0
  }

  .about .about__first p:before {
    content: none
  }

  .about .about__icons div {
    width: 25vw;
    padding: 6px 5px;
    grid-template: "h3""img"
  }

  .about .about__icons div:hover h3 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .about .about__icons div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .about .about__icons div:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .about .about__icons div:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .about .about__icons div:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .about .about__icons div:nth-of-type(4):hover {
    background: #004743
  }

  .about .about__icons div:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .about .about__icons div:nth-of-type(5):hover {
    background: #7867aa
  }

  .about .about__icons div:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .about .about__icons div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .about .about__icons div:nth-of-type(7) img {
    margin: 0 10px 0 auto
  }

  .about .about__icons div:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .about .about__icons div h3 {
    grid-area: h3;
    align-self: start;
    text-align: left
  }

  .about .about__icons div img {
    max-width: 40%;
    grid-area: img;
    align-self: end;
    justify-self: end;
    margin: 0 0 0 auto
  }
}

.apartments .apartments__container {
  grid-template-areas: "div div div div slider slider";
  grid-template-columns: repeat(3, 1fr)
}

.apartments .apartments__container .apartments__div {
  grid-area: div;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.apartments .apartments__container .apartments__div p {
  color: #004743;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.apartments .apartments__container .apartments__div button {
  width: 170px;
  height: 48px;
  border: 1px solid #004743;
  font-family: Gilroy-Bold;
  color: #f0e0ca;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
  background: #7867aa;
  margin: auto 92px auto auto
}

.apartments .apartments__container .apartments__div button:hover {
  background: #ebab40
}

.apartments .apartments__container .apartments__slider {
  grid-area: slider;
  width: 395px;
  height: 508px;
  border-left: 1px solid #004743
}

.apartments .apartments__container .apartments__slider .swiper-slide img {
  width: 395px;
  height: 508px
}

@media screen and (max-width:900px) {
  .apartments .apartments__container {
    border-top: none;
    grid-template-areas: "slider""div";
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content
  }

  .apartments .apartments__container .apartments__div {
    display: grid;
    padding: 0 0 20px
  }

  .apartments .apartments__container .apartments__div h1,
  .apartments .apartments__container .apartments__div p {
    margin: 0;
    padding: 20px 0 0 22px
  }

  .apartments .apartments__container .apartments__div p {
    font-size: 3.7vw;
    line-height: 111%
  }

  .apartments .apartments__container .apartments__div button {
    margin: 20px 52px 0 auto;
    height: 9.7924010967vw;
    font-size: 14px;
    width: 36.231884058vw
  }

  .apartments .apartments__container .apartments__slider {
    width: 100vw;
    height: 56.2113546936vw;
    border-left: none
  }

  .apartments .apartments__container .apartments__slider .swiper-slide img {
    width: 100vw;
    height: 56.2113546936vw
  }
}

.aside .burger {
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  height: 100%
}

.aside .burger span {
  position: fixed;
  top: 345px;
  margin: 0 0 0 14px;
  width: 31px;
  background: #004743;
  height: 2px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}

.aside .burger span:after,
.aside .burger span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #004743
}

.aside .burger span:before {
  top: -5px
}

.aside .burger span:after {
  bottom: -5px
}

.aside .aside__nav {
  position: fixed;
  left: 0;
  top: 0;
  background: #7867aa;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  text-align: right;
  width: 430px;
  height: 100vh
}

.aside .aside__nav.visible {
  visibility: visible;
  opacity: 1;
  z-index: 200
}

.aside .aside__nav div {
  height: 100vh;
  width: 100%;
  padding: 22px 48px 22px 23px
}

.aside .aside__nav div img {
  display: block;
  margin: 0 auto 0 0;
  max-height: 82px
}

.aside .aside__nav div ul li a {
  color: #f0e0ca;
  font-family: Gilroy-Medium;
  font-size: 35px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  display: block;
  padding: 17.5px 0;
  -webkit-transition: .2s;
  transition: .2s
}

.aside .aside__nav div ul li:hover a {
  color: #004743;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.aside .aside__nav div ul:nth-of-type(2) {
  margin: 0 auto 20px 0;
  width: 124px;
  grid-template: "li li";
  grid-gap: 24px
}

.aside .aside__nav div ul.social li a:before {
  display: block;
  width: 50px;
  height: 80px
}

.aside .aside__nav div ul.social li:nth-of-type(1) a:before {
  content: url(../images/svg/tg.svg)
}

.aside .aside__nav div ul.social li:nth-of-type(1):hover a:before {
  content: url(../images/svg/tg-green.svg)
}

.aside .aside__nav div ul.social li:nth-of-type(2) a:before {
  content: url(../images/svg/whatsapp.svg)
}

.aside .aside__nav div ul.social li:nth-of-type(2):hover a:before {
  content: url(../images/svg/whatsapp-green.svg)
}

.aside .aside__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, .3);
  z-index: -100;
  cursor: pointer
}

.aside .aside__close.visible {
  z-index: 100;
  width: 100vw;
  height: 100vh
}

@media screen and (max-width:900px) {
  .aside {
    width: 0;
    border: none
  }

  .aside .burger {
    display: none
  }

  .aside .aside__nav {
    width: 100vw;
    height: 100vh
  }

  .aside .aside__nav div {
    padding: 60px 23px 22px
  }

  .aside .aside__nav div ul li a {
    font-size: 20px;
    line-height: 23.827px;
    letter-spacing: .4px;
    text-align: center;
    text-transform: uppercase
  }

  .aside .aside__nav div ul:nth-of-type(2) {
    margin: 0 auto
  }

  .aside .aside__close {
    background: 0 0;
    cursor: pointer;
    color: #f0e0ca;
    font-size: 14vw;
    right: 8%
  }

  .aside .aside__close.visible {
    width: 20px;
    height: 20px;
    z-index: 200
  }
}

@media screen and (min-width:601px)and (max-width:900px)and (orientation:landscape) {
  .aside .aside__nav div {
    overflow-y: scroll;
    padding: 100px 23px 22px
  }
}

.authors-architecture {
  height: 471px
}

.authors-architecture .authors-architecture__container {
  position: relative;
  height: 100%;
  border-top: 1px solid #004743;
  grid-template: "img-1 h2 p-2""img-1 p-1 h3""img-1 p-1 img-2";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: 32.7% 41.68% auto;
  grid-gap: 0
}

.authors-architecture .authors-architecture__container img:nth-of-type(1) {
  grid-area: img-1;
  width: 372px;
  height: 471px;
  max-width: unset;
  border-right: 1px solid #004743
}

.authors-architecture .authors-architecture__container img:nth-of-type(2) {
  grid-area: img-2;
  width: 216px;
  height: 202px;
  margin: 0 0 20px 17px
}

.authors-architecture .authors-architecture__container h2 {
  margin: 0;
  padding: 60px 30px 12px;
  grid-area: h2;
  width: 100%;
  height: 172px;
  border-bottom: 1px solid #004743;
  font-family: Gilroy-Bold;
  text-align: right;
  color: #f0e0ca;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: #ebab40
}

.authors-architecture .authors-architecture__container p:nth-of-type(1) {
  grid-area: p-1;
  padding: 25px 13px 30px 35px;
  margin: 0
}

.authors-architecture .authors-architecture__container p:nth-of-type(2) {
  grid-area: p-2;
  padding: 10px 40px 0 17px;
  margin: 0
}

.authors-architecture .authors-architecture__container h3 {
  grid-area: h3;
  margin: 0 0 15px 17px;
  font-size: 15px;
  font-family: Gilroy-Bold;
  line-height: 20px
}

.authors-architecture .authors-architecture__container:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #004743;
  top: 0;
  right: 291px
}

@media screen and (max-width:900px) {
  .authors-architecture {
    height: auto
  }

  .authors-architecture .authors-architecture__container {
    grid-template: "h2""img-1""p-1"
  }

  .authors-architecture .authors-architecture__container h2 {
    width: 100vw;
    background: 0 0;
    height: 88px;
    position: relative;
    padding: 26px 30% 26px 35%;
    color: #004743;
    text-align: left
  }

  .authors-architecture .authors-architecture__container h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: #ebab40;
    border-right: 1px solid #004743
  }

  .authors-architecture .authors-architecture__container img:nth-of-type(1) {
    width: 100vw;
    height: auto
  }

  .authors-architecture .authors-architecture__container img:nth-of-type(2) {
    display: none
  }

  .authors-architecture .authors-architecture__container p:nth-of-type(1) {
    padding: 19px 20px
  }

  .authors-architecture .authors-architecture__container h3,
  .authors-architecture .authors-architecture__container p:nth-of-type(2) {
    display: none
  }

  .authors-architecture .authors-architecture__container:after {
    content: none
  }
}

@media screen and (min-width:500px)and (max-width:600px)and (orientation:landscape) {
  .authors-architecture .authors-architecture__container h2 {
    padding: 1vw 30% 26px 35%
  }
}

@media screen and (min-width:601px)and (max-width:900px)and (orientation:landscape) {
  .authors-architecture .authors-architecture__container h2 {
    padding: .7vw 30% 26px 35%
  }
}

.back-to-top {
  width: 58px;
  height: 58px;
  border: 1px solid #7867aa;
  position: fixed;
  bottom: -28px;
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px 0;
  opacity: 0;
  z-index: 203
}

.back-to-top.active {
  opacity: .5
}

.back-to-top.active:hover {
  opacity: 1
}

.back-to-top svg {
  display: block;
  margin: auto
}

.back-to-top span {
  color: #7867aa;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: .14px
}

@media screen and (max-width:1200px) {
  .back-to-top {
    width: 45px;
    height: 45px
  }

  .back-to-top svg {
    height: 11px
  }

  .back-to-top span {
    margin: 1px auto 0;
    font-size: 11px
  }
}

@media screen and (max-width:900px) {
  .back-to-top {
    display: none
  }
}

.docs .docs__context {
  width: 759px;
  margin: 0 0 0 auto;
  border-left: 1px solid #004743;
  padding: 46px 0 51px 20px
}

.docs .docs__context h2 span {
  margin: 0 0 10px
}

.docs .docs__context h2:after {
  content: none
}

.docs .docs__context ul {
  grid-template-columns: repeat(2, 1fr);
  width: 375px
}

.docs .docs__context ul li a {
  display: block;
  width: 170px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #004743;
  padding-left: 23px;
  margin: 50px 0 0;
  -webkit-transition: .5s;
  transition: .5s
}

.docs .docs__context ul li a:hover {
  background: #7867aa;
  color: #f0e0ca
}

@media screen and (max-width:900px) {
  .docs .docs__context {
    width: 100vw;
    margin: 0;
    border-left: none
  }

  .docs .docs__context h2 {
    font-size: 3.5vw;
    line-height: 100%
  }

  .docs .docs__context h2 span {
    margin: 0
  }

  .docs .docs__context ul {
    width: 225px;
    margin-top: 14px;
    grid-gap: 25px
  }

  .docs .docs__context ul li a {
    font-size: 14px;
    line-height: 12px;
    width: 31.25vw;
    height: 9.0909090909vw;
    margin: 0
  }
}

@media screen and (max-width:320px) {
  .docs .docs__context ul li a {
    font-size: 4vw
  }
}

.footer .footer__container {
  grid-template: "h2 addr ul""cp cp cp";
  grid-template-columns: 50% 24.474% auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer .footer__container h2 {
  grid-area: h2;
  background: #ebab40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  border-right: 1px solid #004743;
  height: 136px;
  color: #f0e0ca
}

.footer .footer__container h2:after {
  content: url(../images/svg/arrow-f0e0ca.svg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 21.1%;
  left: 32%
}

.footer .footer__container .footer__location {
  grid-area: addr;
  padding: 22px 0 22px 27px;
  border-right: 1px solid #004743
}

.footer .footer__container .footer__location h3,
.footer .footer__container .footer__location p {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  margin: 0
}

.footer .footer__container .footer__location h3 {
  font-weight: 700;
  font-family: Gilroy-Bold
}

.footer .footer__container .footer__location p {
  font-family: Gilroy-Thin;
  font-weight: 700
}

.footer .footer__container ul li {
  height: 68px;
  padding: 23px 0 23px 36px
}

.footer .footer__container ul li:nth-of-type(1) {
  border-bottom: 1px solid #004743
}

.footer .footer__container ul li a {
  font-family: Gilroy-Bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

.footer .footer__container .footer__copyright {
  grid-area: cp;
  border-top: 1px solid #004743;
  font-family: Gilroy-Thin;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .05em;
  text-align: center;
  color: #004743;
  padding: 14px 0
}

@media screen and (max-width:900px) {
  .footer .footer__container {
    grid-template: "h2 addr""ul ul""cp cp";
    grid-template-columns: repeat(2, 50vw)
  }

  .footer .footer__container h2 {
    height: unset;
    display: grid;
    grid-template: "spans after";
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-template-columns: 90% 10%;
    grid-gap: 10px;
    padding: 0 14px 0 0
  }

  .footer .footer__container h2 span {
    grid-area: spans;
    text-align: right;
    margin: 0 0 11px
  }

  .footer .footer__container h2:after {
    content: "";
    background: url(../images/svg/arrow-f0e0ca.svg) 0 0/cover, 50% 50%/cover no-repeat;
    grid-area: after;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 0 12px
  }

  .footer .footer__container ul {
    display: grid;
    grid-template-columns: repeat(2, 50vw);
    border-top: 1px solid #004743;
    width: 100vw
  }

  .footer .footer__container ul li {
    height: 35px;
    padding: 0;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer .footer__container ul li:nth-of-type(1) {
    border-bottom: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer .footer__container ul li:nth-of-type(1) a {
    margin: auto auto auto 13px
  }

  .footer .footer__container ul li:nth-of-type(2) {
    border-right: 1px solid #004743;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .footer .footer__container ul li:nth-of-type(2) a {
    margin: auto 13px auto auto
  }

  .footer .footer__container ul li a {
    font-size: 2.9vw;
    line-height: 2.9vw;
    letter-spacing: .2px;
    display: block
  }

  .footer .footer__container .footer__location {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 13px;
    height: 100%;
    border-right: none
  }

  .footer .footer__container .footer__location h3,
  .footer .footer__container .footer__location p {
    font-size: 2.9vw;
    letter-spacing: .2px;
    line-height: 2.9vw
  }

  .footer .footer__container .footer__location h3 {
    -ms-flex-item-align: unset;
    align-self: unset
  }

  .footer .footer__container .footer__location p span {
    margin: 5px 0 auto;
    display: block
  }

  .footer .footer__container .footer__copyright {
    font-size: 2.9vw;
    line-height: 2.9vw;
    letter-spacing: .2px
  }
}

.header:before {
  content: "";
  display: block;
  margin: auto;
  padding: 0 0 0 60px;
  height: 48px;
  border-right: 1px solid #004743
}

.header .header__container {
  grid-template-areas: "nav nav img buy email""nav nav img buy tel";
  grid-template-columns: 170px 170px 403px 159px 236px;
  border-right: 1px solid #004743
}

.header .header__container .header__nav {
  grid-area: nav;
  padding: 0;
  margin: 0;
  min-width: 340px;
  height: 95px
}

.header .header__container .header__nav ul {
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  grid-gap: 0;
  height: 100%
}

.header .header__container .header__nav ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-right: 1px solid #004743;
  height: 100%
}

.header .header__container .header__nav ul li:nth-of-type(1),
.header .header__container .header__nav ul li:nth-of-type(2) {
  border-bottom: 1px solid #004743
}

.header .header__container .header__nav ul li:nth-of-type(1):hover,
.header .header__container .header__nav ul li:nth-of-type(4):hover {
  background: #ebab40
}

.header .header__container .header__nav ul li:nth-of-type(2):hover {
  background: #7867aa
}

.header .header__container .header__nav ul li:nth-of-type(3):hover {
  background: #004743
}

.header .header__container .header__nav ul li:hover a {
  color: #f0e0ca
}

.header .header__container .header__nav ul li a {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 23px;
  font-family: Gilroy-Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left
}

.header .header__container .header__img {
  grid-area: img;
  border-right: 1px solid #004743;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 405px
}

.header .header__container .header__img img {
  display: block;
  margin: auto;
  height: 90%
}

.header .header__container .header__buy {
  grid-area: buy;
  height: 100%;
  border-right: 1px solid #004743
}

.header .header__container .header__burger {
  display: none
}

.header .header__container .header__email,
.header .header__container .header__tel {
  width: 235px;
  height: 47.5px
}

.header .header__container .header__email a,
.header .header__container .header__tel a {
  font-family: Gilroy-Bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 23px
}

.header .header__container .header__email {
  grid-area: email;
  border-bottom: 1px solid #004743
}

.header .header__container .header__tel {
  grid-area: tel
}

@media screen and (max-width:900px) {
  .header {
    height: 10vw;
    max-width: 100vw;
    background: #f0e0ca;
    border-bottom: 1px solid #004743;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: hidden
  }

  .header:before {
    content: none
  }

  .header .header__container {
    height: 100%;
    grid-template: "tel img buy burger";
    grid-template-columns: 33.75vw 32.5vw repeat(2, 16.875vw);
    border-right: none
  }

  .header .header__container .header__tel {
    font-size: 2.9vw;
    width: 33.75vw;
    height: 100%;
    border-right: 1px solid #004743
  }

  .header .header__container .header__img {
    min-width: unset;
    max-width: 32.5vw;
    max-height: 10vw;
    border-right: 1px solid #004743
  }

  .header .header__container .header__img img {
    max-width: 28.8vw;
    max-height: 7.5vw;
    margin: 0 auto;
    padding: 0
  }

  .header .header__container .header__buy span {
    width: 100%;
    height: 100%;
    background: #7867aa;
    color: #f0e0ca;
    margin: 0 auto 0 0;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 2.9vw;
    line-height: 2.9vw;
    letter-spacing: .2px;
    cursor: pointer;
    outline: 0
  }

  .header .header__container .header__burger {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header .header__container .header__burger span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-transition: none;
    transition: none;
    z-index: 201;
    position: relative;
    display: block
  }

  .header .header__container .header__burger span:after,
  .header .header__container .header__burger span:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 2px
  }

  .header .header__container .header__burger span:before {
    top: 5px;
    border-top: 2px solid #ebab40;
    border-bottom: 2px solid #ebab40
  }

  .header .header__container .header__burger span:after {
    bottom: 5px;
    border-bottom: 2px solid #ebab40
  }

  .header .header__container .header__burger span.close {
    height: 0;
    border: none
  }

  .header .header__container .header__burger span.close:before {
    -webkit-transform: translate(-2px, -6px) rotate(45deg);
    -ms-transform: translate(-2px, -6px) rotate(45deg);
    transform: translate(-2px, -6px) rotate(45deg);
    border-bottom: none
  }

  .header .header__container .header__burger span.close:after {
    -webkit-transform: rotate(-45deg) translate(-5.8px, 3.3px);
    -ms-transform: rotate(-45deg) translate(-5.8px, 3.3px);
    transform: rotate(-45deg) translate(-5.8px, 3.3px)
  }

  .header .header__container .header__email,
  .header .header__container .header__nav {
    display: none
  }
}

.infrastructure .infrastructure__container {
  grid-template: "a b h2 h2""c d h2 h2"
}

.infrastructure .infrastructure__container .infrastructure__item.a {
  grid-area: a;
  border-top: none
}

.infrastructure .infrastructure__container .infrastructure__item.a:hover {
  background: #7867aa
}

.infrastructure .infrastructure__container .infrastructure__item.b {
  border-top: none;
  grid-area: b
}

.infrastructure .infrastructure__container .infrastructure__item.b:hover {
  background: #ebab40
}

.infrastructure .infrastructure__container .infrastructure__item.c {
  grid-area: c
}

.infrastructure .infrastructure__container .infrastructure__item.c:hover {
  background: #004743
}

.infrastructure .infrastructure__container .infrastructure__item.d {
  grid-area: d
}

.infrastructure .infrastructure__container .infrastructure__item.d:hover {
  background: #7867aa
}

.infrastructure .infrastructure__container h2 {
  grid-area: h2;
  background: #7867aa;
  color: #f0e0ca;
  padding: 25px 33px;
  height: 100%
}

@media screen and (max-width:900px) {
  .infrastructure .infrastructure__container {
    grid-template: "d a""b c"
  }

  .infrastructure .infrastructure__container h2 {
    display: none
  }

  .infrastructure .infrastructure__container div {
    width: 50vw
  }

  .infrastructure .infrastructure__container .infrastructure__item.a:hover {
    background: #ebab40
  }

  .infrastructure .infrastructure__container .infrastructure__item.b {
    border-top: 1px solid #004743
  }

  .infrastructure .infrastructure__container .infrastructure__item.b:hover {
    background: #004743
  }

  .infrastructure .infrastructure__container .infrastructure__item.c:hover {
    background: #7867aa
  }

  .infrastructure .infrastructure__container .infrastructure__item.d {
    border-top: none
  }
}

.investment-in-the-future .investment-in-the-future__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template: "h2-1 img h2-2""p-1 img p-2""p-1 img button";
  grid-template-columns: 381px 355px 404px
}

.investment-in-the-future .investment-in-the-future__container h2 {
  padding: 24px 22px
}

.investment-in-the-future .investment-in-the-future__container h2:first-of-type {
  grid-area: h2-1
}

.investment-in-the-future .investment-in-the-future__container h2:last-of-type {
  grid-area: h2-2
}

.investment-in-the-future .investment-in-the-future__container img {
  grid-area: img;
  max-width: unset;
  width: 355px;
  height: 474px;
  border-right: 1px solid #004743;
  border-left: 1px solid #004743
}

.investment-in-the-future .investment-in-the-future__container p {
  padding: 0 22px;
  -ms-flex-item-align: end;
  align-self: end
}

.investment-in-the-future .investment-in-the-future__container p:first-of-type {
  grid-area: p-1
}

.investment-in-the-future .investment-in-the-future__container p:last-of-type {
  grid-area: p-2;
  margin: 0 0 -34px
}

.investment-in-the-future .investment-in-the-future__container button {
  grid-area: button;
  height: 60px;
  border: none;
  border-top: 1px solid #004743;
  background: 0 0;
  outline: 0;
  text-align: center;
  color: #004743;
  align-self: end
}

.investment-in-the-future .investment-in-the-future__container button:hover {
  background: #004743;
  color: #f0e0ca
}

@media screen and (max-width:900px) {
  .investment-in-the-future .investment-in-the-future__container {
    grid-template: "h2-1""p-1""h2-2""p-2""button"
  }

  .investment-in-the-future .investment-in-the-future__container img {
    display: none
  }

  .investment-in-the-future .investment-in-the-future__container h2 {
    color: #f0e0ca;
    border-bottom: 1px solid #004743;
    position: relative;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    width: 100vw
  }

  .investment-in-the-future .investment-in-the-future__container h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 65%;
    z-index: 0
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(1) {
    text-align: right
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(1):before {
    background: #7867aa;
    left: 35%;
    border-left: 1px solid #004743
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(1) span:nth-of-type(1) {
    margin: 14px 32px 0 auto
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(1) span:nth-of-type(2) {
    margin: 0 32px 14px auto
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(2) {
    margin: 0 0 20px;
    border-top: 1px solid #004743
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(2):before {
    background: #004743;
    left: 0
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(2) span:nth-of-type(1) {
    margin: 14px auto 0 32px
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(2) span:nth-of-type(2) {
    margin: 0 auto 14px 32px
  }

  .investment-in-the-future .investment-in-the-future__container h2 span {
    width: 65%;
    position: relative;
    z-index: 1
  }

  .investment-in-the-future .investment-in-the-future__container p:last-of-type {
    margin: 0 0 20px
  }

  .investment-in-the-future .investment-in-the-future__container button {
    height: 40px;
    padding: 0
  }

  .investment-in-the-future .investment-in-the-future__container button:hover {
    background: 0 0
  }

  .investment-in-the-future .investment-in-the-future__container button span {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #004743;
    color: #f0e0ca;
    height: 100%;
    width: 36.231884058vw;
    text-align: center;
    margin: 0 27px 0 auto;
    border: 1px solid #004743
  }
}

@media screen and (min-width:601px)and (max-width:900px)and (orientation:landscape) {
  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(1) span:nth-of-type(1) {
    margin: 5px 32px 0 auto
  }

  .investment-in-the-future .investment-in-the-future__container h2:nth-of-type(2) span:nth-of-type(1) {
    margin: 5px auto 0 32px
  }
}

.layouts .layouts__container {
  grid-template: "h2 h2""h3 nav""h3 nav""p nav";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: auto 759px;
  grid-gap: 0
}

.layouts .layouts__container h2.small {
  border-bottom: 1px solid #004743;
  grid-area: h2;
  height: 91px;
  padding: 36px 140px 36px 0;
  position: relative;
  text-align: center;
  color: #ebab40
}

.layouts .layouts__container h2.small:before {
  content: "";
  position: absolute;
  display: block;
  width: 758px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #004743
}

.layouts .layouts__container h2.small:after {
  right: 43%
}

.layouts .layouts__container h3 {
  grid-area: h3;
  margin: 20px auto auto 23px
}

.layouts .layouts__container .layouts__mobile {
  display: none
}

.layouts .layouts__container p {
  grid-area: p;
  padding: 0 0 0 23px;
  align-self: flex-end
}

.layouts .layouts__container .layouts__nav {
  grid-area: nav
}

.layouts .layouts__container .layouts__nav ul {
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #004743
}

.layouts .layouts__container .layouts__nav ul li {
  border-left: 1px solid #004743;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  height: 100%
}

.layouts .layouts__container .layouts__nav ul li h4 {
  font-family: Gilroy-Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  height: 100%
}

.layouts .layouts__container .layouts__nav ul li.active h4,
.layouts .layouts__container .layouts__nav ul li:hover h4 {
  color: #f0e0ca
}

.layouts .layouts__container .layouts__nav ul li:nth-of-type(1).active,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(1):hover,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(4).active,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(4):hover {
  background: #7867aa
}

.layouts .layouts__container .layouts__nav ul li:nth-of-type(2).active,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(2):hover,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(5).active,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(5):hover {
  background: #ebab40
}

.layouts .layouts__container .layouts__nav ul li:nth-of-type(3).active,
.layouts .layouts__container .layouts__nav ul li:nth-of-type(3):hover {
  background: #004743
}

.layouts .layouts__container .layouts__nav .layouts__nav__arrow {
  display: none
}

.layouts .layouts__container .layouts__nav .layouts__item {
  position: absolute;
  height: 470px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  border-left: 1px solid #004743;
  padding: 40px 23px
}

.layouts .layouts__container .layouts__nav .layouts__item.visible {
  position: relative;
  visibility: visible;
  opacity: 1
}

.layouts .layouts__container .layouts__nav .layouts__item.visible img {
  width: auto;
  height: 315px;
  background-blend-mode: luminosity
}

.layouts .layouts__container .layouts__nav .layouts__item.visible h5 {
  font-size: 25px
}

.layouts .layouts__container .layouts__nav .layouts__item.visible p {
  font-size: 15px
}

.layouts .layouts__container .layouts__nav .layouts__item .layouts__item__img {
  width: 715px;
  height: 315px;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #f0e0ca;
  background-size: contain
}

.layouts .layouts__container .layouts__nav .layouts__item[data-div=basic] .layouts__item__img {
  background-image: url(../images/Layouts_id_Polytech_Basic.webp)
}

.layouts .layouts__container .layouts__nav .layouts__item[data-div=standard] .layouts__item__img {
  background-image: url(../images/Layouts_id_Polytech_Standard.webp)
}

.layouts .layouts__container .layouts__nav .layouts__item[data-div=standard-plus] .layouts__item__img {
  background-image: url(../images/Layouts_id_Polytech_Standard_Plus.webp)
}

.layouts .layouts__container .layouts__nav .layouts__item[data-div=superior] .layouts__item__img {
  background-image: url(../images/Layouts_id_Polytech_Superior.webp)
}

.layouts .layouts__container .layouts__nav .layouts__item[data-div=exclusive] .layouts__item__img {
  background-image: url(../images/Layouts_id_Polytech_Exclusive.webp)
}

.layouts .layouts__container .layouts__nav .layouts__item img {
  display: block;
  margin: auto;
  width: 0
}

.layouts .layouts__container .layouts__nav .layouts__item h5 {
  font-family: Gilroy-Bold;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: right;
  padding: 0;
  margin: 10px 0;
  font-size: 0
}

.layouts .layouts__container .layouts__nav .layouts__item p {
  text-align: right;
  margin: 0;
  font-size: 0
}

@media screen and (max-width:900px) {
  .layouts .layouts__container {
    grid-template: "mob h2"" mob h3""p p""nav nav";
    grid-template-columns: 33.3333333333vw auto
  }

  .layouts .layouts__container h2.small {
    padding: 13px 10px 12px 11px;
    width: 66.6666666667vw;
    height: 10.9409190372vw;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    grid-template: "spans after";
    grid-template-columns: 40% 60%
  }

  .layouts .layouts__container h2.small:before {
    content: none
  }

  .layouts .layouts__container h2.small span {
    grid-area: spans
  }

  .layouts .layouts__container h2.small:after {
    content: "";
    background: url(../images/svg/arrow_gold.svg) 0 50%/70% no-repeat;
    position: static;
    grid-area: after;
    width: 5vw;
    height: 20px
  }

  .layouts .layouts__container .layouts__mobile {
    display: block;
    grid-area: mob;
    background: #7867aa;
    width: 33.3333333333vw;
    height: 41.6666666667vw;
    position: relative;
    border-right: 1px solid #004743
  }

  .layouts .layouts__container .layouts__mobile:after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #004743
  }

  .layouts .layouts__container p {
    padding: 20px 8px 20px 22px
  }

  .layouts .layouts__container .layouts__nav {
    position: relative;
    border-top: 1px solid #004743;
    background-color: #fff;
    width: 100vw
  }

  .layouts .layouts__container .layouts__nav nav {
    display: none
  }

  .layouts .layouts__container .layouts__nav .layouts__nav__arrow {
    display: grid;
    grid-template-columns: repeat(2, 15px);
    grid-gap: 20px;
    list-style-type: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5
  }

  .layouts .layouts__container .layouts__nav .layouts__nav__arrow li {
    cursor: pointer;
    width: 15px;
    height: 8px
  }

  .layouts .layouts__container .layouts__nav .layouts__nav__arrow li:nth-of-type(1):before {
    content: url(../images/svg/arrow_prev.svg)
  }

  .layouts .layouts__container .layouts__nav .layouts__nav__arrow li:nth-of-type(2):before {
    content: url(../images/svg/arrow_next.svg)
  }

  .layouts .layouts__container .layouts__nav .layouts__item {
    position: static;
    visibility: visible;
    opacity: 1;
    border-left: none;
    padding: 20px 23px;
    height: auto;
    display: grid;
    grid-template: "h5""p""div";
    background: #fff
  }

  .layouts .layouts__container .layouts__nav .layouts__item .layouts__item__img {
    grid-area: div;
    width: 83vw;
    height: 70vw;
    margin: auto;
    background-color: unset
  }

  .layouts .layouts__container .layouts__nav .layouts__item h5 {
    grid-area: h5;
    text-align: left;
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #7867aa;
    font-family: Gilroy-Medium
  }

  .layouts .layouts__container .layouts__nav .layouts__item p {
    grid-area: p;
    text-align: left;
    margin: 0 0 25px;
    padding: 0
  }

  .layouts .layouts__container .layouts__nav .layouts__item.visible p {
    font-size: 3.7vw
  }
}

.lobby .lobby__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  grid-template: "h2 h2""p slider";
  grid-template-columns: 372px 768px
}

.lobby .lobby__container h2 {
  grid-area: h2;
  border-bottom: 1px solid #004743;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  position: relative;
  padding: 0 0 0 23px
}

.lobby .lobby__container h2:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #004743;
  position: absolute;
  top: 0;
  left: 60%
}

.lobby .lobby__container p {
  grid-area: p;
  padding: 0 0 0 23px
}

.lobby .lobby__container .lobby__slider {
  grid-area: slider;
  border-left: 1px solid #004743;
  width: 768px;
  height: 541px
}

.lobby .lobby__container .lobby__slider .swiper-slide img {
  width: 768px;
  height: 541px;
  justify-self: end
}

@media screen and (max-width:900px) {
  .lobby .lobby__container {
    grid-template: "h2""slider""p";
    grid-template-columns: auto
  }

  .lobby .lobby__container h2 {
    height: 13.7551581843vw;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .lobby .lobby__container h2:after {
    content: none
  }

  .lobby .lobby__container p {
    padding: 0 20px 4px
  }

  .lobby .lobby__container p span {
    display: inline
  }

  .lobby .lobby__container .lobby__slider {
    width: 100vw;
    height: auto;
    border-left: none
  }

  .lobby .lobby__container .lobby__slider .swiper-slide img {
    width: 100vw;
    height: 56.2746201463vw
  }
}

.location .location__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template: "h2 h2""h3 img""text img""text ul-times";
  grid-template-columns: auto 569px;
  position: relative
}

.location .location__container h2.small {
  grid-area: h2;
  text-align: center;
  height: 90px;
  margin: 0;
  padding: 35px 100px 0 0;
  position: relative;
  color: #7867aa;
  border-bottom: 1px solid #004743
}

.location .location__container h2.small:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #004743;
  position: absolute;
  top: 0;
  left: 376px
}

.location .location__container h2.small:after {
  content: url(../images/svg/arrow-violet.svg);
  right: 40%
}

.location .location__container h3 {
  grid-area: h3;
  font-family: Gilroy-Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: .02em;
  text-align: left;
  color: #f0e0ca;
  background: #004743;
  padding: 40px 23px;
  margin: 0;
  width: 377px;
  text-transform: uppercase;
  position: relative;
  border-right: 1px solid #004743
}

.location .location__container h3:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 571px;
  left: 0;
  bottom: 0;
  background: #004743
}

.location .location__container p.location__text {
  grid-area: text;
  width: 90%;
  margin: 53px auto auto 23px
}

.location .location__container img {
  grid-area: img;
  border-left: 1px solid #004743;
  height: 524px
}

.location .location__container .location__times {
  grid-area: ul-times;
  position: relative;
  z-index: 1
}

.location .location__container .location__times li {
  display: grid;
  grid-template-columns: 274px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 107px;
  border-bottom: 1px solid #004743;
  border-left: 1px solid #004743;
  -webkit-transition: .05s ease-in-out;
  transition: .05s ease-in-out
}

.location .location__container .location__times li:hover {
  color: #f0e0ca
}

.location .location__container .location__times li:first-of-type {
  border-top: 1px solid #004743
}

.location .location__container .location__times li:first-of-type:hover {
  background: #ebab40
}

.location .location__container .location__times li:nth-of-type(2):hover {
  background: #004743
}

.location .location__container .location__times li:last-of-type {
  border-bottom: none
}

.location .location__container .location__times li:last-of-type:hover {
  background: #7867aa
}

.location .location__container .location__times li:last-of-type p {
  width: 90%
}

.location .location__container .location__times li h4 {
  font-family: Gilroy-Medium;
  justify-self: end;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: .02em;
  text-align: center;
  margin: 0;
  padding: 0 34px 0 0
}

.location .location__container .location__clues {
  position: absolute;
  top: 90px;
  left: 570px;
  height: 524px;
  width: 570px
}

.location .location__container .location__clues .location__clues__coords {
  height: 100%
}

.location .location__container .location__clues .location__clues__coords li {
  cursor: pointer;
  width: 20px;
  height: 40px;
  position: absolute
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(1) {
  top: 84px;
  left: 83px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(2) {
  top: 82px;
  right: 61px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(3) {
  top: 95px;
  left: 188px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(4) {
  top: 140px;
  left: 347px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(5) {
  top: 192px;
  left: 297px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(6) {
  top: 210px;
  left: 162px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(7) {
  top: 215px;
  left: 328px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(8) {
  top: 251px;
  left: 213px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(9) {
  top: 282px;
  left: 317px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(10) {
  top: 336px;
  left: 362px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(11) {
  top: 362px;
  left: 265.7px
}

.location .location__container .location__clues .location__clues__coords li:nth-of-type(12) {
  top: 365px;
  left: 336px
}

.location .location__container .location__clues .location__clues__items {
  height: 100%
}

.location .location__container .location__clues .location__clues__items li {
  position: absolute;
  display: grid;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  padding: 12px 15px;
  font-family: Gilroy-Bold;
  color: #f0e0ca;
  border-radius: 1px;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  -webkit-transition: .3s;
  transition: .3s
}

.location .location__container .location__clues .location__clues__items li.visible {
  visibility: visible;
  opacity: 1
}

.location .location__container .location__clues .location__clues__items li.violet {
  background: rgba(120, 103, 170, .5)
}

.location .location__container .location__clues .location__clues__items li.green {
  background: rgba(0, 71, 67, .5)
}

.location .location__container .location__clues .location__clues__items li.gold {
  background: rgba(235, 171, 64, .5)
}

.location .location__container .location__clues .location__clues__items li.pink {
  background: rgba(221, 152, 131, .5)
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(1) {
  top: 25px;
  left: 90px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(2) {
  top: 25px;
  right: 20px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(3) {
  top: 35px;
  left: 90px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(4) {
  top: 80px;
  right: 105px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(5) {
  top: 138px;
  right: 155px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(6) {
  top: 158px;
  left: 81px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(7) {
  top: 158px;
  right: 80px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(8) {
  top: 193px;
  left: 107px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(9) {
  top: 222px;
  right: 121px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(10) {
  bottom: 190px;
  right: 124px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(11) {
  bottom: 160px;
  left: 140px
}

.location .location__container .location__clues .location__clues__items li:nth-of-type(12) {
  bottom: 153px;
  right: 110px
}

@media screen and (max-width:900px) {
  .location .location__container {
    grid-template: "h2""h3""text""img""ul-times"
  }

  .location .location__container h2.small {
    height: 10.9409190372vw;
    padding: 0;
    display: grid;
    grid-template: "before spans";
    grid-template-columns: 33vw 45vw
  }

  .location .location__container h2.small:before {
    position: static;
    width: 33vw;
    background: 0 0;
    border-right: 1px solid #004743;
    grid-area: before
  }

  .location .location__container h2.small:after {
    content: none
  }

  .location .location__container h2.small span {
    padding: 10px;
    margin: 0 5px 0 16vw;
    grid-area: spans;
    position: relative
  }

  .location .location__container h2.small span:after {
    position: absolute;
    top: 12px;
    right: -20px;
    content: "";
    background: url(../images/svg/arrow-violet.svg) 0 36%/80% no-repeat;
    width: 3vw;
    padding: 10px 0;
    margin: 0
  }

  .location .location__container h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .4px;
    width: 75.1879699248vw;
    margin: 0 auto 0 0;
    padding: 35px 0 20px 22px
  }

  .location .location__container h3:after {
    width: 100vw
  }

  .location .location__container img {
    height: auto;
    width: 100vw;
    border-left: none
  }

  .location .location__container p.location__text {
    padding: 15px 0 15px 20px;
    width: 100vw;
    margin: 0;
    border-bottom: 1px solid #004743
  }

  .location .location__container .location__times li {
    grid-template: "h4""p";
    height: 25.9403372244vw;
    border-left: none
  }

  .location .location__container .location__times li h4 {
    font-family: Gilroy-Bold;
    text-align: right;
    grid-area: h4;
    font-size: 7vw;
    line-height: 23.827px;
    letter-spacing: .6px;
    margin: 11px 15px 8px auto
  }

  .location .location__container .location__times li p {
    grid-area: p;
    margin: auto auto 6px 20px
  }

  .location .location__container .location__clues {
    width: 100vw;
    left: 0;
    display: none
  }
}

@media screen and (max-width:320px) {
  .location .location__container h3 {
    font-size: 7vw
  }
}

.news h2 {
  color: #f0e0ca;
  height: 78px;
  border-bottom: 1px solid #004743
}

.news h2 span {
  background: #004743;
  width: 50%;
  height: 100%;
  margin: 0 auto 0 0;
  padding: 12px 0 0 21px
}

.news .news__navigation__mobile {
  display: none
}

.news .news__slider {
  max-width: 1140px
}

.news .news__slider .news__item {
  padding: 34px 36px;
  position: relative;
  height: 318px;
  width: 515px
}

.news .news__slider .news__item:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #004743;
  top: 20px;
  left: 20px
}

.news .news__slider .news__item .news__tag {
  text-align: center;
  width: 139px;
  height: 44px;
  border: 1px solid #004743;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 13px 15px auto;
  font-family: Gilroy-Bold;
  font-weight: 700
}

.news .news__slider .news__item .news__tag.progress {
  background: #fff;
  color: #004743
}

.news .news__slider .news__item .news__tag.sale {
  background: #ebab40;
  color: #f0e0ca
}

.news .news__slider .news__item .news__tag.insight {
  background: #7867aa;
  color: #f0e0ca
}

.news .news__slider .news__item .news__tag.update {
  background: #004743;
  color: #f0e0ca
}

.news .news__slider .news__item .news__data,
.news .news__slider .news__item p {
  color: #000
}

.news .news__slider .news__item p {
  width: 93%;
  margin: 0 auto 0 0
}

.news .news__slider .news__item .news__data {
  text-align: left;
  font-family: Gilroy-Bold;
  font-weight: 700;
  position: absolute;
  bottom: 36px
}

.news .news__slider .swiper-scrollbar {
  display: none
}

@media screen and (max-width:900px) {
  .news h2 {
    height: 26.8817204301vw
  }

  .news h2 span {
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 20px 22px
  }

  .news .news__navigation__mobile {
    display: grid;
    grid-template-columns: 50vw repeat(2, 25vw);
    width: 100vw;
    height: 12.1951219512vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #004743
  }

  .news .news__navigation__mobile li {
    cursor: pointer;
    justify-self: center
  }

  .news .news__navigation__mobile li:nth-of-type(1) {
    cursor: default;
    border-right: 1px solid #004743;
    width: 50vw;
    height: 100%
  }

  .news .news__slider {
    max-width: 100vw
  }

  .news .news__slider .news__item {
    width: 100vw;
    padding: 21px;
    height: auto;
    display: grid
  }

  .news .news__slider .news__item:before {
    content: none
  }

  .news .news__slider .news__item .news__tag {
    width: 33.33vw;
    height: 10vw;
    margin: 0 auto 39px 0;
    font-size: 14px;
    letter-spacing: .2px;
    -ms-flex-item-align: start;
    align-self: start
  }

  .news .news__slider .news__item .news__data {
    text-align: right;
    position: static;
    -ms-flex-item-align: end;
    align-self: end
  }
}

.start-of-sales .start-of-sales__container {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template: "h3 h2 img""h3 ul img""h3 form img""p form img";
  grid-template-columns: 381px auto auto
}

.start-of-sales .start-of-sales__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 79px;
  left: 381px;
  width: 1px;
  height: calc(100% - 79px);
  background: #004743
}

.start-of-sales .start-of-sales__container h2 {
  grid-area: h2;
  color: #f0e0ca;
  height: 79px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #004743;
  position: relative
}

.start-of-sales .start-of-sales__container h2 span {
  background: #ebab40;
  width: 100%;
  height: 100%;
  padding: 19px 0;
  border-left: 1px solid #004743;
  margin: 0
}

.start-of-sales .start-of-sales__container h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 381px;
  height: 1px;
  background: #004743;
  left: -381px;
  bottom: -1px
}

.start-of-sales .start-of-sales__container h3 {
  grid-area: h3;
  font-family: Gilroy-Bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 107px 23px 0;
  width: 381px;
  height: 100%;
  position: relative
}

.start-of-sales .start-of-sales__container p {
  grid-area: p;
  align-self: flex-end;
  margin: 0 0 25px 23px
}

.start-of-sales .start-of-sales__container ul {
  grid-template-columns: repeat(3, 1fr);
  grid-area: ul;
  padding: 0 25px;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:500px) {
  .start-of-sales .start-of-sales__container ul {
    display: none;
  }
}

.start-of-sales .start-of-sales__container ul li {
  position: relative;
  font-size: 90px;
  color: #f0e0ca;
  -webkit-text-stroke: 2px #004743;
  padding: 0;
  text-align: right;
  margin: 0 auto
}

.start-of-sales .start-of-sales__container ul li:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  -webkit-text-stroke: #f0e0ca;
  color: #004743;
  font-family: Gilroy-Bold;
  font-weight: 500
}

.start-of-sales .start-of-sales__container ul li:not(:last-child)::after {
  content: ":";
  display: block;
  position: absolute;
  top: 11%;
  right: -23%;
  font-size: 56px;
  -webkit-text-stroke: 1px #004743;
  color: #f0e0ca
}

.start-of-sales .start-of-sales__container ul li.green:after {
  color: #004743
}

.start-of-sales .start-of-sales__container ul.green li:not(:last-child)::after {
  content: ":";
  color: #004743;
  -webkit-text-stroke: 1px #f0e0ca
}

.start-of-sales .start-of-sales__container form {
  grid-area: form;
  text-align: center;
  padding: 0 25px
}

.start-of-sales .start-of-sales__container form input {
  background: rgba(235, 171, 64, .4);
  border: none;
  outline: 0;
  width: 340px;
  height: 53px;
  margin: 0 0 17px;
  padding: 17px 33px;
  color: #f0e0ca
}

.start-of-sales .start-of-sales__container form input::-webkit-input-placeholder {
  color: #fff;
  font-family: Gilroy-Medium;
  font-weight: 300
}

.start-of-sales .start-of-sales__container form input::-moz-placeholder {
  color: #fff;
  font-family: Gilroy-Medium;
  font-weight: 300
}

.start-of-sales .start-of-sales__container form input:-ms-input-placeholder {
  color: #fff;
  font-family: Gilroy-Medium;
  font-weight: 300
}

.start-of-sales .start-of-sales__container form input::-ms-input-placeholder {
  color: #fff;
  font-family: Gilroy-Medium;
  font-weight: 300
}

.start-of-sales .start-of-sales__container form input::placeholder {
  color: #fff;
  font-family: Gilroy-Medium;
  font-weight: 300
}

.start-of-sales .start-of-sales__container form button {
  width: 216px;
  height: 48px;
  background: 0 0;
  border: 1px solid #004743;
  outline: 0;
  text-align: center;
  color: #004743;
  margin: 31px 39px auto auto;
  display: block
}

.start-of-sales .start-of-sales__container form button:hover {
  background: #ebab40;
  color: #f0e0ca
}

.start-of-sales .start-of-sales__container img {
  grid-area: img;
  border-left: 1px solid #004743;
  width: 290px;
  height: 510px;
  max-width: unset
}

@media screen and (max-width:900px) {
  .start-of-sales .start-of-sales__container {
    grid-template: "h2 img""h3 img""p img""ul ul""form form";
    grid-template-columns: repeat(2, 50vw)
  }

  .start-of-sales .start-of-sales__container:before {
    content: none
  }

  .start-of-sales .start-of-sales__container h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    height: auto
  }

  .start-of-sales .start-of-sales__container h2 span:nth-of-type(1) {
    padding: 15px 0 0 23px
  }

  .start-of-sales .start-of-sales__container h2 span:nth-of-type(2) {
    padding: 0 0 15px 23px
  }

  .start-of-sales .start-of-sales__container h2:after {
    left: 0;
    width: 100%
  }

  .start-of-sales .start-of-sales__container img {
    width: 50vw;
    height: 67vw
  }

  .start-of-sales .start-of-sales__container h3 {
    font-size: 2.9vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    letter-spacing: .2px;
    margin: -10px 18px auto 24px;
    padding: 0;
    width: 50vw
  }

  .start-of-sales .start-of-sales__container h3 span {
    margin: 0;
    padding: 0
  }

  .start-of-sales .start-of-sales__container p {
    font-size: 5px;
    line-height: 12px;
    letter-spacing: .25px;
    margin: 0 0 5px 23px
  }

  .start-of-sales .start-of-sales__container ul {
    border-top: 1px solid #004743;
    border-bottom: 1px solid #004743;
    padding: 23px
  }

  .start-of-sales .start-of-sales__container ul li {
    font-size: 80px
  }

  .start-of-sales .start-of-sales__container form {
    margin: 40px auto
  }

  .start-of-sales .start-of-sales__container form button,
  .start-of-sales .start-of-sales__container form input {
    width: 74%
  }

  .start-of-sales .start-of-sales__container form input {
    margin: 0 auto 8px
  }

  .start-of-sales .start-of-sales__container form input::-webkit-input-placeholder {
    font-size: 2.9vw
  }

  .start-of-sales .start-of-sales__container form input::-moz-placeholder {
    font-size: 2.9vw
  }

  .start-of-sales .start-of-sales__container form input:-ms-input-placeholder {
    font-size: 2.9vw
  }

  .start-of-sales .start-of-sales__container form input::-ms-input-placeholder {
    font-size: 2.9vw
  }

  .start-of-sales .start-of-sales__container form input::placeholder {
    font-size: 2.9vw
  }

  .start-of-sales .start-of-sales__container form input:nth-of-type(2) {
    margin: 0 auto
  }

  .start-of-sales .start-of-sales__container form button {
    font-size: 2.9vw;
    margin: 20px auto 0;
    color: #f0e0ca;
    background: #7867aa
  }
}

@media screen and (max-width:320px) {
  .start-of-sales .start-of-sales__container ul li {
    font-size: 70px
  }
}

.worry-free-repair .worry-free-repair__container {
  grid-template: "img1 h2 h2""img1 p img2";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 0;
  grid-template-columns: 381px auto auto
}

.worry-free-repair .worry-free-repair__container img {
  max-width: unset
}

.worry-free-repair .worry-free-repair__container img:first-of-type {
  grid-area: img1;
  border-right: 1px solid #004743;
  width: 381px;
  height: 475px
}

.worry-free-repair .worry-free-repair__container img:last-of-type {
  grid-area: img2;
  border-left: 1px solid #004743;
  width: 288px;
  height: 295px;
  justify-self: end
}

.worry-free-repair .worry-free-repair__container h2 {
  color: #f0e0ca;
  background: #004743;
  grid-area: h2;
  position: relative;
  padding: 63px 0 16px;
  border-bottom: 1px solid #004743
}

.worry-free-repair .worry-free-repair__container h2:after {
  content: "";
  display: block;
  background: #f0e0ca;
  width: 37.9%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.worry-free-repair .worry-free-repair__container h2 span {
  width: 469px;
  text-align: right;
  background: #004743;
  padding: 0 28px
}

.worry-free-repair .worry-free-repair__container p {
  padding: 24px 40px 13px 26px;
  grid-area: p;
  margin: 0
}

@media screen and (max-width:900px) {
  .worry-free-repair .worry-free-repair__container {
    grid-template: "h2 img2""p p""img1 img1";
    grid-template-columns: repeat(2, 1fr)
  }

  .worry-free-repair .worry-free-repair__container h2 {
    width: 50vw;
    padding: 58px 19px 15px 22px;
    border-right: 1px solid #004743;
    border-bottom: 1px solid #004743
  }

  .worry-free-repair .worry-free-repair__container h2 span {
    width: 100%;
    padding: 0;
    text-align: left
  }

  .worry-free-repair .worry-free-repair__container h2:after {
    content: none
  }

  .worry-free-repair .worry-free-repair__container img:first-of-type {
    width: 100vw;
    height: auto
  }

  .worry-free-repair .worry-free-repair__container img:last-of-type {
    width: 50vw;
    border-left: 1px solid #004743;
    border-bottom: 1px solid #004743
  }

  .worry-free-repair .worry-free-repair__container p {
    padding: 20px
  }
}

/*# sourceMappingURL=../soursemaps/style.min.css.map */


@media screen and (max-width: 900px) {
  .about .about__first h2 span:after {
    background-position: center;
    background-size: contain;
    right: 2.5vw;
    width: 2.5vw;
    top: 1px;
  }

  .location .location__container h2.small span:after {
    background-position: center;
    background-size: contain;
    right: -5vw;
    top: 11px;
    width: 2.5vw;
  }

  .layouts .layouts__container h2.small:after {
    background-position: center;
    background-size: contain;
    width: 2.5vw;
  }

  .worry-free-repair .worry-free-repair__container {
    align-items: stretch;
  }

  .worry-free-repair .worry-free-repair__container {
    align-items: stretch;
  }

  .worry-free-repair .worry-free-repair__container img:last-of-type {
    height: 36.988vw;
  }

  .worry-free-repair .worry-free-repair__container h2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .layouts .layouts__container h2.small {
    padding: 0 10px 0 11px;
  }

  .layouts .layouts__container h3 {
    margin-top: 0;
  }

  .layouts .layouts__container .layouts__nav .layouts__item h5 {
    margin-bottom: 0;
  }

  .layouts .layouts__container .layouts__nav .layouts__item p {
    margin-bottom: auto;
  }

  .start-of-sales .start-of-sales__container h2 span:nth-of-type(1) {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
  }

  .layouts .layouts__container .layouts__nav .layouts__item h5 {
    margin-bottom: 20px;
  }

  .layouts .layouts__container .layouts__nav .layouts__item p {
    margin-bottom: 25px;
  }

  .start-of-sales .start-of-sales__container h3.text-mobile {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    width: 50vw;
    left: -10px;
  }

  .start-of-sales .start-of-sales__container h3 span {
    line-height: 120%;
  }

  p {
    font-size: 3.98vw;
  }

  .worry-free-repair .worry-free-repair__container p {
    padding-right: 38px;
  }
}
