.header {
    width: 100dvw;
    max-width: 960px;
    margin-inline: auto;
}
.header_v2.desktop.static {
  position: relative;
  margin-top: 25px;       
  display: grid;
  grid-template-areas:
    "logo   descriptor      yandex  email   phone"
    "search search          search  search  request"
    "menu   menu            menu    menu    menu";
  grid-template-columns: 120px 2fr 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap:    5px;
  transition: all 0.5s;
  z-index: 10;
}
.header_v2 .logo_wrapper {
  grid-area: logo;
  position: relative;
}
.header_v2 .logo_wrapper a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header_v2 .logo_wrapper a img {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
}
.header_v2 .description {
  grid-area: descriptor;
  position: relative;
}
.header_v2 .description span {
  line-height: 0.5;
}
.header_v2 .ya_raiting {
  grid-area: yandex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: auto;
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_v2 .ya_raiting iframe {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 150px;
}
.header_v2 .email_wrapper {
  grid-area: email;
}
.header_v2 .email_wrapper .top_email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6eb7e4;
}
.header_v2 .email_wrapper .top_email::before {
  margin-top: 5px;
  margin-right: 5px;
  display: block;
  height: 100%;
  width: 18px;
  text-decoration: none;
  content: url('data:image/svg+xml,<svg viewBox="0 0 15 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill="gray" d="M12.9365 3.33332L7.60315 6.66666L2.26982 3.33332V1.99999L7.60315 5.33332L12.9365 1.99999M12.9365 0.666656H2.26982C1.52982 0.666656 0.936485 1.25999 0.936485 1.99999V9.99999C0.936485 10.3536 1.07696 10.6927 1.32701 10.9428C1.57706 11.1928 1.9162 11.3333 2.26982 11.3333H12.9365C13.2901 11.3333 13.6292 11.1928 13.8793 10.9428C14.1293 10.6927 14.2698 10.3536 14.2698 9.99999V1.99999C14.2698 1.25999 13.6698 0.666656 12.9365 0.666656Z"/></svg>');
}
.header_v2 .email_wrapper .worktime {
  font-size: 0.9em;
  color: #8c8c8c;
}
.header_v2 .phone_wrapper {
  grid-area: phone;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_v2 .phone_wrapper .top_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-size: 16px;
  white-space: normal;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
  overflow: hidden;
}
.header_v2 .phone_wrapper .top_phone:hover {
  color: #6eb7e4;
}
.header_v2 .search_form {
  grid-area: search;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header_v2 .search_form .simplesearch-search-form {
  width: 100%;
  height: 100%;
}
.header_v2 .search_form fieldset {
  margin: 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.header_v2 .search_form fieldset input[type=text] {
  height: 100%;
  font-size: 12px;
  padding: 2px 16px;
  background-color: transparent;
}
.header_v2 .top_request_call {
  grid-area: request;
}
.header_v2 .top_request_call button {
  background-color: #339ada;
  background-image: -webkit-linear-gradient(bottom, #339ada, #50a8df, #62b1e2, #76bbe6);
  background-image: linear-gradient(to top, #339ada, #50a8df, #62b1e2, #76bbe6);
  border: none;
  height: 35px;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
  width: 160px;
  box-sizing: content-box;
  -webkit-transition: background 2s linear;
  transition: background 2s linear;
}
.header_v2 .top_request_call button:hover {
  background-image: -webkit-linear-gradient(top, #ffd05e, #ffb90e);
  background-image: linear-gradient(to bottom, #ffd05e, #ffb90e);
}

.header_fixed {
  display: none;
  position: fixed;
  z-index: 11;
  margin-top: 0px;
  background: #f5f5f5;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px #0000004d;
  width: 100dvw;
  padding: 15px 0px;
}

.header_fixed.show {
  display: flex;
}

.header_fixed .header_v2 {
  display: flex;
  width: 960px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.header_fixed .header_v2 .logo_wrapper {
  position: relative;
  min-width: 120px;
}

.header_fixed  .top_phone {
    background: url(/templ/img/icon_phone.jpg) 0 7px no-repeat;
    line-height: 25px;
}

.header_fixed .top_menu {
    margin-top:0;
}
.header_fixed .top_menu .container_12 {
  display: flex;
  width: 460px;
}
.header_fixed .top_menu ul {
  margin: 0;
  padding: 0;
  width: 460px;
  height: 36px;
  display: flex;
  justify-content: space-between;
}

.header_fixed .top_menu ul li {
    width: auto;
}

.joomla-nav li::before {
    content: inherit;
}

.header_fixed .top_menu ul li a {
    padding: 7px 9px;
}

.header_fixed .header_v2 .phone_wrapper .top_phone {
    font-size: 14px;
}

.header_fixed .header_v2 .top_request_call button {
    width: auto;
}

.header_fixed .joomla-nav li:not(:nth-child(-n+3)):not(:last-child) {
    display: none;
}

@media screen and (max-width: 515px) {

    .header{
        margin-bottom: 10px;
    }
   
  .header_v2.desktop.static {
    display: grid;
    grid-template-columns: 216px 1fr;
    grid-template-areas:
      "logo descriptor"
      "search search";
    align-items: center;
    gap: 0 10px;
    padding: 25px 10px 0px;
    min-width: 120px;
  }

  .header_v2.desktop.static .logo_wrapper { grid-area: logo; margin-bottom:5px;}
  .header_v2.desktop.static .description  { grid-area: descriptor; }
  .header_v2.desktop.static .search_form  { grid-area: search; }

  .header_fixed, .email_wrapper, .phone_wrapper,
  .header_v2.desktop.static .vk,
  .header_v2.desktop.static .yandex,
  .header_v2.desktop.static .top-email,
  .header_v2.desktop.static .top-phone,
  .header_v2.desktop.static .top_request_call,
  .header_v2.desktop.static .menu {
    display: none !important;
  }

  /* логотип */
  .header_v2 .logo_wrapper { display: flex; align-items: center; }
  .header_v2 .logo_wrapper a { display: block; width: 100%; }
  .header_v2 .logo_wrapper a img {
    width: 216px;
    height: auto;
    max-width: 100%;
  }

  /* слоган справа от логотипа */
  .header_v2 .description {
    display: block;
    font-size: 13px;
    line-height: 1.15;
    color: #2b2b2b;
  }
  .header_v2 .description span br { display: inline; }
}

.factory-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.factory-info h2{
    font-size: 19px;
    font-weight: bold
}

.factory-info * {
  box-sizing: border-box;
}
@media screen and (max-width: 515px) {
   .factory-page {
        margin: 0;
        padding: 0 10px
    }

   .factory-page  .factory-root-map {
        width: 100%!important
    }
    
  .factory-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.factory-info__details {
  font-size: 14px;
}
.factory-info__details .btn-default {
  text-transform: uppercase;
  width: 100%;
}
.factory-info__details ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.factory-info__details li {
  margin: 0;
}
.factory-info__details .line {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}
.factory-info__gallery {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}

.factory-gallery {
  width: 100%;
  max-width: 344px;
}
.factory-gallery__item {
  width: 100%;
}
.factory-gallery a {
  display: block;
  border: 0;
  padding: 5px 20px;
}
.factory-gallery .swiper-button-prev,
.factory-gallery .swiper-button-next {
  background-color: #339ada;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: calc(50% + 5px);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  color: #fff;
}
.factory-gallery .swiper-button-prev:after,
.factory-gallery .swiper-button-next:after {
  content: none;
}
.factory-gallery .swiper-button-next {
  right: 0;
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.1909 7.99501H1.79924M18.1909 7.99501L12.1576 1.96169M18.1909 7.99501L12.1576 14.0283" stroke="%23ffffff" stroke-width="2.5592" stroke-miterlimit="22.9256" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.factory-gallery .swiper-button-prev {
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.79919 7.99498H18.1909M1.79919 7.99498L7.83251 14.0283M1.79919 7.99498L7.83251 1.96167" stroke="%23ffffff" stroke-width="2.5592" stroke-miterlimit="22.9256" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.factory-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.factory-map {
  padding: 5px;
  border: 1px solid #2596d9;
  margin-top: 20px
}

.factory-price {
  position: relative;
  max-height: 50dvh;
  overflow-y: auto;
}
.factory-price h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.factory-price table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
}
.factory-price table th,
.factory-price table td {
  padding: 5px 15px;
}
.factory-price table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.factory-price table thead tr {
  font-size: 14px;
  border-bottom: 1px solid #e0eaf3;
  background-color: #f2f2f2;
}
.factory-price table thead tr th {
  text-align: center;
}
.factory-price table tbody tr {
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.factory-price table tbody tr:nth-child(odd) {
  background-color: #e0eaf3;
}
.factory-price table tbody tr:hover {
  background-color: #e0eaf3;
}

.factory-downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-block: 20px;
}
.factory-downloads__link {
  position: relative;
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 10px 20px 100px;
  border: 1px solid #2596d9;
  border-radius: 4px;
  margin-inline: auto;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.factory-downloads__link:hover {
  text-decoration: underline;
  color: #333;
}
.factory-downloads__link img {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.factory-cta {
  margin-block: 40px;
}
.factory-cta .btn-default {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-inline: auto;
}

.factory-section {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 15px;
  margin-block: 30px;
}
@media screen and (max-width: 515px) {
  .factory-section {
    grid-template-columns: 1fr;
  }
 .factory-section .action-button{
    /* display: none; */
    width: 80vw!important
} 
}
.factory-section__info {
  width: auto;
  display: none;
}
.factory-section__info.active {
  display: block;
}
.factory-section__details p {
  margin: 0;
}
.factory-section__details ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-top: 15px;
  list-style: none;
}
.factory-section__details .btn {
  margin: 10px auto;
}
@media screen and (max-width: 515px) {
  .factory-section__details .btn {
    width: 100%;
  }
}
.factory-section__details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.1;
}
.factory-section__details svg {
  width: 1.5em;
}
.factory-section__details h2 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.factory-section__details h3.title {
  font-size: 1.2em;
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
}
.factory-section__gallery a {
  padding: 5px;
  border: 2px solid #2596d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factory-section__gallery a:hover {
  box-shadow: inset 0 0 5px #2596d9;
}

#yMapsFactories {
  height: 100%;
  max-height: 60dvh;
  min-height: 220px;
  border-radius: 6px;
  overflow: hidden;
}

.products-menu {
  background-color: #e0eaf3;
  inset: 0;
}

.factory-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.factory-list h3.title {
  font-size: 16px;
  line-height: 1.15;
  margin: 0;
  height: 4em;
}
.factory-list .factory-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: auto;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f6f6f6;
}
.factory-list .factory-card__info:hover {
  box-shadow: 0 0 5px rgba(38, 150, 217, 0.3333333333), inset 0 -3px 0 #2696d9;
}
.factory-list .factory-card__gallery a {
  padding: 0;
}
.factory-list .factory-card__gallery img {
  border-radius: 3px;
}
.factory-list .factory-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.factory-list .factory-card__details p {
  margin: 0;
}
.factory-list .factory-card__details ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3px;
  margin: 0;
  list-style: none;
}
.factory-list .factory-card__details ul:nth-child(2) {
  margin-top: auto;
}
.factory-list .factory-card__details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.1;
}
.factory-list .factory-card__details li .action-button a {
  font-size: inherit;
}

.factory-section__details .action-button{
    width: auto;
}

.factory-list .factory-card__details svg {
  width: 1.5em;
}

.factory-root-map {
  width: 100%;
  margin-block: 30px;
  box-shadow: 0 0 5px rgba(38, 150, 217, 0.3333333333);
  border-radius: 10px;
  overflow: hidden;
}
.factory-root-map iframe {
  height: 50dvh;
  min-height: 200px;
  width: 100%;
}

.factory-info__details .line {
    display: flex;
    gap: .3em;
    justify-content: space-between;
    line-height: 1
}

.factory-info__details .line>*:first-child {
    display: flex;
    align-items: center;
    gap: .3em;
    flex: 1 0 auto;
    overflow: hidden
}

.factory-info__details .line>*:first-child:after {
    content: "";
    display: block;
    align-self: flex-end;
    flex: 1;
    border-bottom: 1px dotted currentColor
}

.factory-info__details .line strong {
    color: currentColor
}

.factory-info__details .btn {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: max-content;
    box-sizing: content-box;
    transition: .3s;
    text-decoration: none
}

.factory-info__details .btn.btn-default {
    background-color: #339ada;
    color: #fff;
    width: -webkit-fill-available
}

.factory-info__details .btn.btn-default:hover {
    background-color: #ffd05e
}

.factory-info__details ul {
    list-style: disc
}

.factory-card__info .page a {
   color: #fff;
   text-decoration: none
}

.plain-title {
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 2em;
    border-top: 1px solid #eee;
    color: currentColor;
    position: relative;
    overflow-y: hidden
}

.plain-title:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    transform: translate(-50%);
    filter: blur(1em);
    height: 4px;
    width: 70%;
    border-radius: 100%;
    background-color: #888
}
.object_block{background-color:#eee;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin-bottom:20px;padding:20px;position:relative;width:100%}.object_block>div{overflow:hidden;position:relative}.object_block>div.ttl_wrapper{grid-column:span 5}.object_block>div.ttl_wrapper h4{font-size:1.2rem;font-weight:600}.object_block>div.gal_wrapper{grid-column:span 2}.object_block>div.gal_wrapper .obj_swiper_off .img_wrapper.swiper-slide{background:none!important;opacity:.5}.object_block>div.gal_wrapper .obj_swiper_off .img_wrapper.swiper-slide.swiper-slide-active{opacity:1}.object_block>div.gal_wrapper .obj_swiper_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-direction:column;justify-content:center;margin:0 0 10px;padding:0;position:relative;width:100%}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_photo_swiper{overflow:hidden;position:relative;width:100%}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_photo_swiper .swiper-wrapper{-webkit-box-align:stretch;align-items:stretch}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_photo_swiper .swiper-wrapper .img_wrapper.swiper-slide{aspect-ratio:16/10;background-color:#369;background-image:url(../img/zoom2.svg);background-position:50%;background-repeat:no-repeat;background-size:64px;display:block;height:auto;overflow:hidden;position:relative}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_photo_swiper .swiper-wrapper .img_wrapper.swiper-slide:hover img{opacity:.4}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_photo_swiper .swiper-wrapper .img_wrapper.swiper-slide img{display:block;height:100%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s;transition:all .2s;width:100%}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_swiper_nav_btn_wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;display:-webkit-box;display:flex;flex-direction:row;justify-content:space-between;pointer-events:none;position:absolute;width:calc(100% - 20px);z-index:2}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_swiper_nav_btn_wrapper div{background-color:#369;background-image:url(../img/arrow1.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:60px;cursor:pointer;display:block;height:32px;overflow:hidden;pointer-events:all;position:relative;width:32px}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_swiper_nav_btn_wrapper div:last-child{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.object_block>div.gal_wrapper .obj_swiper_wrapper .custom_page_swiper_nav_btn_wrapper div:hover{background-color:#1d3b59}.object_block>div.txt_wrapper{grid-column:span 3}.object_block>div.txt_wrapper p{font-size:1rem;padding-bottom:10px;width:100%}.object_block>div.txt_wrapper p:not(:last-child){border-bottom:1px solid #ccc;margin-bottom:10px}.object_block>div.txt_wrapper p span{font-weight:900;margin-right:10px}.objects_map{height:500px;margin:30px auto;width:100%}