/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

@font-face {
  font-family: "Aeonik-Regular";
  src: url(fonts/Aeonik-Regular.woff2) format("woff2"), url(fonts/Aeonik-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wpcf7-form label .req {
  color: #DD272A;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 10px 20px;
  font: 16px/1.5 "Aeonik-Regular", Helvetica, Arial, sans-serif;
}
.wpcf7-form .wpcf7-textarea {
  height: 104px;
  resize: vertical;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 0 10px;
  position: relative;
  padding-left: 30px;
}
.wpcf7-form .wpcf7-list-item input {
  position: absolute;
  top: 4px;
  left: 0;
}
.wpcf7-form .wpcf7-submit {
  width: 100%;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px;
}

form .wpcf7-response-output {
  margin: 0 0 10px !important;
  font-size: 15px;
}

.team {
  display: flex;
  margin: 90px -10px 100px;
  flex-wrap: wrap;
}

.team-item {
  padding: 0 10px 30px;
  width: 33.33%;
}
.team-item img {
  margin-bottom: 30px;
  display: block;
  clip-path: polygon(0 0, calc(100% - 112px) 0, 100% 112px, 100% 100%, 0 100%);
}
.team-item .h3 {
  margin-bottom: 25px;
}
.team-item ul li {
  padding-bottom: 10px;
}
.team-item ul li a {
  color: #262626;
  display: inline-block;
  padding-left: 32px;
}
.team-item ul li a:hover {
  text-decoration: none;
  color: #DA7F34;
}

@media screen and (max-width: 991px) {
  .team {
    display: block;
    margin: 50px -10px 50px;
  }
  .team-item {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .team-item-img {
    max-width: 310px;
  }
  .team-item-text {
    padding-left: 50px;
  }
  .team-item img {
    margin-bottom: 0px;
    clip-path: polygon(0 0, calc(100% - 82px) 0, 100% 82px, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .team-item-img {
    max-width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .team-item {
    display: block;
    padding: 0 10px 40px;
  }
  .team-item img {
    margin-bottom: 20px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
  }
  .team-item-text {
    padding-left: 0;
  }
}
.contacts-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 130px;
}
.contacts-map .contacts {
  width: 51%;
  padding-right: 50px;
}
.contacts-map .contacts h3 {
  margin-bottom: 30px;
}
.contacts-map .contacts .h3 {
  margin-bottom: 40px;
}
.contacts-map .contacts p {
  margin-bottom: 30px;
}
.contacts-map .contacts ul {
  margin-bottom: 20px;
}
.contacts-map .contacts ul li {
  padding-bottom: 20px;
}
.contacts-map .contacts ul li a {
  color: #262626;
  display: inline-block;
  padding-left: 32px;
}
.contacts-map .contacts ul li a:hover {
  text-decoration: none;
  color: #DA7F34;
}
.contacts-map .map-holder {
  width: 49%;
  position: relative;
}
.contacts-map .map-holder .map {
  display: block;
  clip-path: polygon(112px 0, 100% 0, 100% 100%, 0 100%, 0 112px);
}
.contacts-map .map-holder .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts-map .marker-popup {
  width: 200px;
  position: absolute;
  top: 41%;
  left: 58%;
  transform: translate(-50%);
}
.contacts-map .marker-popup img {
  display: block;
  margin: 0 auto 13px;
}
.contacts-map .marker-popup .text {
  border-radius: 8px;
  background: #FFF;
  padding: 10px;
  position: relative;
}
.contacts-map .marker-popup .text:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}

@media screen and (max-width: 991px) {
  .contacts-map {
    display: block;
    margin-bottom: 100px;
  }
  .contacts-map .contacts {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .contacts-map .map-holder {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-map {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contacts-map .map-holder .map {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
}
@media screen and (max-width: 390px) {
  .contacts-map .contacts .h3 {
    padding-right: 20px;
  }
}
.premises-block {
  margin-bottom: 100px;
  position: relative;
}
.premises-block:before {
  content: " ";
  width: 537px;
  height: 408px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/b324891ac2046085bebd.png) right top no-repeat;
}
.premises-block .h1 {
  margin-bottom: 25px;
}
.premises-block .buttons {
  padding-bottom: 58px;
}
.premises-block img {
  display: block;
}

.free-premises-list {
  margin-bottom: 110px;
}

.free-premises-item {
  display: flex;
  justify-content: space-between;
  background: #F4F4F4;
  margin-bottom: 20px;
}
.free-premises-item .img-holder {
  width: 50%;
}
.free-premises-item .img-holder img {
  display: block;
}
.free-premises-item div.text {
  width: 50%;
  padding: 40px 50px 30px;
}
.free-premises-item div.text .info {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.free-premises-item div.text .info-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}
.free-premises-item div.text .info-item {
  margin-bottom: 20px;
  margin-right: 60px;
}
.free-premises-item div.text .info-item .h3 {
  margin-bottom: 5px;
}
.free-premises-item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .premises-block::before {
    width: 350px;
    height: 266px;
    background-size: cover;
    bottom: auto;
    top: 51px;
  }
}
@media screen and (max-width: 991px) {
  .premises-block::before {
    width: 250px;
    height: 190px;
    top: 86px;
  }
  .free-premises-item {
    display: block;
  }
  .free-premises-item .img-holder {
    width: 100%;
  }
  .free-premises-item div.text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .premises-block::before {
    width: 200px;
    height: 152px;
    top: 99px;
  }
}
@media screen and (max-width: 599px) {
  .premises-block {
    overflow: hidden;
  }
  .premises-block img {
    max-width: calc(100% + 500px);
    margin: 0 -250px;
  }
  .premises-block::before {
    display: none;
  }
  .free-premises-item div.text {
    padding: 30px 30px 30px;
  }
}
.advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 80px;
}

.advantages-item {
  width: 33.3333%;
  padding: 0 10px 20px;
  height: 450px;
  position: relative;
  z-index: 1;
}
.advantages-item:nth-child(1) {
  margin-top: 182px;
}
.advantages-item:nth-child(2) {
  margin-top: 182px;
}
.advantages-item:nth-child(4) {
  width: 66.6666%;
  background: #fff;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 112px) 100%, 0 100%);
}
.advantages-item:nth-child(4) .advantages-item-inner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 112px) 100%, 0 100%);
}
.advantages-item:nth-child(5) {
  height: 519px;
  margin-top: -182px;
}
.advantages-item:nth-child(7) {
  height: 560px;
  width: 66.6666%;
  margin-top: -110px;
}
.advantages-item:nth-child(7) .advantages-item-inner {
  padding-top: 152px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 112px) 100%, 0 100%);
}
.advantages-item img {
  display: block;
  margin: 0 auto;
}
.advantages-item .h2 {
  font-size: 39px;
  margin-bottom: 15px;
}
.advantages-item .text {
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}
.advantages-item .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advantages-item:hover .advantages-item-inner {
  background: #262626;
  color: #fff;
}

.advantages-item-inner {
  background: #F4F4F4;
  padding: 40px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: polygon(112px 0, 100% 0, 100% 100%, 0 100%, 0 112px);
  z-index: 1;
}

.advantages-item-diff .advantages-item-inner {
  background: linear-gradient(45deg, #8D4A38 0%, #CD8144 100%);
}

.advantages-item-number {
  background: none;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.advantages-item-number .h1 {
  font-size: 144px;
  margin-bottom: -10px;
}
.advantages-item-number .h1 strong {
  font-size: 200px;
  color: #262626;
}
.advantages-item-number .h1 span {
  display: inline-block;
  vertical-align: top;
  width: 57px;
  height: 59px;
  background: url(images/c622b249b69acfeb380f.svg) center center no-repeat;
  margin-top: 10px;
}
.advantages-item-number .h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .advantages-item .h2 {
    font-size: 34px;
  }
  .advantages-item-number .h1 strong {
    font-size: 160px;
  }
}
@media screen and (max-width: 991px) {
  .advantages-item {
    width: 50%;
  }
  .advantages-item:nth-child(1),
.advantages-item:nth-child(2) {
    margin-top: 0px;
  }
  .advantages-item:nth-child(4) {
    width: 50%;
  }
  .advantages-item:nth-child(5) {
    height: 450px;
    margin-top: 0;
  }
  .advantages-item:nth-child(7) {
    height: 450px;
    width: 50%;
    margin-top: 0;
  }
  .advantages-item:nth-child(7) .advantages-item-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-item .h2 {
    font-size: 26px;
  }
  .advantages-item-number .h1 strong {
    font-size: 140px;
  }
  .advantages-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .advantages-item {
    width: 100%;
    height: auto;
  }
  .advantages-item:nth-child(4) {
    width: 100%;
  }
  .advantages-item:nth-child(5) {
    height: auto;
  }
  .advantages-item:nth-child(7) {
    height: auto;
    width: 100%;
  }
  .advantages-item-inner {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .advantages-item:nth-child(4) .advantages-item-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
  .advantages-item:nth-child(4) {
    clip-path: none;
  }
  .advantages-item:nth-child(7) .advantages-item-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
  .advantages-item img {
    margin: 20px auto;
  }
}
.gallery {
  margin-bottom: 92px;
}

.gallery-nav {
  margin-bottom: 92px;
  margin-top: -107px;
  text-align: right;
  margin-right: -20px;
}
.gallery-nav .slick-arrow {
  margin-right: 20px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-nav .slick-next {
  background: url(images/106c44df5edf5e63b9e5.svg) center center no-repeat;
}
.gallery-nav .slick-next:hover {
  background: url(images/dd052006fe700a7bd85c.svg) center center no-repeat;
}
.gallery-nav .slick-prev {
  background: url(images/8dbec6f71d0c97a7ec65.svg) center center no-repeat;
}
.gallery-nav .slick-prev:hover {
  background: url(images/a0e6e53cce9c28e99731.svg) center center no-repeat;
}

.gallery-list {
  margin-right: -1340px;
}

.gallery-block {
  margin: 0 -10px;
  width: 1320px;
  display: flex !important;
  flex-wrap: wrap;
}

.gallery-item {
  padding: 0 10px 20px;
  width: 34.17%;
}
.gallery-item img {
  display: block;
  clip-path: polygon(112px 0, 100% 0, 100% 100%, 0 100%, 0 112px);
}
.gallery-item:nth-child(2), .gallery-item:nth-child(3) {
  width: 65.83%;
}
.gallery-item:nth-child(2) img, .gallery-item:nth-child(3) img {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 112px) 100%, 0 100%);
}

@media screen and (max-width: 1499px) {
  .gallery-list {
    margin-right: -1120px;
  }
}
@media screen and (max-width: 1399px) {
  .gallery-list {
    margin-right: -1020px;
  }
}
@media screen and (max-width: 1299px) {
  .gallery-list {
    margin-right: -920px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-list {
    margin-right: -780px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-list {
    margin-right: -600px;
  }
  .gallery-item img {
    clip-path: polygon(82px 0, 100% 0, 100% 100%, 0 100%, 0 82px);
  }
  .gallery-item:nth-child(2) img,
.gallery-item:nth-child(3) img {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 82px), calc(100% - 82px) 100%, 0 100%);
  }
  .gallery-item {
    width: 34.7%;
  }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) {
    width: 65.3%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-nav {
    margin-top: -89px;
    margin-bottom: 70px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .gallery-list {
    margin-right: -300px;
  }
  .gallery-item img {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .gallery-item:nth-child(2) img,
.gallery-item:nth-child(3) img {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
  .gallery {
    margin-bottom: 70px;
  }
  .gallery-nav {
    margin-top: -85px;
    margin-bottom: 50px;
  }
  .gallery-item {
    padding: 0 5px 10px;
  }
  .gallery-block {
    margin: 0 -5px;
  }
}
.news-filter {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
.news-filter label {
  display: block;
  margin-bottom: 10px;
}

.news-filter-select {
  display: flex;
}
.news-filter-select .select {
  margin-right: 20px;
  width: 300px;
}
.news-filter-select select {
  width: 100%;
  padding: 13px 20px;
  background: none;
  border-radius: 4px;
  font: 16px/1.5 "Aeonik-Regular", Helvetica, Arial, sans-serif;
  border: 1px solid #DADADA;
}

.news-filter-search .input {
  border-radius: 4px;
  border: 1px solid #DADADA;
  width: 300px;
  position: relative;
}
.news-filter-search input {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border: none;
  background: none;
  font: 16px/1.5 "Aeonik-Regular", Helvetica, Arial, sans-serif;
}
.news-filter-search button {
  border: none;
  background: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.news-filter-search button img {
  display: block;
  margin: 0 auto;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

.news-list-item {
  width: 33.33%;
  padding: 0 10px 50px;
}
.news-list-item .no-img {
  background: #F5F5F5;
  clip-path: polygon(0 0, calc(100% - 112px) 0, 100% 112px, 100% 100%, 0 100%);
}
.news-list-item .no-img img {
  opacity: 0;
}
.news-list-item:nth-child(2n) .no-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 112px 100%, 0 calc(100% - 112px));
}
.news-list-item img {
  display: block;
  margin-bottom: 30px;
  clip-path: polygon(0 0, calc(100% - 112px) 0, 100% 112px, 100% 100%, 0 100%);
}
.news-list-item:nth-child(2n) img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 112px 100%, 0 calc(100% - 112px));
}
.news-list-item .date {
  margin-bottom: 15px;
  font-size: 21px;
}
.news-list-item .date .dot {
  width: 4px;
  height: 4px;
  background: #9EA1A7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 14px 10px 0;
}
.news-list-item a {
  color: #262626;
}
.news-list-item a:hover {
  color: #DA7F34;
  text-decoration: none;
}

.single-post .attachment-news-inner {
  clip-path: polygon(0 0, calc(100% - 112px) 0, 100% 112px, 100% 100%, 0 100%);
}

.news-pagging {
  margin-bottom: 130px;
  display: flex;
  justify-content: center;
}
.news-pagging a {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #262626;
  margin: 0 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.news-pagging a:hover {
  border: 1px solid #DA7F34;
  background: #DA7F34;
  color: #fff;
  text-decoration: none;
}
.news-pagging a.active {
  border: 1px solid #DA7F34;
  background: #DA7F34;
  color: #fff;
}
.news-pagging .back span {
  display: block;
  height: 100%;
  background: url(images/044c053e3a7f866a352c.svg) center center no-repeat;
}
.news-pagging .back span:hover {
  background: url(images/2059e4754d2d55e78940.svg) center center no-repeat;
}
.news-pagging .next span {
  display: block;
  height: 100%;
  background: url(images/34269668ff06247ca028.svg) center center no-repeat;
}
.news-pagging .next span:hover {
  background: url(images/d6293e7f8ae8701edb93.svg) center center no-repeat;
}

@media screen and (max-width: 1199px) {
  .news-filter {
    display: block;
    padding-right: 20px;
  }
  .news-filter-select {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .news-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news-filter-search .input {
    width: 100%;
  }
  .news-filter-select {
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-filter-select .select {
    margin-right: 0;
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-list-item {
    width: 100%;
  }
  .news-list-item img {
    max-width: 220px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
  }
  .news-list-item:nth-child(2n) img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
  .news-filter-select {
    display: block;
  }
  .news-filter-select .select {
    width: 100%;
  }
  .news-filter-select {
    margin-bottom: 0px;
  }
  .news-filter-select .select {
    margin-bottom: 20px;
  }
  .news-filter {
    padding-right: 30px;
    margin-bottom: 50px;
  }
  .attachment-news-inner {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
  }
}
.plan-holder-bg {
  padding: 1px;
  background: #DA7F34;
  margin-bottom: 130px;
  margin-top: 100px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 112px) 100%, 0 100%);
}

.plan-holder {
  padding: 50px 67px 46px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 111px), calc(100% - 111px) 100%, 0 100%);
}
.plan-holder h2 {
  text-align: center;
}
.plan-holder .plan .links {
  border: 1px solid #F6F3EE;
  display: flex;
  justify-content: center;
  padding: 10px 50px 10px;
  margin-bottom: -58px;
  position: relative;
  z-index: 10;
}
.plan-holder .plan .links .h3 {
  display: block;
  margin-bottom: 0;
}
.plan-holder .plan .links a {
  color: #9EA1A7;
  width: 33.3333%;
  text-align: center;
}
.plan-holder .plan .links a .h3 {
  color: #262626;
}
.plan-holder .plan .links a:hover {
  color: #DA7F34;
  text-decoration: none;
}
.plan-holder .plan .links a:hover .h3 {
  color: #DA7F34;
}
.plan-holder .plan img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.plan-holder .plan .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plan-holder .plan .icon {
  margin: 0 14px 14px;
  padding-left: 20px;
}
.plan-holder .plan .icon-green {
  padding-left: 18px;
  background: url(images/62b4469ca2ce18b84aed.svg) 0 center no-repeat;
}
.plan-holder .plan .icon-wc {
  padding-left: 23px;
  background: url(images/f537634ca276c95a7f9b.svg) 0 center no-repeat;
}
.plan-holder .plan .icon-security {
  padding-left: 16px;
  background: url(images/22113003e187dfa63a4d.svg) 0 center no-repeat;
}
.plan-holder .plan .icon-parking {
  padding-left: 18px;
  background: url(images/88334d713e84a64959ec.svg) 0 center no-repeat;
}
.plan-holder .plan .icon-bus {
  padding-left: 23px;
  background: url(images/f7bcb1b21d8f8971089c.svg) 0 center no-repeat;
}
.plan-holder .plan .icon-rest {
  padding-left: 16px;
  background: url(images/2f397afeca763b1dd44b.svg) 0 center no-repeat;
}

.plan-header {
  text-align: center;
  margin-bottom: 50px;
}
.plan-header .h2 {
  margin-bottom: 5px;
}
.plan-header .address {
  color: #9EA1A7;
  font-size: 16px;
}

.plan-body .floors {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}
.plan-body .floors .floor {
  padding: 0 20px 20px;
  max-width: 316px;
}
.plan-body .floors .floor .h3 {
  border: 1px solid #F6F3EE;
  padding: 10px 15px 15px;
  margin: 0;
  text-align: center;
}

.plan-place-holder {
  display: flex;
  align-items: flex-start;
}

.plan-place-map {
  padding-left: 90px;
  min-width: 406px;
  padding-bottom: 100px;
}

.plan-place-info {
  padding-right: 40px;
  padding-left: 184px;
  padding-bottom: 100px;
}
.plan-place-info .h2 {
  padding-left: 30px;
  position: relative;
  margin: 0 0 20px;
}
.plan-place-info .h2:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: #00A72A;
  border-radius: 50%;
  top: 26px;
  left: 0px;
  position: absolute;
}
.plan-place-info .info-items-border {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.plan-place-info .info-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}
.plan-place-info .info-item {
  margin-bottom: 20px;
  margin-right: 60px;
}
.plan-place-info .info-item .h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .plan-holder .plan .links {
    margin-bottom: -38px;
  }
  .plan-holder {
    padding: 40px 50px 40px;
  }
  .plan-place-map {
    padding-left: 0px;
    padding-bottom: 70px;
    min-width: 316px;
  }
  .plan-place-info {
    padding-right: 0px;
    padding-left: 90px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .plan-holder {
    padding: 40px 25px 40px;
  }
  .plan-holder .plan .links {
    margin-bottom: -30px;
  }
  .plan-place-info {
    padding-left: 50px;
  }
  .plan-place-map {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .plan-holder .plan .icon {
    margin: 0 10px 10px;
    font-size: 14px;
    padding-top: 3px;
  }
  .plan-holder-bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 51px), calc(100% - 51px) 100%, 0 100%);
  }
  .plan-holder {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
  .plan-holder .plan .links {
    padding: 10px 30px 10px;
  }
  .plan-body .floors .floor {
    width: 50%;
  }
  .plan-body .floors {
    flex-wrap: wrap;
  }
  .plan-place-map {
    min-width: 200px;
    padding-bottom: 30px;
  }
  .plan-place-info {
    padding-bottom: 50px;
  }
  .plan-body .floors {
    margin: 0 -15px;
  }
  .plan-body .floors .floor {
    padding: 0 15px 20px;
  }
  .plan-place-info {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .plan-holder .plan .links a {
    font-size: 14px;
  }
  .plan-holder .plan .links {
    padding: 10px 15px 10px;
    margin-bottom: -17px;
    display: block;
  }
  .plan-place-map {
    min-width: 160px;
  }
  .plan-place-info .h2::after {
    top: 15px;
  }
  .plan-body .floors .floor {
    padding: 0 0px 30px;
    width: 100%;
  }
  .plan-holder .plan {
    margin: 0 -15px;
  }
  .plan-holder .plan .links a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .plan-place-map {
    width: 250px;
  }
  .plan-place-info {
    padding-left: 0px;
    width: 100%;
  }
  .plan-place-holder {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=styles.css.map*/