@font-face {
  font-family: "PT Sans Narrow";
  src: url(../fonts/ptsansnarrow.ttf), url(../fonts/ptsansnarrow.otf);
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  font-family: "Manrope", sans-serif;

  font-size: 16px;
  flex-direction: column;
  align-items: center;
}

#wrapper {
  min-height: 100%;
}

.show_820 {
  display: none;
}

.inner {
  margin: 0 auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */

.clear {
  clear: both;
}

.gray {
  background-color: #f9f9f9;
}

h2 {
  font-size: 45px;
  text-align: center;
  font-weight: normal;
}

#top.block {
  padding: 0;
  position: relative;
  background: url(/i/bg1.jpg) center -200px no-repeat;
}

#top:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#top .inner {
  position: relative;
  color: #fff;
  font-size: 18px;
  height: 74px;
}

#old {
  position: absolute;
  top: 25px;
  left: 0;
}

#arrow_down {
  position: absolute;
  bottom: 10px;
  right: 52px;
  width: 88px;
  height: 28px;
  background: url(/i/arrow_down.png) 0 0 no-repeat;
}

.logotips {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 420px;
  height: 68px;
}

.logotips div {
  float: left;
}

.sinegry {
  width: 130px;
  height: 70px;
  background: url(/i/logo_sinergy.png) no-repeat;
  margin-right: 17px;
}

.triumf {
  width: 116px;
  height: 70px;
  background: url(/i/logo_triumf.png) no-repeat;
  margin-right: 17px;
  background-size: 100%;
  position: relative;
}

.triumf a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.garmony {
  width: 140px;
  height: 70px;
  background: url(/i/logo_garmony.png) no-repeat;
}

#main {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
}

#main .inner {
  height: 500px;
  position: relative;
  text-align: center;
}

#garmony_arrow {
  position: absolute;
  left: 93px;
  top: 14px;
  width: 510px;
  height: 101px;
  background: url(/i/arrow_garmony.png) no-repeat;
  background-size: 100%;
}

#sinergy_arrow {
  position: absolute;
  right: 230px;
  top: 20px;
  width: 230px;
  height: 105px;
  background: url(/i/arrow_sinergy.png) no-repeat;
  background-size: 100%;
}

#triumf_arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 60px;
  height: 90px;
  background: url(/i/arrow_triumf.png) no-repeat;
}

#dsk_arrow {
  position: absolute;
  top: 46px;
  left: 323px;
  width: 3px;
  height: 185px;
  background: #ededed;
}

#garage_arrow {
  position: absolute;
  top: 82px;
  left: 653px;
  width: 3px;
  height: 140px;
  background: #ededed;
}

#dsk_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 180px;
  left: -3px;
  width: 10px;
  height: 10px;
  background: #ededed;
  border-radius: 50%;
}

#garage_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 140px;
  left: -3px;
  width: 10px;
  height: 10px;
  background: #ededed;
  border-radius: 50%;
}

#garmony_main_text,
#triumf_main_text,
#sinergy_main_text,
#dsk_main_text,
#garage_main_text {
  position: absolute;
  top: 130px;
  width: 250px;
  font-size: 20px;
  color: #fff;
}

#garmony_main_text {
  left: 720px;
}

#sinergy_main_text {
  left: -20px;
}

#triumf_main_text {
  left: 50%;
  transform: translate(-50%);
}

#dsk_main_text {
  top: 250px;
  left: 550px;
}

#garage_main_text {
  top: 250px;
  left: 200px;
}

.main_title {
  font-size: 22px;
}

.main_separate {
  margin: 7px auto;
  background-color: #fff;
  width: 40px;
  height: 2px;
}

.main_descr {
  font-size: 20px;
}

.ost {
  font-size: 16px;
}

#price {
  position: absolute;
  top: 270px;
  width: 100%;
  text-align: center;
  font-size: 46px;
  color: #fff;
}

#price sup {
  font-size: 30px;
}

#main_order,
#ask,
.order,
#free_area {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#main_order {
  position: absolute;
  top: 400px;
  left: 10%;
  width: 320px;
  height: 50px;
  line-height: 48px;
  font-size: 32px;
}

#main_order:hover,
#ask:hover {
  opacity: 0.8;
}

#free_area {
  position: absolute;
  top: 400px;
  right: 10%;
  width: 320px;
  height: 50px;
  line-height: 48px;
  font-size: 32px;
  text-decoration: none;
  background-color: #943d3c;
}

#reason {
  padding-top: 55px;
  padding-bottom: 25px;
}

#reason .inner {
  overflow: hidden;
}

#eight_fantastic {
  float: left;
  width: 183px;
  color: #3c6794;
  font-size: 312px;
  font-weight: bold;
  font-family: "PT Sans", "sans-serif";
  line-height: 89%;
}

#reason_items {
  float: right;
  width: 750px;
}

#reason_title {
  font-size: 60px;
  color: #333;
  line-height: 100%;
  margin-bottom: 40px;
}

.reason_item {
  float: left;
  width: 330px;
  height: 126px;
  margin-right: 55px;
  margin-bottom: 25px;
}

.reason_item.last {
  margin-right: 0;
}

.reason_icon {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #3c6794;
  text-align: center;
  margin-right: 15px;
}

.reason_icon i {
  line-height: 64px;
  font-size: 45px;
  color: #3c6794;
}

.reason_text {
  float: left;
  width: 249px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 110%;
}

.main_reason {
  font-weight: bold;
}

.object_img {
  position: relative;
  float: left;
  width: 480px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
}

#garmony_img {
  background-image: url(/i/garmony/g1.jpg);
  background-size: auto 100%;
}

#dsk_img {
  background-image: url(/i/dsk/11.jpg);
  background-size: auto 100%;
}

#yar_img {
  background-image: url(/i/yar/yar1.JPG);
  background-size: auto 100%;
}

#garage_img {
  background-image: url(/i/gr/gr2.jpg);
  background-size: auto 100%;
}

#triumf_img {
  background-image: url(/i/triumf/9.jpg);
  background-size: auto 100%;
}

#sinergy_img {
  background-image: url(/i/sinergy/1.jpg);
  background-size: auto 100%;
  background-position: center 0;
}

.object_mini_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 14px 10px 10px;
}

.object_mini_img div {
  width: 100%;
  height: 52px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-color: #ccc;
  outline: 1px solid transparent;
  transition: outline 0.2s ease-in-out;
}

.object_mini_img div:last-of-type {
  margin-bottom: 0;
}

.object_mini_img img {
  width: 100%;
  height: auto;
}

.object_mini_img div:hover {
  outline: 1px solid #ccc;
}

.object_mini_img img:last-child {
  margin-bottom: 0;
}

.object_info {
  width: 430px;
  padding: 0 25px;
  float: left;
}

.even .object_info {
  text-align: right;
}

.object_title {
  margin-top: 20px;
  font-size: 23px;
}

.object_descr {
  font-size: 14px;
  font-family: "PT Sand", "sans-serif";
  line-height: 150%;
}

.otzyv {
  position: relative;
  margin-bottom: 20px;
  font-family: "PT Sand", "sans-serif";
  font-size: 14px;
}

.otzyv_title {
  color: #3c6794;
}

.otzyv_title span {
  border-bottom: 1px dashed #3c6794;
  cursor: pointer;
}

.otzyv_title i {
  font-size: 18px;
  padding-right: 3px;
}

.otzyv_message {
  display: none;
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 90%;
  padding: 13px 5%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
}

.otzyv_message ul {
  margin: 0;
  padding: 0;
  margin-left: 5%;
}

.otzyv_message li {
  color: #3c6794;
  line-height: 150%;
  padding-bottom: 3px;
}

.otzyv_message li span {
  color: #000;
}

.otzyv_message .fa-caret-down {
  position: absolute;
  left: 47%;
  text-align: center;
  bottom: -6px;
  font-size: 36px;
  color: #ccc;
  line-height: 0;
}

.order {
  width: 190px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  border: 1px solid #3c6794;
  color: #3c6794;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.order:hover {
  background-color: #3c6794;
  color: #fff;
}

.even .order {
  float: right;
}

#map {
  background: url(/i/map.jpg) center top no-repeat;
  padding: 0;
}

#map .inner {
  position: relative;
  height: 400px;
}

.map_point {
  position: absolute;
  width: 27px;
  height: 39px;
  cursor: pointer;
  z-index: 1;
}

.window {
  display: none;
  position: absolute;
  width: 287px;
  padding-left: 50px;
  height: 181px;
  background: url(/i/window.png) 0 no-repeat;
  font-size: 13px;
  font-family: "PT Sans", "sans-serif";
}

#sinergy_logo,
#garmony_logo,
#triumf_logo {
  height: 80px;
  margin: 25px 0 5px;
  background-image: url(/i/logotips.png);
  background-repeat: no-repeat;
}

#points_triumf {
  left: 185px;
  top: 112px;
}

#triumf_info {
  left: 197px;
  top: 15px;
}

#triumf_logo {
  width: 135px;
  background-position: -305px 0;
}

#points_sinergy {
  left: 653px;
  top: 225px;
}

#sinergy_info {
  left: 667px;
  top: 129px;
}

#sinergy_logo {
  width: 135px;
  background-position: -158px 0;
}

#points_garmony {
  left: 700px;
  top: 240px;
}

#garmony_info {
  left: 712px;
  top: 144px;
}

#garmony_logo {
  width: 135px;
  background-position: 0 0;
}

#bottom_bg {
  background: url(/i/bg1.jpg) center -500px no-repeat;
  padding: 0;
}

#asked.block {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 0;
  height: 122px;
  line-height: 122px;
}

#ask_title {
  padding-right: 15px;
}

#ask {
  padding: 10px 25px;
  background: #3c6794;
  border: none;
  color: #fff;
}

#bottom_bg {
  margin-top: -225px;
  height: 225px;
}

/*ФОРМЫ*/

#all_form_bg {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

#all_form {
  max-width: 522px;
  border-radius: 15px;
  background: #fff;
  padding: 48px;
  position: relative;
}

#all_form_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  line-height: 125%;
}

#all_form_exit {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0 5px;
}

#all_form_exit:hover {
  background: #ccc;
}

#all_form input[type="text"],
#all_form textarea {
  border: 1px solid #ccc;
  display: block;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
  font-size: 20px;
  text-align: center;
  color: #000;
  border-radius: 3px;
}

#all_form input[type="text"] {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}

#all_form textarea {
  display: none;
  height: 120px;
  padding: 10px 10px;
  resize: none;
}

#all_form input[type="submit"] {
  padding: 0;
  font-size: 24px;
  height: 48px;
  color: #fff;
  line-height: 48px;
  border: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #3c6794;
  transition: background 0.3s ease;
  border-radius: 2px;
}

/*----*/

#all_form_thanks_bg {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#all_form_thanks {
  width: 325px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 25px;
  position: relative;
  margin-left: -187px;
  margin-top: -175px;
  left: 50%;
  top: 50%;
  border: 3px solid #3c6794;
}

#all_form_thanks_title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

#all_form_thanks_descr {
  font-size: 28px;
  text-align: center;
  padding-bottom: 10px;
}

#all_form_thanks_exit {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0 5px;
}

#all_form_thanks_exit:hover {
  background: #ccc;
}

#all_form_thanks_ok {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
}

.input_shadow {
  box-shadow: 1px 1px 5px -2px #000 inset;
}

#partners_logo_wrap {
  position: relative;
  padding: 0 16px;
  height: 230px;
  border: 1px solid #3c6794;
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#partners_logo {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

a.logo_partner {
  display: block;
  float: left;
  margin-right: 19px;
  width: 217px;
  height: 150px;
  margin-top: 40px;
  text-align: center;
  outline: 1px solid #ccc;
  border-radius: 2px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
}

#alpha {
  background-image: url(/i/partners/alpha.jpg);
}

#avan {
  background-image: url(/i/partners/avan.png);
}

#arsenal {
  background-image: url(/i/partners/arsenal.png);
  background-size: 80% auto;
  background-color: #b2b2b2;
}

#batel {
  background-image: url(/i/partners/batel.png);
  cursor: default;
}

#mebel {
  background-image: url(/i/partners/mebel.png);
}

#proffessional {
  background-image: url(/i/partners/proffessional.png);
}

#ylianna {
  background-image: url(/i/partners/ylianna.png);
  background-size: auto 90%;
}

#bride {
  background-image: url(/i/partners/bride.jpg);
}

#granta {
  background-image: url(/i/partners/granta.png);
}

#dobrogost {
  background-image: url(/i/partners/dobrogost.png);
}

#endoscop {
  background-image: url(/i/partners/endoscop.jpg);
  background-size: auto 80%;
  background-color: #000;
}

#express {
  background-image: url(/i/partners/express.jpg);
}

#maks {
  background-image: url(/i/partners/maks.png);
}

#sib_zdorovie {
  background-image: url(/i/partners/sib_zdorovie.png);
  background-color: #3f8c3f;
}

#site_pokupok {
  background-image: url(/i/partners/site_pokupok.jpg);
}

#urist {
  background-image: url(/i/partners/urist.png);
}

#yaguar {
  background-image: url(/i/partners/yaguar.png);
}

#yes_manikur {
  background-image: url(/i/partners/yes_manikur.jpg);
  background-size: auto auto;
  cursor: default;
}

#zodchiy {
  background-image: url(/i/partners/zodchiy.jpg);
}

#business_park {
  background-image: url(/i/partners/business_park.png);
  background-size: auto 80%;
}

#matreshka {
  background-image: url(/i/partners/matreshka.jpg);
  background-size: 100% auto;
  cursor: default;
}

#kempo {
  background-image: url(/i/partners/kempo.jpg);
  background-size: 100% auto;
}

#vum {
  background-image: url(/i/partners/vum.jpg);
  background-size: 100% auto;
}

#partners_forward,
#partners_back {
  position: absolute;
  bottom: 0;
  padding: 0 12px;
  line-height: 120%;
  font-size: 26px;
  color: #3c6794;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #3c6794;
  border-bottom: none;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

#partners_forward {
  right: 0;
  border-right: none;
  border-radius: 5px 0 0 0;
}

#partners_back {
  left: 0;
  border-left: none;
  border-radius: 0 5px 0 0;
}

#partners_forward:hover,
#partners_back:hover {
  opacity: 1;
}

#bread_crumbs {
  color: #65709e;
  margin: 32px 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
}

/* #page h1 {
  margin: 0 !important;
} */

#to_top {
  color: #4d4d4d;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  left: 0;
  opacity: 0.5;
  position: fixed;
  text-align: center;
  bottom: 340px;
  font-size: 48px;
  display: none;
  transition: opacity 0.3s ease;
  z-index: 20;
}

#to_top:hover {
  opacity: 1;
}

#page table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 2px;
  border: 1px solid rgba(52, 130, 0, 0.5);
}

#page table td,
#page table th {
  text-align: left;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #1a1a1a;
}

#page table tr:first-child td {
  font-size: 16px !important;
}

#page table tr td:first-child {
  font-weight: bold;
}

#page table tr:nth-child(even) {
  background-color: rgba(170, 0, 0, 0.3);
}

#page table img {
  max-width: none;
}

/*СПИСОК ТОВАРОВ*/

.items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 22px;
}

.item {
  position: relative;
  width: 224px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
  transition: border-color 0.3s ease;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.item .item_url {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.item_text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 8%;
}

.item_title {
  font-size: 22px;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #373737;
  padding-right: 65px;
}

.item_img {
  width: 100%;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 71%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item_img:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.item_descr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.item_price {
  margin-bottom: 5px;
  font-size: 22px;
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;

  color: #262626;
}

.price_val {
  font-size: 22px;

  font-size: 22px;
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;

  color: #262626;
}

.item_price i {
  font-size: 22px;
}

.item_area {
  font-size: 22px;
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;

  color: #262626;
}

.item_more {
  transition: background-color 0.3s ease;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c6794;
  margin-top: 20px;
}

.item:hover {
  border-color: #3c6794;
}

/*Фильтрация  и сортировка*/
.sort-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

#sort_filter_panel {
  margin-bottom: 15px;
  margin-top: 7px;
}

#sort_filter_panel .sort {
  float: right;
  margin-left: 25px;
}

.sort span {
  float: left;
  font-size: 15px;
}

.current_select_item,
.select_title {
  line-height: 26px;
}

.select_wrap {
  position: relative;
  float: right;
  margin-left: 8px;
  font-size: 15px;
}

.show-plan {
  display: flex;
  align-items: center;
}

.show-plan a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #18385a !important;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}

.show-plan:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/i/blueprint.svg);
  background-size: cover;
  display: block;
  margin-right: 12px;
}

.show-plan a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(24, 56, 90, 0.48);
}

.select_current,
.option {
  position: relative;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.select_current,
.option:hover {
  background-color: #fff;
}

.sort i {
  position: absolute;
  right: 5px;
  top: 6px;
}

.sort .option.to_max i {
  top: 10px;
}

.sort .option.to_min i {
  top: 5px;
}

.sort .select_current,
.sort .option {
  width: 125px;
}

#filter_colors .option {
  width: 125px;
}

.option_wrap {
  display: none;
  position: absolute;
  left: 0px;
  top: 28px;
  z-index: 10;
}

.option_wrap .option {
  border-top: none;
}

#product_image {
  position: relative;
  float: left;
  width: 411px;
}

#load_product_img {
  position: absolute;
  top: 5px;
  left: 15px;
}

#load_product_img input[name="new_image"] {
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}

#load_product_img input[type="submit"] {
  visibility: hidden;
}

#product_image_zoom,
.gallery_img_zoom {
  position: absolute;
  left: 40px;
  top: 10px;
  font-size: 26px;
  color: #4d4d4d;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery_img_zoom {
  font-size: 20px;
  left: 5px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

#wrap_main_img:hover #product_image_zoom,
.gallery_img_wrap:hover .gallery_img_zoom {
  opacity: 1;
}

#miniatures {
  margin-top: 10px;
  overflow: hidden;
  height: 75px;
  width: 100%;

  text-align: center;
  position: absolute;
  bottom: 16px;
}

.img_wrapper {
  margin-left: 15px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: auto;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.img_wrapper:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.img_wrapper img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
}

.img_wrapper.first_mini {
  margin-left: 0;
}

.img_wrapper.current img {
  border-color: #999;
}

.product-block {
  background: #ffffff;
  box-shadow: 2px 4px 10px rgba(35, 34, 34, 0.05);
  display: flex;
  justify-content: space-between;
}

#product_info {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  color: #7c7c7c;
  position: relative;
  padding: 33px 55px;
  padding-left: 0;
  width: calc(100% - 540px);
}

#product_info span {
  color: #262626;
}

#product_main_img {
  text-align: center;
  width: 100%;
  height: auto;
}

#product_descr b,
#product_price b,
#product_area b,
#product_phone b {
  font-weight: normal;
}

#wrap_main_img {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

#wrap_main_img:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

#wrap_main_img img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}

#product_title {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #262626;
}

#product_price span {
  line-height: 150%;
  margin-bottom: 25px;
  font-size: 30px;
}

#product_price i {
  font-size: 110%;
}

#product_text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
  color: #3b4b91;
}

.p_226 #product_text {
  display: flex;
  gap: 32px !important;
  flex-direction: column;
  padding: 50px 0 120px 0;
}

.p_226 #text h3 {
  color: #3b4b91;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.items-list.single_page_product {
  margin-top: 32px;
  padding-bottom: 120px;
}

#product_text polygon#polygon {
  fill: #25a665;
  fill-opacity: 0.5;
  stroke: green;
  stroke-width: 3px;
}

a.back-btn {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #2c5784;
  display: inline-block;
  margin-bottom: 82px;
}

#product_area {
  font-size: 22px;
}

#product_area b,
#product_phone b {
  font-size: 16px;
}

#order {
  padding: 0;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: none;
  width: 220px;
  text-align: center;
  text-transform: uppercase;
  background: #3c6794;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 15px;
  transition: opacity 0.3s ease;
}

#order:hover {
  opacity: 0.9;
}

/*ОПИСАНИЕ ПРОДУКТА*/

.hs_bg:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

#vk_groups {
  position: absolute;
  top: 195px;
  left: 280px;
}

#vk_like {
  position: absolute;
  top: 50px;
  right: 300px;
}

.ya-share2 {
  position: absolute;
  right: 0px;
  top: 50px;
}

.img_flat {
  padding: 40px 0;
  background: #fff;
}

.img_flat .inner div {
  display: flex;
  justify-content: space-between;
}

.img_gallery_block2 {
  flex-basis: 60%;
}

.img_description {
  display: flex;
  flex-basis: 38%;
  flex-direction: column;
  line-height: 1.4em;
  font-size: 18px;
}

.link_tr {
  font-size: 14px;
}

.link_tr a {
  color: #3c6794;
  border-bottom: 1px dashed;
}

.link_tr a:hover {
  border-bottom: none;
  text-decoration: none;
}

#product #svg_plane polygon {
  fill: yellow;
  fill-opacity: 0.5;
  stroke: green;
  stroke-width: 3px;
}

.params-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.params-item {
  width: 40%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted;
  justify-content: space-between;
  margin-bottom: 10px;
}

.params-text {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: #797979;
}

.params-value {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #222222;
  position: relative;
}

.params-text:before,
.params-value:before {
  width: 100%;
  height: 3px;
  bottom: -3px;
  position: absolute;
  content: "";
  background: url(/i/bg.jpg);
}

.params-title {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #111111;
}

.params-description {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 40px;
}

.hr-line {
  margin-bottom: 30px;
}

.position_advantages {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.position_advantage {
  font-family: PT Sans Narrow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.position_advantage:before {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(/i/sin-list.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 11px;
}

.apartment_middle_card {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 560px) {
  .apartment_middle_card #wrap_main_img {
    margin-bottom: 0;
  }
}

.apartment_middle_card .product-block {
  box-shadow: none;
}
