.content__inner {
  font-size: 16px;
}

p {
  padding: 20px 0;
  line-height: 120%;
}

.otzivi__link {
  color: #333;
}

.zakaz-callback {
  width: 100%;
}

.zakaz-callback__row {
  margin: 8px 0;
}

.zakaz-callback__input {
  padding: 6px 8px;
  border: 1px solid #cccccc;
  width: 100%;
}

.zakaz-callback__btn {
  background-color: #008cd0;
  margin: 0 auto;
  color: #fff;
}

.photo-gallery {
  /*padding: 40px 0;*/
  padding: 0;
  padding-bottom: 30px;
  margin: 0 -15px;
  list-style: none;
}

.photo-gallery img,
.gallery-col img,
.new-gallery img {
  width: 100%;
  border: 1px solid #797979;
  border-radius: 24px;
}

.gallery-col {
  margin-bottom: 30px;
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.photo-gallery li {
  /*padding:20px;*/
  display: inline-block;
  margin-right: -4px;
  float: none;
  margin-bottom: 30px;
}

.content__inner .metro-row {
  margin: 15px -15px 0;
}

.content__inner .metro-col {
  width: 260px;
  margin-bottom: 20px;
}

.content__inner .metro-col img {
  width: 50px;
  float: left;
  margin-right: 20px;
}

.price-tab__block {
  background: #EFF9FF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
}

.price-sum {
  padding: 20px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #2B2B2B;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.price-sum:last-child {
  border-bottom: none;
}

.price-sum::-webkit-details-marker {
  display: none
}

.price-sum:after {
  content: url(/img/plus.svg);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

details[open] .price-sum:after {
  content: url(/img/minus.svg);
}

details[open] {
  animation: slide .5s ease-in-out;
  animation-duration: 1s;
}

.table-price {
  width: 100%;
}

.table-price tr td,
.table-price tr th {
  border: none;
  padding: 20px 30px;
}

.table-price tr {
  background-color: #F8F8F8;
}

.table-price tr:nth-child(2n+1) {
  background-color: #fff;
}

.table-price .table-callback {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1D88CA;
}

.card {
  border: 4px solid #0288d1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px #888;
  text-align: center;
}

.card a {
  text-decoration: none;
  display: block
}

.card .inner {
  padding: 16px 4px
}

.card .inner .adress {
  font-size: 1.1em;
  margin-bottom: 4px
}

.card .inner .phone {
  font-size: 1.4em
}

.card .inner .metro {
  font-size: 1.3em;
  color: red;
  margin-bottom: 4px
}

ul.photo-galleryNew {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

ul.photo-galleryNew li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  float: none;
  margin-right: -4px
}

.kontakty__icon {
  padding: 12px 12px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.kontaktyIcon__img {
  width: 90%;
}

.kontaktyIcon__div {
  /* display: inline-block;
  margin-right: -4px;
  width: 25%;
  vertical-align: top; */
}

.kontaktyIcon__title {
  font-size: 0.7em;
}

.item-catalog-model-2-col {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  width: 46%
}

.img-model-content {
  float: left;
  width: 50%;
}

.img-model-content img {
  width: 100%;
  padding: 0 8px 8px 0;
}

.item-catalog-model {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  padding: 0 15px;
}

.item-catalog-model,
.text-center {
  text-align: center
}

.pricetable {
  overflow-x: auto;
  width: 100%;
  /* margin: 16px 0; */
}

.pricetable thead {
  background-color: #008cd0;
  color: #fff;
}

.pricetable th {
  text-align: center !important;
}

.pricetable th,
.pricetable td {
  padding: 20px 8px !important;
  font-size: 1.2em;
}

.pricetable tr:nth-child(2n+1) td {
  background-color: #eee;
}

.pricetable thead td {
  background-color: #008cd0 !important;
  color: #fff;
}

.navigator {
  display: none;
  border: 1px solid #000;
  margin: 16px 0;
}

.navigator ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigator ul li {
  padding: 12px 16px;
}

.navigator a {
  color: #000;
  font-size: 1.4em;
  font-weight: 600;
}

@media (max-width:992px) {
  .navigator {
    display: flex;
  }
}

.gstr__item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.gstr__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #008cd0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: -0 -1px 0 rgba(255, 255, 255, 1),
    0 -1px 0 rgba(255, 255, 255, 1),
    -0 1px 0 rgba(255, 255, 255, 1),
    0 1px 0 rgba(255, 255, 255, 1),
    -1px -0 0 rgba(255, 255, 255, 1),
    1px -0 0 rgba(255, 255, 255, 1),
    -1px 0 0 rgba(255, 255, 255, 1),
    1px 0 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1),
    -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1),
    -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1);
}

.fotorama {
  margin-bottom: 30px;
}

.map-search__button {
  margin-top: 20px;
}

.alltable {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  margin: 16px 0;
}

.alltable tr th {
  border: 1px solid #000;
  padding: 4px 8px;
  font-weight: 600;
  text-align: center;
}

.alltable tr td {
  border: 1px solid #000;
  padding: 4px 8px;
}

.item-catalog-model {
  width: 33.333333%;
  margin-bottom: 30px;
}

.item-catalog-model img,
.item-catalog-model-2-col img {
  width: 100%
}

.item-catalog-model-2-col {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  width: 46%
}

.img-model-content {
  float: left;
  width: 50%;
}

.img-model-content img {
  width: 100%;
  padding: 0 8px 8px 0;
}

.item-catalog-model {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  padding: 0 15px;
}

.item-catalog-model,
.text-center {
  text-align: center
}

/* .akbTable {
  margin-bottom: 30px;
} */

.akbTable tr td:last-child {
  white-space: nowrap;
}

.kont-in__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(1fr, auto);
  grid-gap: 30px;
}

@media (max-width:768px) {
  .kont-in__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-col {
    display: block;
    margin-right: 0
  }
}

.tabel-row-color {
  box-sizing: border-box;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}

.tabel-row-color tr th {
  background: #EFF9FF;
  padding: 6px 12px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #2B2B2B;
}

.tabel-row-color tr td {
  background: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 140%;
  color: #797979;
}

.tabel-row-color tr td {
  border-bottom: 1px solid #E8E8E8;
  background: #fff;
}

.tabel-row-color tr:nth-child(2n+1) td {
  background: #F8F8F8;
}
