.comparison {
  position: relative;
  margin-bottom: 3rem;
}
.comparison__table-container {
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
  transform: translateZ(0);
}
.comparison__scroll_position_fixed {
  position: fixed;
  bottom: 0;
}
.comparison__table-wrapper {
  overflow: auto;
  margin-left: 140px;
}
@media print, (min-width: 1280px) {
  .comparison__table-wrapper {
    overflow: hidden;
    margin-left: 180px;
  }
}
.comparison__table {
  font-family: arial, sans-serif;
  width: auto;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.comparison__table a {
  color: #0564C6;
}
.comparison__section {
  table-layout: fixed;
}
.comparison__image {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.comparison__image img {
  display: block;
}
.comparison__image .link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 28px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='black' fill-opacity='0.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3816 5.96102L14.2849 4.86435L9.93712 9.21213L5.58934 4.86435L4.49268 5.96102L8.84045 10.3088L4.49268 14.6566L5.58934 15.7532L9.93712 11.4055L14.2849 15.7532L15.3816 14.6566L11.0338 10.3088L15.3816 5.96102Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.comparison__desc {
  font-size: 15px;
  font-weight: 700;
  color: #0564C6;
}
.comparison__price {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2px;
}
.comparison__price-per-area-unit {
  color: #999999;
}
.comparison__metro-name {
  margin-bottom: 5px;
}
.comparison__metro-time {
  margin: 0;
  color: #999999;
}
.comparison__row {
  background-color: #fff;
}
.comparison__row--bordered-top td {
  padding-top: 15px;
  border-top: 1px solid #D7D7D7;
}
.comparison__row--bordered-bottom td {
  padding-bottom: 20px;
}
.comparison__row_name_price td {
  padding-bottom: 3rem;
}
.comparison__cell {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  padding: 7px 0 4px 20px;
  border-collapse: collapse;
  vertical-align: top;
}
.comparison__val--green {
  color: #41A85F;
}
.comparison__val--red {
  color: #F5493C;
}
.comparison__val--no {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 13H5V11H19V13Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.comparison__val--yes {
  display: block;
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50013 11.4538L4.02513 8.50001L2.8418 9.49876L7.50013 13.4583L17.5001 4.95834L16.3251 3.95959L7.50013 11.4538Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.comparison__val--no-info {
  color: #666666;
}
.comparison__cell_type_name {
  width: 0;
  min-width: 0;
  max-width: 0;
  padding: 0;
}
.comparison__cell_type_name .comparison__name-floater {
  position: absolute;
  top: auto;
  left: 0;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  padding: 7px 0 4px 0;
  transform: translateZ(0);
  background-color: #fff;
  color: #666666;
  box-sizing: border-box;
}
@media print, (min-width: 1280px) {
  .comparison__cell_type_name .comparison__name-floater {
    padding-left: 30px;
    padding-right: 20px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }
}
.comparison__cell_type_name .comparison__name-floater--sub {
  padding-left: 20px;
}
@media print, (min-width: 1280px) {
  .comparison__cell_type_name .comparison__name-floater--sub {
    padding-left: 45px;
  }
}
.comparison__cell_type_name .comparison__stub {
  overflow: hidden;
  width: 0;
}
.comparison__cell_type_name .comparison__stub-content {
  width: 240px;
  padding: 7px 0 4px;
}
.comparison__scroll {
  max-width: 1215px;
}
.comparison__scroll .comparison__table-wrapper {
  overflow-x: auto;
}
.comparison__scroll-content {
  height: 1px;
}
.table-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: Arial, sans-serif;
}
.table-footer > * {
  margin-right: 20px;
  margin-bottom: 10px;
}
.table-footer__link-with-icon {
  display: inline-block;
  font-size: 14px;
  color: #0564C6;
}
.table-footer__link-with-icon--share {
  position: relative;
  padding-left: 20px;
}
.table-footer__link-with-icon--share:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1em;
  background-size: contain;
  background-position: 0 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.469604' width='16' height='16' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0' transform='scale(0.0625)'/%3E%3C/pattern%3E%3Cimage id='image0' width='16' height='16' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACAUlEQVQ4EYVTT0iTcRh+9uly2bA5xGyrtOGwXNAMOi0hsH8EDoTEg+LBOhiMAhHZoWtRMERhdOhUQrewg0SJpw4GBXmoDJcoJE5WJLo/za39+eJ54/cxFL/ey/f79zzv8z7v+1l0XdcB4G0shXvTa0ik/iDQWodIXzMa7FZemYaFBNMfNzHwZBnFsnAJoK3pIOZGfWg6bE6iMTPBjKc3W/Fz8jwC3jrEEju4HFlEIlkwVYALDz7r1lvv9GfzPyhGIp0r6hcffZFzfs1CW9/Ko1qzIOh3GplsVg0vQ21obqjB/HLKVIXW1e6Q2nuiMWTyJVl7wwvgPpktCanNajHIdy+0hzdOgIYxU/fkEjK5Eo7V/8u8nS1iqPMIHLXVu3HGXrpAo2gYjXPXH8DvfBkEM2hozzknIm/i2M6WEOxwItp/0iAVAj4kye2pFbz6tCXAwUAj3q+khVQOANhrqqTMyhYbBOrRr0xBTKXs8dkNhF98l6uzxw/h9chp9D7+JuUqEk0B1ZfTp2qemNuQY5+7FovxrKxn7p4y5iT0fBV7FCgiTqUz9EFkf73vl+6o0aY/nrEF5Apl7FGgCDgbV844wJKGp1YNVbynGoLttqr9Cfgw2u+RFqt/hSDVbiocvebavwSlpLLF9IZzQvCdS0cR6Wv5PwGJKltMkvB1N0auuiTHX2DaKCM7ZD+pAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.table-footer__link-with-icon--print {
  position: relative;
  padding-left: 30px;
}
.table-footer__link-with-icon--print:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 1em;
  background-size: contain;
  background-position: 0 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='17' viewBox='0 0 27 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.64282' y='4.4231' width='17' height='9.46154' rx='1.5' fill='white' stroke='%230564C6'/%3E%3Crect y='11.7693' width='27' height='3.92308' fill='white'/%3E%3Cline x1='5.14282' y1='12.5769' x2='23.1428' y2='12.5769' stroke='%230564C6'/%3E%3Cellipse cx='20.1406' cy='7.40807' rx='0.855' ry='0.869615' fill='%23666666'/%3E%3Crect x='9.25' y='0.25' width='9.78571' height='2.99154' fill='white' stroke='%230564C6' stroke-width='0.5'/%3E%3Crect x='9.5' y='12.2693' width='9.28571' height='4.23077' fill='white' stroke='%230564C6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.popup--compare .win {
  padding: 30px 20px;
}
.popup--compare p {
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.popup--compare .h2 {
  color: #A70B00;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.popup--compare .text {
  margin-top: 0;
  margin-bottom: 15px;
}
.popup--compare .btns-wrp {
  display: flex;
  justify-content: space-between;
}
.popup--compare .btns-wrp .btn {
  display: inline-block;
  text-align: center;
  width: calc( ( 100% - 20px ) / 2);
  box-sizing: border-box;
  text-decoration: none;

}
.popup-rotate {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait) {
  .popup-rotate {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.65);
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .popup-rotate img {
    display: block;
    max-width: 150px;
    margin: 0 auto 30px;
  }
  .popup-rotate p {
    margin-top: 0;
    font-size: 18px;
    color: #000;
    max-width: 400px;
    text-align: center;
  }
}
.icon-btn-wrp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.icon-btn {
  display: flex;
  align-items: center;
  margin-top: -3px;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}
.icon-btn--compare .icon {
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.57141H13C13.2761 2.57141 13.5 2.79527 13.5 3.07141V14.7857C13.5 15.0618 13.2761 15.2857 13 15.2857H3C2.72386 15.2857 2.5 15.0618 2.5 14.7857V3.07141C2.5 2.79527 2.72386 2.57141 3 2.57141Z' stroke='%23666666'/%3E%3Cline x1='0.5' y1='12' x2='0.5' stroke='%23666666'/%3E%3Cline y1='0.5' x2='10' y2='0.5' stroke='%23666666'/%3E%3C/svg%3E%0A");
}
.icon-btn--favourite .icon {
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.42443 11.7167C2.37996 11.7167 2.3355 11.7029 2.29813 11.6756C2.23197 11.6275 2.19889 11.5461 2.21285 11.4656L2.87679 7.59538L0.0648919 4.8548C0.00646738 4.79766 -0.0145826 4.71239 0.0105485 4.63485C0.0358944 4.55709 0.103126 4.50038 0.184104 4.48857L4.06976 3.92387L5.80768 0.402724C5.84376 0.329263 5.91851 0.282867 6.00013 0.282867C6.08197 0.282867 6.15672 0.329263 6.19259 0.402724L7.93029 3.92387L11.8162 4.48857C11.8971 4.50038 11.9642 4.55688 11.9897 4.63485C12.0149 4.71239 11.994 4.79788 11.9354 4.8548L9.12348 7.59581L9.7872 11.4658C9.80095 11.5463 9.76787 11.6277 9.70193 11.6759C9.63577 11.7244 9.54792 11.7306 9.47553 11.6922L6.00013 9.86513L2.52431 11.6922C2.49295 11.7085 2.45858 11.7167 2.42443 11.7167ZM0.676416 4.85093L3.2574 7.36683C3.30788 7.41602 3.33108 7.48733 3.31905 7.55693L2.70967 11.1092L5.90025 9.4321C5.96276 9.39902 6.03729 9.39902 6.10023 9.4321L9.29038 11.1092L8.68122 7.55693C8.66919 7.48733 8.69239 7.41624 8.74286 7.36683L11.3239 4.85093L7.75716 4.33263C7.68714 4.32253 7.62678 4.2785 7.59542 4.21514L6.00013 0.983317L4.40484 4.21535C4.37348 4.27871 4.31313 4.32275 4.2431 4.33284L0.676416 4.85093Z' fill='%23666666'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-btn--print .icon {
  background-size: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.5' y='3.5' width='13' height='7' rx='1.5' fill='white' stroke='%23666666'/%3E%3Crect y='9' width='21' height='3' fill='white'/%3E%3Cline x1='4' y1='9.5' x2='18' y2='9.5' stroke='%23666666'/%3E%3Ccircle cx='15.665' cy='5.665' r='0.665' fill='%23666666'/%3E%3Crect x='7.25' y='0.25' width='7.5' height='2.17' fill='white' stroke='%23666666' stroke-width='0.5'/%3E%3Crect x='7.5' y='9.5' width='7' height='3' fill='white' stroke='%23666666'/%3E%3C/svg%3E%0A");
}
.icon-btn--active.icon-btn--compare .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.57141H13C13.2761 2.57141 13.5 2.79527 13.5 3.07141V14.7857C13.5 15.0618 13.2761 15.2857 13 15.2857H3C2.72386 15.2857 2.5 15.0618 2.5 14.7857V3.07141C2.5 2.79527 2.72386 2.57141 3 2.57141Z' fill='%23FDB53C' stroke='%23FDB53C'/%3E%3Cline x1='0.5' y1='12' x2='0.5' stroke='%23FDB53C'/%3E%3Cline y1='0.5' x2='10' y2='0.5' stroke='%23FDB53C'/%3E%3C/svg%3E%0A");
}
.icon-btn--active.icon-btn--favourite .icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.9895 4.63484C11.9641 4.55709 11.8969 4.50038 11.8159 4.48857L7.93027 3.92387L6.19257 0.402937C6.15649 0.329477 6.08174 0.283081 6.00011 0.283081C5.91849 0.283081 5.84353 0.329477 5.80766 0.402937L4.06975 3.92409L0.184094 4.48878C0.103116 4.5006 0.0360998 4.55709 0.0105391 4.63506C-0.014592 4.7126 0.00624316 4.79809 0.0648824 4.85501L2.87677 7.59581L2.21284 11.466C2.19909 11.5465 2.23217 11.628 2.29811 11.6761C2.36448 11.7246 2.45234 11.7308 2.52429 11.6924L6.00011 9.86534L9.47551 11.6924C9.50687 11.7089 9.54145 11.7171 9.5756 11.7171C9.62007 11.7171 9.66431 11.7033 9.7019 11.6761C9.76806 11.628 9.80114 11.5465 9.78718 11.466L9.12346 7.59602L11.9353 4.85501C11.9938 4.79766 12.0148 4.71239 11.9895 4.63484Z' fill='%23FDB53C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='12' height='12' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-btn .icon {
  display: block;
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.red-btn {
  font-family: Verdana, Geneva, sans-serif;
  background: linear-gradient(180deg, #bc0502 0%, #bc0502 0%, #c31318 100%, #c31318 100%);
  background-color: #bc0502;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34901961);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  border: none;
  padding: 3.5px 0;
  cursor: pointer;
  outline: none;
}
.red-btn:disabled {
  cursor: default;
}
@media (max-width: 767px) {
  .icon-btn .name {
    display: none!important;
  }
}
@media print, (min-width: 768px) {
  .icon-btn .name {
    display: inline-block;
    margin-left: 3px;
    font-size: 11px;
    line-height: 1;
    color: #2761D8;
  }
}

