/* Kwork */

@media screen and (min-width: 1025px) {
  #pagepiling .section {
    height: initial;
    overflow: hidden;
  }

  .footer {
    margin-top: initial !important;
  }
}

.section-content {
  margin: 25px auto 30px;
  line-height: 24px;
  font-family: "Montserrat";
}

.section-title {
  margin-top: 90px;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 160%;
  letter-spacing: -0.01em;
  font-weight: 600;
  text-align: center;
  margin: 0px 0 30px;
  background: url(../img/separatorr.png) no-repeat center bottom / 144px;
  padding-bottom: 34px;
  font-family: "EB Garamond";
}

.section-content ul {
  list-style: disc;
}

.section-content p {
  margin: 0 0 12px;
  letter-spacing: 0.03em;
}

.section-content ul {
  padding: 0;
  margin: 0 0 12px 25px;
}

.section-content li {
  line-height: 24px;
}

.section-bottom {
  border-top: 7px double #6a7dbd;
  padding-top: 30px;
  margin-bottom: 60px;
}

.trade-in_off {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .section-title {
    font-size: 48px;
  }
  .section-content {
    max-width: 100%;
    margin-top: 70px;
  }
}

/* Popups */
.popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.75);
  overflow: auto;
}

.popup.popup_opened {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 999999999999;
}

.popup__container {
  position: relative;
  padding-top: 10px;
  max-width: 1170px;
  max-height: 90vh;
}

.popup__close {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 28px;
  font-weight: 300;
  color: gray;
  opacity: 0.7;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 25;
  color: red;
}

.popup__close:hover {
  color: #ffaf35;
  cursor: pointer;
}

.popup__content {
  padding: 20px;
  background: white;
  border-radius: 16px;
  max-width: 95vw;
}

@media (max-width: 767px) {
  .popup__close {
    top: 20px;
    right: 10px;
    font-size: 20px;
  }
}

.objects {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  min-width: 0;
  gap: 30px;
  margin: 50px auto 50px;
}

.object img {
  width: 100%;
  height: 500px;
  border-radius: 6px;
  object-fit: cover;
  object-position: top center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.object_in-popup {
  width: calc(100% - 400px);
}

.container .object {
  width: 100%;
  cursor: pointer;
  max-width: 85%;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .object_in-popup:first-child img {
    /* height: 800px; */
  }
}

.object_in-popup img {
  /*  height: 400px; */
}

.object-dejnev img {
  /* height: 100% !important; */
  height: 100%;
}

.object_in-popup:first-child img {
  height: 100%;
  object-fit: cover;
  object-position: initial;
}

.object-dejnev .swiper-slide {
  height: auto;
}

.object .swiper-pagination {
  position: initial;
  margin-top: 15px;
}

.object .swiper-pagination-bullet-active {
  border: 1px solid black;
}

.object__name {
  position: absolute;
  bottom: 0;
  z-index: 30;
  padding: 12px 5%;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-transform: uppercase;
  color: #0d67d2;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}

.object .swiper-button-next,
.object .swiper-button-prev {
  text-rendering: initial;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: white;
  background: #222;
  opacity: 0.5;
}

.object .swiper-button-next::after,
.object .swiper-button-prev::after {
  font-size: 18px;
}

.object .swiper-pagination-bullet-active {
  background-color: white;
}

.object .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.popup .section-content {
  margin-top: 30px;
}

.annotation {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "EB Garamond";
  position: relative;
}

.annotation:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

.annotation:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

@media (max-width: 768px) {
  .objects {
    grid-template-columns: initial;
  }

  .object.swiper {
    margin: 0;
    width: initial;
  }

  .object img {
    height: calc(280px + (120 + 120 * 0.7) * ((100vw - 375px) / 768));
  }

  .popup__content {
    padding: 12px;
  }

  .section-title {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 25px;
  }

  /* .section-content p {
    font-size: 16px;
  } */

  .section-content li {
    font-size: 16px;
  }

  .annotation {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 480px) {
  .object__name {
    line-height: 24px;
    font-size: 18px;
  }
}

.after-before {
  margin-top: 30px;
}

.after-before .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}
.after-before .twentytwenty-overlay .twentytwenty-before-label,
.after-before .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 1;
}
.after-before .twentytwenty-horizontal .twentytwenty-before-label:before,
.after-before .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: initial;
  bottom: 20px;
  margin-top: 0;
}
.after-before
  .twentytwenty-container.active
  .twentytwenty-overlay
  .twentytwenty-before-label,
.after-before
  .twentytwenty-container.active
  .twentytwenty-overlay
  .twentytwenty-after-label,
.after-before
  .twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label,
.after-before
  .twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 1;
}
.after-before .owl-nav {
  font-size: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
  z-index: 1;
}
.after-before .ukazateli.owl-prev {
  left: 15px;
  transform: rotateZ(45deg);
  border-left: 4px solid #fff;
}
.after-before .ukazateli.owl-next {
  right: 15px;
  transform: rotateZ(-45deg);
  border-right: 4px solid #fff;
}
.after-before .ukazateli.owl-prev,
.after-before .ukazateli.owl-next {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  border-bottom: 4px solid #fff;
}

.after-before .twentytwenty-before-label:before,
.after-before .twentytwenty-after-label:before {
  background: rgba(159, 169, 208, 0.65);
}
.after-before .owl-stage-outer {
  z-index: 2;
}

.after-before .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.after-before .owl-dot {
  background-color: #9fa9d0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 20px;
  float: left;
}
.after-before .owl-dot:hover {
  background-color: #465ebb;
}
.after-before .owl-dot.active {
  background-color: #465ebb;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 20px;
  float: left;
}
.after-before .owl-dot:last-child {
  margin-right: 0;
}
.after_before_block {
  margin-bottom: 70px;
}
@media (max-width: 820px) {
  .after-before .ukazateli.owl-prev {
    background-image: none;
    left: 15px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotateZ(45deg);
  }
  .after-before .ukazateli.owl-prev,
  .after-before .ukazateli.owl-next {
    width: 20px;
    height: 20px;
  }
  .after-before .owl-nav {
    top: calc(50% - 20px);
    width: 100%;
    height: 0;
    z-index: 2;
  }
  .after-before .ukazateli.owl-next {
    background-image: none;
    right: 15px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotateZ(-45deg);
  }
}
@media (max-width: 480px) {
  .after-before .twentytwenty-before-label:before,
  .after-before .twentytwenty-after-label:before {
    line-height: 25px;
    padding: 0 15px;
  }
  .after-before .owl-dots {
    position: inherit;
    left: 0;
    transform: none;
    bottom: -5px;
  }
}

.after-before .owl-dot {
  border: 1px solid #465ebb !important;
}

@media (min-width: 821px) {
  .after-before .owl-nav {
    max-height: 0;
    top: 48%;
    z-index: 2;
  }
}

.grid {
  display: table-cell;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 210px;
  max-width: 480px;
  max-height: 360px;
  width: 30%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 0.4em 0 0 0.7em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption h3 {
  width: 90%;
  margin-top: 0;
  text-align: center;
  padding-top: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #2d3d54;
}

.grid figure:hover figcaption h3 {
  width: 90%;
  text-align: left;
  padding-top: 0em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 0;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  background: #dcdee0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.effect-julia:hover {
  background: #a7a7a7;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

figure.effect-julia img {
  max-width: none;
  height: 250px;
  margin: auto;
  opacity: 0.2;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

.grid.sposobi_pre figcaption div a {
  font-size: 18px;
  font-weight: 600;
  color: #528ad4;
  background: #ffffff91;
  padding: 5px 10px;
  display: table;
  margin-top: 5px;
}

.grid.sposobi_pre figcaption div a:hover {
  color: #274f84;
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.1em 0.7em;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.48);
  color: #000000;
  text-transform: none;
  font-weight: 500;
  font-size: 58%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.2;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figcaption div {
  opacity: 0;
  width: 90%;
}

.effect-julia:hover figcaption div {
  opacity: 1;
  line-height: 0.6;
}

.panteon-img {
  max-width: 538px;
  margin: auto;
  margin-bottom: 50px;
}

.panteon-img img {
  max-width: 100%;
}

.sposobi_pre figure.effect-julia p:last-child {
  background: none;
  padding: 0;
}

@media (max-width: 1500px) {
  figure.effect-julia img {
    max-width: 100%;
  }
  .grid figure {
    min-width: 293px;
  }

  .grid.sposobi_pre figure.effect-julia img {
    max-width: inherit;
    height: 100%;
    left: 50%;
  }
  .grid.sposobi_pre figure.effect-julia img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .grid.sposobi_pre figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1) translateX(-50%);
    transform: scale3d(1.1, 1.1, 1) translateX(-50%);
  }
  .grid.sposobi_pre figure {
    min-width: initial;
  }
  .grid.sposobi_pre figure figcaption h3 {
    font-size: 15px;
  }
  .grid.sposobi_pre figure:hover figcaption h3 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .grid.sposobi_pre figure.effect-julia p {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .grid.sposobi_pre figure figcaption {
    padding: 0.4em 0 0 0.4em;
  }
}

@media (max-width: 1200px) {
  .grid figure {
    min-width: 243px;
  }
  .grid figure figcaption h3 {
    font-size: 20px;
    line-height: 2;
  }
  figure.effect-julia p {
    margin: 0 0 0.3em;
    font-size: 55%;
  }
}

@media (max-width: 1095px) {
  .grid figure {
    min-width: 243px;
    width: 44%;
    margin: 3%;
  }
  .grid figure figcaption h3 {
    font-size: 18px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  figure.effect-julia p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .effect-julia figcaption div {
    opacity: 1;
    line-height: 0.6;
  }
  .grid figure figcaption h3 {
    width: 90%;
    text-align: left;
    padding-top: 0em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 0;
  }
  figure.effect-julia p {
    font-size: 58%;
  }

  .grid.sposobi_pre figure.effect-julia img {
    opacity: 1;
  }
  .grid.sposobi_pre figure figcaption h3 {
    margin-bottom: 5px;
  }
  .grid.sposobi_pre figure.effect-julia img {
    opacity: 1;
  }
  .grid.sposobi_pre figure figcaption h3,
  .grid.sposobi_pre figure:hover figcaption h3 {
    width: 90%;
    text-align: left;
    padding-top: 0em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    top: initial;
    left: inherit;
    transform: inherit;
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-transition: top 1s;
    transition: top 1s;
    margin-bottom: 5px;
    background: #ffffffb5;
    width: initial;
    max-width: 89%;
    padding: 1% 3%;
  }
  .grid.sposobi_pre figure.effect-julia p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.67);
  }
}

@media (max-width: 599px) {
  .grid {
    display: block;
    width: 100%;
  }
  .grid figure {
    min-width: 243px;
    width: 310px;
    margin: 3% auto;
    float: none;
  }
}

@media (max-width: 350px) {
  .grid figure {
    width: 98%;
  }
}

.preimush figure.effect-julia p {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0.1em 5px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.48);
  color: #000000;
  text-transform: none;
  font-weight: 500;
  font-size: 9px;
}

/*===========*/
/*  GENPLAN  */
/*===========*/
.wraper {
  width: 100%;
  margin: 0 auto;
  font-size: 0px;
  text-align: center;
  margin-bottom: 50px;
}
.plan_wrap,
.checkers {
  display: inline-block;
  vertical-align: middle;
}
.plan_wrap {
  position: relative;
  width: 75%;
  margin-right: 0px;
}
.plan_wrap img {
  max-width: 100%;
}

.icon_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon_wrap .icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: #000 2px solid;
  background-color: #fff;
  position: absolute;
  box-sizing: border-box;
  padding: 1px;
}
.plan_wrap_icon_zabor .icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0px;
}
.icon_wrap .icon img {
  max-width: 100%;
  max-height: 100%;
}

.icon_wrap .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.5s;
}
.icon_wrap .opacity.active {
  opacity: 1;
}

.plan_wrap_icon_cctv .icon {
  padding: 3px;
}
.plan_wrap_icon_pass .icon {
  height: auto;
  width: 56px;
}

.checkers {
  font-size: 0px;
  text-align: center;
}

.checkers input {
  display: none;
}

.checkers label {
  display: block;
  width: 156px;
  /* height: 115px; */
  background-color: #f8f8f8;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  margin: 1px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #genplan_nev .checkers label {
    width: 100% !important;
  }
}

.checkers label:hover {
  background-color: #e6e6e6;
}

.checkers label[for^="plan_"]:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 6px;
  border: #000 2px solid;
  background-color: #fff;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
.checkers label[for="plan_zabor"]:before {
  background-image: url("../img/plan_icons/zabor.png");
  background-size: 85%;
}
.checkers label[for="plan_inter"]:before {
  background-image: url("../img/plan_icons/inter.png");
}
.checkers label[for="plan_over"]:before {
  background-image: url("../img/plan_icons/over.png");
}
.checkers label[for="plan_under"]:before {
  background-image: url("../img/plan_icons/under.png");
}
.checkers label[for="plan_call"]:before {
  background-image: url("../img/plan_icons/call.png");
  background-size: 80%;
}
.checkers label[for="plan_pass"]:before {
  background-image: url("../img/plan_icons/pass.png");
}
.checkers label[for="plan_cctv"]:before {
  background-image: url("../img/plan_icons/cctv.png");
  background-size: 90%;
}
.checkers label[for="plan_bicycle"]:before {
  background-image: url("../img/plan_icons/bicycle.png");
}

.checkers label.active {
  background-color: #49b7df;
  color: #fff;
}

.checkers label span {
  margin: 0;
  font-size: 13px;
}

/*===========*/
/*  GENPLAN NEVELSKOY */
/*===========*/
#genplan_nev .wraper {
  width: 100%;
  margin: 0 auto;
  font-size: 0px;
  text-align: center;
  margin-bottom: 50px;
}
#genplan_nev .plan_wrap,
#genplan_nev .checkers {
  display: inline-block;
  vertical-align: middle;
}
#genplan_nev .plan_wrap {
  position: relative;
  width: 100%;
  margin-right: 0px;
}
#genplan_nev .plan_wrap img {
  width: 100%;
  max-width: 100%;
}

#genplan_nev .icon_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#genplan_nev .icon_wrap .icon {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  box-sizing: border-box;
}
#genplan_nev .plan_wrap_icon_zabor .icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0px;
}
#genplan_nev .icon_wrap .icon img {
  max-width: 100%;
  max-height: 100%;
}

#genplan_nev .icon_wrap .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.5s;
}
#genplan_nev .icon_wrap .opacity.active {
  opacity: 1;
}

#genplan_nev .plan_wrap_icon_cctv .icon {
  padding: 0px;
}
#genplan_nev .plan_wrap_icon_pass .icon {
  height: auto;
  width: 56px;
}

#genplan_nev .checkers {
  font-size: 0px;
  text-align: center;
}

#genplan_nev .checkers input {
  display: none;
}

#genplan_nev .checkers label {
  float: left;
  height: 110px;
  display: block;
  width: 24.7665%;
  /* height: 115px; */
  background-color: #f8f8f8;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  margin: 1px;
  font-weight: 600;
}

#genplan_nev .checkers label:hover {
  background-color: #e6e6e6;
}

#genplan_nev .checkers label[for^="plan_"]:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 6px;
  border: #000 2px solid;
  background-color: #fff;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
#genplan_nev .checkers label[for="plan_zabor-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/zabor-nev.png");
}
#genplan_nev .checkers label[for="plan_inter-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/inter-nev.png");
}
#genplan_nev .checkers label[for="plan_over-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/over-nev.png");
}
#genplan_nev .checkers label[for="plan_bass-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/bass-nev.png");
}
#genplan_nev .checkers label[for="plan_call-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/call-nev.png");
}
#genplan_nev .checkers label[for="plan_pass-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/pass-nev.png");
}
#genplan_nev .checkers label[for="plan_cctv-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/cctv-nev.png");
}
#genplan_nev .checkers label[for="plan_sport-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/sport-nev.png");
}
#genplan_nev .checkers label[for="plan_deti-nev"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/deti-nev.png");
}

#genplan_nev .checkers label.active {
  background-color: rgb(171, 164, 146);
  color: #fff;
}

#genplan_nev .checkers label span {
  margin: 0;
  font-size: 13px;
}
#genplan_nev label {
  line-height: 1.3;
}
#genplan_nev .checkers label:nth-child(2),
#genplan_nev .checkers label:nth-child(4),
#genplan_nev .checkers label:nth-child(6),
#genplan_nev .checkers label:nth-child(8),
#genplan_nev .checkers label:nth-child(10) {
  width: 19.7665%;
}

#genplan_nev .plan_wrap_icon_zabor .icon:nth-child(2) {
  width: 30px;
  height: 30px;
}

/*===========*/
/*  GENPLAN GRODEKOV */
/*===========*/

#genplan_grod .wraper {
  width: 100%;
  margin: 0 auto;
  font-size: 0px;
  text-align: center;
  margin-bottom: 50px;
}
#genplan_grod .plan_wrap,
#genplan_grod .checkers {
  display: inline-block;
  vertical-align: middle;
}
#genplan_grod .plan_wrap {
  position: relative;
  width: 100%;
  margin-right: 0px;
}
#genplan_grod .plan_wrap img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

#genplan_grod .icon_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#genplan_grod .icon_wrap .icon {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  box-sizing: border-box;
}

#genplan_grod .icon_wrap .icon img {
  max-width: 100%;
  max-height: 100%;
}

#genplan_grod .icon_wrap .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.5s;
}
#genplan_grod .icon_wrap .opacity.active {
  opacity: 1;
}

#genplan_grod .checkers {
  font-size: 0px;
  text-align: center;
}

#genplan_grod .checkers input {
  display: none;
}

#genplan_grod .checkers label {
  float: left;
  height: 110px;
  display: block;
  width: calc(25% - 2px);
  /* height: 115px; */
  background-color: #f8f8f8;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  margin: 1px;
  font-weight: 400;
}

#genplan_grod .checkers label:hover {
  background-color: #e6e6e6;
}

#genplan_grod .checkers label[for^="plan_"]:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 6px;
  border: #000 2px solid;
  background-color: #fff;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
#genplan_grod .checkers label[for="plan_children-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/children-grod.png");
}
#genplan_grod .checkers label[for="plan_exit-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/exit-grod.png");
}
#genplan_grod .checkers label[for="plan_men-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/men-grod.png");
}
#genplan_grod .checkers label[for="plan_parcing-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/parcing-grod.png");
}
#genplan_grod .checkers label[for="plan_relax-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/relax-grod.png");
}
#genplan_grod .checkers label[for="plan_video-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/video-grod.png");
}
#genplan_grod .checkers label[for="plan_winter-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/winter-grod.png");
}
#genplan_grod .checkers label[for="plan_wold-grod-id"]:before {
  background-image: url("https://vdome27.ru/bitrix/templates/a1/img/plan_icons/wold-grod.png");
}

#genplan_grod .checkers label.active {
  background-color: rgb(205, 205, 205);
  color: #000;
}

#genplan_grod .checkers label span {
  margin: 0;
  font-size: 13px;
}
#genplan_grod label {
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .checkers label p {
    font-size: 12px;
    line-height: 1.5;
  }
  .kachestvo ul {
    font-size: 16px;
  }
  #genplan_nev .checkers label:nth-child(2),
  #genplan_nev .checkers label:nth-child(4),
  #genplan_nev .checkers label:nth-child(6),
  #genplan_nev .checkers label:nth-child(8),
  #genplan_nev .checkers label:nth-child(10) {
    width: 19.7445%;
  }
  #genplan_nev .checkers label {
    height: 120px;
    width: 24.7445%;
  }
}

@media (max-width: 1095px) {
  .checkers label {
    padding: 8px;
  }
  .checkers label[for^="plan_"]:before {
    width: 40px;
    height: 40px;
  }

  #genplan_nev .checkers label:nth-child(2),
  #genplan_nev .checkers label:nth-child(4),
  #genplan_nev .checkers label:nth-child(6),
  #genplan_nev .checkers label:nth-child(8),
  #genplan_nev .checkers label:nth-child(10) {
    width: 19.70601%;
  }

  #genplan_nev .checkers label {
    width: 24.70601%;
  }
}

@media (max-width: 767px) {
  .checkers {
    width: 25%;
  }

  .checkers label {
    width: 100%;
    padding: 12%;
  }
  .checkers label p {
    display: none;
  }

  #genplan_nev .checkers {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #genplan_grod .checkers {
    width: 100%;
  }
  #genplan_nev .checkers label:nth-child(2),
  #genplan_nev .checkers label:nth-child(4),
  #genplan_nev .checkers label:nth-child(6),
  #genplan_nev .checkers label:nth-child(8),
  #genplan_nev .checkers label:nth-child(10) {
    width: 10.76078%;
  }
  #genplan_nev .checkers label {
    height: 100%;
    width: 10.76078%;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  #genplan_nev .checkers label[for^="plan_"]:before {
    background-size: 34px;
  }
  #genplan_nev .icon_wrap .icon {
    width: 23px;
    height: 23px;
  }
  #genplan_nev .plan_wrap_icon_pass .icon {
    height: auto;
    width: 56px;
  }
  #genplan_nev .checkers label[for^="plan_"]:before {
    width: 34px;
    height: 34px;
  }
  #genplan_nev .plan_wrap_icon_zabor .icon:nth-child(2) {
    width: 25px;
    height: 25px;
  }
  #genplan_nev .plan_wrap_icon_zabor .icon {
    width: 100%;
    height: 100%;
  }

  #genplan_grod .checkers label {
    height: 90px;
    font-size: 11px;
  }
  #genplan_grod .checkers label[for^="plan_"]:before {
    background-size: 34px;
  }
  #genplan_grod .icon_wrap .icon {
    width: 23px;
    height: 23px;
  }
  #genplan_grod .checkers label[for^="plan_"]:before {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 710px) {
  .checkers label {
    padding: 10%;
  }
}

@media (max-width: 652px) {
  .checkers {
    width: 15%;
  }
  .plan_wrap {
    position: relative;
    width: 85%;
    max-width: 355px;
  }
  #genplan_grod .plan_wrap {
    max-width: inherit;
  }

  #genplan_nev .checkers {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
  }
  #genplan_nev .checkers label:nth-child(2),
  #genplan_nev .checkers label:nth-child(4),
  #genplan_nev .checkers label:nth-child(6),
  #genplan_nev .checkers label:nth-child(8),
  #genplan_nev .checkers label:nth-child(10) {
    width: 19.4%;
  }
  #genplan_nev .checkers label {
    height: 100%;
    width: 24.4%;
  }
  #genplan_nev .icon_wrap .icon {
    width: 19px;
    height: 19px;
  }
  #genplan_nev .plan_wrap_icon_zabor .icon:nth-child(2) {
    width: 19px;
    height: 19px;
  }
  #genplan_nev .plan_wrap_icon_pass .icon {
    height: auto;
    width: 42px;
  }
  #genplan_nev .plan_wrap_icon_zabor .icon {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 540px) {
  #genplan_grod .checkers label {
    height: 55px;
    text-align: left;
    font-size: 12px;
  }
  #genplan_grod .checkers label[for^="plan_"]:before {
    margin-right: 20px;
    float: left;
  }
  #genplan_grod .checkers label {
    width: calc(50% - 2px);
  }
}

@media (max-width: 479px) {
  #genplan_nev .checkers {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan_wrap {
    width: 100%;
  }
  .checkers {
    width: 100%;
    max-width: 273px;
    margin: auto;
  }
  #genplan_grod .checkers {
    max-width: inherit;
  }

  .checkers label {
    padding: 2%;
    float: left;
    width: 24%;
  }
  .checkers label[for^="plan_"]:before {
    width: 33px;
    height: 33px;
  }
  .checkers label[for^="plan_"]:before {
    background-size: 88%;
  }
  #genplan_grod .checkers label[for^="plan_"]:before {
    margin-right: 5px;
  }
  #genplan_grod .checkers label {
    height: 50px;
    text-align: left;
    font-size: 9px;
    padding: 5px;
  }
}

@media (max-width: 412px) {
  #genplan_nev .checkers label[for^="plan_"]:before {
    width: 27px;
    height: 27px;
    background-size: 27px;
  }

  #genplan_nev .checkers label:nth-child(2),
  #genplan_nev .checkers label:nth-child(4),
  #genplan_nev .checkers label:nth-child(6),
  #genplan_nev .checkers label:nth-child(8),
  #genplan_nev .checkers label:nth-child(10) {
    width: 19.25%;
  }
  #genplan_nev .checkers label {
    height: 100%;
    width: 24.25%;
  }
}

@media (max-width: 768px) {
  #genplan_grod .plan_wrap img {
    margin-left: 10px;
  }
}

#mapkorf.mapkorf {
  width: 100%;
  height: 400px;
}

.int_map2 {
  display: inline-block;
  padding-right: 2%;
  cursor: pointer;
  width: 30%;
  text-align: left;
  margin-bottom: 13px;
  float: left;
  height: 40px;
}
#mapss {
  height: 400px;
  width: 100%;
}
.int_map0 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 30px;
  color: #337ab7;
}

.int_map2 img {
  float: left;
  margin-top: -7px;
  margin-right: 12px;
}

.int_map2 p {
  line-height: 1.2;
}

@media (max-width: 1163px) {
  .int_map2:nth-child(4) p {
    margin-top: -10px;
  }
}

@media (max-width: 900px) {
  .int_map2:nth-child(3) p {
    margin-top: -10px;
  }
}

@media (max-width: 470px) {
  .int_map0 {
    font-size: 19px;
  }
  .int_map2 p {
    display: none;
  }
  .int_map2 {
    height: 34px;
    width: 34px;
    margin-left: 9%;
  }
}

@media (max-width: 394px) {
  .int_map2 {
    margin-left: 6%;
  }
}

.blok-right {
  float: right;
  width: 33%;
  border-left: 2px solid #49b7df;
  padding-left: 30px;
  margin: 0 30px 30px 30px;
  line-height: 1.5em;
  font-size: 20px;
  z-index: 1;
}

@media (max-width: 559px) {
  .blok-right {
    padding-left: 4px;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border: 2px solid #49b7df;
  }
}

/*************************************************************/

.tooll {
  position: fixed;
  right: 12%;
  top: 245px;
  padding: 0;
  border-radius: 5px;
}
.tooll a {
  color: rgba(0, 52, 112, 0.8);
  display: block;
  margin-bottom: 25px;
}
.tooll a:hover {
  color: #023167;
}

.b-quick-nav__link:hover .b-quick-nav__label {
  opacity: 1;
  font-size: 15px;
}

.b-quick-nav__label {
  transition-property: opacity, font-size;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  margin-top: -5px;
  margin-right: 20px;
  opacity: 0;
  background-color: rgba(0, 52, 113, 0.2);
  border-radius: 3px;
  padding: 0 15px;
  font-size: 0;
  line-height: 35px;
  position: relative;
  display: table;
  float: right;
}
.b-quick-nav__link.active .b-quick-nav__label {
  opacity: 1;
  font-size: 15px;
  display: table;
  float: right;
}

.tochka {
  margin-top: 7px;
  float: right;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: rgba(0, 52, 113, 0.2);
}

.b-quick-nav__label:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid rgba(0, 52, 113, 0.2);
  content: "";
  position: absolute;
  top: 13px;
  right: -6px;
}

.b-quick-nav__link:after {
  content: "";
  display: block;
  clear: both;
}

.b-quick-nav__link.active .tochka {
  width: 15px;
  height: 15px;
  background-color: #6685aa;
}

.b-quick-nav__link:hover .tochka {
  background-color: #003471;
}

@media (max-width: 1700px) {
  .tooll {
    right: 5%;
  }
}

@media (min-width: 1501px) {
  .cell-7 {
    width: 59%;
  }
}

@media (max-width: 1500px) {
  .tooll {
    right: 9px;
  }
}

@media (max-width: 1199px) {
  .tooll {
    display: none;
  }
}

.logoviz {
  max-width: 100px;
  display: inline;
  vertical-align: middle;
}

.object video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.swiper-lazy {
  visibility: hidden;
}

.swiper-lazy-loaded {
  visibility: initial;
}

.object .swiper-slide {
  height: auto;
}

@media (min-width: 1921px) {
  .container .object {
    max-width: 70%;
  }
}

.object img {
  height: 100% !important;
}


.color-fon-bottom-about-block {
  margin-top: -30px;
  width: 100vw;
  margin-left: -20px;
}

@media(max-width: 768px) {
  .color-fon-bottom-about-block {
    width: 100vw;
  }
}