

/* Start:/local/templates/tomsk_all/components/bitrix/menu/main_menu/style.min.css?15742537483715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/tomsk_all/components/bitrix/menu/main_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/tomsk_all/components/bitrix/menu/main_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/tomsk_all/components/bitrix/menu/main_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/css/bs-cookies.css?17485918112214*/
.cookies-alert {
	width: 400px;
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 60px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);

}

.cookies-alert__title span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #ebebeb;*/
}

.cookies-alert__left-main {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cookies-alert__left-sub {
	font-size: 13px;
	line-height: 1.2;
	color: #8c8c8c;
	/*border-bottom: 1px solid #ebebeb;*/
	padding-bottom: 15px;
}

.cookies-alert-link {
	color: #0288d1;
}

.cookies-alert__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cookies-alert__btn--js {
	display: inline-block;
	background: rgba(2, 136, 209, 0.1);
	border-radius: 6px;
	font-size: 15px;
	padding: 10px 20px;
	line-height: 1;
	color: #0288d1;
	font-weight: 500;
	outline: none;
	border: none;
	margin-left: 20px;
}


@media screen and (max-width: 1200px) {
	.cookies-alert {
		bottom: 62px;
	}
}

@media screen and (max-width: 560px) {
	.cookies-alert {
		width: 50%;
		position: fixed;
		z-index: 1000;
		right: 0;
		left: 50%;
		/*top:82px;
		height:220px;*/
		padding: 15px 20px;
		/*border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;*/
		background-color: white;
		box-shadow: unset;
	}
}



/*.header-desktop__contacts .header-desktop__contacts-item ul li {
	position: relative;
}

.header-desktop__contacts .header-desktop__contacts-item ul li:nth-child(2n) a::before {
	position: absolute;
	right: 175px;
	display: block;
	content: 'Оптовый отдел:';
	white-space: nowrap;
	font-size: 16px;
}

.header-desktop__contacts .header-desktop__contacts-item ul li:first-child {
	margin-right: 120px;
}


.header-desktop__contacts .header-desktop__contacts-item ul li:first-child a::before {
	position: absolute;
	right: 175px;
	display: block;
	content: 'Розничный отдел:';
	white-space: nowrap;
	font-size: 16px;
}*/
/* End */


/* Start:/local/templates/tomsk_all/components/bitrix/menu/mobile_menu/style.min.css?15928659973715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/tomsk_all/components/bitrix/menu/mobile_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/tomsk_all/components/bitrix/menu/mobile_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/tomsk_all/components/bitrix/menu/mobile_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/tomsk_all/components/bitrix/menu/footer_menu/style.min.css?15742535783715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/tomsk_all/components/bitrix/menu/footer_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/tomsk_all/components/bitrix/menu/footer_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/tomsk_all/components/bitrix/menu/footer_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/tomsk_all/styles.css?1748606964323814*/
html {
  font-size: 1.125rem; }
  @media (max-width: 960px) {
    html {
      font-size: 0.875rem; } }

body {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  font-family: 'TT Commons';
  font-weight: normal;
  color: #61829f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  transition: all ease-out 0.025s;
  color: #0b679b; }
  a:hover {
    transition: all ease-in 0.065s;
    color: rgba(11, 103, 155, 0.65); }
  a.blue {
    color: #0b679b; }
    a.blue:hover {
      color: rgba(11, 103, 155, 0.65);
      transition: all ease-in 0.065s; }
  a.dashed {
    border-bottom: 1px dashed rgba(11, 103, 155, 0.4); }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important; }

h1 {
  font-weight: 600;
  font-size: 177.7%;
  line-height: 34px; }
  h1.darken {
    color: #1d597c; }
  @media (max-width: 960px) {
    h1 {
      font-size: 166.6%;
      line-height: inherit;
      font-weight: 600; } }

h2 {
  font-weight: 600;
  font-size: 188.8%;
  line-height: 28px; 
 color: #1d597c;
}

h3 {
  font-weight: 600;
  font-size: 144.4%;
  line-height: 26px; }

h4 {
  font-weight: 600;
  font-size: 122.2%; }

h3, h4 {
  color: #1c597c; }

h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 77.7%;
  letter-spacing: 0.1em;
  color: #61829f; }
  @media (max-width: 960px) {
    h5 {
      font-size: 88.8%; } }

p.subtitle {
  font-size: 111.1%;
  line-height: 23px; }
  p.subtitle.on-bottom {
    position: absolute;
    bottom: 0; }

a.phone {
  font-size: 122.2%;
  font-weight: 500;
  color: #61829f; }

p.uptitle {
  margin: 20px 0 6px 0;
  font-size: 88.8%;
  color: rgba(97, 130, 159, 0.6); }

.mobile-multi-nav--holder {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  overflow-x: hidden;
  display: none; }

ul.mobile-multi-nav {
  float: left;
  width: 100%;
  display: block;
  padding: 30px 42px;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 77.7%;
  letter-spacing: 0.1em;
  color: #61829f; }
  ul.mobile-multi-nav .close-m-nav {
    width: 100%;
    display: block;
    height: 24px;
    background: url("/images/close.svg") no-repeat center;
    background-position: right center;
    opacity: 0.6;
    cursor: pointer; }
    ul.mobile-multi-nav .close-m-nav:hover {
      opacity: 1; }
  @media (max-width: 960px) {
    ul.mobile-multi-nav {
      font-size: 100%; } }
  ul.mobile-multi-nav li {
    border-bottom: 1px solid rgba(97, 130, 159, 0.2);
    cursor: pointer; }
    ul.mobile-multi-nav li a {
      display: block;
      padding: 14px 0 10px 0; }
      ul.mobile-multi-nav li a.dropdown:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border: 2px solid;
        border-color: #0b679b;
        opacity: 0.6;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 44px;
        border-left: 0;
        border-bottom: 0;
        margin-left: 15px; }
    ul.mobile-multi-nav li ul {
      display: none;
      list-style: none;
      padding: 5px 0 15px 0; }
      ul.mobile-multi-nav li ul li {
        border: 0; }
        ul.mobile-multi-nav li ul li a {
          color: rgba(11, 103, 155, 0.65); }
          ul.mobile-multi-nav li ul li a:hover {
            color: rgba(11, 103, 155, 0.45); }

.header {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 10px;
  float: left;
  background: white; }
  @media (max-width: 960px) {
    .header {
      padding: 0 20px; } }
  .header.fixed {
    position: fixed;
    z-index: 111;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05); }
  .header .header-content-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 25px 25px 25px;
    max-width: 1300px;
    margin: 0 auto; }
    .header .header-content-row.min {
      padding: 25px 25px 20px 25px; }
    .header .header-content-row .left-row, .header .header-content-row .right-row {
      display: flex;
      float: left;
      align-items: center;
      height: inherit;
      justify-content: flex-start; }
      .header .header-content-row .left-row .m-icon-box, .header .header-content-row .right-row .m-icon-box {
        width: 20px;
        height: 16px;
        display: none;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 25px;
        cursor: pointer; }
        .header .header-content-row .left-row .m-icon-box#nav-switcher, .header .header-content-row .right-row .m-icon-box#nav-switcher {
          background-image: url("/images/nav.svg"); }
        .header .header-content-row .left-row .m-icon-box#phone, .header .header-content-row .right-row .m-icon-box#phone {
          background-image: url("/images/phone.svg"); }
        .header .header-content-row .left-row .m-icon-box:last-child, .header .header-content-row .right-row .m-icon-box:last-child {
          margin-right: 0; }
        @media (max-width: 1170px) {
          .header .header-content-row .left-row .m-icon-box, .header .header-content-row .right-row .m-icon-box {
            display: inline-block; } }
      .header .header-content-row .left-row .row--main-content, .header .header-content-row .right-row .row--main-content {
        display: block; }
        @media (max-width: 1170px) {
          .header .header-content-row .left-row .row--main-content, .header .header-content-row .right-row .row--main-content {
            display: none !important; } }
      .header .header-content-row .left-row .row--main-content--min, .header .header-content-row .right-row .row--main-content--min {
        display: none; }
        @media (max-width: 1170px) {
          .header .header-content-row .left-row .row--main-content--min, .header .header-content-row .right-row .row--main-content--min {
            display: block; } }
      .header .header-content-row .left-row button, .header .header-content-row .right-row button {
        display: none;
        padding: 8px 15px 3px 15px;
        margin: 0;
        font-size: 18px; }
      .header .header-content-row .left-row #city, .header .header-content-row .right-row #city {
        font-weight: 500; }
      .header .header-content-row .left-row .logotype, .header .header-content-row .right-row .logotype {
        width: 130px;
        height: 26px;
        background: url("/images/logo.svg") no-repeat left center; }
        @media (max-width: 960px) {
          .header .header-content-row .left-row .logotype, .header .header-content-row .right-row .logotype {
            background-size: 100% auto;
            width: 115px; } }
      .header .header-content-row .left-row .profile-userpic, .header .header-content-row .right-row .profile-userpic {
        position: relative;
        border-radius: 50%;
        background: #c1d2ff;
        width: 32px;
        height: 32px;
        overflow: hidden;
        margin: 0 0 0 35px; }
        .header .header-content-row .left-row .profile-userpic .userpic-content, .header .header-content-row .right-row .profile-userpic .userpic-content {
          width: 100%;
          height: 100%;
          background: url("/images/profile.svg") no-repeat center 5px;
          background-size: 100%; }
    .header .header-content-row .right-row {
      float: right;
      text-align: right;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end; }
      .header .header-content-row .right-row p.top {
        padding-bottom: 5px;
        display: none; }
      .header .header-content-row .right-row .btn {
        margin-right: 30px; }
      .header .header-content-row .right-row a.phone {
        font-weight: 600;
        font-size: 111.1%;
        transition: all ease-out 0.025s;
        color: #0b679b; }
        .header .header-content-row .right-row a.phone:hover {
          transition: all ease-in 0.065s;
          color: rgba(11, 103, 155, 0.65); }

.add-info {
  background: #fff4bf;
  color: rgba(0, 0, 0, 0.6);
  padding: 30px; }

ul.top-menu {
  padding: 0 0 0 60px; }
  @media (max-width: 1170px) {
    ul.top-menu {
      display: none; } }
  ul.top-menu li {
    display: inline-block;
    padding: 7px 45px 6px 0;
    cursor: pointer;
    /* &:hover > ul, &:focus-within > ul {
      display: block;
      visibility: visible;
      opacity: 1;
    } */ }
    ul.top-menu li:hover > a {
      color: rgba(11, 103, 155, 0.65); }
    ul.top-menu li a {
      position: relative; }
      ul.top-menu li a.dropdown:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border: 2px solid;
        border-color: rgba(56, 148, 205, 0.6);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-left: 0;
        border-bottom: 0;
        margin-top: 4px;
        margin-left: 8px; }
    ul.top-menu li:hover > a.dropdown:after {
      /* transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-top: 7px; */ }
    ul.top-menu li ul {
      position: absolute;
      width: 100%;
      float: left;
      left: 0;
      right: 0;
      background: white;
      z-index: 999;
      margin: 6px auto 0 auto;
      display: none;
      box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05); }
      ul.top-menu li ul .dropdown-section {
        position: relative;
        max-width: 1380px;
        margin: 0 auto;
        padding: 25px 65px 16px 65px; }
        ul.top-menu li ul .dropdown-section li {
          display: inline-block;
          padding: 0 40px 0 0; }
          ul.top-menu li ul .dropdown-section li:first-child {
            margin-left: 190px; }
    ul.top-menu li:last-child, ul.top-menu li:only-child {
      padding: 0; }
    ul.top-menu li a {
      font-weight: 500; }
      ul.top-menu li a.active {
        font-weight: 600;
        color: #0b679b; }

input, button {
  display: block;
  width: 100%;
  float: left;
  border-radius: 0.375rem;
  font-family: inherit;
  font-size: 111.1%;
  padding: 13px 15px 6px 15px;
  transition: background-color .3s; }

.callback-form button {
  font-weight: 500;
  margin: 15px 0;
  background: #ffdf37;
  border: 0;
  outline: none;
  color: #6d4215;
  box-shadow: 0px 2px 1px rgba(239, 187, 55, 0.5);
  cursor: pointer; }

  .callback-form button:hover {
    background: #ffd34b;
    transition: background-color .3s; }

  .callback-form button[disabled] {
	opacity: .6;
	cursor: default;
}

  button.short {
    width: auto;
    display: inline-block; }
  button.beige {
    box-shadow: none;
    color: #683010;
    background: #FFEFD0; }
    button.beige:hover {
      background: #ffe3c3; }
    button.beige:active {
      background: #FFE3C3;
      transform: none;
      box-shadow: none; }
  .callback-form button:active {
    background: #ffcc39;
    transform: translateY(1px);
    box-shadow: 0px 1px 1px rgba(239, 187, 55, 0.75); }

.callback-form {
  width: 100%;
  margin-top: 40px; }

  @media (max-width: 960px) {
    .callback-form {
      margin-top: 30px; } }
  .callback-form.shorter {
    width: calc(100% - 45px); }
    @media (max-width: 1282px) {
      .callback-form.shorter {
        width: 100%; } }
    @media (max-width: 960px) {
      .callback-form.shorter {
        max-width: 200px; } }
  .callback-form.outline {
    position: absolute;
    max-width: 255px;
    bottom: 25px;
    left: 25px;
    right: 25px; }
  .callback-form input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    color: white; }
    .callback-form input::placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .callback-form input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .callback-form input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .callback-form input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .callback-form input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .callback-form input:focus {
      background: white;
      color: black; }

.square-cover {
  width: 100%;
  max-width: 200px;
  padding-bottom: 67%;
  border: 1px solid black;
  margin: 0 auto 45px auto;
  display: none; }

/* .main-body {
  max-width: 1380px;
  margin: 0 auto;
} */
.main-body, .bottom {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto; }
  .main-body .top-floor, .main-body .floor, .bottom .top-floor, .bottom .floor {
    display: block;
    float: left;
    width: 100%;
    padding: 0 40px;
    /* & .multi-height-section {
      @media (max-width: 960px) {
        margin: 0 !important;
        width: 100% !important;
      }
    } */ }
    .main-body .top-floor .fw-section, .main-body .floor .fw-section, .bottom .top-floor .fw-section, .bottom .floor .fw-section {
      position: relative;
      width: calc(100% + 10px);
      height: inherit;
      float: left;
      display: block;
      margin: 0 0 0 -10px;
      margin-bottom: 40px; }
      @media (max-width: 960px) {
        .main-body .top-floor .fw-section, .main-body .floor .fw-section, .bottom .top-floor .fw-section, .bottom .floor .fw-section {
          margin-bottom: 0; } }
      .main-body .top-floor .fw-section .item, .main-body .floor .fw-section .item, .bottom .top-floor .fw-section .item, .bottom .floor .fw-section .item {
        padding: 47px 25px 33px 35px;
        max-height: 165px;
        border-radius: 0.5rem 0.5rem 3px 3px;
        background: linear-gradient(180deg, #f0f4f6 0%, #f0f4f6 100%);
        background-size: auto 100%; }
        @media (max-width: 960px) {
          .main-body .top-floor .fw-section .item, .main-body .floor .fw-section .item, .bottom .top-floor .fw-section .item, .bottom .floor .fw-section .item {
            padding: 0 33px;
            background: none; } }
        .main-body .top-floor .fw-section .item h1, .main-body .floor .fw-section .item h1, .bottom .top-floor .fw-section .item h1, .bottom .floor .fw-section .item h1 {
          color: #1d597c;
          font-size: 211.2%;
          font-weight: 600; }
          @media (max-width: 960px) {
            .main-body .top-floor .fw-section .item h1, .main-body .floor .fw-section .item h1, .bottom .top-floor .fw-section .item h1, .bottom .floor .fw-section .item h1 {
              font-size: 177.7%; } }
        .main-body .top-floor .fw-section .item .fixed-graphic, .main-body .floor .fw-section .item .fixed-graphic, .bottom .top-floor .fw-section .item .fixed-graphic, .bottom .floor .fw-section .item .fixed-graphic {
          position: absolute;
          top: -12px;
          right: -30px;
          transform: rotate(-38deg);
          width: 450px;
          display: none; }
    .main-body .top-floor.first-item, .main-body .floor.first-item, .bottom .top-floor.first-item, .bottom .floor.first-item {
      margin-top: 20px; }
    @media (max-width: 960px) {
      .main-body .top-floor.fback, .main-body .floor.fback, .bottom .top-floor.fback, .bottom .floor.fback {
        padding: 0 20px; } }
    @media (max-width: 960px) {
      .main-body .top-floor, .main-body .floor, .bottom .top-floor, .bottom .floor {
        padding: 0 20px; } }
    .main-body .top-floor.top, .main-body .floor.top, .bottom .top-floor.top, .bottom .floor.top {
      margin-top: 114px; }
    .main-body .top-floor.anchor, .main-body .floor.anchor, .bottom .top-floor.anchor, .bottom .floor.anchor {
      padding: 0 65px; }
      @media (max-width: 960px) {
        .main-body .top-floor.anchor, .main-body .floor.anchor, .bottom .top-floor.anchor, .bottom .floor.anchor {
          padding: 0 42px; } }
      .main-body .top-floor.anchor h1, .main-body .floor.anchor h1, .bottom .top-floor.anchor h1, .bottom .floor.anchor h1 {
        color: #1d597c; }
      @media (max-width: 960px) {
        .main-body .top-floor.anchor.m-step, .main-body .floor.anchor.m-step, .bottom .top-floor.anchor.m-step, .bottom .floor.anchor.m-step {
          margin-bottom: 30px; } }
    .main-body .top-floor.fw-cb, .main-body .floor.fw-cb, .bottom .top-floor.fw-cb, .bottom .floor.fw-cb {
      width: calc(100% - 100px);
      padding: 0 65px 0 25px;
      background-image: url("/images/callback-bg-2.jpg");
      background-position: center center;
      height: 606px;
      margin: 0 40px;
      border-radius: 0.375rem; }
      .main-body .top-floor.fw-cb .s-section, .main-body .floor.fw-cb .s-section, .bottom .top-floor.fw-cb .s-section, .bottom .floor.fw-cb .s-section {
        display: flex;
        align-items: center; }
        .main-body .top-floor.fw-cb .s-section .callback, .main-body .floor.fw-cb .s-section .callback, .bottom .top-floor.fw-cb .s-section .callback, .bottom .floor.fw-cb .s-section .callback {
          max-height: 370px; }
    .main-body .top-floor.step, .main-body .top-floor.fl-step, .main-body .floor.step, .main-body .floor.fl-step, .bottom .top-floor.step, .bottom .top-floor.fl-step, .bottom .floor.step, .bottom .floor.fl-step {
      margin-bottom: 85px; }
    @media (max-width: 960px) {
      .main-body .top-floor.step, .main-body .floor.step, .bottom .top-floor.step, .bottom .floor.step {
        margin-bottom: 60px; } }
    @media (max-width: 960px) {
      .main-body .top-floor.fl-step, .main-body .floor.fl-step, .bottom .top-floor.fl-step, .bottom .floor.fl-step {
        margin-bottom: 30px; } }
    .main-body .top-floor.m-step, .main-body .floor.m-step, .bottom .top-floor.m-step, .bottom .floor.m-step {
      margin-bottom: 60px; }
    .main-body .top-floor.s-step, .main-body .floor.s-step, .bottom .top-floor.s-step, .bottom .floor.s-step {
      margin-bottom: 40px; }
    .main-body .top-floor .xs-section, .main-body .top-floor .s-section, .main-body .top-floor .m-section, .main-body .top-floor .l-section, .main-body .top-floor .third-section, .main-body .top-floor .multi-height-section, .main-body .floor .xs-section, .main-body .floor .s-section, .main-body .floor .m-section, .main-body .floor .l-section, .main-body .floor .third-section, .main-body .floor .multi-height-section, .bottom .top-floor .xs-section, .bottom .top-floor .s-section, .bottom .top-floor .m-section, .bottom .top-floor .l-section, .bottom .top-floor .third-section, .bottom .top-floor .multi-height-section, .bottom .floor .xs-section, .bottom .floor .s-section, .bottom .floor .m-section, .bottom .floor .l-section, .bottom .floor .third-section, .bottom .floor .multi-height-section {
      position: relative;
      display: inline-block;
      height: inherit;
      float: left; }
      .main-body .top-floor .xs-section .single-image-item, .main-body .top-floor .s-section .single-image-item, .main-body .top-floor .m-section .single-image-item, .main-body .top-floor .l-section .single-image-item, .main-body .top-floor .third-section .single-image-item, .main-body .top-floor .multi-height-section .single-image-item, .main-body .floor .xs-section .single-image-item, .main-body .floor .s-section .single-image-item, .main-body .floor .m-section .single-image-item, .main-body .floor .l-section .single-image-item, .main-body .floor .third-section .single-image-item, .main-body .floor .multi-height-section .single-image-item, .bottom .top-floor .xs-section .single-image-item, .bottom .top-floor .s-section .single-image-item, .bottom .top-floor .m-section .single-image-item, .bottom .top-floor .l-section .single-image-item, .bottom .top-floor .third-section .single-image-item, .bottom .top-floor .multi-height-section .single-image-item, .bottom .floor .xs-section .single-image-item, .bottom .floor .s-section .single-image-item, .bottom .floor .m-section .single-image-item, .bottom .floor .l-section .single-image-item, .bottom .floor .third-section .single-image-item, .bottom .floor .multi-height-section .single-image-item {
        position: relative;
        width: calc(80% - 10px);
        border-radius: 0.375rem;
        height: 250px;
        text-align: center;
        background: url("/images/sp-head.jpg") no-repeat center;
        background-size: 100% auto;
        margin: 0 0 0 -15px;
        margin-bottom: 40px; }
        .main-body .top-floor .xs-section .single-image-item h1, .main-body .top-floor .s-section .single-image-item h1, .main-body .top-floor .m-section .single-image-item h1, .main-body .top-floor .l-section .single-image-item h1, .main-body .top-floor .third-section .single-image-item h1, .main-body .top-floor .multi-height-section .single-image-item h1, .main-body .floor .xs-section .single-image-item h1, .main-body .floor .s-section .single-image-item h1, .main-body .floor .m-section .single-image-item h1, .main-body .floor .l-section .single-image-item h1, .main-body .floor .third-section .single-image-item h1, .main-body .floor .multi-height-section .single-image-item h1, .bottom .top-floor .xs-section .single-image-item h1, .bottom .top-floor .s-section .single-image-item h1, .bottom .top-floor .m-section .single-image-item h1, .bottom .top-floor .l-section .single-image-item h1, .bottom .top-floor .third-section .single-image-item h1, .bottom .top-floor .multi-height-section .single-image-item h1, .bottom .floor .xs-section .single-image-item h1, .bottom .floor .s-section .single-image-item h1, .bottom .floor .m-section .single-image-item h1, .bottom .floor .l-section .single-image-item h1, .bottom .floor .third-section .single-image-item h1, .bottom .floor .multi-height-section .single-image-item h1 {
          position: absolute;
          text-align: left;
          padding-left: 15px;
          color: white !important;
          bottom: 0; }
      .main-body .top-floor .xs-section.last, .main-body .top-floor .s-section.last, .main-body .top-floor .m-section.last, .main-body .top-floor .l-section.last, .main-body .top-floor .third-section.last, .main-body .top-floor .multi-height-section.last, .main-body .floor .xs-section.last, .main-body .floor .s-section.last, .main-body .floor .m-section.last, .main-body .floor .l-section.last, .main-body .floor .third-section.last, .main-body .floor .multi-height-section.last, .bottom .top-floor .xs-section.last, .bottom .top-floor .s-section.last, .bottom .top-floor .m-section.last, .bottom .top-floor .l-section.last, .bottom .top-floor .third-section.last, .bottom .top-floor .multi-height-section.last, .bottom .floor .xs-section.last, .bottom .floor .s-section.last, .bottom .floor .m-section.last, .bottom .floor .l-section.last, .bottom .floor .third-section.last, .bottom .floor .multi-height-section.last {
        padding-left: 40px; }
      .main-body .top-floor .xs-section.first, .main-body .top-floor .s-section.first, .main-body .top-floor .m-section.first, .main-body .top-floor .l-section.first, .main-body .top-floor .third-section.first, .main-body .top-floor .multi-height-section.first, .main-body .floor .xs-section.first, .main-body .floor .s-section.first, .main-body .floor .m-section.first, .main-body .floor .l-section.first, .main-body .floor .third-section.first, .main-body .floor .multi-height-section.first, .bottom .top-floor .xs-section.first, .bottom .top-floor .s-section.first, .bottom .top-floor .m-section.first, .bottom .top-floor .l-section.first, .bottom .top-floor .third-section.first, .bottom .top-floor .multi-height-section.first, .bottom .floor .xs-section.first, .bottom .floor .s-section.first, .bottom .floor .m-section.first, .bottom .floor .l-section.first, .bottom .floor .third-section.first, .bottom .floor .multi-height-section.first {
        padding-right: 40px; }
      @media (max-width: 960px) {
        .main-body .top-floor .xs-section.last, .main-body .top-floor .xs-section.first, .main-body .top-floor .s-section.last, .main-body .top-floor .s-section.first, .main-body .top-floor .m-section.last, .main-body .top-floor .m-section.first, .main-body .top-floor .l-section.last, .main-body .top-floor .l-section.first, .main-body .top-floor .third-section.last, .main-body .top-floor .third-section.first, .main-body .top-floor .multi-height-section.last, .main-body .top-floor .multi-height-section.first, .main-body .floor .xs-section.last, .main-body .floor .xs-section.first, .main-body .floor .s-section.last, .main-body .floor .s-section.first, .main-body .floor .m-section.last, .main-body .floor .m-section.first, .main-body .floor .l-section.last, .main-body .floor .l-section.first, .main-body .floor .third-section.last, .main-body .floor .third-section.first, .main-body .floor .multi-height-section.last, .main-body .floor .multi-height-section.first, .bottom .top-floor .xs-section.last, .bottom .top-floor .xs-section.first, .bottom .top-floor .s-section.last, .bottom .top-floor .s-section.first, .bottom .top-floor .m-section.last, .bottom .top-floor .m-section.first, .bottom .top-floor .l-section.last, .bottom .top-floor .l-section.first, .bottom .top-floor .third-section.last, .bottom .top-floor .third-section.first, .bottom .top-floor .multi-height-section.last, .bottom .top-floor .multi-height-section.first, .bottom .floor .xs-section.last, .bottom .floor .xs-section.first, .bottom .floor .s-section.last, .bottom .floor .s-section.first, .bottom .floor .m-section.last, .bottom .floor .m-section.first, .bottom .floor .l-section.last, .bottom .floor .l-section.first, .bottom .floor .third-section.last, .bottom .floor .third-section.first, .bottom .floor .multi-height-section.last, .bottom .floor .multi-height-section.first {
          padding-right: 0;
          padding-left: 0; } }
      .main-body .top-floor .xs-section .item, .main-body .top-floor .s-section .item, .main-body .top-floor .m-section .item, .main-body .top-floor .l-section .item, .main-body .top-floor .third-section .item, .main-body .top-floor .multi-height-section .item, .main-body .floor .xs-section .item, .main-body .floor .s-section .item, .main-body .floor .m-section .item, .main-body .floor .l-section .item, .main-body .floor .third-section .item, .main-body .floor .multi-height-section .item, .bottom .top-floor .xs-section .item, .bottom .top-floor .s-section .item, .bottom .top-floor .m-section .item, .bottom .top-floor .l-section .item, .bottom .top-floor .third-section .item, .bottom .top-floor .multi-height-section .item, .bottom .floor .xs-section .item, .bottom .floor .s-section .item, .bottom .floor .m-section .item, .bottom .floor .l-section .item, .bottom .floor .third-section .item, .bottom .floor .multi-height-section .item {
        width: 100%;
        height: inherit;
        border-radius: 0.375rem;
        overflow: hidden; }
        .main-body .top-floor .xs-section .item.feedback, .main-body .top-floor .xs-section .item.contacts, .main-body .top-floor .s-section .item.feedback, .main-body .top-floor .s-section .item.contacts, .main-body .top-floor .m-section .item.feedback, .main-body .top-floor .m-section .item.contacts, .main-body .top-floor .l-section .item.feedback, .main-body .top-floor .l-section .item.contacts, .main-body .top-floor .third-section .item.feedback, .main-body .top-floor .third-section .item.contacts, .main-body .top-floor .multi-height-section .item.feedback, .main-body .top-floor .multi-height-section .item.contacts, .main-body .floor .xs-section .item.feedback, .main-body .floor .xs-section .item.contacts, .main-body .floor .s-section .item.feedback, .main-body .floor .s-section .item.contacts, .main-body .floor .m-section .item.feedback, .main-body .floor .m-section .item.contacts, .main-body .floor .l-section .item.feedback, .main-body .floor .l-section .item.contacts, .main-body .floor .third-section .item.feedback, .main-body .floor .third-section .item.contacts, .main-body .floor .multi-height-section .item.feedback, .main-body .floor .multi-height-section .item.contacts, .bottom .top-floor .xs-section .item.feedback, .bottom .top-floor .xs-section .item.contacts, .bottom .top-floor .s-section .item.feedback, .bottom .top-floor .s-section .item.contacts, .bottom .top-floor .m-section .item.feedback, .bottom .top-floor .m-section .item.contacts, .bottom .top-floor .l-section .item.feedback, .bottom .top-floor .l-section .item.contacts, .bottom .top-floor .third-section .item.feedback, .bottom .top-floor .third-section .item.contacts, .bottom .top-floor .multi-height-section .item.feedback, .bottom .top-floor .multi-height-section .item.contacts, .bottom .floor .xs-section .item.feedback, .bottom .floor .xs-section .item.contacts, .bottom .floor .s-section .item.feedback, .bottom .floor .s-section .item.contacts, .bottom .floor .m-section .item.feedback, .bottom .floor .m-section .item.contacts, .bottom .floor .l-section .item.feedback, .bottom .floor .l-section .item.contacts, .bottom .floor .third-section .item.feedback, .bottom .floor .third-section .item.contacts, .bottom .floor .multi-height-section .item.feedback, .bottom .floor .multi-height-section .item.contacts {
          flex-direction: column;
          padding: 30px 25px;
          overflow: visible; }
          .main-body .top-floor .xs-section .item.feedback h3, .main-body .top-floor .xs-section .item.contacts h3, .main-body .top-floor .s-section .item.feedback h3, .main-body .top-floor .s-section .item.contacts h3, .main-body .top-floor .m-section .item.feedback h3, .main-body .top-floor .m-section .item.contacts h3, .main-body .top-floor .l-section .item.feedback h3, .main-body .top-floor .l-section .item.contacts h3, .main-body .top-floor .third-section .item.feedback h3, .main-body .top-floor .third-section .item.contacts h3, .main-body .top-floor .multi-height-section .item.feedback h3, .main-body .top-floor .multi-height-section .item.contacts h3, .main-body .floor .xs-section .item.feedback h3, .main-body .floor .xs-section .item.contacts h3, .main-body .floor .s-section .item.feedback h3, .main-body .floor .s-section .item.contacts h3, .main-body .floor .m-section .item.feedback h3, .main-body .floor .m-section .item.contacts h3, .main-body .floor .l-section .item.feedback h3, .main-body .floor .l-section .item.contacts h3, .main-body .floor .third-section .item.feedback h3, .main-body .floor .third-section .item.contacts h3, .main-body .floor .multi-height-section .item.feedback h3, .main-body .floor .multi-height-section .item.contacts h3, .bottom .top-floor .xs-section .item.feedback h3, .bottom .top-floor .xs-section .item.contacts h3, .bottom .top-floor .s-section .item.feedback h3, .bottom .top-floor .s-section .item.contacts h3, .bottom .top-floor .m-section .item.feedback h3, .bottom .top-floor .m-section .item.contacts h3, .bottom .top-floor .l-section .item.feedback h3, .bottom .top-floor .l-section .item.contacts h3, .bottom .top-floor .third-section .item.feedback h3, .bottom .top-floor .third-section .item.contacts h3, .bottom .top-floor .multi-height-section .item.feedback h3, .bottom .top-floor .multi-height-section .item.contacts h3, .bottom .floor .xs-section .item.feedback h3, .bottom .floor .xs-section .item.contacts h3, .bottom .floor .s-section .item.feedback h3, .bottom .floor .s-section .item.contacts h3, .bottom .floor .m-section .item.feedback h3, .bottom .floor .m-section .item.contacts h3, .bottom .floor .l-section .item.feedback h3, .bottom .floor .l-section .item.contacts h3, .bottom .floor .third-section .item.feedback h3, .bottom .floor .third-section .item.contacts h3, .bottom .floor .multi-height-section .item.feedback h3, .bottom .floor .multi-height-section .item.contacts h3 {
            padding-bottom: 20px; }
          .main-body .top-floor .xs-section .item.feedback p.title, .main-body .top-floor .xs-section .item.contacts p.title, .main-body .top-floor .s-section .item.feedback p.title, .main-body .top-floor .s-section .item.contacts p.title, .main-body .top-floor .m-section .item.feedback p.title, .main-body .top-floor .m-section .item.contacts p.title, .main-body .top-floor .l-section .item.feedback p.title, .main-body .top-floor .l-section .item.contacts p.title, .main-body .top-floor .third-section .item.feedback p.title, .main-body .top-floor .third-section .item.contacts p.title, .main-body .top-floor .multi-height-section .item.feedback p.title, .main-body .top-floor .multi-height-section .item.contacts p.title, .main-body .floor .xs-section .item.feedback p.title, .main-body .floor .xs-section .item.contacts p.title, .main-body .floor .s-section .item.feedback p.title, .main-body .floor .s-section .item.contacts p.title, .main-body .floor .m-section .item.feedback p.title, .main-body .floor .m-section .item.contacts p.title, .main-body .floor .l-section .item.feedback p.title, .main-body .floor .l-section .item.contacts p.title, .main-body .floor .third-section .item.feedback p.title, .main-body .floor .third-section .item.contacts p.title, .main-body .floor .multi-height-section .item.feedback p.title, .main-body .floor .multi-height-section .item.contacts p.title, .bottom .top-floor .xs-section .item.feedback p.title, .bottom .top-floor .xs-section .item.contacts p.title, .bottom .top-floor .s-section .item.feedback p.title, .bottom .top-floor .s-section .item.contacts p.title, .bottom .top-floor .m-section .item.feedback p.title, .bottom .top-floor .m-section .item.contacts p.title, .bottom .top-floor .l-section .item.feedback p.title, .bottom .top-floor .l-section .item.contacts p.title, .bottom .top-floor .third-section .item.feedback p.title, .bottom .top-floor .third-section .item.contacts p.title, .bottom .top-floor .multi-height-section .item.feedback p.title, .bottom .top-floor .multi-height-section .item.contacts p.title, .bottom .floor .xs-section .item.feedback p.title, .bottom .floor .xs-section .item.contacts p.title, .bottom .floor .s-section .item.feedback p.title, .bottom .floor .s-section .item.contacts p.title, .bottom .floor .m-section .item.feedback p.title, .bottom .floor .m-section .item.contacts p.title, .bottom .floor .l-section .item.feedback p.title, .bottom .floor .l-section .item.contacts p.title, .bottom .floor .third-section .item.feedback p.title, .bottom .floor .third-section .item.contacts p.title, .bottom .floor .multi-height-section .item.feedback p.title, .bottom .floor .multi-height-section .item.contacts p.title {
            font-weight: 600;
            font-size: 122.2%;
            color: #1c597c; }
          .main-body .top-floor .xs-section .item.feedback p.type, .main-body .top-floor .xs-section .item.contacts p.type, .main-body .top-floor .s-section .item.feedback p.type, .main-body .top-floor .s-section .item.contacts p.type, .main-body .top-floor .m-section .item.feedback p.type, .main-body .top-floor .m-section .item.contacts p.type, .main-body .top-floor .l-section .item.feedback p.type, .main-body .top-floor .l-section .item.contacts p.type, .main-body .top-floor .third-section .item.feedback p.type, .main-body .top-floor .third-section .item.contacts p.type, .main-body .top-floor .multi-height-section .item.feedback p.type, .main-body .top-floor .multi-height-section .item.contacts p.type, .main-body .floor .xs-section .item.feedback p.type, .main-body .floor .xs-section .item.contacts p.type, .main-body .floor .s-section .item.feedback p.type, .main-body .floor .s-section .item.contacts p.type, .main-body .floor .m-section .item.feedback p.type, .main-body .floor .m-section .item.contacts p.type, .main-body .floor .l-section .item.feedback p.type, .main-body .floor .l-section .item.contacts p.type, .main-body .floor .third-section .item.feedback p.type, .main-body .floor .third-section .item.contacts p.type, .main-body .floor .multi-height-section .item.feedback p.type, .main-body .floor .multi-height-section .item.contacts p.type, .bottom .top-floor .xs-section .item.feedback p.type, .bottom .top-floor .xs-section .item.contacts p.type, .bottom .top-floor .s-section .item.feedback p.type, .bottom .top-floor .s-section .item.contacts p.type, .bottom .top-floor .m-section .item.feedback p.type, .bottom .top-floor .m-section .item.contacts p.type, .bottom .top-floor .l-section .item.feedback p.type, .bottom .top-floor .l-section .item.contacts p.type, .bottom .top-floor .third-section .item.feedback p.type, .bottom .top-floor .third-section .item.contacts p.type, .bottom .top-floor .multi-height-section .item.feedback p.type, .bottom .top-floor .multi-height-section .item.contacts p.type, .bottom .floor .xs-section .item.feedback p.type, .bottom .floor .xs-section .item.contacts p.type, .bottom .floor .s-section .item.feedback p.type, .bottom .floor .s-section .item.contacts p.type, .bottom .floor .m-section .item.feedback p.type, .bottom .floor .m-section .item.contacts p.type, .bottom .floor .l-section .item.feedback p.type, .bottom .floor .l-section .item.contacts p.type, .bottom .floor .third-section .item.feedback p.type, .bottom .floor .third-section .item.contacts p.type, .bottom .floor .multi-height-section .item.feedback p.type, .bottom .floor .multi-height-section .item.contacts p.type {
            opacity: 0.8;
            font-weight: 500;
            line-height: 25px; }
          .main-body .top-floor .xs-section .item.feedback .img, .main-body .top-floor .xs-section .item.contacts .img, .main-body .top-floor .s-section .item.feedback .img, .main-body .top-floor .s-section .item.contacts .img, .main-body .top-floor .m-section .item.feedback .img, .main-body .top-floor .m-section .item.contacts .img, .main-body .top-floor .l-section .item.feedback .img, .main-body .top-floor .l-section .item.contacts .img, .main-body .top-floor .third-section .item.feedback .img, .main-body .top-floor .third-section .item.contacts .img, .main-body .top-floor .multi-height-section .item.feedback .img, .main-body .top-floor .multi-height-section .item.contacts .img, .main-body .floor .xs-section .item.feedback .img, .main-body .floor .xs-section .item.contacts .img, .main-body .floor .s-section .item.feedback .img, .main-body .floor .s-section .item.contacts .img, .main-body .floor .m-section .item.feedback .img, .main-body .floor .m-section .item.contacts .img, .main-body .floor .l-section .item.feedback .img, .main-body .floor .l-section .item.contacts .img, .main-body .floor .third-section .item.feedback .img, .main-body .floor .third-section .item.contacts .img, .main-body .floor .multi-height-section .item.feedback .img, .main-body .floor .multi-height-section .item.contacts .img, .bottom .top-floor .xs-section .item.feedback .img, .bottom .top-floor .xs-section .item.contacts .img, .bottom .top-floor .s-section .item.feedback .img, .bottom .top-floor .s-section .item.contacts .img, .bottom .top-floor .m-section .item.feedback .img, .bottom .top-floor .m-section .item.contacts .img, .bottom .top-floor .l-section .item.feedback .img, .bottom .top-floor .l-section .item.contacts .img, .bottom .top-floor .third-section .item.feedback .img, .bottom .top-floor .third-section .item.contacts .img, .bottom .top-floor .multi-height-section .item.feedback .img, .bottom .top-floor .multi-height-section .item.contacts .img, .bottom .floor .xs-section .item.feedback .img, .bottom .floor .xs-section .item.contacts .img, .bottom .floor .s-section .item.feedback .img, .bottom .floor .s-section .item.contacts .img, .bottom .floor .m-section .item.feedback .img, .bottom .floor .m-section .item.contacts .img, .bottom .floor .l-section .item.feedback .img, .bottom .floor .l-section .item.contacts .img, .bottom .floor .third-section .item.feedback .img, .bottom .floor .third-section .item.contacts .img, .bottom .floor .multi-height-section .item.feedback .img, .bottom .floor .multi-height-section .item.contacts .img {
            width: 100%;
            overflow: hidden;
            border-radius: 0.375rem;
            margin: 20px 0 20px 0; }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item.feedback .img, .main-body .top-floor .xs-section .item.contacts .img, .main-body .top-floor .s-section .item.feedback .img, .main-body .top-floor .s-section .item.contacts .img, .main-body .top-floor .m-section .item.feedback .img, .main-body .top-floor .m-section .item.contacts .img, .main-body .top-floor .l-section .item.feedback .img, .main-body .top-floor .l-section .item.contacts .img, .main-body .top-floor .third-section .item.feedback .img, .main-body .top-floor .third-section .item.contacts .img, .main-body .top-floor .multi-height-section .item.feedback .img, .main-body .top-floor .multi-height-section .item.contacts .img, .main-body .floor .xs-section .item.feedback .img, .main-body .floor .xs-section .item.contacts .img, .main-body .floor .s-section .item.feedback .img, .main-body .floor .s-section .item.contacts .img, .main-body .floor .m-section .item.feedback .img, .main-body .floor .m-section .item.contacts .img, .main-body .floor .l-section .item.feedback .img, .main-body .floor .l-section .item.contacts .img, .main-body .floor .third-section .item.feedback .img, .main-body .floor .third-section .item.contacts .img, .main-body .floor .multi-height-section .item.feedback .img, .main-body .floor .multi-height-section .item.contacts .img, .bottom .top-floor .xs-section .item.feedback .img, .bottom .top-floor .xs-section .item.contacts .img, .bottom .top-floor .s-section .item.feedback .img, .bottom .top-floor .s-section .item.contacts .img, .bottom .top-floor .m-section .item.feedback .img, .bottom .top-floor .m-section .item.contacts .img, .bottom .top-floor .l-section .item.feedback .img, .bottom .top-floor .l-section .item.contacts .img, .bottom .top-floor .third-section .item.feedback .img, .bottom .top-floor .third-section .item.contacts .img, .bottom .top-floor .multi-height-section .item.feedback .img, .bottom .top-floor .multi-height-section .item.contacts .img, .bottom .floor .xs-section .item.feedback .img, .bottom .floor .xs-section .item.contacts .img, .bottom .floor .s-section .item.feedback .img, .bottom .floor .s-section .item.contacts .img, .bottom .floor .m-section .item.feedback .img, .bottom .floor .m-section .item.contacts .img, .bottom .floor .l-section .item.feedback .img, .bottom .floor .l-section .item.contacts .img, .bottom .floor .third-section .item.feedback .img, .bottom .floor .third-section .item.contacts .img, .bottom .floor .multi-height-section .item.feedback .img, .bottom .floor .multi-height-section .item.contacts .img {
                max-width: 200px; } }
            .main-body .top-floor .xs-section .item.feedback .img img, .main-body .top-floor .xs-section .item.contacts .img img, .main-body .top-floor .s-section .item.feedback .img img, .main-body .top-floor .s-section .item.contacts .img img, .main-body .top-floor .m-section .item.feedback .img img, .main-body .top-floor .m-section .item.contacts .img img, .main-body .top-floor .l-section .item.feedback .img img, .main-body .top-floor .l-section .item.contacts .img img, .main-body .top-floor .third-section .item.feedback .img img, .main-body .top-floor .third-section .item.contacts .img img, .main-body .top-floor .multi-height-section .item.feedback .img img, .main-body .top-floor .multi-height-section .item.contacts .img img, .main-body .floor .xs-section .item.feedback .img img, .main-body .floor .xs-section .item.contacts .img img, .main-body .floor .s-section .item.feedback .img img, .main-body .floor .s-section .item.contacts .img img, .main-body .floor .m-section .item.feedback .img img, .main-body .floor .m-section .item.contacts .img img, .main-body .floor .l-section .item.feedback .img img, .main-body .floor .l-section .item.contacts .img img, .main-body .floor .third-section .item.feedback .img img, .main-body .floor .third-section .item.contacts .img img, .main-body .floor .multi-height-section .item.feedback .img img, .main-body .floor .multi-height-section .item.contacts .img img, .bottom .top-floor .xs-section .item.feedback .img img, .bottom .top-floor .xs-section .item.contacts .img img, .bottom .top-floor .s-section .item.feedback .img img, .bottom .top-floor .s-section .item.contacts .img img, .bottom .top-floor .m-section .item.feedback .img img, .bottom .top-floor .m-section .item.contacts .img img, .bottom .top-floor .l-section .item.feedback .img img, .bottom .top-floor .l-section .item.contacts .img img, .bottom .top-floor .third-section .item.feedback .img img, .bottom .top-floor .third-section .item.contacts .img img, .bottom .top-floor .multi-height-section .item.feedback .img img, .bottom .top-floor .multi-height-section .item.contacts .img img, .bottom .floor .xs-section .item.feedback .img img, .bottom .floor .xs-section .item.contacts .img img, .bottom .floor .s-section .item.feedback .img img, .bottom .floor .s-section .item.contacts .img img, .bottom .floor .m-section .item.feedback .img img, .bottom .floor .m-section .item.contacts .img img, .bottom .floor .l-section .item.feedback .img img, .bottom .floor .l-section .item.contacts .img img, .bottom .floor .third-section .item.feedback .img img, .bottom .floor .third-section .item.contacts .img img, .bottom .floor .multi-height-section .item.feedback .img img, .bottom .floor .multi-height-section .item.contacts .img img {
              width: 100%;
              border-radius: 0.375rem; }
          .main-body .top-floor .xs-section .item.feedback p.descr, .main-body .top-floor .xs-section .item.contacts p.descr, .main-body .top-floor .s-section .item.feedback p.descr, .main-body .top-floor .s-section .item.contacts p.descr, .main-body .top-floor .m-section .item.feedback p.descr, .main-body .top-floor .m-section .item.contacts p.descr, .main-body .top-floor .l-section .item.feedback p.descr, .main-body .top-floor .l-section .item.contacts p.descr, .main-body .top-floor .third-section .item.feedback p.descr, .main-body .top-floor .third-section .item.contacts p.descr, .main-body .top-floor .multi-height-section .item.feedback p.descr, .main-body .top-floor .multi-height-section .item.contacts p.descr, .main-body .floor .xs-section .item.feedback p.descr, .main-body .floor .xs-section .item.contacts p.descr, .main-body .floor .s-section .item.feedback p.descr, .main-body .floor .s-section .item.contacts p.descr, .main-body .floor .m-section .item.feedback p.descr, .main-body .floor .m-section .item.contacts p.descr, .main-body .floor .l-section .item.feedback p.descr, .main-body .floor .l-section .item.contacts p.descr, .main-body .floor .third-section .item.feedback p.descr, .main-body .floor .third-section .item.contacts p.descr, .main-body .floor .multi-height-section .item.feedback p.descr, .main-body .floor .multi-height-section .item.contacts p.descr, .bottom .top-floor .xs-section .item.feedback p.descr, .bottom .top-floor .xs-section .item.contacts p.descr, .bottom .top-floor .s-section .item.feedback p.descr, .bottom .top-floor .s-section .item.contacts p.descr, .bottom .top-floor .m-section .item.feedback p.descr, .bottom .top-floor .m-section .item.contacts p.descr, .bottom .top-floor .l-section .item.feedback p.descr, .bottom .top-floor .l-section .item.contacts p.descr, .bottom .top-floor .third-section .item.feedback p.descr, .bottom .top-floor .third-section .item.contacts p.descr, .bottom .top-floor .multi-height-section .item.feedback p.descr, .bottom .top-floor .multi-height-section .item.contacts p.descr, .bottom .floor .xs-section .item.feedback p.descr, .bottom .floor .xs-section .item.contacts p.descr, .bottom .floor .s-section .item.feedback p.descr, .bottom .floor .s-section .item.contacts p.descr, .bottom .floor .m-section .item.feedback p.descr, .bottom .floor .m-section .item.contacts p.descr, .bottom .floor .l-section .item.feedback p.descr, .bottom .floor .l-section .item.contacts p.descr, .bottom .floor .third-section .item.feedback p.descr, .bottom .floor .third-section .item.contacts p.descr, .bottom .floor .multi-height-section .item.feedback p.descr, .bottom .floor .multi-height-section .item.contacts p.descr {
            color: #4c647a;
            line-height: 23px; }
          .main-body .top-floor .xs-section .item.feedback img.ico, .main-body .top-floor .xs-section .item.contacts img.ico, .main-body .top-floor .s-section .item.feedback img.ico, .main-body .top-floor .s-section .item.contacts img.ico, .main-body .top-floor .m-section .item.feedback img.ico, .main-body .top-floor .m-section .item.contacts img.ico, .main-body .top-floor .l-section .item.feedback img.ico, .main-body .top-floor .l-section .item.contacts img.ico, .main-body .top-floor .third-section .item.feedback img.ico, .main-body .top-floor .third-section .item.contacts img.ico, .main-body .top-floor .multi-height-section .item.feedback img.ico, .main-body .top-floor .multi-height-section .item.contacts img.ico, .main-body .floor .xs-section .item.feedback img.ico, .main-body .floor .xs-section .item.contacts img.ico, .main-body .floor .s-section .item.feedback img.ico, .main-body .floor .s-section .item.contacts img.ico, .main-body .floor .m-section .item.feedback img.ico, .main-body .floor .m-section .item.contacts img.ico, .main-body .floor .l-section .item.feedback img.ico, .main-body .floor .l-section .item.contacts img.ico, .main-body .floor .third-section .item.feedback img.ico, .main-body .floor .third-section .item.contacts img.ico, .main-body .floor .multi-height-section .item.feedback img.ico, .main-body .floor .multi-height-section .item.contacts img.ico, .bottom .top-floor .xs-section .item.feedback img.ico, .bottom .top-floor .xs-section .item.contacts img.ico, .bottom .top-floor .s-section .item.feedback img.ico, .bottom .top-floor .s-section .item.contacts img.ico, .bottom .top-floor .m-section .item.feedback img.ico, .bottom .top-floor .m-section .item.contacts img.ico, .bottom .top-floor .l-section .item.feedback img.ico, .bottom .top-floor .l-section .item.contacts img.ico, .bottom .top-floor .third-section .item.feedback img.ico, .bottom .top-floor .third-section .item.contacts img.ico, .bottom .top-floor .multi-height-section .item.feedback img.ico, .bottom .top-floor .multi-height-section .item.contacts img.ico, .bottom .floor .xs-section .item.feedback img.ico, .bottom .floor .xs-section .item.contacts img.ico, .bottom .floor .s-section .item.feedback img.ico, .bottom .floor .s-section .item.contacts img.ico, .bottom .floor .m-section .item.feedback img.ico, .bottom .floor .m-section .item.contacts img.ico, .bottom .floor .l-section .item.feedback img.ico, .bottom .floor .l-section .item.contacts img.ico, .bottom .floor .third-section .item.feedback img.ico, .bottom .floor .third-section .item.contacts img.ico, .bottom .floor .multi-height-section .item.feedback img.ico, .bottom .floor .multi-height-section .item.contacts img.ico {
            width: 72px;
            height: 78px;
            border-radius: 0;
            float: left;
            display: block;
            margin: -60px 0 15px 0; }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item.feedback img.ico, .main-body .top-floor .xs-section .item.contacts img.ico, .main-body .top-floor .s-section .item.feedback img.ico, .main-body .top-floor .s-section .item.contacts img.ico, .main-body .top-floor .m-section .item.feedback img.ico, .main-body .top-floor .m-section .item.contacts img.ico, .main-body .top-floor .l-section .item.feedback img.ico, .main-body .top-floor .l-section .item.contacts img.ico, .main-body .top-floor .third-section .item.feedback img.ico, .main-body .top-floor .third-section .item.contacts img.ico, .main-body .top-floor .multi-height-section .item.feedback img.ico, .main-body .top-floor .multi-height-section .item.contacts img.ico, .main-body .floor .xs-section .item.feedback img.ico, .main-body .floor .xs-section .item.contacts img.ico, .main-body .floor .s-section .item.feedback img.ico, .main-body .floor .s-section .item.contacts img.ico, .main-body .floor .m-section .item.feedback img.ico, .main-body .floor .m-section .item.contacts img.ico, .main-body .floor .l-section .item.feedback img.ico, .main-body .floor .l-section .item.contacts img.ico, .main-body .floor .third-section .item.feedback img.ico, .main-body .floor .third-section .item.contacts img.ico, .main-body .floor .multi-height-section .item.feedback img.ico, .main-body .floor .multi-height-section .item.contacts img.ico, .bottom .top-floor .xs-section .item.feedback img.ico, .bottom .top-floor .xs-section .item.contacts img.ico, .bottom .top-floor .s-section .item.feedback img.ico, .bottom .top-floor .s-section .item.contacts img.ico, .bottom .top-floor .m-section .item.feedback img.ico, .bottom .top-floor .m-section .item.contacts img.ico, .bottom .top-floor .l-section .item.feedback img.ico, .bottom .top-floor .l-section .item.contacts img.ico, .bottom .top-floor .third-section .item.feedback img.ico, .bottom .top-floor .third-section .item.contacts img.ico, .bottom .top-floor .multi-height-section .item.feedback img.ico, .bottom .top-floor .multi-height-section .item.contacts img.ico, .bottom .floor .xs-section .item.feedback img.ico, .bottom .floor .xs-section .item.contacts img.ico, .bottom .floor .s-section .item.feedback img.ico, .bottom .floor .s-section .item.contacts img.ico, .bottom .floor .m-section .item.feedback img.ico, .bottom .floor .m-section .item.contacts img.ico, .bottom .floor .l-section .item.feedback img.ico, .bottom .floor .l-section .item.contacts img.ico, .bottom .floor .third-section .item.feedback img.ico, .bottom .floor .third-section .item.contacts img.ico, .bottom .floor .multi-height-section .item.feedback img.ico, .bottom .floor .multi-height-section .item.contacts img.ico {
                margin: 0 0 15px 0; } }
        .main-body .top-floor .xs-section .item.beige, .main-body .top-floor .s-section .item.beige, .main-body .top-floor .m-section .item.beige, .main-body .top-floor .l-section .item.beige, .main-body .top-floor .third-section .item.beige, .main-body .top-floor .multi-height-section .item.beige, .main-body .floor .xs-section .item.beige, .main-body .floor .s-section .item.beige, .main-body .floor .m-section .item.beige, .main-body .floor .l-section .item.beige, .main-body .floor .third-section .item.beige, .main-body .floor .multi-height-section .item.beige, .bottom .top-floor .xs-section .item.beige, .bottom .top-floor .s-section .item.beige, .bottom .top-floor .m-section .item.beige, .bottom .top-floor .l-section .item.beige, .bottom .top-floor .third-section .item.beige, .bottom .top-floor .multi-height-section .item.beige, .bottom .floor .xs-section .item.beige, .bottom .floor .s-section .item.beige, .bottom .floor .m-section .item.beige, .bottom .floor .l-section .item.beige, .bottom .floor .third-section .item.beige, .bottom .floor .multi-height-section .item.beige {
          background: linear-gradient(129.25deg, #FDE9DB -2.66%, #FFEFD0 100%); }
        .main-body .top-floor .xs-section .item.fw-button, .main-body .top-floor .s-section .item.fw-button, .main-body .top-floor .m-section .item.fw-button, .main-body .top-floor .l-section .item.fw-button, .main-body .top-floor .third-section .item.fw-button, .main-body .top-floor .multi-height-section .item.fw-button, .main-body .floor .xs-section .item.fw-button, .main-body .floor .s-section .item.fw-button, .main-body .floor .m-section .item.fw-button, .main-body .floor .l-section .item.fw-button, .main-body .floor .third-section .item.fw-button, .main-body .floor .multi-height-section .item.fw-button, .bottom .top-floor .xs-section .item.fw-button, .bottom .top-floor .s-section .item.fw-button, .bottom .top-floor .m-section .item.fw-button, .bottom .top-floor .l-section .item.fw-button, .bottom .top-floor .third-section .item.fw-button, .bottom .top-floor .multi-height-section .item.fw-button, .bottom .floor .xs-section .item.fw-button, .bottom .floor .s-section .item.fw-button, .bottom .floor .m-section .item.fw-button, .bottom .floor .l-section .item.fw-button, .bottom .floor .third-section .item.fw-button, .bottom .floor .multi-height-section .item.fw-button {
          border-radius: 0.375rem 0.375rem 0.75rem 0.75rem;
          font-weight: 500;
          color: #683010;
          text-align: center;
          padding: 15px 25px 9px 25px;
          margin-top: 5px;
          cursor: pointer; }
          @media (max-width: 960px) {
            .main-body .top-floor .xs-section .item.fw-button, .main-body .top-floor .s-section .item.fw-button, .main-body .top-floor .m-section .item.fw-button, .main-body .top-floor .l-section .item.fw-button, .main-body .top-floor .third-section .item.fw-button, .main-body .top-floor .multi-height-section .item.fw-button, .main-body .floor .xs-section .item.fw-button, .main-body .floor .s-section .item.fw-button, .main-body .floor .m-section .item.fw-button, .main-body .floor .l-section .item.fw-button, .main-body .floor .third-section .item.fw-button, .main-body .floor .multi-height-section .item.fw-button, .bottom .top-floor .xs-section .item.fw-button, .bottom .top-floor .s-section .item.fw-button, .bottom .top-floor .m-section .item.fw-button, .bottom .top-floor .l-section .item.fw-button, .bottom .top-floor .third-section .item.fw-button, .bottom .top-floor .multi-height-section .item.fw-button, .bottom .floor .xs-section .item.fw-button, .bottom .floor .s-section .item.fw-button, .bottom .floor .m-section .item.fw-button, .bottom .floor .l-section .item.fw-button, .bottom .floor .third-section .item.fw-button, .bottom .floor .multi-height-section .item.fw-button {
              display: none; } }
        .main-body .top-floor .xs-section .item.map-data, .main-body .top-floor .s-section .item.map-data, .main-body .top-floor .m-section .item.map-data, .main-body .top-floor .l-section .item.map-data, .main-body .top-floor .third-section .item.map-data, .main-body .top-floor .multi-height-section .item.map-data, .main-body .floor .xs-section .item.map-data, .main-body .floor .s-section .item.map-data, .main-body .floor .m-section .item.map-data, .main-body .floor .l-section .item.map-data, .main-body .floor .third-section .item.map-data, .main-body .floor .multi-height-section .item.map-data, .bottom .top-floor .xs-section .item.map-data, .bottom .top-floor .s-section .item.map-data, .bottom .top-floor .m-section .item.map-data, .bottom .top-floor .l-section .item.map-data, .bottom .top-floor .third-section .item.map-data, .bottom .top-floor .multi-height-section .item.map-data, .bottom .floor .xs-section .item.map-data, .bottom .floor .s-section .item.map-data, .bottom .floor .m-section .item.map-data, .bottom .floor .l-section .item.map-data, .bottom .floor .third-section .item.map-data, .bottom .floor .multi-height-section .item.map-data {
          color: #1c597c; }
          .main-body .top-floor .xs-section .item.map-data .dark, .main-body .top-floor .s-section .item.map-data .dark, .main-body .top-floor .m-section .item.map-data .dark, .main-body .top-floor .l-section .item.map-data .dark, .main-body .top-floor .third-section .item.map-data .dark, .main-body .top-floor .multi-height-section .item.map-data .dark, .main-body .floor .xs-section .item.map-data .dark, .main-body .floor .s-section .item.map-data .dark, .main-body .floor .m-section .item.map-data .dark, .main-body .floor .l-section .item.map-data .dark, .main-body .floor .third-section .item.map-data .dark, .main-body .floor .multi-height-section .item.map-data .dark, .bottom .top-floor .xs-section .item.map-data .dark, .bottom .top-floor .s-section .item.map-data .dark, .bottom .top-floor .m-section .item.map-data .dark, .bottom .top-floor .l-section .item.map-data .dark, .bottom .top-floor .third-section .item.map-data .dark, .bottom .top-floor .multi-height-section .item.map-data .dark, .bottom .floor .xs-section .item.map-data .dark, .bottom .floor .s-section .item.map-data .dark, .bottom .floor .m-section .item.map-data .dark, .bottom .floor .l-section .item.map-data .dark, .bottom .floor .third-section .item.map-data .dark, .bottom .floor .multi-height-section .item.map-data .dark {
            color: #0b679b; }
          .main-body .top-floor .xs-section .item.map-data h3, .main-body .top-floor .s-section .item.map-data h3, .main-body .top-floor .m-section .item.map-data h3, .main-body .top-floor .l-section .item.map-data h3, .main-body .top-floor .third-section .item.map-data h3, .main-body .top-floor .multi-height-section .item.map-data h3, .main-body .floor .xs-section .item.map-data h3, .main-body .floor .s-section .item.map-data h3, .main-body .floor .m-section .item.map-data h3, .main-body .floor .l-section .item.map-data h3, .main-body .floor .third-section .item.map-data h3, .main-body .floor .multi-height-section .item.map-data h3, .bottom .top-floor .xs-section .item.map-data h3, .bottom .top-floor .s-section .item.map-data h3, .bottom .top-floor .m-section .item.map-data h3, .bottom .top-floor .l-section .item.map-data h3, .bottom .top-floor .third-section .item.map-data h3, .bottom .top-floor .multi-height-section .item.map-data h3, .bottom .floor .xs-section .item.map-data h3, .bottom .floor .s-section .item.map-data h3, .bottom .floor .m-section .item.map-data h3, .bottom .floor .l-section .item.map-data h3, .bottom .floor .third-section .item.map-data h3, .bottom .floor .multi-height-section .item.map-data h3 {
            margin-bottom: 25px; }
          .main-body .top-floor .xs-section .item.map-data a.phone, .main-body .top-floor .s-section .item.map-data a.phone, .main-body .top-floor .m-section .item.map-data a.phone, .main-body .top-floor .l-section .item.map-data a.phone, .main-body .top-floor .third-section .item.map-data a.phone, .main-body .top-floor .multi-height-section .item.map-data a.phone, .main-body .floor .xs-section .item.map-data a.phone, .main-body .floor .s-section .item.map-data a.phone, .main-body .floor .m-section .item.map-data a.phone, .main-body .floor .l-section .item.map-data a.phone, .main-body .floor .third-section .item.map-data a.phone, .main-body .floor .multi-height-section .item.map-data a.phone, .bottom .top-floor .xs-section .item.map-data a.phone, .bottom .top-floor .s-section .item.map-data a.phone, .bottom .top-floor .m-section .item.map-data a.phone, .bottom .top-floor .l-section .item.map-data a.phone, .bottom .top-floor .third-section .item.map-data a.phone, .bottom .top-floor .multi-height-section .item.map-data a.phone, .bottom .floor .xs-section .item.map-data a.phone, .bottom .floor .s-section .item.map-data a.phone, .bottom .floor .m-section .item.map-data a.phone, .bottom .floor .l-section .item.map-data a.phone, .bottom .floor .third-section .item.map-data a.phone, .bottom .floor .multi-height-section .item.map-data a.phone {
            font-size: 122.2%;
            font-weight: 500; }
          .main-body .top-floor .xs-section .item.map-data p.subtitle, .main-body .top-floor .s-section .item.map-data p.subtitle, .main-body .top-floor .m-section .item.map-data p.subtitle, .main-body .top-floor .l-section .item.map-data p.subtitle, .main-body .top-floor .third-section .item.map-data p.subtitle, .main-body .top-floor .multi-height-section .item.map-data p.subtitle, .main-body .floor .xs-section .item.map-data p.subtitle, .main-body .floor .s-section .item.map-data p.subtitle, .main-body .floor .m-section .item.map-data p.subtitle, .main-body .floor .l-section .item.map-data p.subtitle, .main-body .floor .third-section .item.map-data p.subtitle, .main-body .floor .multi-height-section .item.map-data p.subtitle, .bottom .top-floor .xs-section .item.map-data p.subtitle, .bottom .top-floor .s-section .item.map-data p.subtitle, .bottom .top-floor .m-section .item.map-data p.subtitle, .bottom .top-floor .l-section .item.map-data p.subtitle, .bottom .top-floor .third-section .item.map-data p.subtitle, .bottom .top-floor .multi-height-section .item.map-data p.subtitle, .bottom .floor .xs-section .item.map-data p.subtitle, .bottom .floor .s-section .item.map-data p.subtitle, .bottom .floor .m-section .item.map-data p.subtitle, .bottom .floor .l-section .item.map-data p.subtitle, .bottom .floor .third-section .item.map-data p.subtitle, .bottom .floor .multi-height-section .item.map-data p.subtitle {
            padding-top: 0 !important;
            margin: 3px 0 9px 0;
            font-size: 88.8%;
            opacity: 0.6;
            color: #0b679b; }
          .main-body .top-floor .xs-section .item.map-data ul.bottom-nav-col, .main-body .top-floor .s-section .item.map-data ul.bottom-nav-col, .main-body .top-floor .m-section .item.map-data ul.bottom-nav-col, .main-body .top-floor .l-section .item.map-data ul.bottom-nav-col, .main-body .top-floor .third-section .item.map-data ul.bottom-nav-col, .main-body .top-floor .multi-height-section .item.map-data ul.bottom-nav-col, .main-body .floor .xs-section .item.map-data ul.bottom-nav-col, .main-body .floor .s-section .item.map-data ul.bottom-nav-col, .main-body .floor .m-section .item.map-data ul.bottom-nav-col, .main-body .floor .l-section .item.map-data ul.bottom-nav-col, .main-body .floor .third-section .item.map-data ul.bottom-nav-col, .main-body .floor .multi-height-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .xs-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .s-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .m-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .l-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .third-section .item.map-data ul.bottom-nav-col, .bottom .top-floor .multi-height-section .item.map-data ul.bottom-nav-col, .bottom .floor .xs-section .item.map-data ul.bottom-nav-col, .bottom .floor .s-section .item.map-data ul.bottom-nav-col, .bottom .floor .m-section .item.map-data ul.bottom-nav-col, .bottom .floor .l-section .item.map-data ul.bottom-nav-col, .bottom .floor .third-section .item.map-data ul.bottom-nav-col, .bottom .floor .multi-height-section .item.map-data ul.bottom-nav-col {
            list-style: none;
            line-height: 32px; }
          .main-body .top-floor .xs-section .item.map-data ul.bottom-nav-contacts, .main-body .top-floor .s-section .item.map-data ul.bottom-nav-contacts, .main-body .top-floor .m-section .item.map-data ul.bottom-nav-contacts, .main-body .top-floor .l-section .item.map-data ul.bottom-nav-contacts, .main-body .top-floor .third-section .item.map-data ul.bottom-nav-contacts, .main-body .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .xs-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .s-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .m-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .l-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .third-section .item.map-data ul.bottom-nav-contacts, .main-body .floor .multi-height-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .xs-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .s-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .m-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .l-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .third-section .item.map-data ul.bottom-nav-contacts, .bottom .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .xs-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .s-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .m-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .l-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .third-section .item.map-data ul.bottom-nav-contacts, .bottom .floor .multi-height-section .item.map-data ul.bottom-nav-contacts {
            list-style: none; }
            .main-body .top-floor .xs-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .top-floor .s-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .top-floor .m-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .top-floor .l-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .top-floor .third-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .xs-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .s-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .m-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .l-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .third-section .item.map-data ul.bottom-nav-contacts p.uptitle, .main-body .floor .multi-height-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .xs-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .s-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .m-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .l-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .third-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .xs-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .s-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .m-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .l-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .third-section .item.map-data ul.bottom-nav-contacts p.uptitle, .bottom .floor .multi-height-section .item.map-data ul.bottom-nav-contacts p.uptitle {
              color: #1c597c;
              font-weight: 600;
              opacity: 0.8;
              margin: 20px 0 4px 0; }
            .main-body .top-floor .xs-section .item.map-data ul.bottom-nav-contacts li, .main-body .top-floor .s-section .item.map-data ul.bottom-nav-contacts li, .main-body .top-floor .m-section .item.map-data ul.bottom-nav-contacts li, .main-body .top-floor .l-section .item.map-data ul.bottom-nav-contacts li, .main-body .top-floor .third-section .item.map-data ul.bottom-nav-contacts li, .main-body .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .xs-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .s-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .m-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .l-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .third-section .item.map-data ul.bottom-nav-contacts li, .main-body .floor .multi-height-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .xs-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .s-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .m-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .l-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .third-section .item.map-data ul.bottom-nav-contacts li, .bottom .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .xs-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .s-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .m-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .l-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .third-section .item.map-data ul.bottom-nav-contacts li, .bottom .floor .multi-height-section .item.map-data ul.bottom-nav-contacts li {
              margin-bottom: 6px;
              line-height: 26px; }
              .main-body .top-floor .xs-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .top-floor .s-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .top-floor .m-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .top-floor .l-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .top-floor .third-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .xs-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .s-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .m-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .l-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .third-section .item.map-data ul.bottom-nav-contacts li:last-child, .main-body .floor .multi-height-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .xs-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .s-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .m-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .l-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .third-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .top-floor .multi-height-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .xs-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .s-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .m-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .l-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .third-section .item.map-data ul.bottom-nav-contacts li:last-child, .bottom .floor .multi-height-section .item.map-data ul.bottom-nav-contacts li:last-child {
                margin-bottom: 0; }
          .main-body .top-floor .xs-section .item.map-data a, .main-body .top-floor .s-section .item.map-data a, .main-body .top-floor .m-section .item.map-data a, .main-body .top-floor .l-section .item.map-data a, .main-body .top-floor .third-section .item.map-data a, .main-body .top-floor .multi-height-section .item.map-data a, .main-body .floor .xs-section .item.map-data a, .main-body .floor .s-section .item.map-data a, .main-body .floor .m-section .item.map-data a, .main-body .floor .l-section .item.map-data a, .main-body .floor .third-section .item.map-data a, .main-body .floor .multi-height-section .item.map-data a, .bottom .top-floor .xs-section .item.map-data a, .bottom .top-floor .s-section .item.map-data a, .bottom .top-floor .m-section .item.map-data a, .bottom .top-floor .l-section .item.map-data a, .bottom .top-floor .third-section .item.map-data a, .bottom .top-floor .multi-height-section .item.map-data a, .bottom .floor .xs-section .item.map-data a, .bottom .floor .s-section .item.map-data a, .bottom .floor .m-section .item.map-data a, .bottom .floor .l-section .item.map-data a, .bottom .floor .third-section .item.map-data a, .bottom .floor .multi-height-section .item.map-data a {
            color: #0b679b; }
            .main-body .top-floor .xs-section .item.map-data a:hover, .main-body .top-floor .s-section .item.map-data a:hover, .main-body .top-floor .m-section .item.map-data a:hover, .main-body .top-floor .l-section .item.map-data a:hover, .main-body .top-floor .third-section .item.map-data a:hover, .main-body .top-floor .multi-height-section .item.map-data a:hover, .main-body .floor .xs-section .item.map-data a:hover, .main-body .floor .s-section .item.map-data a:hover, .main-body .floor .m-section .item.map-data a:hover, .main-body .floor .l-section .item.map-data a:hover, .main-body .floor .third-section .item.map-data a:hover, .main-body .floor .multi-height-section .item.map-data a:hover, .bottom .top-floor .xs-section .item.map-data a:hover, .bottom .top-floor .s-section .item.map-data a:hover, .bottom .top-floor .m-section .item.map-data a:hover, .bottom .top-floor .l-section .item.map-data a:hover, .bottom .top-floor .third-section .item.map-data a:hover, .bottom .top-floor .multi-height-section .item.map-data a:hover, .bottom .floor .xs-section .item.map-data a:hover, .bottom .floor .s-section .item.map-data a:hover, .bottom .floor .m-section .item.map-data a:hover, .bottom .floor .l-section .item.map-data a:hover, .bottom .floor .third-section .item.map-data a:hover, .bottom .floor .multi-height-section .item.map-data a:hover {
              color: rgba(11, 103, 155, 0.65); }
        .main-body .top-floor .xs-section .item.w-search, .main-body .top-floor .s-section .item.w-search, .main-body .top-floor .m-section .item.w-search, .main-body .top-floor .l-section .item.w-search, .main-body .top-floor .third-section .item.w-search, .main-body .top-floor .multi-height-section .item.w-search, .main-body .floor .xs-section .item.w-search, .main-body .floor .s-section .item.w-search, .main-body .floor .m-section .item.w-search, .main-body .floor .l-section .item.w-search, .main-body .floor .third-section .item.w-search, .main-body .floor .multi-height-section .item.w-search, .bottom .top-floor .xs-section .item.w-search, .bottom .top-floor .s-section .item.w-search, .bottom .top-floor .m-section .item.w-search, .bottom .top-floor .l-section .item.w-search, .bottom .top-floor .third-section .item.w-search, .bottom .top-floor .multi-height-section .item.w-search, .bottom .floor .xs-section .item.w-search, .bottom .floor .s-section .item.w-search, .bottom .floor .m-section .item.w-search, .bottom .floor .l-section .item.w-search, .bottom .floor .third-section .item.w-search, .bottom .floor .multi-height-section .item.w-search {
          padding: 15px 25px;
          border-radius: 0.75rem 0.75rem 0.375rem 0.375rem; }
          .main-body .top-floor .xs-section .item.w-search input[type="search"], .main-body .top-floor .s-section .item.w-search input[type="search"], .main-body .top-floor .m-section .item.w-search input[type="search"], .main-body .top-floor .l-section .item.w-search input[type="search"], .main-body .top-floor .third-section .item.w-search input[type="search"], .main-body .top-floor .multi-height-section .item.w-search input[type="search"], .main-body .floor .xs-section .item.w-search input[type="search"], .main-body .floor .s-section .item.w-search input[type="search"], .main-body .floor .m-section .item.w-search input[type="search"], .main-body .floor .l-section .item.w-search input[type="search"], .main-body .floor .third-section .item.w-search input[type="search"], .main-body .floor .multi-height-section .item.w-search input[type="search"], .bottom .top-floor .xs-section .item.w-search input[type="search"], .bottom .top-floor .s-section .item.w-search input[type="search"], .bottom .top-floor .m-section .item.w-search input[type="search"], .bottom .top-floor .l-section .item.w-search input[type="search"], .bottom .top-floor .third-section .item.w-search input[type="search"], .bottom .top-floor .multi-height-section .item.w-search input[type="search"], .bottom .floor .xs-section .item.w-search input[type="search"], .bottom .floor .s-section .item.w-search input[type="search"], .bottom .floor .m-section .item.w-search input[type="search"], .bottom .floor .l-section .item.w-search input[type="search"], .bottom .floor .third-section .item.w-search input[type="search"], .bottom .floor .multi-height-section .item.w-search input[type="search"] {
            width: 100%;
            border-radius: 0.75rem;
            margin-bottom: 20px;
            border: 0;
            outline: none;
            font-family: inherit;
            font-size: 111.1%;
            padding: 13px 15px 6px 60px;
            -webkit-appearance: textfield;
            color: #61829f;
            background: url("/local/templates/tomsk_all/images/search-icon.svg") no-repeat, #e0e8eb;
            background-position: 22px center; }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .top-floor .s-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .top-floor .m-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .top-floor .l-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .top-floor .third-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .xs-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .s-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .m-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .l-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .third-section .item.w-search input[type="search"]::-webkit-search-decoration, .main-body .floor .multi-height-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .xs-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .s-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .m-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .l-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .third-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .xs-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .s-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .m-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .l-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .third-section .item.w-search input[type="search"]::-webkit-search-decoration, .bottom .floor .multi-height-section .item.w-search input[type="search"]::-webkit-search-decoration {
              -webkit-appearance: none; }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::placeholder, .main-body .top-floor .s-section .item.w-search input[type="search"]::placeholder, .main-body .top-floor .m-section .item.w-search input[type="search"]::placeholder, .main-body .top-floor .l-section .item.w-search input[type="search"]::placeholder, .main-body .top-floor .third-section .item.w-search input[type="search"]::placeholder, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::placeholder, .main-body .floor .xs-section .item.w-search input[type="search"]::placeholder, .main-body .floor .s-section .item.w-search input[type="search"]::placeholder, .main-body .floor .m-section .item.w-search input[type="search"]::placeholder, .main-body .floor .l-section .item.w-search input[type="search"]::placeholder, .main-body .floor .third-section .item.w-search input[type="search"]::placeholder, .main-body .floor .multi-height-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .xs-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .s-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .m-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .l-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .third-section .item.w-search input[type="search"]::placeholder, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::placeholder, .bottom .floor .xs-section .item.w-search input[type="search"]::placeholder, .bottom .floor .s-section .item.w-search input[type="search"]::placeholder, .bottom .floor .m-section .item.w-search input[type="search"]::placeholder, .bottom .floor .l-section .item.w-search input[type="search"]::placeholder, .bottom .floor .third-section .item.w-search input[type="search"]::placeholder, .bottom .floor .multi-height-section .item.w-search input[type="search"]::placeholder {
              color: rgba(97, 130, 159, 0.8); }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder {
              color: rgba(97, 130, 159, 0.8); }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .main-body .floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .xs-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .s-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .m-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .l-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .third-section .item.w-search input[type="search"]::-ms-input-placeholder, .bottom .floor .multi-height-section .item.w-search input[type="search"]::-ms-input-placeholder {
              color: rgba(97, 130, 159, 0.8); }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .top-floor .s-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .top-floor .m-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .top-floor .l-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .top-floor .third-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .xs-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .s-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .m-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .l-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .third-section .item.w-search input[type="search"]::-webkit-input-placeholder, .main-body .floor .multi-height-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .xs-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .s-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .m-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .l-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .third-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .xs-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .s-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .m-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .l-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .third-section .item.w-search input[type="search"]::-webkit-input-placeholder, .bottom .floor .multi-height-section .item.w-search input[type="search"]::-webkit-input-placeholder {
              color: rgba(97, 130, 159, 0.8); }
            .main-body .top-floor .xs-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .top-floor .s-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .top-floor .m-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .top-floor .l-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .top-floor .third-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .top-floor .multi-height-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .xs-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .s-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .m-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .l-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .third-section .item.w-search input[type="search"]::-moz-placeholder, .main-body .floor .multi-height-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .xs-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .s-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .m-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .l-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .third-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .top-floor .multi-height-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .xs-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .s-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .m-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .l-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .third-section .item.w-search input[type="search"]::-moz-placeholder, .bottom .floor .multi-height-section .item.w-search input[type="search"]::-moz-placeholder {
              color: rgba(97, 130, 159, 0.8); }
          .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame, .main-body .floor .xs-section .item.w-search .item.tunnel-frame, .main-body .floor .s-section .item.w-search .item.tunnel-frame, .main-body .floor .m-section .item.w-search .item.tunnel-frame, .main-body .floor .l-section .item.w-search .item.tunnel-frame, .main-body .floor .third-section .item.w-search .item.tunnel-frame, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame, .bottom .floor .xs-section .item.w-search .item.tunnel-frame, .bottom .floor .s-section .item.w-search .item.tunnel-frame, .bottom .floor .m-section .item.w-search .item.tunnel-frame, .bottom .floor .l-section .item.w-search .item.tunnel-frame, .bottom .floor .third-section .item.w-search .item.tunnel-frame, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame {
            border-radius: 0; }
            .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel {
              border-radius: 0;
              width: 200%;
              display: flex;
              align-items: normal;
              justify-content: space-between;
              overflow-x: hidden;
              transition: all .225s;
              transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1); }
              .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area {
                height: 320px;
                max-height: 320px;
                overflow-y: scroll; }
                .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar {
                  width: 6px; }
                .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-track {
                  border-radius: 0.5rem;
                  background-color: #e0e8eb; }
                .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area::-webkit-scrollbar-thumb {
                  border-radius: 0.5rem;
                  background-color: rgba(97, 130, 159, 0.8); }
                .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item {
                  display: inline-block;
                  margin-right: 15px;
                  width: calc(25% - 15px);
                  cursor: pointer;
                  float: left;
                  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
                  border-radius: 0.5rem;
                  margin-bottom: 12px;
                  padding: 18px 10px 11px 60px;
                  color: #4c647a;
                  font-size: 111.1%;
                  background: url("/images/brands/bmw.png") no-repeat, white;
                  background-position: 15px center;
                  background-size: 32px; }
                  @media (max-width: 1130px) {
                    .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item {
                      width: calc(50% - 15px); } }
                  @media (max-width: 960px) {
                    .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item {
                      width: calc(100% - 15px);
                      background-size: 24px;
                      background-position: 18px center;
                      margin-bottom: 8px;
                      padding: 15px 10px 9px 60px; } }
                  @media (min-width: 1130px) and (max-width: 1328px) {
                    .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item {
                      width: calc(33.333333333333333% - 15px); } }
                  .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area .list-item:active {
                    transform: translateY(1px);
                    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
                .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item {
                  background: white;
                  padding: 18px 10px 11px 22px; }
                  @media (max-width: 960px) {
                    .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item {
                      padding: 15px 10px 9px 22px; } }
                  .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back {
                    padding: 18px 10px 11px 60px;
                    background: url("/images/go-back.svg") no-repeat, rgba(255, 255, 255, 0.5);
                    background-position: 25px center;
                    background-size: 9px 14px; }
                    @media (max-width: 960px) {
                      .main-body .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .main-body .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .top-floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .xs-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .s-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .m-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .l-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .third-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back, .bottom .floor .multi-height-section .item.w-search .item.tunnel-frame .item.tunnel .item.scroll-area.models .list-item.go-back {
                        padding: 15px 10px 9px 60px; } }
        .main-body .top-floor .xs-section .item p.subtitle, .main-body .top-floor .s-section .item p.subtitle, .main-body .top-floor .m-section .item p.subtitle, .main-body .top-floor .l-section .item p.subtitle, .main-body .top-floor .third-section .item p.subtitle, .main-body .top-floor .multi-height-section .item p.subtitle, .main-body .floor .xs-section .item p.subtitle, .main-body .floor .s-section .item p.subtitle, .main-body .floor .m-section .item p.subtitle, .main-body .floor .l-section .item p.subtitle, .main-body .floor .third-section .item p.subtitle, .main-body .floor .multi-height-section .item p.subtitle, .bottom .top-floor .xs-section .item p.subtitle, .bottom .top-floor .s-section .item p.subtitle, .bottom .top-floor .m-section .item p.subtitle, .bottom .top-floor .l-section .item p.subtitle, .bottom .top-floor .third-section .item p.subtitle, .bottom .top-floor .multi-height-section .item p.subtitle, .bottom .floor .xs-section .item p.subtitle, .bottom .floor .s-section .item p.subtitle, .bottom .floor .m-section .item p.subtitle, .bottom .floor .l-section .item p.subtitle, .bottom .floor .third-section .item p.subtitle, .bottom .floor .multi-height-section .item p.subtitle {
          padding-top: 20px; }
          @media (max-width: 960px) {
            .main-body .top-floor .xs-section .item p.subtitle, .main-body .top-floor .s-section .item p.subtitle, .main-body .top-floor .m-section .item p.subtitle, .main-body .top-floor .l-section .item p.subtitle, .main-body .top-floor .third-section .item p.subtitle, .main-body .top-floor .multi-height-section .item p.subtitle, .main-body .floor .xs-section .item p.subtitle, .main-body .floor .s-section .item p.subtitle, .main-body .floor .m-section .item p.subtitle, .main-body .floor .l-section .item p.subtitle, .main-body .floor .third-section .item p.subtitle, .main-body .floor .multi-height-section .item p.subtitle, .bottom .top-floor .xs-section .item p.subtitle, .bottom .top-floor .s-section .item p.subtitle, .bottom .top-floor .m-section .item p.subtitle, .bottom .top-floor .l-section .item p.subtitle, .bottom .top-floor .third-section .item p.subtitle, .bottom .top-floor .multi-height-section .item p.subtitle, .bottom .floor .xs-section .item p.subtitle, .bottom .floor .s-section .item p.subtitle, .bottom .floor .m-section .item p.subtitle, .bottom .floor .l-section .item p.subtitle, .bottom .floor .third-section .item p.subtitle, .bottom .floor .multi-height-section .item p.subtitle {
              padding-top: 10px; } }
        .main-body .top-floor .xs-section .item.clean, .main-body .top-floor .s-section .item.clean, .main-body .top-floor .m-section .item.clean, .main-body .top-floor .l-section .item.clean, .main-body .top-floor .third-section .item.clean, .main-body .top-floor .multi-height-section .item.clean, .main-body .floor .xs-section .item.clean, .main-body .floor .s-section .item.clean, .main-body .floor .m-section .item.clean, .main-body .floor .l-section .item.clean, .main-body .floor .third-section .item.clean, .main-body .floor .multi-height-section .item.clean, .bottom .top-floor .xs-section .item.clean, .bottom .top-floor .s-section .item.clean, .bottom .top-floor .m-section .item.clean, .bottom .top-floor .l-section .item.clean, .bottom .top-floor .third-section .item.clean, .bottom .top-floor .multi-height-section .item.clean, .bottom .floor .xs-section .item.clean, .bottom .floor .s-section .item.clean, .bottom .floor .m-section .item.clean, .bottom .floor .l-section .item.clean, .bottom .floor .third-section .item.clean, .bottom .floor .multi-height-section .item.clean {
          background: transparent;
          padding: 30px 25px; }
          .main-body .top-floor .xs-section .item.clean.list, .main-body .top-floor .s-section .item.clean.list, .main-body .top-floor .m-section .item.clean.list, .main-body .top-floor .l-section .item.clean.list, .main-body .top-floor .third-section .item.clean.list, .main-body .top-floor .multi-height-section .item.clean.list, .main-body .floor .xs-section .item.clean.list, .main-body .floor .s-section .item.clean.list, .main-body .floor .m-section .item.clean.list, .main-body .floor .l-section .item.clean.list, .main-body .floor .third-section .item.clean.list, .main-body .floor .multi-height-section .item.clean.list, .bottom .top-floor .xs-section .item.clean.list, .bottom .top-floor .s-section .item.clean.list, .bottom .top-floor .m-section .item.clean.list, .bottom .top-floor .l-section .item.clean.list, .bottom .top-floor .third-section .item.clean.list, .bottom .top-floor .multi-height-section .item.clean.list, .bottom .floor .xs-section .item.clean.list, .bottom .floor .s-section .item.clean.list, .bottom .floor .m-section .item.clean.list, .bottom .floor .l-section .item.clean.list, .bottom .floor .third-section .item.clean.list, .bottom .floor .multi-height-section .item.clean.list {
            padding: 0 25px;
            width: 100%; }
            .main-body .top-floor .xs-section .item.clean.list ul.list-items, .main-body .top-floor .s-section .item.clean.list ul.list-items, .main-body .top-floor .m-section .item.clean.list ul.list-items, .main-body .top-floor .l-section .item.clean.list ul.list-items, .main-body .top-floor .third-section .item.clean.list ul.list-items, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items, .main-body .floor .xs-section .item.clean.list ul.list-items, .main-body .floor .s-section .item.clean.list ul.list-items, .main-body .floor .m-section .item.clean.list ul.list-items, .main-body .floor .l-section .item.clean.list ul.list-items, .main-body .floor .third-section .item.clean.list ul.list-items, .main-body .floor .multi-height-section .item.clean.list ul.list-items, .bottom .top-floor .xs-section .item.clean.list ul.list-items, .bottom .top-floor .s-section .item.clean.list ul.list-items, .bottom .top-floor .m-section .item.clean.list ul.list-items, .bottom .top-floor .l-section .item.clean.list ul.list-items, .bottom .top-floor .third-section .item.clean.list ul.list-items, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items, .bottom .floor .xs-section .item.clean.list ul.list-items, .bottom .floor .s-section .item.clean.list ul.list-items, .bottom .floor .m-section .item.clean.list ul.list-items, .bottom .floor .l-section .item.clean.list ul.list-items, .bottom .floor .third-section .item.clean.list ul.list-items, .bottom .floor .multi-height-section .item.clean.list ul.list-items {
              float: left;
              width: 100%;
              display: block;
              padding: 30px 42px;
              list-style: none;
              font-weight: 500;
              font-size: 111.1%;
              color: #61829f;
              padding: 30px !important; }
              @media (max-width: 960px) {
                .main-body .top-floor .xs-section .item.clean.list ul.list-items, .main-body .top-floor .s-section .item.clean.list ul.list-items, .main-body .top-floor .m-section .item.clean.list ul.list-items, .main-body .top-floor .l-section .item.clean.list ul.list-items, .main-body .top-floor .third-section .item.clean.list ul.list-items, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items, .main-body .floor .xs-section .item.clean.list ul.list-items, .main-body .floor .s-section .item.clean.list ul.list-items, .main-body .floor .m-section .item.clean.list ul.list-items, .main-body .floor .l-section .item.clean.list ul.list-items, .main-body .floor .third-section .item.clean.list ul.list-items, .main-body .floor .multi-height-section .item.clean.list ul.list-items, .bottom .top-floor .xs-section .item.clean.list ul.list-items, .bottom .top-floor .s-section .item.clean.list ul.list-items, .bottom .top-floor .m-section .item.clean.list ul.list-items, .bottom .top-floor .l-section .item.clean.list ul.list-items, .bottom .top-floor .third-section .item.clean.list ul.list-items, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items, .bottom .floor .xs-section .item.clean.list ul.list-items, .bottom .floor .s-section .item.clean.list ul.list-items, .bottom .floor .m-section .item.clean.list ul.list-items, .bottom .floor .l-section .item.clean.list ul.list-items, .bottom .floor .third-section .item.clean.list ul.list-items, .bottom .floor .multi-height-section .item.clean.list ul.list-items {
                  font-size: 100%;
                  padding: 0 !important; } }
              .main-body .top-floor .xs-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .xs-section .item.clean.list ul.list-items.news-list li span.date, .main-body .top-floor .s-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .s-section .item.clean.list ul.list-items.news-list li span.date, .main-body .top-floor .m-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .m-section .item.clean.list ul.list-items.news-list li span.date, .main-body .top-floor .l-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .l-section .item.clean.list ul.list-items.news-list li span.date, .main-body .top-floor .third-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .third-section .item.clean.list ul.list-items.news-list li span.date, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items.news-list li a, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .xs-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .xs-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .s-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .s-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .m-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .m-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .l-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .l-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .third-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .third-section .item.clean.list ul.list-items.news-list li span.date, .main-body .floor .multi-height-section .item.clean.list ul.list-items.news-list li a, .main-body .floor .multi-height-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .xs-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .xs-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .s-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .s-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .m-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .m-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .l-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .l-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .third-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .third-section .item.clean.list ul.list-items.news-list li span.date, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items.news-list li a, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .xs-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .xs-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .s-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .s-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .m-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .m-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .l-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .l-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .third-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .third-section .item.clean.list ul.list-items.news-list li span.date, .bottom .floor .multi-height-section .item.clean.list ul.list-items.news-list li a, .bottom .floor .multi-height-section .item.clean.list ul.list-items.news-list li span.date {
                display: inline-block; }
              .main-body .top-floor .xs-section .item.clean.list ul.list-items li, .main-body .top-floor .s-section .item.clean.list ul.list-items li, .main-body .top-floor .m-section .item.clean.list ul.list-items li, .main-body .top-floor .l-section .item.clean.list ul.list-items li, .main-body .top-floor .third-section .item.clean.list ul.list-items li, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li, .main-body .floor .xs-section .item.clean.list ul.list-items li, .main-body .floor .s-section .item.clean.list ul.list-items li, .main-body .floor .m-section .item.clean.list ul.list-items li, .main-body .floor .l-section .item.clean.list ul.list-items li, .main-body .floor .third-section .item.clean.list ul.list-items li, .main-body .floor .multi-height-section .item.clean.list ul.list-items li, .bottom .top-floor .xs-section .item.clean.list ul.list-items li, .bottom .top-floor .s-section .item.clean.list ul.list-items li, .bottom .top-floor .m-section .item.clean.list ul.list-items li, .bottom .top-floor .l-section .item.clean.list ul.list-items li, .bottom .top-floor .third-section .item.clean.list ul.list-items li, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li, .bottom .floor .xs-section .item.clean.list ul.list-items li, .bottom .floor .s-section .item.clean.list ul.list-items li, .bottom .floor .m-section .item.clean.list ul.list-items li, .bottom .floor .l-section .item.clean.list ul.list-items li, .bottom .floor .third-section .item.clean.list ul.list-items li, .bottom .floor .multi-height-section .item.clean.list ul.list-items li {
                border-bottom: 1px solid rgba(97, 130, 159, 0.2);
                cursor: pointer;
                padding-bottom: 0; }
                .main-body .top-floor .xs-section .item.clean.list ul.list-items li span.date, .main-body .top-floor .s-section .item.clean.list ul.list-items li span.date, .main-body .top-floor .m-section .item.clean.list ul.list-items li span.date, .main-body .top-floor .l-section .item.clean.list ul.list-items li span.date, .main-body .top-floor .third-section .item.clean.list ul.list-items li span.date, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li span.date, .main-body .floor .xs-section .item.clean.list ul.list-items li span.date, .main-body .floor .s-section .item.clean.list ul.list-items li span.date, .main-body .floor .m-section .item.clean.list ul.list-items li span.date, .main-body .floor .l-section .item.clean.list ul.list-items li span.date, .main-body .floor .third-section .item.clean.list ul.list-items li span.date, .main-body .floor .multi-height-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .xs-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .s-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .m-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .l-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .third-section .item.clean.list ul.list-items li span.date, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li span.date, .bottom .floor .xs-section .item.clean.list ul.list-items li span.date, .bottom .floor .s-section .item.clean.list ul.list-items li span.date, .bottom .floor .m-section .item.clean.list ul.list-items li span.date, .bottom .floor .l-section .item.clean.list ul.list-items li span.date, .bottom .floor .third-section .item.clean.list ul.list-items li span.date, .bottom .floor .multi-height-section .item.clean.list ul.list-items li span.date {
                  font-size: 77.7%;
                  opacity: 0.6;
                  font-weight: 600;
                  text-transform: uppercase;
                  margin-right: 20px; }
                .main-body .top-floor .xs-section .item.clean.list ul.list-items li a, .main-body .top-floor .s-section .item.clean.list ul.list-items li a, .main-body .top-floor .m-section .item.clean.list ul.list-items li a, .main-body .top-floor .l-section .item.clean.list ul.list-items li a, .main-body .top-floor .third-section .item.clean.list ul.list-items li a, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li a, .main-body .floor .xs-section .item.clean.list ul.list-items li a, .main-body .floor .s-section .item.clean.list ul.list-items li a, .main-body .floor .m-section .item.clean.list ul.list-items li a, .main-body .floor .l-section .item.clean.list ul.list-items li a, .main-body .floor .third-section .item.clean.list ul.list-items li a, .main-body .floor .multi-height-section .item.clean.list ul.list-items li a, .bottom .top-floor .xs-section .item.clean.list ul.list-items li a, .bottom .top-floor .s-section .item.clean.list ul.list-items li a, .bottom .top-floor .m-section .item.clean.list ul.list-items li a, .bottom .top-floor .l-section .item.clean.list ul.list-items li a, .bottom .top-floor .third-section .item.clean.list ul.list-items li a, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li a, .bottom .floor .xs-section .item.clean.list ul.list-items li a, .bottom .floor .s-section .item.clean.list ul.list-items li a, .bottom .floor .m-section .item.clean.list ul.list-items li a, .bottom .floor .l-section .item.clean.list ul.list-items li a, .bottom .floor .third-section .item.clean.list ul.list-items li a, .bottom .floor .multi-height-section .item.clean.list ul.list-items li a {
                  display: block;
                  padding: 18px 0 13px 0; }
                  .main-body .top-floor .xs-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .top-floor .s-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .top-floor .m-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .top-floor .l-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .top-floor .third-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .xs-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .s-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .m-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .l-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .third-section .item.clean.list ul.list-items li a.dropdown:after, .main-body .floor .multi-height-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .xs-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .s-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .m-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .l-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .third-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .xs-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .s-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .m-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .l-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .third-section .item.clean.list ul.list-items li a.dropdown:after, .bottom .floor .multi-height-section .item.clean.list ul.list-items li a.dropdown:after {
                    content: '';
                    position: absolute;
                    width: 9px;
                    height: 9px;
                    border: 2px solid;
                    border-color: #0b679b;
                    opacity: 0.6;
                    -ms-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    right: 57px;
                    border-left: 0;
                    border-bottom: 0;
                    margin-left: 15px; }
                .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul, .main-body .floor .xs-section .item.clean.list ul.list-items li ul, .main-body .floor .s-section .item.clean.list ul.list-items li ul, .main-body .floor .m-section .item.clean.list ul.list-items li ul, .main-body .floor .l-section .item.clean.list ul.list-items li ul, .main-body .floor .third-section .item.clean.list ul.list-items li ul, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul, .bottom .floor .xs-section .item.clean.list ul.list-items li ul, .bottom .floor .s-section .item.clean.list ul.list-items li ul, .bottom .floor .m-section .item.clean.list ul.list-items li ul, .bottom .floor .l-section .item.clean.list ul.list-items li ul, .bottom .floor .third-section .item.clean.list ul.list-items li ul, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul {
                  display: none;
                  list-style: none;
                  padding: 5px 0 15px 0;
                  padding-left: 0 !important; }
                  .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li, .main-body .floor .s-section .item.clean.list ul.list-items li ul li, .main-body .floor .m-section .item.clean.list ul.list-items li ul li, .main-body .floor .l-section .item.clean.list ul.list-items li ul li, .main-body .floor .third-section .item.clean.list ul.list-items li ul li, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li, .bottom .floor .s-section .item.clean.list ul.list-items li ul li, .bottom .floor .m-section .item.clean.list ul.list-items li ul li, .bottom .floor .l-section .item.clean.list ul.list-items li ul li, .bottom .floor .third-section .item.clean.list ul.list-items li ul li, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li {
                    width: auto;
                    border: 0;
                    position: relative; }
                    .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li span, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li a, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li span, .main-body .floor .s-section .item.clean.list ul.list-items li ul li a, .main-body .floor .s-section .item.clean.list ul.list-items li ul li span, .main-body .floor .m-section .item.clean.list ul.list-items li ul li a, .main-body .floor .m-section .item.clean.list ul.list-items li ul li span, .main-body .floor .l-section .item.clean.list ul.list-items li ul li a, .main-body .floor .l-section .item.clean.list ul.list-items li ul li span, .main-body .floor .third-section .item.clean.list ul.list-items li ul li a, .main-body .floor .third-section .item.clean.list ul.list-items li ul li span, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li a, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li span, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li a, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li span, .bottom .floor .s-section .item.clean.list ul.list-items li ul li a, .bottom .floor .s-section .item.clean.list ul.list-items li ul li span, .bottom .floor .m-section .item.clean.list ul.list-items li ul li a, .bottom .floor .m-section .item.clean.list ul.list-items li ul li span, .bottom .floor .l-section .item.clean.list ul.list-items li ul li a, .bottom .floor .l-section .item.clean.list ul.list-items li ul li span, .bottom .floor .third-section .item.clean.list ul.list-items li ul li a, .bottom .floor .third-section .item.clean.list ul.list-items li ul li span, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li a, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li span {
                      display: inline-block; }
                    .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li a, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li a, .main-body .floor .s-section .item.clean.list ul.list-items li ul li a, .main-body .floor .m-section .item.clean.list ul.list-items li ul li a, .main-body .floor .l-section .item.clean.list ul.list-items li ul li a, .main-body .floor .third-section .item.clean.list ul.list-items li ul li a, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li a, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li a, .bottom .floor .s-section .item.clean.list ul.list-items li ul li a, .bottom .floor .m-section .item.clean.list ul.list-items li ul li a, .bottom .floor .l-section .item.clean.list ul.list-items li ul li a, .bottom .floor .third-section .item.clean.list ul.list-items li ul li a, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li a {
                      color: rgba(11, 103, 155, 0.65); }
                      .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li a:hover, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li a:hover, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li a:hover, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li a:hover, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li a:hover, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .s-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .m-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .l-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .third-section .item.clean.list ul.list-items li ul li a:hover, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li a:hover, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .s-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .m-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .l-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .third-section .item.clean.list ul.list-items li ul li a:hover, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li a:hover {
                        color: rgba(11, 103, 155, 0.45); }
                    .main-body .top-floor .xs-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .s-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .m-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .l-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .third-section .item.clean.list ul.list-items li ul li span, .main-body .top-floor .multi-height-section .item.clean.list ul.list-items li ul li span, .main-body .floor .xs-section .item.clean.list ul.list-items li ul li span, .main-body .floor .s-section .item.clean.list ul.list-items li ul li span, .main-body .floor .m-section .item.clean.list ul.list-items li ul li span, .main-body .floor .l-section .item.clean.list ul.list-items li ul li span, .main-body .floor .third-section .item.clean.list ul.list-items li ul li span, .main-body .floor .multi-height-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .xs-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .s-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .m-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .l-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .third-section .item.clean.list ul.list-items li ul li span, .bottom .top-floor .multi-height-section .item.clean.list ul.list-items li ul li span, .bottom .floor .xs-section .item.clean.list ul.list-items li ul li span, .bottom .floor .s-section .item.clean.list ul.list-items li ul li span, .bottom .floor .m-section .item.clean.list ul.list-items li ul li span, .bottom .floor .l-section .item.clean.list ul.list-items li ul li span, .bottom .floor .third-section .item.clean.list ul.list-items li ul li span, .bottom .floor .multi-height-section .item.clean.list ul.list-items li ul li span {
                      text-transform: uppercase;
                      font-weight: bold;
                      font-size: 66.6%;
                      color: #0b679b;
                      background: #f0f4f6;
                      border-radius: 0.375rem;
                      padding: 0 7px;
                      margin-left: 15px;
                      max-height: 23px; }
        .main-body .top-floor .xs-section .item.short, .main-body .top-floor .s-section .item.short, .main-body .top-floor .m-section .item.short, .main-body .top-floor .l-section .item.short, .main-body .top-floor .third-section .item.short, .main-body .top-floor .multi-height-section .item.short, .main-body .floor .xs-section .item.short, .main-body .floor .s-section .item.short, .main-body .floor .m-section .item.short, .main-body .floor .l-section .item.short, .main-body .floor .third-section .item.short, .main-body .floor .multi-height-section .item.short, .bottom .top-floor .xs-section .item.short, .bottom .top-floor .s-section .item.short, .bottom .top-floor .m-section .item.short, .bottom .top-floor .l-section .item.short, .bottom .top-floor .third-section .item.short, .bottom .top-floor .multi-height-section .item.short, .bottom .floor .xs-section .item.short, .bottom .floor .s-section .item.short, .bottom .floor .m-section .item.short, .bottom .floor .l-section .item.short, .bottom .floor .third-section .item.short, .bottom .floor .multi-height-section .item.short {
          position: relative;
          height: 310px;
          width: 280px;
          padding-right: 25px; }
        .main-body .top-floor .xs-section .item.callback, .main-body .top-floor .s-section .item.callback, .main-body .top-floor .m-section .item.callback, .main-body .top-floor .l-section .item.callback, .main-body .top-floor .third-section .item.callback, .main-body .top-floor .multi-height-section .item.callback, .main-body .floor .xs-section .item.callback, .main-body .floor .s-section .item.callback, .main-body .floor .m-section .item.callback, .main-body .floor .l-section .item.callback, .main-body .floor .third-section .item.callback, .main-body .floor .multi-height-section .item.callback, .bottom .top-floor .xs-section .item.callback, .bottom .top-floor .s-section .item.callback, .bottom .top-floor .m-section .item.callback, .bottom .top-floor .l-section .item.callback, .bottom .top-floor .third-section .item.callback, .bottom .top-floor .multi-height-section .item.callback, .bottom .floor .xs-section .item.callback, .bottom .floor .s-section .item.callback, .bottom .floor .m-section .item.callback, .bottom .floor .l-section .item.callback, .bottom .floor .third-section .item.callback, .bottom .floor .multi-height-section .item.callback {
          position: relative;
          min-height: 370px;
          background: linear-gradient(#035573, #0c91eb);
          padding: 30px 25px;
          color: white; }
          .main-body .top-floor .xs-section .item.callback.top-up, .main-body .top-floor .s-section .item.callback.top-up, .main-body .top-floor .m-section .item.callback.top-up, .main-body .top-floor .l-section .item.callback.top-up, .main-body .top-floor .third-section .item.callback.top-up, .main-body .top-floor .multi-height-section .item.callback.top-up, .main-body .floor .xs-section .item.callback.top-up, .main-body .floor .s-section .item.callback.top-up, .main-body .floor .m-section .item.callback.top-up, .main-body .floor .l-section .item.callback.top-up, .main-body .floor .third-section .item.callback.top-up, .main-body .floor .multi-height-section .item.callback.top-up, .bottom .top-floor .xs-section .item.callback.top-up, .bottom .top-floor .s-section .item.callback.top-up, .bottom .top-floor .m-section .item.callback.top-up, .bottom .top-floor .l-section .item.callback.top-up, .bottom .top-floor .third-section .item.callback.top-up, .bottom .top-floor .multi-height-section .item.callback.top-up, .bottom .floor .xs-section .item.callback.top-up, .bottom .floor .s-section .item.callback.top-up, .bottom .floor .m-section .item.callback.top-up, .bottom .floor .l-section .item.callback.top-up, .bottom .floor .third-section .item.callback.top-up, .bottom .floor .multi-height-section .item.callback.top-up {
            margin-top: -60px;
            margin-left: -40px; }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item.callback.top-up, .main-body .top-floor .s-section .item.callback.top-up, .main-body .top-floor .m-section .item.callback.top-up, .main-body .top-floor .l-section .item.callback.top-up, .main-body .top-floor .third-section .item.callback.top-up, .main-body .top-floor .multi-height-section .item.callback.top-up, .main-body .floor .xs-section .item.callback.top-up, .main-body .floor .s-section .item.callback.top-up, .main-body .floor .m-section .item.callback.top-up, .main-body .floor .l-section .item.callback.top-up, .main-body .floor .third-section .item.callback.top-up, .main-body .floor .multi-height-section .item.callback.top-up, .bottom .top-floor .xs-section .item.callback.top-up, .bottom .top-floor .s-section .item.callback.top-up, .bottom .top-floor .m-section .item.callback.top-up, .bottom .top-floor .l-section .item.callback.top-up, .bottom .top-floor .third-section .item.callback.top-up, .bottom .top-floor .multi-height-section .item.callback.top-up, .bottom .floor .xs-section .item.callback.top-up, .bottom .floor .s-section .item.callback.top-up, .bottom .floor .m-section .item.callback.top-up, .bottom .floor .l-section .item.callback.top-up, .bottom .floor .third-section .item.callback.top-up, .bottom .floor .multi-height-section .item.callback.top-up {
                margin-top: 0;
                margin-left: 0; } }
          .main-body .top-floor .xs-section .item.callback h3, .main-body .top-floor .s-section .item.callback h3, .main-body .top-floor .m-section .item.callback h3, .main-body .top-floor .l-section .item.callback h3, .main-body .top-floor .third-section .item.callback h3, .main-body .top-floor .multi-height-section .item.callback h3, .main-body .floor .xs-section .item.callback h3, .main-body .floor .s-section .item.callback h3, .main-body .floor .m-section .item.callback h3, .main-body .floor .l-section .item.callback h3, .main-body .floor .third-section .item.callback h3, .main-body .floor .multi-height-section .item.callback h3, .bottom .top-floor .xs-section .item.callback h3, .bottom .top-floor .s-section .item.callback h3, .bottom .top-floor .m-section .item.callback h3, .bottom .top-floor .l-section .item.callback h3, .bottom .top-floor .third-section .item.callback h3, .bottom .top-floor .multi-height-section .item.callback h3, .bottom .floor .xs-section .item.callback h3, .bottom .floor .s-section .item.callback h3, .bottom .floor .m-section .item.callback h3, .bottom .floor .l-section .item.callback h3, .bottom .floor .third-section .item.callback h3, .bottom .floor .multi-height-section .item.callback h3 {
            color: white; }
          .main-body .top-floor .xs-section .item.callback.light, .main-body .top-floor .s-section .item.callback.light, .main-body .top-floor .m-section .item.callback.light, .main-body .top-floor .l-section .item.callback.light, .main-body .top-floor .third-section .item.callback.light, .main-body .top-floor .multi-height-section .item.callback.light, .main-body .floor .xs-section .item.callback.light, .main-body .floor .s-section .item.callback.light, .main-body .floor .m-section .item.callback.light, .main-body .floor .l-section .item.callback.light, .main-body .floor .third-section .item.callback.light, .main-body .floor .multi-height-section .item.callback.light, .bottom .top-floor .xs-section .item.callback.light, .bottom .top-floor .s-section .item.callback.light, .bottom .top-floor .m-section .item.callback.light, .bottom .top-floor .l-section .item.callback.light, .bottom .top-floor .third-section .item.callback.light, .bottom .top-floor .multi-height-section .item.callback.light, .bottom .floor .xs-section .item.callback.light, .bottom .floor .s-section .item.callback.light, .bottom .floor .m-section .item.callback.light, .bottom .floor .l-section .item.callback.light, .bottom .floor .third-section .item.callback.light, .bottom .floor .multi-height-section .item.callback.light {
            background: white;
            color: #61829f;
            box-shadow: 15px 20px 30px rgba(0, 0, 0, 0.1); }
            .main-body .top-floor .xs-section .item.callback.light input, .main-body .top-floor .s-section .item.callback.light input, .main-body .top-floor .m-section .item.callback.light input, .main-body .top-floor .l-section .item.callback.light input, .main-body .top-floor .third-section .item.callback.light input, .main-body .top-floor .multi-height-section .item.callback.light input, .main-body .floor .xs-section .item.callback.light input, .main-body .floor .s-section .item.callback.light input, .main-body .floor .m-section .item.callback.light input, .main-body .floor .l-section .item.callback.light input, .main-body .floor .third-section .item.callback.light input, .main-body .floor .multi-height-section .item.callback.light input, .bottom .top-floor .xs-section .item.callback.light input, .bottom .top-floor .s-section .item.callback.light input, .bottom .top-floor .m-section .item.callback.light input, .bottom .top-floor .l-section .item.callback.light input, .bottom .top-floor .third-section .item.callback.light input, .bottom .top-floor .multi-height-section .item.callback.light input, .bottom .floor .xs-section .item.callback.light input, .bottom .floor .s-section .item.callback.light input, .bottom .floor .m-section .item.callback.light input, .bottom .floor .l-section .item.callback.light input, .bottom .floor .third-section .item.callback.light input, .bottom .floor .multi-height-section .item.callback.light input {
              border: 1px solid #FFD601;
              color: black; }
              .main-body .top-floor .xs-section .item.callback.light input::placeholder, .main-body .top-floor .s-section .item.callback.light input::placeholder, .main-body .top-floor .m-section .item.callback.light input::placeholder, .main-body .top-floor .l-section .item.callback.light input::placeholder, .main-body .top-floor .third-section .item.callback.light input::placeholder, .main-body .top-floor .multi-height-section .item.callback.light input::placeholder, .main-body .floor .xs-section .item.callback.light input::placeholder, .main-body .floor .s-section .item.callback.light input::placeholder, .main-body .floor .m-section .item.callback.light input::placeholder, .main-body .floor .l-section .item.callback.light input::placeholder, .main-body .floor .third-section .item.callback.light input::placeholder, .main-body .floor .multi-height-section .item.callback.light input::placeholder, .bottom .top-floor .xs-section .item.callback.light input::placeholder, .bottom .top-floor .s-section .item.callback.light input::placeholder, .bottom .top-floor .m-section .item.callback.light input::placeholder, .bottom .top-floor .l-section .item.callback.light input::placeholder, .bottom .top-floor .third-section .item.callback.light input::placeholder, .bottom .top-floor .multi-height-section .item.callback.light input::placeholder, .bottom .floor .xs-section .item.callback.light input::placeholder, .bottom .floor .s-section .item.callback.light input::placeholder, .bottom .floor .m-section .item.callback.light input::placeholder, .bottom .floor .l-section .item.callback.light input::placeholder, .bottom .floor .third-section .item.callback.light input::placeholder, .bottom .floor .multi-height-section .item.callback.light input::placeholder {
                color: rgba(0, 0, 0, 0.6); }
              .main-body .top-floor .xs-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .s-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .m-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .l-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .third-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .xs-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .s-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .m-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .l-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .third-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .xs-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .s-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .m-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .l-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .third-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .xs-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .s-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .m-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .l-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .third-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .multi-height-section .item.callback.light input::-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.6); }
              .main-body .top-floor .xs-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .s-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .m-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .l-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .third-section .item.callback.light input::-ms-input-placeholder, .main-body .top-floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .xs-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .s-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .m-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .l-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .third-section .item.callback.light input::-ms-input-placeholder, .main-body .floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .xs-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .s-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .m-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .l-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .third-section .item.callback.light input::-ms-input-placeholder, .bottom .top-floor .multi-height-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .xs-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .s-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .m-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .l-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .third-section .item.callback.light input::-ms-input-placeholder, .bottom .floor .multi-height-section .item.callback.light input::-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.6); }
              .main-body .top-floor .xs-section .item.callback.light input::-webkit-input-placeholder, .main-body .top-floor .s-section .item.callback.light input::-webkit-input-placeholder, .main-body .top-floor .m-section .item.callback.light input::-webkit-input-placeholder, .main-body .top-floor .l-section .item.callback.light input::-webkit-input-placeholder, .main-body .top-floor .third-section .item.callback.light input::-webkit-input-placeholder, .main-body .top-floor .multi-height-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .xs-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .s-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .m-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .l-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .third-section .item.callback.light input::-webkit-input-placeholder, .main-body .floor .multi-height-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .xs-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .s-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .m-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .l-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .third-section .item.callback.light input::-webkit-input-placeholder, .bottom .top-floor .multi-height-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .xs-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .s-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .m-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .l-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .third-section .item.callback.light input::-webkit-input-placeholder, .bottom .floor .multi-height-section .item.callback.light input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.6); }
              .main-body .top-floor .xs-section .item.callback.light input::-moz-placeholder, .main-body .top-floor .s-section .item.callback.light input::-moz-placeholder, .main-body .top-floor .m-section .item.callback.light input::-moz-placeholder, .main-body .top-floor .l-section .item.callback.light input::-moz-placeholder, .main-body .top-floor .third-section .item.callback.light input::-moz-placeholder, .main-body .top-floor .multi-height-section .item.callback.light input::-moz-placeholder, .main-body .floor .xs-section .item.callback.light input::-moz-placeholder, .main-body .floor .s-section .item.callback.light input::-moz-placeholder, .main-body .floor .m-section .item.callback.light input::-moz-placeholder, .main-body .floor .l-section .item.callback.light input::-moz-placeholder, .main-body .floor .third-section .item.callback.light input::-moz-placeholder, .main-body .floor .multi-height-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .xs-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .s-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .m-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .l-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .third-section .item.callback.light input::-moz-placeholder, .bottom .top-floor .multi-height-section .item.callback.light input::-moz-placeholder, .bottom .floor .xs-section .item.callback.light input::-moz-placeholder, .bottom .floor .s-section .item.callback.light input::-moz-placeholder, .bottom .floor .m-section .item.callback.light input::-moz-placeholder, .bottom .floor .l-section .item.callback.light input::-moz-placeholder, .bottom .floor .third-section .item.callback.light input::-moz-placeholder, .bottom .floor .multi-height-section .item.callback.light input::-moz-placeholder {
                color: rgba(0, 0, 0, 0.6); }
            .main-body .top-floor .xs-section .item.callback.light h1, .main-body .top-floor .s-section .item.callback.light h1, .main-body .top-floor .m-section .item.callback.light h1, .main-body .top-floor .l-section .item.callback.light h1, .main-body .top-floor .third-section .item.callback.light h1, .main-body .top-floor .multi-height-section .item.callback.light h1, .main-body .floor .xs-section .item.callback.light h1, .main-body .floor .s-section .item.callback.light h1, .main-body .floor .m-section .item.callback.light h1, .main-body .floor .l-section .item.callback.light h1, .main-body .floor .third-section .item.callback.light h1, .main-body .floor .multi-height-section .item.callback.light h1, .bottom .top-floor .xs-section .item.callback.light h1, .bottom .top-floor .s-section .item.callback.light h1, .bottom .top-floor .m-section .item.callback.light h1, .bottom .top-floor .l-section .item.callback.light h1, .bottom .top-floor .third-section .item.callback.light h1, .bottom .top-floor .multi-height-section .item.callback.light h1, .bottom .floor .xs-section .item.callback.light h1, .bottom .floor .s-section .item.callback.light h1, .bottom .floor .m-section .item.callback.light h1, .bottom .floor .l-section .item.callback.light h1, .bottom .floor .third-section .item.callback.light h1, .bottom .floor .multi-height-section .item.callback.light h1 {
              color: #1d597c; }
          .main-body .top-floor .xs-section .item.callback.callback h4, .main-body .top-floor .s-section .item.callback.callback h4, .main-body .top-floor .m-section .item.callback.callback h4, .main-body .top-floor .l-section .item.callback.callback h4, .main-body .top-floor .third-section .item.callback.callback h4, .main-body .top-floor .multi-height-section .item.callback.callback h4, .main-body .floor .xs-section .item.callback.callback h4, .main-body .floor .s-section .item.callback.callback h4, .main-body .floor .m-section .item.callback.callback h4, .main-body .floor .l-section .item.callback.callback h4, .main-body .floor .third-section .item.callback.callback h4, .main-body .floor .multi-height-section .item.callback.callback h4, .bottom .top-floor .xs-section .item.callback.callback h4, .bottom .top-floor .s-section .item.callback.callback h4, .bottom .top-floor .m-section .item.callback.callback h4, .bottom .top-floor .l-section .item.callback.callback h4, .bottom .top-floor .third-section .item.callback.callback h4, .bottom .top-floor .multi-height-section .item.callback.callback h4, .bottom .floor .xs-section .item.callback.callback h4, .bottom .floor .s-section .item.callback.callback h4, .bottom .floor .m-section .item.callback.callback h4, .bottom .floor .l-section .item.callback.callback h4, .bottom .floor .third-section .item.callback.callback h4, .bottom .floor .multi-height-section .item.callback.callback h4 {
            color: white; }
          .main-body .top-floor .xs-section .item.callback p.subtitle, .main-body .top-floor .s-section .item.callback p.subtitle, .main-body .top-floor .m-section .item.callback p.subtitle, .main-body .top-floor .l-section .item.callback p.subtitle, .main-body .top-floor .third-section .item.callback p.subtitle, .main-body .top-floor .multi-height-section .item.callback p.subtitle, .main-body .floor .xs-section .item.callback p.subtitle, .main-body .floor .s-section .item.callback p.subtitle, .main-body .floor .m-section .item.callback p.subtitle, .main-body .floor .l-section .item.callback p.subtitle, .main-body .floor .third-section .item.callback p.subtitle, .main-body .floor .multi-height-section .item.callback p.subtitle, .bottom .top-floor .xs-section .item.callback p.subtitle, .bottom .top-floor .s-section .item.callback p.subtitle, .bottom .top-floor .m-section .item.callback p.subtitle, .bottom .top-floor .l-section .item.callback p.subtitle, .bottom .top-floor .third-section .item.callback p.subtitle, .bottom .top-floor .multi-height-section .item.callback p.subtitle, .bottom .floor .xs-section .item.callback p.subtitle, .bottom .floor .s-section .item.callback p.subtitle, .bottom .floor .m-section .item.callback p.subtitle, .bottom .floor .l-section .item.callback p.subtitle, .bottom .floor .third-section .item.callback p.subtitle, .bottom .floor .multi-height-section .item.callback p.subtitle {
            padding-top: 15px; }
        .main-body .top-floor .xs-section .item.first-banner, .main-body .top-floor .s-section .item.first-banner, .main-body .top-floor .m-section .item.first-banner, .main-body .top-floor .l-section .item.first-banner, .main-body .top-floor .third-section .item.first-banner, .main-body .top-floor .multi-height-section .item.first-banner, .main-body .floor .xs-section .item.first-banner, .main-body .floor .s-section .item.first-banner, .main-body .floor .m-section .item.first-banner, .main-body .floor .l-section .item.first-banner, .main-body .floor .third-section .item.first-banner, .main-body .floor .multi-height-section .item.first-banner, .bottom .top-floor .xs-section .item.first-banner, .bottom .top-floor .s-section .item.first-banner, .bottom .top-floor .m-section .item.first-banner, .bottom .top-floor .l-section .item.first-banner, .bottom .top-floor .third-section .item.first-banner, .bottom .top-floor .multi-height-section .item.first-banner, .bottom .floor .xs-section .item.first-banner, .bottom .floor .s-section .item.first-banner, .bottom .floor .m-section .item.first-banner, .bottom .floor .l-section .item.first-banner, .bottom .floor .third-section .item.first-banner, .bottom .floor .multi-height-section .item.first-banner {
          position: relative;
          color: #5f3a12;
          padding: 30px 25px;
          background: url("/local/templates/tomsk_all/images/first-bg.png") no-repeat left center, linear-gradient(0deg, #F7F5EA 0%, #ECECEC 100%); }
        .main-body .top-floor .xs-section .item.contacts, .main-body .top-floor .s-section .item.contacts, .main-body .top-floor .m-section .item.contacts, .main-body .top-floor .l-section .item.contacts, .main-body .top-floor .third-section .item.contacts, .main-body .top-floor .multi-height-section .item.contacts, .main-body .floor .xs-section .item.contacts, .main-body .floor .s-section .item.contacts, .main-body .floor .m-section .item.contacts, .main-body .floor .l-section .item.contacts, .main-body .floor .third-section .item.contacts, .main-body .floor .multi-height-section .item.contacts, .bottom .top-floor .xs-section .item.contacts, .bottom .top-floor .s-section .item.contacts, .bottom .top-floor .m-section .item.contacts, .bottom .top-floor .l-section .item.contacts, .bottom .top-floor .third-section .item.contacts, .bottom .top-floor .multi-height-section .item.contacts, .bottom .floor .xs-section .item.contacts, .bottom .floor .s-section .item.contacts, .bottom .floor .m-section .item.contacts, .bottom .floor .l-section .item.contacts, .bottom .floor .third-section .item.contacts, .bottom .floor .multi-height-section .item.contacts {
          width: 305px;
          margin-left: 40px;
          padding: 25px 25px;
          border-radius: 0.5rem;
          line-height: 28px; }
          @media (max-width: 960px) {
            .main-body .top-floor .xs-section .item.contacts, .main-body .top-floor .s-section .item.contacts, .main-body .top-floor .m-section .item.contacts, .main-body .top-floor .l-section .item.contacts, .main-body .top-floor .third-section .item.contacts, .main-body .top-floor .multi-height-section .item.contacts, .main-body .floor .xs-section .item.contacts, .main-body .floor .s-section .item.contacts, .main-body .floor .m-section .item.contacts, .main-body .floor .l-section .item.contacts, .main-body .floor .third-section .item.contacts, .main-body .floor .multi-height-section .item.contacts, .bottom .top-floor .xs-section .item.contacts, .bottom .top-floor .s-section .item.contacts, .bottom .top-floor .m-section .item.contacts, .bottom .top-floor .l-section .item.contacts, .bottom .top-floor .third-section .item.contacts, .bottom .top-floor .multi-height-section .item.contacts, .bottom .floor .xs-section .item.contacts, .bottom .floor .s-section .item.contacts, .bottom .floor .m-section .item.contacts, .bottom .floor .l-section .item.contacts, .bottom .floor .third-section .item.contacts, .bottom .floor .multi-height-section .item.contacts {
              width: 100%;
              margin-left: 0; } }
          .main-body .top-floor .xs-section .item.contacts a, .main-body .top-floor .s-section .item.contacts a, .main-body .top-floor .m-section .item.contacts a, .main-body .top-floor .l-section .item.contacts a, .main-body .top-floor .third-section .item.contacts a, .main-body .top-floor .multi-height-section .item.contacts a, .main-body .floor .xs-section .item.contacts a, .main-body .floor .s-section .item.contacts a, .main-body .floor .m-section .item.contacts a, .main-body .floor .l-section .item.contacts a, .main-body .floor .third-section .item.contacts a, .main-body .floor .multi-height-section .item.contacts a, .bottom .top-floor .xs-section .item.contacts a, .bottom .top-floor .s-section .item.contacts a, .bottom .top-floor .m-section .item.contacts a, .bottom .top-floor .l-section .item.contacts a, .bottom .top-floor .third-section .item.contacts a, .bottom .top-floor .multi-height-section .item.contacts a, .bottom .floor .xs-section .item.contacts a, .bottom .floor .s-section .item.contacts a, .bottom .floor .m-section .item.contacts a, .bottom .floor .l-section .item.contacts a, .bottom .floor .third-section .item.contacts a, .bottom .floor .multi-height-section .item.contacts a {
            color: #61829f; }
          .main-body .top-floor .xs-section .item.contacts a.phone, .main-body .top-floor .s-section .item.contacts a.phone, .main-body .top-floor .m-section .item.contacts a.phone, .main-body .top-floor .l-section .item.contacts a.phone, .main-body .top-floor .third-section .item.contacts a.phone, .main-body .top-floor .multi-height-section .item.contacts a.phone, .main-body .floor .xs-section .item.contacts a.phone, .main-body .floor .s-section .item.contacts a.phone, .main-body .floor .m-section .item.contacts a.phone, .main-body .floor .l-section .item.contacts a.phone, .main-body .floor .third-section .item.contacts a.phone, .main-body .floor .multi-height-section .item.contacts a.phone, .bottom .top-floor .xs-section .item.contacts a.phone, .bottom .top-floor .s-section .item.contacts a.phone, .bottom .top-floor .m-section .item.contacts a.phone, .bottom .top-floor .l-section .item.contacts a.phone, .bottom .top-floor .third-section .item.contacts a.phone, .bottom .top-floor .multi-height-section .item.contacts a.phone, .bottom .floor .xs-section .item.contacts a.phone, .bottom .floor .s-section .item.contacts a.phone, .bottom .floor .m-section .item.contacts a.phone, .bottom .floor .l-section .item.contacts a.phone, .bottom .floor .third-section .item.contacts a.phone, .bottom .floor .multi-height-section .item.contacts a.phone {
            font-size: 122.2%;
            font-weight: 500;
            color: #61829f; }
          .main-body .top-floor .xs-section .item.contacts p.subtitle, .main-body .top-floor .s-section .item.contacts p.subtitle, .main-body .top-floor .m-section .item.contacts p.subtitle, .main-body .top-floor .l-section .item.contacts p.subtitle, .main-body .top-floor .third-section .item.contacts p.subtitle, .main-body .top-floor .multi-height-section .item.contacts p.subtitle, .main-body .floor .xs-section .item.contacts p.subtitle, .main-body .floor .s-section .item.contacts p.subtitle, .main-body .floor .m-section .item.contacts p.subtitle, .main-body .floor .l-section .item.contacts p.subtitle, .main-body .floor .third-section .item.contacts p.subtitle, .main-body .floor .multi-height-section .item.contacts p.subtitle, .bottom .top-floor .xs-section .item.contacts p.subtitle, .bottom .top-floor .s-section .item.contacts p.subtitle, .bottom .top-floor .m-section .item.contacts p.subtitle, .bottom .top-floor .l-section .item.contacts p.subtitle, .bottom .top-floor .third-section .item.contacts p.subtitle, .bottom .top-floor .multi-height-section .item.contacts p.subtitle, .bottom .floor .xs-section .item.contacts p.subtitle, .bottom .floor .s-section .item.contacts p.subtitle, .bottom .floor .m-section .item.contacts p.subtitle, .bottom .floor .l-section .item.contacts p.subtitle, .bottom .floor .third-section .item.contacts p.subtitle, .bottom .floor .multi-height-section .item.contacts p.subtitle {
            padding-top: 0 !important;
            margin: 3px 0 0 0;
            font-size: 88.8%;
            color: rgba(97, 130, 159, 0.6); }
        .main-body .top-floor .xs-section .item.lt-blue, .main-body .top-floor .s-section .item.lt-blue, .main-body .top-floor .m-section .item.lt-blue, .main-body .top-floor .l-section .item.lt-blue, .main-body .top-floor .third-section .item.lt-blue, .main-body .top-floor .multi-height-section .item.lt-blue, .main-body .floor .xs-section .item.lt-blue, .main-body .floor .s-section .item.lt-blue, .main-body .floor .m-section .item.lt-blue, .main-body .floor .l-section .item.lt-blue, .main-body .floor .third-section .item.lt-blue, .main-body .floor .multi-height-section .item.lt-blue, .bottom .top-floor .xs-section .item.lt-blue, .bottom .top-floor .s-section .item.lt-blue, .bottom .top-floor .m-section .item.lt-blue, .bottom .top-floor .l-section .item.lt-blue, .bottom .top-floor .third-section .item.lt-blue, .bottom .top-floor .multi-height-section .item.lt-blue, .bottom .floor .xs-section .item.lt-blue, .bottom .floor .s-section .item.lt-blue, .bottom .floor .m-section .item.lt-blue, .bottom .floor .l-section .item.lt-blue, .bottom .floor .third-section .item.lt-blue, .bottom .floor .multi-height-section .item.lt-blue {
          background: #f0f4f6; }
        .main-body .top-floor .xs-section .item.lt-border, .main-body .top-floor .s-section .item.lt-border, .main-body .top-floor .m-section .item.lt-border, .main-body .top-floor .l-section .item.lt-border, .main-body .top-floor .third-section .item.lt-border, .main-body .top-floor .multi-height-section .item.lt-border, .main-body .floor .xs-section .item.lt-border, .main-body .floor .s-section .item.lt-border, .main-body .floor .m-section .item.lt-border, .main-body .floor .l-section .item.lt-border, .main-body .floor .third-section .item.lt-border, .main-body .floor .multi-height-section .item.lt-border, .bottom .top-floor .xs-section .item.lt-border, .bottom .top-floor .s-section .item.lt-border, .bottom .top-floor .m-section .item.lt-border, .bottom .top-floor .l-section .item.lt-border, .bottom .top-floor .third-section .item.lt-border, .bottom .top-floor .multi-height-section .item.lt-border, .bottom .floor .xs-section .item.lt-border, .bottom .floor .s-section .item.lt-border, .bottom .floor .m-section .item.lt-border, .bottom .floor .l-section .item.lt-border, .bottom .floor .third-section .item.lt-border, .bottom .floor .multi-height-section .item.lt-border {
          border: 1px solid rgba(28, 89, 124, 0.15); }
        .main-body .top-floor .xs-section .item .action-step, .main-body .top-floor .s-section .item .action-step, .main-body .top-floor .m-section .item .action-step, .main-body .top-floor .l-section .item .action-step, .main-body .top-floor .third-section .item .action-step, .main-body .top-floor .multi-height-section .item .action-step, .main-body .floor .xs-section .item .action-step, .main-body .floor .s-section .item .action-step, .main-body .floor .m-section .item .action-step, .main-body .floor .l-section .item .action-step, .main-body .floor .third-section .item .action-step, .main-body .floor .multi-height-section .item .action-step, .bottom .top-floor .xs-section .item .action-step, .bottom .top-floor .s-section .item .action-step, .bottom .top-floor .m-section .item .action-step, .bottom .top-floor .l-section .item .action-step, .bottom .top-floor .third-section .item .action-step, .bottom .top-floor .multi-height-section .item .action-step, .bottom .floor .xs-section .item .action-step, .bottom .floor .s-section .item .action-step, .bottom .floor .m-section .item .action-step, .bottom .floor .l-section .item .action-step, .bottom .floor .third-section .item .action-step, .bottom .floor .multi-height-section .item .action-step {
          opacity: 0.6;
          margin-top: 25px;
          transition: all .125s;
          transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1); }
          @media (max-width: 960px) {
            .main-body .top-floor .xs-section .item .action-step, .main-body .top-floor .s-section .item .action-step, .main-body .top-floor .m-section .item .action-step, .main-body .top-floor .l-section .item .action-step, .main-body .top-floor .third-section .item .action-step, .main-body .top-floor .multi-height-section .item .action-step, .main-body .floor .xs-section .item .action-step, .main-body .floor .s-section .item .action-step, .main-body .floor .m-section .item .action-step, .main-body .floor .l-section .item .action-step, .main-body .floor .third-section .item .action-step, .main-body .floor .multi-height-section .item .action-step, .bottom .top-floor .xs-section .item .action-step, .bottom .top-floor .s-section .item .action-step, .bottom .top-floor .m-section .item .action-step, .bottom .top-floor .l-section .item .action-step, .bottom .top-floor .third-section .item .action-step, .bottom .top-floor .multi-height-section .item .action-step, .bottom .floor .xs-section .item .action-step, .bottom .floor .s-section .item .action-step, .bottom .floor .m-section .item .action-step, .bottom .floor .l-section .item .action-step, .bottom .floor .third-section .item .action-step, .bottom .floor .multi-height-section .item .action-step {
              display: none; } }
          .main-body .top-floor .xs-section .item .action-step:nth-of-type(1), .main-body .top-floor .s-section .item .action-step:nth-of-type(1), .main-body .top-floor .m-section .item .action-step:nth-of-type(1), .main-body .top-floor .l-section .item .action-step:nth-of-type(1), .main-body .top-floor .third-section .item .action-step:nth-of-type(1), .main-body .top-floor .multi-height-section .item .action-step:nth-of-type(1), .main-body .floor .xs-section .item .action-step:nth-of-type(1), .main-body .floor .s-section .item .action-step:nth-of-type(1), .main-body .floor .m-section .item .action-step:nth-of-type(1), .main-body .floor .l-section .item .action-step:nth-of-type(1), .main-body .floor .third-section .item .action-step:nth-of-type(1), .main-body .floor .multi-height-section .item .action-step:nth-of-type(1), .bottom .top-floor .xs-section .item .action-step:nth-of-type(1), .bottom .top-floor .s-section .item .action-step:nth-of-type(1), .bottom .top-floor .m-section .item .action-step:nth-of-type(1), .bottom .top-floor .l-section .item .action-step:nth-of-type(1), .bottom .top-floor .third-section .item .action-step:nth-of-type(1), .bottom .top-floor .multi-height-section .item .action-step:nth-of-type(1), .bottom .floor .xs-section .item .action-step:nth-of-type(1), .bottom .floor .s-section .item .action-step:nth-of-type(1), .bottom .floor .m-section .item .action-step:nth-of-type(1), .bottom .floor .l-section .item .action-step:nth-of-type(1), .bottom .floor .third-section .item .action-step:nth-of-type(1), .bottom .floor .multi-height-section .item .action-step:nth-of-type(1) {
            margin-top: 40px; }
          .main-body .top-floor .xs-section .item .action-step .step--number, .main-body .top-floor .s-section .item .action-step .step--number, .main-body .top-floor .m-section .item .action-step .step--number, .main-body .top-floor .l-section .item .action-step .step--number, .main-body .top-floor .third-section .item .action-step .step--number, .main-body .top-floor .multi-height-section .item .action-step .step--number, .main-body .floor .xs-section .item .action-step .step--number, .main-body .floor .s-section .item .action-step .step--number, .main-body .floor .m-section .item .action-step .step--number, .main-body .floor .l-section .item .action-step .step--number, .main-body .floor .third-section .item .action-step .step--number, .main-body .floor .multi-height-section .item .action-step .step--number, .bottom .top-floor .xs-section .item .action-step .step--number, .bottom .top-floor .s-section .item .action-step .step--number, .bottom .top-floor .m-section .item .action-step .step--number, .bottom .top-floor .l-section .item .action-step .step--number, .bottom .top-floor .third-section .item .action-step .step--number, .bottom .top-floor .multi-height-section .item .action-step .step--number, .bottom .floor .xs-section .item .action-step .step--number, .bottom .floor .s-section .item .action-step .step--number, .bottom .floor .m-section .item .action-step .step--number, .bottom .floor .l-section .item .action-step .step--number, .bottom .floor .third-section .item .action-step .step--number, .bottom .floor .multi-height-section .item .action-step .step--number {
            display: inline-block;
            vertical-align: middle;
            float: left;
            width: 32px;
            margin-right: 15px; }
            .main-body .top-floor .xs-section .item .action-step .step--number .number-item, .main-body .top-floor .s-section .item .action-step .step--number .number-item, .main-body .top-floor .m-section .item .action-step .step--number .number-item, .main-body .top-floor .l-section .item .action-step .step--number .number-item, .main-body .top-floor .third-section .item .action-step .step--number .number-item, .main-body .top-floor .multi-height-section .item .action-step .step--number .number-item, .main-body .floor .xs-section .item .action-step .step--number .number-item, .main-body .floor .s-section .item .action-step .step--number .number-item, .main-body .floor .m-section .item .action-step .step--number .number-item, .main-body .floor .l-section .item .action-step .step--number .number-item, .main-body .floor .third-section .item .action-step .step--number .number-item, .main-body .floor .multi-height-section .item .action-step .step--number .number-item, .bottom .top-floor .xs-section .item .action-step .step--number .number-item, .bottom .top-floor .s-section .item .action-step .step--number .number-item, .bottom .top-floor .m-section .item .action-step .step--number .number-item, .bottom .top-floor .l-section .item .action-step .step--number .number-item, .bottom .top-floor .third-section .item .action-step .step--number .number-item, .bottom .top-floor .multi-height-section .item .action-step .step--number .number-item, .bottom .floor .xs-section .item .action-step .step--number .number-item, .bottom .floor .s-section .item .action-step .step--number .number-item, .bottom .floor .m-section .item .action-step .step--number .number-item, .bottom .floor .l-section .item .action-step .step--number .number-item, .bottom .floor .third-section .item .action-step .step--number .number-item, .bottom .floor .multi-height-section .item .action-step .step--number .number-item {
              font-size: 111.1%;
              color: #154560;
              font-weight: 500;
              background-color: #f0f4f6;
              text-align: center;
              width: 100%;
              padding: 7px 0 2px 0;
              vertical-align: middle;
              border-radius: 50%; }
              @media (max-width: 960px) {
                .main-body .top-floor .xs-section .item .action-step .step--number .number-item, .main-body .top-floor .s-section .item .action-step .step--number .number-item, .main-body .top-floor .m-section .item .action-step .step--number .number-item, .main-body .top-floor .l-section .item .action-step .step--number .number-item, .main-body .top-floor .third-section .item .action-step .step--number .number-item, .main-body .top-floor .multi-height-section .item .action-step .step--number .number-item, .main-body .floor .xs-section .item .action-step .step--number .number-item, .main-body .floor .s-section .item .action-step .step--number .number-item, .main-body .floor .m-section .item .action-step .step--number .number-item, .main-body .floor .l-section .item .action-step .step--number .number-item, .main-body .floor .third-section .item .action-step .step--number .number-item, .main-body .floor .multi-height-section .item .action-step .step--number .number-item, .bottom .top-floor .xs-section .item .action-step .step--number .number-item, .bottom .top-floor .s-section .item .action-step .step--number .number-item, .bottom .top-floor .m-section .item .action-step .step--number .number-item, .bottom .top-floor .l-section .item .action-step .step--number .number-item, .bottom .top-floor .third-section .item .action-step .step--number .number-item, .bottom .top-floor .multi-height-section .item .action-step .step--number .number-item, .bottom .floor .xs-section .item .action-step .step--number .number-item, .bottom .floor .s-section .item .action-step .step--number .number-item, .bottom .floor .m-section .item .action-step .step--number .number-item, .bottom .floor .l-section .item .action-step .step--number .number-item, .bottom .floor .third-section .item .action-step .step--number .number-item, .bottom .floor .multi-height-section .item .action-step .step--number .number-item {
                  padding: 9px 0 4px 0; } }
          .main-body .top-floor .xs-section .item .action-step .step--title, .main-body .top-floor .s-section .item .action-step .step--title, .main-body .top-floor .m-section .item .action-step .step--title, .main-body .top-floor .l-section .item .action-step .step--title, .main-body .top-floor .third-section .item .action-step .step--title, .main-body .top-floor .multi-height-section .item .action-step .step--title, .main-body .floor .xs-section .item .action-step .step--title, .main-body .floor .s-section .item .action-step .step--title, .main-body .floor .m-section .item .action-step .step--title, .main-body .floor .l-section .item .action-step .step--title, .main-body .floor .third-section .item .action-step .step--title, .main-body .floor .multi-height-section .item .action-step .step--title, .bottom .top-floor .xs-section .item .action-step .step--title, .bottom .top-floor .s-section .item .action-step .step--title, .bottom .top-floor .m-section .item .action-step .step--title, .bottom .top-floor .l-section .item .action-step .step--title, .bottom .top-floor .third-section .item .action-step .step--title, .bottom .top-floor .multi-height-section .item .action-step .step--title, .bottom .floor .xs-section .item .action-step .step--title, .bottom .floor .s-section .item .action-step .step--title, .bottom .floor .m-section .item .action-step .step--title, .bottom .floor .l-section .item .action-step .step--title, .bottom .floor .third-section .item .action-step .step--title, .bottom .floor .multi-height-section .item .action-step .step--title {
            display: inline-block;
            width: calc(100% - 47px); }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item .action-step .step--title, .main-body .top-floor .s-section .item .action-step .step--title, .main-body .top-floor .m-section .item .action-step .step--title, .main-body .top-floor .l-section .item .action-step .step--title, .main-body .top-floor .third-section .item .action-step .step--title, .main-body .top-floor .multi-height-section .item .action-step .step--title, .main-body .floor .xs-section .item .action-step .step--title, .main-body .floor .s-section .item .action-step .step--title, .main-body .floor .m-section .item .action-step .step--title, .main-body .floor .l-section .item .action-step .step--title, .main-body .floor .third-section .item .action-step .step--title, .main-body .floor .multi-height-section .item .action-step .step--title, .bottom .top-floor .xs-section .item .action-step .step--title, .bottom .top-floor .s-section .item .action-step .step--title, .bottom .top-floor .m-section .item .action-step .step--title, .bottom .top-floor .l-section .item .action-step .step--title, .bottom .top-floor .third-section .item .action-step .step--title, .bottom .top-floor .multi-height-section .item .action-step .step--title, .bottom .floor .xs-section .item .action-step .step--title, .bottom .floor .s-section .item .action-step .step--title, .bottom .floor .m-section .item .action-step .step--title, .bottom .floor .l-section .item .action-step .step--title, .bottom .floor .third-section .item .action-step .step--title, .bottom .floor .multi-height-section .item .action-step .step--title {
                margin-top: 8px; } }
          .main-body .top-floor .xs-section .item .action-step.current, .main-body .top-floor .s-section .item .action-step.current, .main-body .top-floor .m-section .item .action-step.current, .main-body .top-floor .l-section .item .action-step.current, .main-body .top-floor .third-section .item .action-step.current, .main-body .top-floor .multi-height-section .item .action-step.current, .main-body .floor .xs-section .item .action-step.current, .main-body .floor .s-section .item .action-step.current, .main-body .floor .m-section .item .action-step.current, .main-body .floor .l-section .item .action-step.current, .main-body .floor .third-section .item .action-step.current, .main-body .floor .multi-height-section .item .action-step.current, .bottom .top-floor .xs-section .item .action-step.current, .bottom .top-floor .s-section .item .action-step.current, .bottom .top-floor .m-section .item .action-step.current, .bottom .top-floor .l-section .item .action-step.current, .bottom .top-floor .third-section .item .action-step.current, .bottom .top-floor .multi-height-section .item .action-step.current, .bottom .floor .xs-section .item .action-step.current, .bottom .floor .s-section .item .action-step.current, .bottom .floor .m-section .item .action-step.current, .bottom .floor .l-section .item .action-step.current, .bottom .floor .third-section .item .action-step.current, .bottom .floor .multi-height-section .item .action-step.current {
            opacity: 1;
            transition: all .125s;
            transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1); }
            .main-body .top-floor .xs-section .item .action-step.current .step--number .number-item, .main-body .top-floor .s-section .item .action-step.current .step--number .number-item, .main-body .top-floor .m-section .item .action-step.current .step--number .number-item, .main-body .top-floor .l-section .item .action-step.current .step--number .number-item, .main-body .top-floor .third-section .item .action-step.current .step--number .number-item, .main-body .top-floor .multi-height-section .item .action-step.current .step--number .number-item, .main-body .floor .xs-section .item .action-step.current .step--number .number-item, .main-body .floor .s-section .item .action-step.current .step--number .number-item, .main-body .floor .m-section .item .action-step.current .step--number .number-item, .main-body .floor .l-section .item .action-step.current .step--number .number-item, .main-body .floor .third-section .item .action-step.current .step--number .number-item, .main-body .floor .multi-height-section .item .action-step.current .step--number .number-item, .bottom .top-floor .xs-section .item .action-step.current .step--number .number-item, .bottom .top-floor .s-section .item .action-step.current .step--number .number-item, .bottom .top-floor .m-section .item .action-step.current .step--number .number-item, .bottom .top-floor .l-section .item .action-step.current .step--number .number-item, .bottom .top-floor .third-section .item .action-step.current .step--number .number-item, .bottom .top-floor .multi-height-section .item .action-step.current .step--number .number-item, .bottom .floor .xs-section .item .action-step.current .step--number .number-item, .bottom .floor .s-section .item .action-step.current .step--number .number-item, .bottom .floor .m-section .item .action-step.current .step--number .number-item, .bottom .floor .l-section .item .action-step.current .step--number .number-item, .bottom .floor .third-section .item .action-step.current .step--number .number-item, .bottom .floor .multi-height-section .item .action-step.current .step--number .number-item {
              background-color: #ffdf37; }
            .main-body .top-floor .xs-section .item .action-step.current .step--title, .main-body .top-floor .s-section .item .action-step.current .step--title, .main-body .top-floor .m-section .item .action-step.current .step--title, .main-body .top-floor .l-section .item .action-step.current .step--title, .main-body .top-floor .third-section .item .action-step.current .step--title, .main-body .top-floor .multi-height-section .item .action-step.current .step--title, .main-body .floor .xs-section .item .action-step.current .step--title, .main-body .floor .s-section .item .action-step.current .step--title, .main-body .floor .m-section .item .action-step.current .step--title, .main-body .floor .l-section .item .action-step.current .step--title, .main-body .floor .third-section .item .action-step.current .step--title, .main-body .floor .multi-height-section .item .action-step.current .step--title, .bottom .top-floor .xs-section .item .action-step.current .step--title, .bottom .top-floor .s-section .item .action-step.current .step--title, .bottom .top-floor .m-section .item .action-step.current .step--title, .bottom .top-floor .l-section .item .action-step.current .step--title, .bottom .top-floor .third-section .item .action-step.current .step--title, .bottom .top-floor .multi-height-section .item .action-step.current .step--title, .bottom .floor .xs-section .item .action-step.current .step--title, .bottom .floor .s-section .item .action-step.current .step--title, .bottom .floor .m-section .item .action-step.current .step--title, .bottom .floor .l-section .item .action-step.current .step--title, .bottom .floor .third-section .item .action-step.current .step--title, .bottom .floor .multi-height-section .item .action-step.current .step--title {
              color: black; }
          .main-body .top-floor .xs-section .item .action-step.list, .main-body .top-floor .s-section .item .action-step.list, .main-body .top-floor .m-section .item .action-step.list, .main-body .top-floor .l-section .item .action-step.list, .main-body .top-floor .third-section .item .action-step.list, .main-body .top-floor .multi-height-section .item .action-step.list, .main-body .floor .xs-section .item .action-step.list, .main-body .floor .s-section .item .action-step.list, .main-body .floor .m-section .item .action-step.list, .main-body .floor .l-section .item .action-step.list, .main-body .floor .third-section .item .action-step.list, .main-body .floor .multi-height-section .item .action-step.list, .bottom .top-floor .xs-section .item .action-step.list, .bottom .top-floor .s-section .item .action-step.list, .bottom .top-floor .m-section .item .action-step.list, .bottom .top-floor .l-section .item .action-step.list, .bottom .top-floor .third-section .item .action-step.list, .bottom .top-floor .multi-height-section .item .action-step.list, .bottom .floor .xs-section .item .action-step.list, .bottom .floor .s-section .item .action-step.list, .bottom .floor .m-section .item .action-step.list, .bottom .floor .l-section .item .action-step.list, .bottom .floor .third-section .item .action-step.list, .bottom .floor .multi-height-section .item .action-step.list {
            opacity: 1;
            float: left; }
            .main-body .top-floor .xs-section .item .action-step.list:first-child, .main-body .top-floor .s-section .item .action-step.list:first-child, .main-body .top-floor .m-section .item .action-step.list:first-child, .main-body .top-floor .l-section .item .action-step.list:first-child, .main-body .top-floor .third-section .item .action-step.list:first-child, .main-body .top-floor .multi-height-section .item .action-step.list:first-child, .main-body .floor .xs-section .item .action-step.list:first-child, .main-body .floor .s-section .item .action-step.list:first-child, .main-body .floor .m-section .item .action-step.list:first-child, .main-body .floor .l-section .item .action-step.list:first-child, .main-body .floor .third-section .item .action-step.list:first-child, .main-body .floor .multi-height-section .item .action-step.list:first-child, .bottom .top-floor .xs-section .item .action-step.list:first-child, .bottom .top-floor .s-section .item .action-step.list:first-child, .bottom .top-floor .m-section .item .action-step.list:first-child, .bottom .top-floor .l-section .item .action-step.list:first-child, .bottom .top-floor .third-section .item .action-step.list:first-child, .bottom .top-floor .multi-height-section .item .action-step.list:first-child, .bottom .floor .xs-section .item .action-step.list:first-child, .bottom .floor .s-section .item .action-step.list:first-child, .bottom .floor .m-section .item .action-step.list:first-child, .bottom .floor .l-section .item .action-step.list:first-child, .bottom .floor .third-section .item .action-step.list:first-child, .bottom .floor .multi-height-section .item .action-step.list:first-child {
              margin-top: 40px; }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item .action-step.list, .main-body .top-floor .s-section .item .action-step.list, .main-body .top-floor .m-section .item .action-step.list, .main-body .top-floor .l-section .item .action-step.list, .main-body .top-floor .third-section .item .action-step.list, .main-body .top-floor .multi-height-section .item .action-step.list, .main-body .floor .xs-section .item .action-step.list, .main-body .floor .s-section .item .action-step.list, .main-body .floor .m-section .item .action-step.list, .main-body .floor .l-section .item .action-step.list, .main-body .floor .third-section .item .action-step.list, .main-body .floor .multi-height-section .item .action-step.list, .bottom .top-floor .xs-section .item .action-step.list, .bottom .top-floor .s-section .item .action-step.list, .bottom .top-floor .m-section .item .action-step.list, .bottom .top-floor .l-section .item .action-step.list, .bottom .top-floor .third-section .item .action-step.list, .bottom .top-floor .multi-height-section .item .action-step.list, .bottom .floor .xs-section .item .action-step.list, .bottom .floor .s-section .item .action-step.list, .bottom .floor .m-section .item .action-step.list, .bottom .floor .l-section .item .action-step.list, .bottom .floor .third-section .item .action-step.list, .bottom .floor .multi-height-section .item .action-step.list {
                display: block;
                width: 100%; } }
        .main-body .top-floor .xs-section .item.link-w-img, .main-body .top-floor .s-section .item.link-w-img, .main-body .top-floor .m-section .item.link-w-img, .main-body .top-floor .l-section .item.link-w-img, .main-body .top-floor .third-section .item.link-w-img, .main-body .top-floor .multi-height-section .item.link-w-img, .main-body .floor .xs-section .item.link-w-img, .main-body .floor .s-section .item.link-w-img, .main-body .floor .m-section .item.link-w-img, .main-body .floor .l-section .item.link-w-img, .main-body .floor .third-section .item.link-w-img, .main-body .floor .multi-height-section .item.link-w-img, .bottom .top-floor .xs-section .item.link-w-img, .bottom .top-floor .s-section .item.link-w-img, .bottom .top-floor .m-section .item.link-w-img, .bottom .top-floor .l-section .item.link-w-img, .bottom .top-floor .third-section .item.link-w-img, .bottom .top-floor .multi-height-section .item.link-w-img, .bottom .floor .xs-section .item.link-w-img, .bottom .floor .s-section .item.link-w-img, .bottom .floor .m-section .item.link-w-img, .bottom .floor .l-section .item.link-w-img, .bottom .floor .third-section .item.link-w-img, .bottom .floor .multi-height-section .item.link-w-img {
          padding: 30px 25px 25px 25px;
          cursor: pointer;
          transition: all .3s;
          transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1); }
          @media (max-width: 1245px) {
            .main-body .top-floor .xs-section .item.link-w-img, .main-body .top-floor .s-section .item.link-w-img, .main-body .top-floor .m-section .item.link-w-img, .main-body .top-floor .l-section .item.link-w-img, .main-body .top-floor .third-section .item.link-w-img, .main-body .top-floor .multi-height-section .item.link-w-img, .main-body .floor .xs-section .item.link-w-img, .main-body .floor .s-section .item.link-w-img, .main-body .floor .m-section .item.link-w-img, .main-body .floor .l-section .item.link-w-img, .main-body .floor .third-section .item.link-w-img, .main-body .floor .multi-height-section .item.link-w-img, .bottom .top-floor .xs-section .item.link-w-img, .bottom .top-floor .s-section .item.link-w-img, .bottom .top-floor .m-section .item.link-w-img, .bottom .top-floor .l-section .item.link-w-img, .bottom .top-floor .third-section .item.link-w-img, .bottom .top-floor .multi-height-section .item.link-w-img, .bottom .floor .xs-section .item.link-w-img, .bottom .floor .s-section .item.link-w-img, .bottom .floor .m-section .item.link-w-img, .bottom .floor .l-section .item.link-w-img, .bottom .floor .third-section .item.link-w-img, .bottom .floor .multi-height-section .item.link-w-img {
              padding: 20px 25px 15px 25px; } }
          @media (max-width: 960px) {
            .main-body .top-floor .xs-section .item.link-w-img, .main-body .top-floor .s-section .item.link-w-img, .main-body .top-floor .m-section .item.link-w-img, .main-body .top-floor .l-section .item.link-w-img, .main-body .top-floor .third-section .item.link-w-img, .main-body .top-floor .multi-height-section .item.link-w-img, .main-body .floor .xs-section .item.link-w-img, .main-body .floor .s-section .item.link-w-img, .main-body .floor .m-section .item.link-w-img, .main-body .floor .l-section .item.link-w-img, .main-body .floor .third-section .item.link-w-img, .main-body .floor .multi-height-section .item.link-w-img, .bottom .top-floor .xs-section .item.link-w-img, .bottom .top-floor .s-section .item.link-w-img, .bottom .top-floor .m-section .item.link-w-img, .bottom .top-floor .l-section .item.link-w-img, .bottom .top-floor .third-section .item.link-w-img, .bottom .top-floor .multi-height-section .item.link-w-img, .bottom .floor .xs-section .item.link-w-img, .bottom .floor .s-section .item.link-w-img, .bottom .floor .m-section .item.link-w-img, .bottom .floor .l-section .item.link-w-img, .bottom .floor .third-section .item.link-w-img, .bottom .floor .multi-height-section .item.link-w-img {
              padding: 12px 25px 8px 25px; } }
          .main-body .top-floor .xs-section .item.link-w-img a:hover, .main-body .top-floor .s-section .item.link-w-img a:hover, .main-body .top-floor .m-section .item.link-w-img a:hover, .main-body .top-floor .l-section .item.link-w-img a:hover, .main-body .top-floor .third-section .item.link-w-img a:hover, .main-body .top-floor .multi-height-section .item.link-w-img a:hover, .main-body .floor .xs-section .item.link-w-img a:hover, .main-body .floor .s-section .item.link-w-img a:hover, .main-body .floor .m-section .item.link-w-img a:hover, .main-body .floor .l-section .item.link-w-img a:hover, .main-body .floor .third-section .item.link-w-img a:hover, .main-body .floor .multi-height-section .item.link-w-img a:hover, .bottom .top-floor .xs-section .item.link-w-img a:hover, .bottom .top-floor .s-section .item.link-w-img a:hover, .bottom .top-floor .m-section .item.link-w-img a:hover, .bottom .top-floor .l-section .item.link-w-img a:hover, .bottom .top-floor .third-section .item.link-w-img a:hover, .bottom .top-floor .multi-height-section .item.link-w-img a:hover, .bottom .floor .xs-section .item.link-w-img a:hover, .bottom .floor .s-section .item.link-w-img a:hover, .bottom .floor .m-section .item.link-w-img a:hover, .bottom .floor .l-section .item.link-w-img a:hover, .bottom .floor .third-section .item.link-w-img a:hover, .bottom .floor .multi-height-section .item.link-w-img a:hover {
            color: #0b679b; }
          .main-body .top-floor .xs-section .item.link-w-img:hover, .main-body .top-floor .s-section .item.link-w-img:hover, .main-body .top-floor .m-section .item.link-w-img:hover, .main-body .top-floor .l-section .item.link-w-img:hover, .main-body .top-floor .third-section .item.link-w-img:hover, .main-body .top-floor .multi-height-section .item.link-w-img:hover, .main-body .floor .xs-section .item.link-w-img:hover, .main-body .floor .s-section .item.link-w-img:hover, .main-body .floor .m-section .item.link-w-img:hover, .main-body .floor .l-section .item.link-w-img:hover, .main-body .floor .third-section .item.link-w-img:hover, .main-body .floor .multi-height-section .item.link-w-img:hover, .bottom .top-floor .xs-section .item.link-w-img:hover, .bottom .top-floor .s-section .item.link-w-img:hover, .bottom .top-floor .m-section .item.link-w-img:hover, .bottom .top-floor .l-section .item.link-w-img:hover, .bottom .top-floor .third-section .item.link-w-img:hover, .bottom .top-floor .multi-height-section .item.link-w-img:hover, .bottom .floor .xs-section .item.link-w-img:hover, .bottom .floor .s-section .item.link-w-img:hover, .bottom .floor .m-section .item.link-w-img:hover, .bottom .floor .l-section .item.link-w-img:hover, .bottom .floor .third-section .item.link-w-img:hover, .bottom .floor .multi-height-section .item.link-w-img:hover {
            background: white;
            transition: all .3s;
            transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1);
            box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
            transform: translateY(-7px); }
            .main-body .top-floor .xs-section .item.link-w-img:hover .item--content > a, .main-body .top-floor .s-section .item.link-w-img:hover .item--content > a, .main-body .top-floor .m-section .item.link-w-img:hover .item--content > a, .main-body .top-floor .l-section .item.link-w-img:hover .item--content > a, .main-body .top-floor .third-section .item.link-w-img:hover .item--content > a, .main-body .top-floor .multi-height-section .item.link-w-img:hover .item--content > a, .main-body .floor .xs-section .item.link-w-img:hover .item--content > a, .main-body .floor .s-section .item.link-w-img:hover .item--content > a, .main-body .floor .m-section .item.link-w-img:hover .item--content > a, .main-body .floor .l-section .item.link-w-img:hover .item--content > a, .main-body .floor .third-section .item.link-w-img:hover .item--content > a, .main-body .floor .multi-height-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .xs-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .s-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .m-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .l-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .third-section .item.link-w-img:hover .item--content > a, .bottom .top-floor .multi-height-section .item.link-w-img:hover .item--content > a, .bottom .floor .xs-section .item.link-w-img:hover .item--content > a, .bottom .floor .s-section .item.link-w-img:hover .item--content > a, .bottom .floor .m-section .item.link-w-img:hover .item--content > a, .bottom .floor .l-section .item.link-w-img:hover .item--content > a, .bottom .floor .third-section .item.link-w-img:hover .item--content > a, .bottom .floor .multi-height-section .item.link-w-img:hover .item--content > a {
              border-bottom: 1px solid rgba(11, 103, 155, 0); }
          .main-body .top-floor .xs-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .s-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .m-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .l-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .third-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .xs-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .s-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .m-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .l-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .third-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .xs-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .s-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .m-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .l-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .third-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .xs-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .s-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .m-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .l-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .third-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .multi-height-section .item.link-w-img:hover > .item--content a:after {
            margin-left: 16px;
            transition: margin-left ease-in .135s; }
            @media (max-width: 1245px) {
              .main-body .top-floor .xs-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .s-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .m-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .l-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .third-section .item.link-w-img:hover > .item--content a:after, .main-body .top-floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .xs-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .s-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .m-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .l-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .third-section .item.link-w-img:hover > .item--content a:after, .main-body .floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .xs-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .s-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .m-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .l-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .third-section .item.link-w-img:hover > .item--content a:after, .bottom .top-floor .multi-height-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .xs-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .s-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .m-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .l-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .third-section .item.link-w-img:hover > .item--content a:after, .bottom .floor .multi-height-section .item.link-w-img:hover > .item--content a:after {
                margin-left: 12px; } }
          .main-body .top-floor .xs-section .item.link-w-img .item--image-bg, .main-body .top-floor .s-section .item.link-w-img .item--image-bg, .main-body .top-floor .m-section .item.link-w-img .item--image-bg, .main-body .top-floor .l-section .item.link-w-img .item--image-bg, .main-body .top-floor .third-section .item.link-w-img .item--image-bg, .main-body .top-floor .multi-height-section .item.link-w-img .item--image-bg, .main-body .floor .xs-section .item.link-w-img .item--image-bg, .main-body .floor .s-section .item.link-w-img .item--image-bg, .main-body .floor .m-section .item.link-w-img .item--image-bg, .main-body .floor .l-section .item.link-w-img .item--image-bg, .main-body .floor .third-section .item.link-w-img .item--image-bg, .main-body .floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .top-floor .xs-section .item.link-w-img .item--image-bg, .bottom .top-floor .s-section .item.link-w-img .item--image-bg, .bottom .top-floor .m-section .item.link-w-img .item--image-bg, .bottom .top-floor .l-section .item.link-w-img .item--image-bg, .bottom .top-floor .third-section .item.link-w-img .item--image-bg, .bottom .top-floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .floor .xs-section .item.link-w-img .item--image-bg, .bottom .floor .s-section .item.link-w-img .item--image-bg, .bottom .floor .m-section .item.link-w-img .item--image-bg, .bottom .floor .l-section .item.link-w-img .item--image-bg, .bottom .floor .third-section .item.link-w-img .item--image-bg, .bottom .floor .multi-height-section .item.link-w-img .item--image-bg {
            display: inline-block;
            vertical-align: middle;
            float: left;
            width: 72px;
            margin-right: 25px; }
            @media (max-width: 1245px) {
              .main-body .top-floor .xs-section .item.link-w-img .item--image-bg, .main-body .top-floor .s-section .item.link-w-img .item--image-bg, .main-body .top-floor .m-section .item.link-w-img .item--image-bg, .main-body .top-floor .l-section .item.link-w-img .item--image-bg, .main-body .top-floor .third-section .item.link-w-img .item--image-bg, .main-body .top-floor .multi-height-section .item.link-w-img .item--image-bg, .main-body .floor .xs-section .item.link-w-img .item--image-bg, .main-body .floor .s-section .item.link-w-img .item--image-bg, .main-body .floor .m-section .item.link-w-img .item--image-bg, .main-body .floor .l-section .item.link-w-img .item--image-bg, .main-body .floor .third-section .item.link-w-img .item--image-bg, .main-body .floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .top-floor .xs-section .item.link-w-img .item--image-bg, .bottom .top-floor .s-section .item.link-w-img .item--image-bg, .bottom .top-floor .m-section .item.link-w-img .item--image-bg, .bottom .top-floor .l-section .item.link-w-img .item--image-bg, .bottom .top-floor .third-section .item.link-w-img .item--image-bg, .bottom .top-floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .floor .xs-section .item.link-w-img .item--image-bg, .bottom .floor .s-section .item.link-w-img .item--image-bg, .bottom .floor .m-section .item.link-w-img .item--image-bg, .bottom .floor .l-section .item.link-w-img .item--image-bg, .bottom .floor .third-section .item.link-w-img .item--image-bg, .bottom .floor .multi-height-section .item.link-w-img .item--image-bg {
                width: 48px; } }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item.link-w-img .item--image-bg, .main-body .top-floor .s-section .item.link-w-img .item--image-bg, .main-body .top-floor .m-section .item.link-w-img .item--image-bg, .main-body .top-floor .l-section .item.link-w-img .item--image-bg, .main-body .top-floor .third-section .item.link-w-img .item--image-bg, .main-body .top-floor .multi-height-section .item.link-w-img .item--image-bg, .main-body .floor .xs-section .item.link-w-img .item--image-bg, .main-body .floor .s-section .item.link-w-img .item--image-bg, .main-body .floor .m-section .item.link-w-img .item--image-bg, .main-body .floor .l-section .item.link-w-img .item--image-bg, .main-body .floor .third-section .item.link-w-img .item--image-bg, .main-body .floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .top-floor .xs-section .item.link-w-img .item--image-bg, .bottom .top-floor .s-section .item.link-w-img .item--image-bg, .bottom .top-floor .m-section .item.link-w-img .item--image-bg, .bottom .top-floor .l-section .item.link-w-img .item--image-bg, .bottom .top-floor .third-section .item.link-w-img .item--image-bg, .bottom .top-floor .multi-height-section .item.link-w-img .item--image-bg, .bottom .floor .xs-section .item.link-w-img .item--image-bg, .bottom .floor .s-section .item.link-w-img .item--image-bg, .bottom .floor .m-section .item.link-w-img .item--image-bg, .bottom .floor .l-section .item.link-w-img .item--image-bg, .bottom .floor .third-section .item.link-w-img .item--image-bg, .bottom .floor .multi-height-section .item.link-w-img .item--image-bg {
                width: 36px; } }
            .main-body .top-floor .xs-section .item.link-w-img .item--image-bg img, .main-body .top-floor .s-section .item.link-w-img .item--image-bg img, .main-body .top-floor .m-section .item.link-w-img .item--image-bg img, .main-body .top-floor .l-section .item.link-w-img .item--image-bg img, .main-body .top-floor .third-section .item.link-w-img .item--image-bg img, .main-body .top-floor .multi-height-section .item.link-w-img .item--image-bg img, .main-body .floor .xs-section .item.link-w-img .item--image-bg img, .main-body .floor .s-section .item.link-w-img .item--image-bg img, .main-body .floor .m-section .item.link-w-img .item--image-bg img, .main-body .floor .l-section .item.link-w-img .item--image-bg img, .main-body .floor .third-section .item.link-w-img .item--image-bg img, .main-body .floor .multi-height-section .item.link-w-img .item--image-bg img, .bottom .top-floor .xs-section .item.link-w-img .item--image-bg img, .bottom .top-floor .s-section .item.link-w-img .item--image-bg img, .bottom .top-floor .m-section .item.link-w-img .item--image-bg img, .bottom .top-floor .l-section .item.link-w-img .item--image-bg img, .bottom .top-floor .third-section .item.link-w-img .item--image-bg img, .bottom .top-floor .multi-height-section .item.link-w-img .item--image-bg img, .bottom .floor .xs-section .item.link-w-img .item--image-bg img, .bottom .floor .s-section .item.link-w-img .item--image-bg img, .bottom .floor .m-section .item.link-w-img .item--image-bg img, .bottom .floor .l-section .item.link-w-img .item--image-bg img, .bottom .floor .third-section .item.link-w-img .item--image-bg img, .bottom .floor .multi-height-section .item.link-w-img .item--image-bg img {
              width: 100%;
              height: auto; }
              .main-body .top-floor .xs-section .item.link-w-img .item--image-bg img a:after, .main-body .top-floor .s-section .item.link-w-img .item--image-bg img a:after, .main-body .top-floor .m-section .item.link-w-img .item--image-bg img a:after, .main-body .top-floor .l-section .item.link-w-img .item--image-bg img a:after, .main-body .top-floor .third-section .item.link-w-img .item--image-bg img a:after, .main-body .top-floor .multi-height-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .xs-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .s-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .m-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .l-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .third-section .item.link-w-img .item--image-bg img a:after, .main-body .floor .multi-height-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .xs-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .s-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .m-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .l-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .third-section .item.link-w-img .item--image-bg img a:after, .bottom .top-floor .multi-height-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .xs-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .s-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .m-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .l-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .third-section .item.link-w-img .item--image-bg img a:after, .bottom .floor .multi-height-section .item.link-w-img .item--image-bg img a:after {
                display: none; }
          .main-body .top-floor .xs-section .item.link-w-img .item--content, .main-body .top-floor .s-section .item.link-w-img .item--content, .main-body .top-floor .m-section .item.link-w-img .item--content, .main-body .top-floor .l-section .item.link-w-img .item--content, .main-body .top-floor .third-section .item.link-w-img .item--content, .main-body .top-floor .multi-height-section .item.link-w-img .item--content, .main-body .floor .xs-section .item.link-w-img .item--content, .main-body .floor .s-section .item.link-w-img .item--content, .main-body .floor .m-section .item.link-w-img .item--content, .main-body .floor .l-section .item.link-w-img .item--content, .main-body .floor .third-section .item.link-w-img .item--content, .main-body .floor .multi-height-section .item.link-w-img .item--content, .bottom .top-floor .xs-section .item.link-w-img .item--content, .bottom .top-floor .s-section .item.link-w-img .item--content, .bottom .top-floor .m-section .item.link-w-img .item--content, .bottom .top-floor .l-section .item.link-w-img .item--content, .bottom .top-floor .third-section .item.link-w-img .item--content, .bottom .top-floor .multi-height-section .item.link-w-img .item--content, .bottom .floor .xs-section .item.link-w-img .item--content, .bottom .floor .s-section .item.link-w-img .item--content, .bottom .floor .m-section .item.link-w-img .item--content, .bottom .floor .l-section .item.link-w-img .item--content, .bottom .floor .third-section .item.link-w-img .item--content, .bottom .floor .multi-height-section .item.link-w-img .item--content {
            display: inline-block;
            width: calc(100% - 97px); }
            @media (max-width: 1245px) {
              .main-body .top-floor .xs-section .item.link-w-img .item--content, .main-body .top-floor .s-section .item.link-w-img .item--content, .main-body .top-floor .m-section .item.link-w-img .item--content, .main-body .top-floor .l-section .item.link-w-img .item--content, .main-body .top-floor .third-section .item.link-w-img .item--content, .main-body .top-floor .multi-height-section .item.link-w-img .item--content, .main-body .floor .xs-section .item.link-w-img .item--content, .main-body .floor .s-section .item.link-w-img .item--content, .main-body .floor .m-section .item.link-w-img .item--content, .main-body .floor .l-section .item.link-w-img .item--content, .main-body .floor .third-section .item.link-w-img .item--content, .main-body .floor .multi-height-section .item.link-w-img .item--content, .bottom .top-floor .xs-section .item.link-w-img .item--content, .bottom .top-floor .s-section .item.link-w-img .item--content, .bottom .top-floor .m-section .item.link-w-img .item--content, .bottom .top-floor .l-section .item.link-w-img .item--content, .bottom .top-floor .third-section .item.link-w-img .item--content, .bottom .top-floor .multi-height-section .item.link-w-img .item--content, .bottom .floor .xs-section .item.link-w-img .item--content, .bottom .floor .s-section .item.link-w-img .item--content, .bottom .floor .m-section .item.link-w-img .item--content, .bottom .floor .l-section .item.link-w-img .item--content, .bottom .floor .third-section .item.link-w-img .item--content, .bottom .floor .multi-height-section .item.link-w-img .item--content {
                display: flex;
                align-items: center; } }
            @media (max-width: 960px) {
              .main-body .top-floor .xs-section .item.link-w-img .item--content, .main-body .top-floor .s-section .item.link-w-img .item--content, .main-body .top-floor .m-section .item.link-w-img .item--content, .main-body .top-floor .l-section .item.link-w-img .item--content, .main-body .top-floor .third-section .item.link-w-img .item--content, .main-body .top-floor .multi-height-section .item.link-w-img .item--content, .main-body .floor .xs-section .item.link-w-img .item--content, .main-body .floor .s-section .item.link-w-img .item--content, .main-body .floor .m-section .item.link-w-img .item--content, .main-body .floor .l-section .item.link-w-img .item--content, .main-body .floor .third-section .item.link-w-img .item--content, .main-body .floor .multi-height-section .item.link-w-img .item--content, .bottom .top-floor .xs-section .item.link-w-img .item--content, .bottom .top-floor .s-section .item.link-w-img .item--content, .bottom .top-floor .m-section .item.link-w-img .item--content, .bottom .top-floor .l-section .item.link-w-img .item--content, .bottom .top-floor .third-section .item.link-w-img .item--content, .bottom .top-floor .multi-height-section .item.link-w-img .item--content, .bottom .floor .xs-section .item.link-w-img .item--content, .bottom .floor .s-section .item.link-w-img .item--content, .bottom .floor .m-section .item.link-w-img .item--content, .bottom .floor .l-section .item.link-w-img .item--content, .bottom .floor .third-section .item.link-w-img .item--content, .bottom .floor .multi-height-section .item.link-w-img .item--content {
                width: 100%; } }
            .main-body .top-floor .xs-section .item.link-w-img .item--content a, .main-body .top-floor .s-section .item.link-w-img .item--content a, .main-body .top-floor .m-section .item.link-w-img .item--content a, .main-body .top-floor .l-section .item.link-w-img .item--content a, .main-body .top-floor .third-section .item.link-w-img .item--content a, .main-body .top-floor .multi-height-section .item.link-w-img .item--content a, .main-body .floor .xs-section .item.link-w-img .item--content a, .main-body .floor .s-section .item.link-w-img .item--content a, .main-body .floor .m-section .item.link-w-img .item--content a, .main-body .floor .l-section .item.link-w-img .item--content a, .main-body .floor .third-section .item.link-w-img .item--content a, .main-body .floor .multi-height-section .item.link-w-img .item--content a, .bottom .top-floor .xs-section .item.link-w-img .item--content a, .bottom .top-floor .s-section .item.link-w-img .item--content a, .bottom .top-floor .m-section .item.link-w-img .item--content a, .bottom .top-floor .l-section .item.link-w-img .item--content a, .bottom .top-floor .third-section .item.link-w-img .item--content a, .bottom .top-floor .multi-height-section .item.link-w-img .item--content a, .bottom .floor .xs-section .item.link-w-img .item--content a, .bottom .floor .s-section .item.link-w-img .item--content a, .bottom .floor .m-section .item.link-w-img .item--content a, .bottom .floor .l-section .item.link-w-img .item--content a, .bottom .floor .third-section .item.link-w-img .item--content a, .bottom .floor .multi-height-section .item.link-w-img .item--content a {
              font-size: 111.1%;
              font-weight: 600;
              border-bottom: 1px solid rgba(11, 103, 155, 0.2);
              padding-bottom: 2px; }
              @media (max-width: 1245px) {
                .main-body .top-floor .xs-section .item.link-w-img .item--content a, .main-body .top-floor .s-section .item.link-w-img .item--content a, .main-body .top-floor .m-section .item.link-w-img .item--content a, .main-body .top-floor .l-section .item.link-w-img .item--content a, .main-body .top-floor .third-section .item.link-w-img .item--content a, .main-body .top-floor .multi-height-section .item.link-w-img .item--content a, .main-body .floor .xs-section .item.link-w-img .item--content a, .main-body .floor .s-section .item.link-w-img .item--content a, .main-body .floor .m-section .item.link-w-img .item--content a, .main-body .floor .l-section .item.link-w-img .item--content a, .main-body .floor .third-section .item.link-w-img .item--content a, .main-body .floor .multi-height-section .item.link-w-img .item--content a, .bottom .top-floor .xs-section .item.link-w-img .item--content a, .bottom .top-floor .s-section .item.link-w-img .item--content a, .bottom .top-floor .m-section .item.link-w-img .item--content a, .bottom .top-floor .l-section .item.link-w-img .item--content a, .bottom .top-floor .third-section .item.link-w-img .item--content a, .bottom .top-floor .multi-height-section .item.link-w-img .item--content a, .bottom .floor .xs-section .item.link-w-img .item--content a, .bottom .floor .s-section .item.link-w-img .item--content a, .bottom .floor .m-section .item.link-w-img .item--content a, .bottom .floor .l-section .item.link-w-img .item--content a, .bottom .floor .third-section .item.link-w-img .item--content a, .bottom .floor .multi-height-section .item.link-w-img .item--content a {
                  border-bottom: none;
                  padding-bottom: 0; } }
              .main-body .top-floor .xs-section .item.link-w-img .item--content a:after, .main-body .top-floor .s-section .item.link-w-img .item--content a:after, .main-body .top-floor .m-section .item.link-w-img .item--content a:after, .main-body .top-floor .l-section .item.link-w-img .item--content a:after, .main-body .top-floor .third-section .item.link-w-img .item--content a:after, .main-body .top-floor .multi-height-section .item.link-w-img .item--content a:after, .main-body .floor .xs-section .item.link-w-img .item--content a:after, .main-body .floor .s-section .item.link-w-img .item--content a:after, .main-body .floor .m-section .item.link-w-img .item--content a:after, .main-body .floor .l-section .item.link-w-img .item--content a:after, .main-body .floor .third-section .item.link-w-img .item--content a:after, .main-body .floor .multi-height-section .item.link-w-img .item--content a:after, .bottom .top-floor .xs-section .item.link-w-img .item--content a:after, .bottom .top-floor .s-section .item.link-w-img .item--content a:after, .bottom .top-floor .m-section .item.link-w-img .item--content a:after, .bottom .top-floor .l-section .item.link-w-img .item--content a:after, .bottom .top-floor .third-section .item.link-w-img .item--content a:after, .bottom .top-floor .multi-height-section .item.link-w-img .item--content a:after, .bottom .floor .xs-section .item.link-w-img .item--content a:after, .bottom .floor .s-section .item.link-w-img .item--content a:after, .bottom .floor .m-section .item.link-w-img .item--content a:after, .bottom .floor .l-section .item.link-w-img .item--content a:after, .bottom .floor .third-section .item.link-w-img .item--content a:after, .bottom .floor .multi-height-section .item.link-w-img .item--content a:after {
                content: '';
                position: absolute;
                width: 9px;
                height: 9px;
                border: 2px solid;
                border-color: rgba(56, 148, 205, 0.6);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-left: 0;
                border-bottom: 0;
                margin-top: 5px;
                margin-left: 7px;
                transition: margin-left ease-out .075s; }
                @media (max-width: 960px) {
                  .main-body .top-floor .xs-section .item.link-w-img .item--content a:after, .main-body .top-floor .s-section .item.link-w-img .item--content a:after, .main-body .top-floor .m-section .item.link-w-img .item--content a:after, .main-body .top-floor .l-section .item.link-w-img .item--content a:after, .main-body .top-floor .third-section .item.link-w-img .item--content a:after, .main-body .top-floor .multi-height-section .item.link-w-img .item--content a:after, .main-body .floor .xs-section .item.link-w-img .item--content a:after, .main-body .floor .s-section .item.link-w-img .item--content a:after, .main-body .floor .m-section .item.link-w-img .item--content a:after, .main-body .floor .l-section .item.link-w-img .item--content a:after, .main-body .floor .third-section .item.link-w-img .item--content a:after, .main-body .floor .multi-height-section .item.link-w-img .item--content a:after, .bottom .top-floor .xs-section .item.link-w-img .item--content a:after, .bottom .top-floor .s-section .item.link-w-img .item--content a:after, .bottom .top-floor .m-section .item.link-w-img .item--content a:after, .bottom .top-floor .l-section .item.link-w-img .item--content a:after, .bottom .top-floor .third-section .item.link-w-img .item--content a:after, .bottom .top-floor .multi-height-section .item.link-w-img .item--content a:after, .bottom .floor .xs-section .item.link-w-img .item--content a:after, .bottom .floor .s-section .item.link-w-img .item--content a:after, .bottom .floor .m-section .item.link-w-img .item--content a:after, .bottom .floor .l-section .item.link-w-img .item--content a:after, .bottom .floor .third-section .item.link-w-img .item--content a:after, .bottom .floor .multi-height-section .item.link-w-img .item--content a:after {
                    width: 8px;
                    height: 8px;
                    margin-top: 3px; } }
            .main-body .top-floor .xs-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .s-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .m-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .l-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .third-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .xs-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .s-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .m-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .l-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .third-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .xs-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .s-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .m-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .l-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .third-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .xs-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .s-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .m-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .l-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .third-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .multi-height-section .item.link-w-img .item--content p.content-subtitle {
              padding-top: 7px; }
              @media (max-width: 1245px) {
                .main-body .top-floor .xs-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .s-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .m-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .l-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .third-section .item.link-w-img .item--content p.content-subtitle, .main-body .top-floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .xs-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .s-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .m-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .l-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .third-section .item.link-w-img .item--content p.content-subtitle, .main-body .floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .xs-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .s-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .m-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .l-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .third-section .item.link-w-img .item--content p.content-subtitle, .bottom .top-floor .multi-height-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .xs-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .s-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .m-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .l-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .third-section .item.link-w-img .item--content p.content-subtitle, .bottom .floor .multi-height-section .item.link-w-img .item--content p.content-subtitle {
                  display: none; } }
    .main-body .top-floor .multi-height-section, .main-body .floor .multi-height-section, .bottom .top-floor .multi-height-section, .bottom .floor .multi-height-section {
      width: calc(100% + 40px);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-body .top-floor .multi-height-section.pricing, .main-body .floor .multi-height-section.pricing, .bottom .top-floor .multi-height-section.pricing, .bottom .floor .multi-height-section.pricing {
        margin-bottom: -20px; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.pricing, .main-body .floor .multi-height-section.pricing, .bottom .top-floor .multi-height-section.pricing, .bottom .floor .multi-height-section.pricing {
            width: 100%; } }
      @media (max-width: 960px) {
        .main-body .top-floor .multi-height-section, .main-body .floor .multi-height-section, .bottom .top-floor .multi-height-section, .bottom .floor .multi-height-section {
          width: calc(100% + 40px); } }
      .main-body .top-floor .multi-height-section .min-gallery, .main-body .floor .multi-height-section .min-gallery, .bottom .top-floor .multi-height-section .min-gallery, .bottom .floor .multi-height-section .min-gallery {
        display: inline-block;
        width: calc(100% / 3 - 40px);
        margin: 0 20px 0 20px;
        border-radius: 0.375rem;
        overflow: hidden; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section .min-gallery, .main-body .floor .multi-height-section .min-gallery, .bottom .top-floor .multi-height-section .min-gallery, .bottom .floor .multi-height-section .min-gallery {
            min-width: 220px;
            margin: 0 40px 0 0; }
            .main-body .top-floor .multi-height-section .min-gallery:last-child, .main-body .floor .multi-height-section .min-gallery:last-child, .bottom .top-floor .multi-height-section .min-gallery:last-child, .bottom .floor .multi-height-section .min-gallery:last-child {
              margin: 0; } }
        .main-body .top-floor .multi-height-section .min-gallery img, .main-body .floor .multi-height-section .min-gallery img, .bottom .top-floor .multi-height-section .min-gallery img, .bottom .floor .multi-height-section .min-gallery img {
          width: 100%;
          height: 100%; }
      .main-body .top-floor .multi-height-section .number-item, .main-body .floor .multi-height-section .number-item, .bottom .top-floor .multi-height-section .number-item, .bottom .floor .multi-height-section .number-item {
        font-weight: 500;
        font-size: 155.5%;
        line-height: 26px;
        color: #154560;
        background-color: #E0E8EB;
        text-align: center;
        width: 100%;
        max-width: 48px;
        padding: 14px 0 8px 0;
        vertical-align: middle;
        border-radius: 50%;
        margin: -50px 0 35px 0; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section .number-item, .main-body .floor .multi-height-section .number-item, .bottom .top-floor .multi-height-section .number-item, .bottom .floor .multi-height-section .number-item {
            margin: 0 0 25px 0;
            max-width: 35px;
            padding: 7px 0 2px 0;
            font-size: 111.1%; } }
        .main-body .top-floor .multi-height-section .number-item.yellow, .main-body .floor .multi-height-section .number-item.yellow, .bottom .top-floor .multi-height-section .number-item.yellow, .bottom .floor .multi-height-section .number-item.yellow {
          background: #FFDF37; }
      .main-body .top-floor .multi-height-section .price-tag, .main-body .floor .multi-height-section .price-tag, .bottom .top-floor .multi-height-section .price-tag, .bottom .floor .multi-height-section .price-tag {
        position: relative;
        background: white !important;
        border: 1px solid rgba(28, 89, 124, 0.1);
        padding: 22px 25px 18px 25px;
        max-width: 240px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: auto;
        min-width: 0; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section .price-tag, .main-body .floor .multi-height-section .price-tag, .bottom .top-floor .multi-height-section .price-tag, .bottom .floor .multi-height-section .price-tag {
            width: calc(50% - 20px);
            max-width: none;
            margin-right: 40px;
            margin-bottom: 40px; }
            .main-body .top-floor .multi-height-section .price-tag:nth-child(2n), .main-body .floor .multi-height-section .price-tag:nth-child(2n), .bottom .top-floor .multi-height-section .price-tag:nth-child(2n), .bottom .floor .multi-height-section .price-tag:nth-child(2n) {
              margin-right: 0; }
            .main-body .top-floor .multi-height-section .price-tag:last-child, .main-body .floor .multi-height-section .price-tag:last-child, .bottom .top-floor .multi-height-section .price-tag:last-child, .bottom .floor .multi-height-section .price-tag:last-child {
              margin-bottom: 0; } }
        .main-body .top-floor .multi-height-section .price-tag p.price-item--title, .main-body .floor .multi-height-section .price-tag p.price-item--title, .bottom .top-floor .multi-height-section .price-tag p.price-item--title, .bottom .floor .multi-height-section .price-tag p.price-item--title {
          font-weight: normal; }
        .main-body .top-floor .multi-height-section .price-tag p.price, .main-body .floor .multi-height-section .price-tag p.price, .bottom .top-floor .multi-height-section .price-tag p.price, .bottom .floor .multi-height-section .price-tag p.price {
          font-size: 122.2%;
          font-weight: 500;
          margin-top: 12px; }
          .main-body .top-floor .multi-height-section .price-tag p.price.light, .main-body .top-floor .multi-height-section .price-tag p.price .light, .main-body .floor .multi-height-section .price-tag p.price.light, .main-body .floor .multi-height-section .price-tag p.price .light, .bottom .top-floor .multi-height-section .price-tag p.price.light, .bottom .top-floor .multi-height-section .price-tag p.price .light, .bottom .floor .multi-height-section .price-tag p.price.light, .bottom .floor .multi-height-section .price-tag p.price .light {
            font-weight: normal;
            opacity: .8; }
          .main-body .top-floor .multi-height-section .price-tag p.price .light, .main-body .floor .multi-height-section .price-tag p.price .light, .bottom .top-floor .multi-height-section .price-tag p.price .light, .bottom .floor .multi-height-section .price-tag p.price .light {
            font-size: 75%; }
      .main-body .top-floor .multi-height-section .news, .main-body .floor .multi-height-section .news, .bottom .top-floor .multi-height-section .news, .bottom .floor .multi-height-section .news {
        cursor: pointer;
        padding: 30px 25px 25px 25px;
        transition: all .3s;
        transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1); }
        .main-body .top-floor .multi-height-section .news p, .main-body .floor .multi-height-section .news p, .bottom .top-floor .multi-height-section .news p, .bottom .floor .multi-height-section .news p {
          color: #61829f; }
        .main-body .top-floor .multi-height-section .news p.news-item--title, .main-body .floor .multi-height-section .news p.news-item--title, .bottom .top-floor .multi-height-section .news p.news-item--title, .bottom .floor .multi-height-section .news p.news-item--title {
          font-size: 111.1%;
          font-weight: 500;
          color: #4c647a;
          margin-bottom: 10px; }
        .main-body .top-floor .multi-height-section .news.more, .main-body .floor .multi-height-section .news.more, .bottom .top-floor .multi-height-section .news.more, .bottom .floor .multi-height-section .news.more {
          background: linear-gradient(93.28deg, #FDE9DB -2.66%, #FFEFD0 100%);
          display: flex;
          text-align: center;
          align-items: center;
          justify-content: center; }
          @media (max-width: 960px) {
            .main-body .top-floor .multi-height-section .news.more, .main-body .floor .multi-height-section .news.more, .bottom .top-floor .multi-height-section .news.more, .bottom .floor .multi-height-section .news.more {
              height: 70px;
              width: calc(100% - 40px);
              margin-bottom: 0; } }
          .main-body .top-floor .multi-height-section .news.more:hover, .main-body .floor .multi-height-section .news.more:hover, .bottom .top-floor .multi-height-section .news.more:hover, .bottom .floor .multi-height-section .news.more:hover {
            background: linear-gradient(93.28deg, #FDE9DB -2.66%, #FFEFD0 100%); }
          .main-body .top-floor .multi-height-section .news.more p.news-item--title, .main-body .floor .multi-height-section .news.more p.news-item--title, .bottom .top-floor .multi-height-section .news.more p.news-item--title, .bottom .floor .multi-height-section .news.more p.news-item--title {
            color: #683010;
            margin-left: -23px;
            margin-bottom: 0; }
            .main-body .top-floor .multi-height-section .news.more p.news-item--title:after, .main-body .floor .multi-height-section .news.more p.news-item--title:after, .bottom .top-floor .multi-height-section .news.more p.news-item--title:after, .bottom .floor .multi-height-section .news.more p.news-item--title:after {
              content: '';
              position: absolute;
              width: 9px;
              height: 9px;
              border: 2px solid;
              border-color: rgba(104, 48, 16, 0.6);
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              border-left: 0;
              border-bottom: 0;
              margin-top: 5px;
              margin-left: 7px; }
              @media (max-width: 960px) {
                .main-body .top-floor .multi-height-section .news.more p.news-item--title:after, .main-body .floor .multi-height-section .news.more p.news-item--title:after, .bottom .top-floor .multi-height-section .news.more p.news-item--title:after, .bottom .floor .multi-height-section .news.more p.news-item--title:after {
                  width: 8px;
                  height: 8px;
                  margin-top: 4px; } }
        .main-body .top-floor .multi-height-section .news:hover, .main-body .floor .multi-height-section .news:hover, .bottom .top-floor .multi-height-section .news:hover, .bottom .floor .multi-height-section .news:hover {
          background: white;
          transition: all .3s;
          transition-timing-function: cubic-bezier(0.2, 0.1, 0.25, 1);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
          transform: translateY(-7px); }
      .main-body .top-floor .multi-height-section.second, .main-body .top-floor .multi-height-section.third, .main-body .top-floor .multi-height-section.fourth, .main-body .top-floor .multi-height-section.fifth, .main-body .floor .multi-height-section.second, .main-body .floor .multi-height-section.third, .main-body .floor .multi-height-section.fourth, .main-body .floor .multi-height-section.fifth, .bottom .top-floor .multi-height-section.second, .bottom .top-floor .multi-height-section.third, .bottom .top-floor .multi-height-section.fourth, .bottom .top-floor .multi-height-section.fifth, .bottom .floor .multi-height-section.second, .bottom .floor .multi-height-section.third, .bottom .floor .multi-height-section.fourth, .bottom .floor .multi-height-section.fifth {
        margin: 0 -20px; }
        .main-body .top-floor .multi-height-section.second .item, .main-body .top-floor .multi-height-section.third .item, .main-body .top-floor .multi-height-section.fourth .item, .main-body .top-floor .multi-height-section.fifth .item, .main-body .floor .multi-height-section.second .item, .main-body .floor .multi-height-section.third .item, .main-body .floor .multi-height-section.fourth .item, .main-body .floor .multi-height-section.fifth .item, .bottom .top-floor .multi-height-section.second .item, .bottom .top-floor .multi-height-section.third .item, .bottom .top-floor .multi-height-section.fourth .item, .bottom .top-floor .multi-height-section.fifth .item, .bottom .floor .multi-height-section.second .item, .bottom .floor .multi-height-section.third .item, .bottom .floor .multi-height-section.fourth .item, .bottom .floor .multi-height-section.fifth .item {
          margin: 0 20px; }
      .main-body .top-floor .multi-height-section.second .item, .main-body .floor .multi-height-section.second .item, .bottom .top-floor .multi-height-section.second .item, .bottom .floor .multi-height-section.second .item {
        width: calc(100% / 2 - 40px);
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.second .item, .main-body .floor .multi-height-section.second .item, .bottom .top-floor .multi-height-section.second .item, .bottom .floor .multi-height-section.second .item {
            width: calc(100% - 40px);
            margin-bottom: 20px; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.second .item, .main-body .floor .multi-height-section.second .item, .bottom .top-floor .multi-height-section.second .item, .bottom .floor .multi-height-section.second .item {
            margin-bottom: 15px; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.second .item:last-child, .main-body .floor .multi-height-section.second .item:last-child, .bottom .top-floor .multi-height-section.second .item:last-child, .bottom .floor .multi-height-section.second .item:last-child {
            margin-bottom: 0; } }
      .main-body .top-floor .multi-height-section.third .item, .main-body .floor .multi-height-section.third .item, .bottom .top-floor .multi-height-section.third .item, .bottom .floor .multi-height-section.third .item {
        width: calc(100% / 3 - 40px);
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.third .item, .main-body .floor .multi-height-section.third .item, .bottom .top-floor .multi-height-section.third .item, .bottom .floor .multi-height-section.third .item {
            width: calc(100% - 40px);
            margin-bottom: 20px; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.third .item, .main-body .floor .multi-height-section.third .item, .bottom .top-floor .multi-height-section.third .item, .bottom .floor .multi-height-section.third .item {
            margin-bottom: 15px; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.third .item:last-child, .main-body .floor .multi-height-section.third .item:last-child, .bottom .top-floor .multi-height-section.third .item:last-child, .bottom .floor .multi-height-section.third .item:last-child {
            margin-bottom: 0; } }
      .main-body .top-floor .multi-height-section.fourth .item, .main-body .floor .multi-height-section.fourth .item, .bottom .top-floor .multi-height-section.fourth .item, .bottom .floor .multi-height-section.fourth .item {
        position: relative;
        width: calc(100% / 4 - 40px);
        padding: 30px 25px;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        overflow: visible;
        /* &:last-child {
          @media (max-width: 960px) { margin-bottom: 0; }
        } */ }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.fourth .item.clean, .main-body .floor .multi-height-section.fourth .item.clean, .bottom .top-floor .multi-height-section.fourth .item.clean, .bottom .floor .multi-height-section.fourth .item.clean {
            margin-bottom: 0; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.fourth .item.clean button, .main-body .floor .multi-height-section.fourth .item.clean button, .bottom .top-floor .multi-height-section.fourth .item.clean button, .bottom .floor .multi-height-section.fourth .item.clean button {
            max-width: 200px; } }
        @media (max-width: 1140px) {
          .main-body .top-floor .multi-height-section.fourth .item, .main-body .floor .multi-height-section.fourth .item, .bottom .top-floor .multi-height-section.fourth .item, .bottom .floor .multi-height-section.fourth .item {
            width: calc(100% / 2 - 40px);
            margin-bottom: 60px; } }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.fourth .item, .main-body .floor .multi-height-section.fourth .item, .bottom .top-floor .multi-height-section.fourth .item, .bottom .floor .multi-height-section.fourth .item {
            width: calc(100% / 1 - 40px);
            margin-bottom: 30px; } }
        .main-body .top-floor .multi-height-section.fourth .item .next-arrow, .main-body .floor .multi-height-section.fourth .item .next-arrow, .bottom .top-floor .multi-height-section.fourth .item .next-arrow, .bottom .floor .multi-height-section.fourth .item .next-arrow {
          position: absolute;
          width: 23px;
          height: 48px;
          background-image: url("/images/triangle.svg");
          bottom: 28px;
          right: 20px; }
          @media (max-width: 1280px) {
            .main-body .top-floor .multi-height-section.fourth .item .next-arrow, .main-body .floor .multi-height-section.fourth .item .next-arrow, .bottom .top-floor .multi-height-section.fourth .item .next-arrow, .bottom .floor .multi-height-section.fourth .item .next-arrow {
              display: none; } }
          .main-body .top-floor .multi-height-section.fourth .item .next-arrow.light, .main-body .floor .multi-height-section.fourth .item .next-arrow.light, .bottom .top-floor .multi-height-section.fourth .item .next-arrow.light, .bottom .floor .multi-height-section.fourth .item .next-arrow.light {
            background-image: url("/images/triangle-lgt.svg"); }
        .main-body .top-floor .multi-height-section.fourth .item p.subtitle, .main-body .floor .multi-height-section.fourth .item p.subtitle, .bottom .top-floor .multi-height-section.fourth .item p.subtitle, .bottom .floor .multi-height-section.fourth .item p.subtitle {
          padding-top: 20px; }
          @media (max-width: 960px) {
            .main-body .top-floor .multi-height-section.fourth .item p.subtitle, .main-body .floor .multi-height-section.fourth .item p.subtitle, .bottom .top-floor .multi-height-section.fourth .item p.subtitle, .bottom .floor .multi-height-section.fourth .item p.subtitle {
              padding-top: 10px; } }
        .main-body .top-floor .multi-height-section.fourth .item h4, .main-body .floor .multi-height-section.fourth .item h4, .bottom .top-floor .multi-height-section.fourth .item h4, .bottom .floor .multi-height-section.fourth .item h4 {
          color: #1c597c; }
        .main-body .top-floor .multi-height-section.fourth .item.callback, .main-body .floor .multi-height-section.fourth .item.callback, .bottom .top-floor .multi-height-section.fourth .item.callback, .bottom .floor .multi-height-section.fourth .item.callback {
          min-height: 0; }
          @media (max-width: 1282px) {
            .main-body .top-floor .multi-height-section.fourth .item.callback > .next-arrow, .main-body .floor .multi-height-section.fourth .item.callback > .next-arrow, .bottom .top-floor .multi-height-section.fourth .item.callback > .next-arrow, .bottom .floor .multi-height-section.fourth .item.callback > .next-arrow {
              display: none; } }
        .main-body .top-floor .multi-height-section.fourth .item .subtitle, .main-body .floor .multi-height-section.fourth .item .subtitle, .bottom .top-floor .multi-height-section.fourth .item .subtitle, .bottom .floor .multi-height-section.fourth .item .subtitle {
          padding-top: 10px; }
      .main-body .top-floor .multi-height-section.fifth a, .main-body .floor .multi-height-section.fifth a, .bottom .top-floor .multi-height-section.fifth a, .bottom .floor .multi-height-section.fifth a {
        width: calc(100% / 5 - 40px);
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: 0 20px; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.fifth a, .main-body .floor .multi-height-section.fifth a, .bottom .top-floor .multi-height-section.fifth a, .bottom .floor .multi-height-section.fifth a {
            width: calc(100% / 2 - 40px);
            margin-bottom: 40px; } }
        .main-body .top-floor .multi-height-section.fifth a .item, .main-body .floor .multi-height-section.fifth a .item, .bottom .top-floor .multi-height-section.fifth a .item, .bottom .floor .multi-height-section.fifth a .item {
          width: 100%;
          margin: 0;
          height: 100%; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.fifth a:last-child, .main-body .floor .multi-height-section.fifth a:last-child, .bottom .top-floor .multi-height-section.fifth a:last-child, .bottom .floor .multi-height-section.fifth a:last-child {
            height: 40px;
            width: calc(100% - 40px);
            margin-bottom: 0; } }
      .main-body .top-floor .multi-height-section.sixth, .main-body .floor .multi-height-section.sixth, .bottom .top-floor .multi-height-section.sixth, .bottom .floor .multi-height-section.sixth {
        margin: 0 -20px;
        margin-bottom: -40px; }
        .main-body .top-floor .multi-height-section.sixth .item, .main-body .floor .multi-height-section.sixth .item, .bottom .top-floor .multi-height-section.sixth .item, .bottom .floor .multi-height-section.sixth .item {
          width: calc(100% / 6 - 40px);
          margin: 0 20px;
          float: left;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          text-align: center;
          padding: 30px 25px 25px 25px;
          margin-bottom: 40px; }
          .main-body .top-floor .multi-height-section.sixth .item a img.cert-prev, .main-body .floor .multi-height-section.sixth .item a img.cert-prev, .bottom .top-floor .multi-height-section.sixth .item a img.cert-prev, .bottom .floor .multi-height-section.sixth .item a img.cert-prev {
            width: 100%;
            height: auto;
            cursor: pointer;
            margin-bottom: 20px; }
          .main-body .top-floor .multi-height-section.sixth .item p.title, .main-body .floor .multi-height-section.sixth .item p.title, .bottom .top-floor .multi-height-section.sixth .item p.title, .bottom .floor .multi-height-section.sixth .item p.title {
            font-size: 122.2%;
            font-weight: 500; }
        @media (max-width: 960px) {
          .main-body .top-floor .multi-height-section.sixth, .main-body .floor .multi-height-section.sixth, .bottom .top-floor .multi-height-section.sixth, .bottom .floor .multi-height-section.sixth {
            width: calc(100% / 2 - 40px);
            margin-bottom: 40px; } }
      .main-body .top-floor .multi-height-section.flex-section, .main-body .floor .multi-height-section.flex-section, .bottom .top-floor .multi-height-section.flex-section, .bottom .floor .multi-height-section.flex-section {
        width: 100%;
        padding: 0 25px;
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between; }
        .main-body .top-floor .multi-height-section.flex-section.second, .main-body .floor .multi-height-section.flex-section.second, .bottom .top-floor .multi-height-section.flex-section.second, .bottom .floor .multi-height-section.flex-section.second {
          padding-top: 40px; }
          @media (max-width: 960px) {
            .main-body .top-floor .multi-height-section.flex-section.second, .main-body .floor .multi-height-section.flex-section.second, .bottom .top-floor .multi-height-section.flex-section.second, .bottom .floor .multi-height-section.flex-section.second {
              padding-top: 0; } }
          .main-body .top-floor .multi-height-section.flex-section.second .item, .main-body .floor .multi-height-section.flex-section.second .item, .bottom .top-floor .multi-height-section.flex-section.second .item, .bottom .floor .multi-height-section.flex-section.second .item {
            width: auto; }
            .main-body .top-floor .multi-height-section.flex-section.second .item:last-child, .main-body .floor .multi-height-section.flex-section.second .item:last-child, .bottom .top-floor .multi-height-section.flex-section.second .item:last-child, .bottom .floor .multi-height-section.flex-section.second .item:last-child {
              float: right;
              text-align: right; }
    .main-body .top-floor .s-section, .main-body .floor .s-section, .bottom .top-floor .s-section, .bottom .floor .s-section {
      width: 345px; }
      @media (max-width: 960px) {
        .main-body .top-floor .s-section, .main-body .floor .s-section, .bottom .top-floor .s-section, .bottom .floor .s-section {
          width: 100%; } }
    .main-body .top-floor .m-section, .main-body .floor .m-section, .bottom .top-floor .m-section, .bottom .floor .m-section {
      width: calc(100% - 345px);
      color: #4c647a; }
      .main-body .top-floor .m-section .item.clean, .main-body .floor .m-section .item.clean, .bottom .top-floor .m-section .item.clean, .bottom .floor .m-section .item.clean {
        width: 100%; }
        .main-body .top-floor .m-section .item.clean p span.small, .main-body .floor .m-section .item.clean p span.small, .bottom .top-floor .m-section .item.clean p span.small, .bottom .floor .m-section .item.clean p span.small {
          font-size: 88.8%;
          opacity: 0.8; }
        .main-body .top-floor .m-section .item.clean p span.date, .main-body .floor .m-section .item.clean p span.date, .bottom .top-floor .m-section .item.clean p span.date, .bottom .floor .m-section .item.clean p span.date {
          font-size: 77.7%;
          opacity: 0.6;
          font-weight: 600;
          text-transform: uppercase; }
        .main-body .top-floor .m-section .item.clean p, .main-body .top-floor .m-section .item.clean h4, .main-body .top-floor .m-section .item.clean ul, .main-body .floor .m-section .item.clean p, .main-body .floor .m-section .item.clean h4, .main-body .floor .m-section .item.clean ul, .bottom .top-floor .m-section .item.clean p, .bottom .top-floor .m-section .item.clean h4, .bottom .top-floor .m-section .item.clean ul, .bottom .floor .m-section .item.clean p, .bottom .floor .m-section .item.clean h4, .bottom .floor .m-section .item.clean ul {
          padding-left: 30px;
          border-left: 3px solid rgba(19, 113, 167, 0.1); }
          .main-body .top-floor .m-section .item.clean p ul, .main-body .top-floor .m-section .item.clean h4 ul, .main-body .top-floor .m-section .item.clean ul ul, .main-body .floor .m-section .item.clean p ul, .main-body .floor .m-section .item.clean h4 ul, .main-body .floor .m-section .item.clean ul ul, .bottom .top-floor .m-section .item.clean p ul, .bottom .top-floor .m-section .item.clean h4 ul, .bottom .top-floor .m-section .item.clean ul ul, .bottom .floor .m-section .item.clean p ul, .bottom .floor .m-section .item.clean h4 ul, .bottom .floor .m-section .item.clean ul ul {
            border-left: none;
            padding-left: 0; }
          @media (max-width: 960px) {
            .main-body .top-floor .m-section .item.clean p, .main-body .top-floor .m-section .item.clean h4, .main-body .top-floor .m-section .item.clean ul, .main-body .floor .m-section .item.clean p, .main-body .floor .m-section .item.clean h4, .main-body .floor .m-section .item.clean ul, .bottom .top-floor .m-section .item.clean p, .bottom .top-floor .m-section .item.clean h4, .bottom .top-floor .m-section .item.clean ul, .bottom .floor .m-section .item.clean p, .bottom .floor .m-section .item.clean h4, .bottom .floor .m-section .item.clean ul {
              padding-left: 0;
              border: 0; } }
        @media (max-width: 1170px) {
          .main-body .top-floor .m-section .item.clean, .main-body .floor .m-section .item.clean, .bottom .top-floor .m-section .item.clean, .bottom .floor .m-section .item.clean {
            width: 85%; } }
        @media (max-width: 960px) {
          .main-body .top-floor .m-section .item.clean, .main-body .floor .m-section .item.clean, .bottom .top-floor .m-section .item.clean, .bottom .floor .m-section .item.clean {
            width: 100%; } }
        .main-body .top-floor .m-section .item.clean.map-mini, .main-body .floor .m-section .item.clean.map-mini, .bottom .top-floor .m-section .item.clean.map-mini, .bottom .floor .m-section .item.clean.map-mini {
          display: none; }
          @media (max-width: 960px) {
            .main-body .top-floor .m-section .item.clean.map-mini, .main-body .floor .m-section .item.clean.map-mini, .bottom .top-floor .m-section .item.clean.map-mini, .bottom .floor .m-section .item.clean.map-mini {
              display: block;
              overflow: hidden; }
              .main-body .top-floor .m-section .item.clean.map-mini iframe, .main-body .floor .m-section .item.clean.map-mini iframe, .bottom .top-floor .m-section .item.clean.map-mini iframe, .bottom .floor .m-section .item.clean.map-mini iframe {
                width: calc(100% + 50px);
                margin-left: -25px; } }
        .main-body .top-floor .m-section .item.clean.map, .main-body .floor .m-section .item.clean.map, .bottom .top-floor .m-section .item.clean.map, .bottom .floor .m-section .item.clean.map {
          width: calc(100% - 20px); }
          .main-body .top-floor .m-section .item.clean.map iframe, .main-body .floor .m-section .item.clean.map iframe, .bottom .top-floor .m-section .item.clean.map iframe, .bottom .floor .m-section .item.clean.map iframe {
            border-radius: 0.375rem; }
          @media (max-width: 960px) {
            .main-body .top-floor .m-section .item.clean.map, .main-body .floor .m-section .item.clean.map, .bottom .top-floor .m-section .item.clean.map, .bottom .floor .m-section .item.clean.map {
              width: 100%;
              display: none; } }
      .main-body .top-floor .m-section ul, .main-body .floor .m-section ul, .bottom .top-floor .m-section ul, .bottom .floor .m-section ul {
        padding-bottom: 40px;
        padding-left: 47px !important;
        line-height: 28px; }
        .main-body .top-floor .m-section ul li, .main-body .floor .m-section ul li, .bottom .top-floor .m-section ul li, .bottom .floor .m-section ul li {
          padding-bottom: 8px; }
          .main-body .top-floor .m-section ul li:last-child, .main-body .floor .m-section ul li:last-child, .bottom .top-floor .m-section ul li:last-child, .bottom .floor .m-section ul li:last-child {
            padding-bottom: 0; }
        @media (max-width: 960px) {
          .main-body .top-floor .m-section ul, .main-body .floor .m-section ul, .bottom .top-floor .m-section ul, .bottom .floor .m-section ul {
            padding-left: 15px !important; } }
      @media (max-width: 960px) {
        .main-body .top-floor .m-section, .main-body .floor .m-section, .bottom .top-floor .m-section, .bottom .floor .m-section {
          width: 100%; } }
      .main-body .top-floor .m-section h1:first-child, .main-body .floor .m-section h1:first-child, .bottom .top-floor .m-section h1:first-child, .bottom .floor .m-section h1:first-child {
        color: #1d597c; }
      .main-body .top-floor .m-section h1, .main-body .top-floor .m-section h2, .main-body .top-floor .m-section h3, .main-body .top-floor .m-section h4, .main-body .top-floor .m-section h5, .main-body .top-floor .m-section p, .main-body .floor .m-section h1, .main-body .floor .m-section h2, .main-body .floor .m-section h3, .main-body .floor .m-section h4, .main-body .floor .m-section h5, .main-body .floor .m-section p, .bottom .top-floor .m-section h1, .bottom .top-floor .m-section h2, .bottom .top-floor .m-section h3, .bottom .top-floor .m-section h4, .bottom .top-floor .m-section h5, .bottom .top-floor .m-section p, .bottom .floor .m-section h1, .bottom .floor .m-section h2, .bottom .floor .m-section h3, .bottom .floor .m-section h4, .bottom .floor .m-section h5, .bottom .floor .m-section p {
        padding-bottom: 40px; }
        @media (max-width: 960px) {
          .main-body .top-floor .m-section h1, .main-body .top-floor .m-section h2, .main-body .top-floor .m-section h3, .main-body .top-floor .m-section h4, .main-body .top-floor .m-section h5, .main-body .top-floor .m-section p, .main-body .floor .m-section h1, .main-body .floor .m-section h2, .main-body .floor .m-section h3, .main-body .floor .m-section h4, .main-body .floor .m-section h5, .main-body .floor .m-section p, .bottom .top-floor .m-section h1, .bottom .top-floor .m-section h2, .bottom .top-floor .m-section h3, .bottom .top-floor .m-section h4, .bottom .top-floor .m-section h5, .bottom .top-floor .m-section p, .bottom .floor .m-section h1, .bottom .floor .m-section h2, .bottom .floor .m-section h3, .bottom .floor .m-section h4, .bottom .floor .m-section h5, .bottom .floor .m-section p {
            width: 100%; } }
      .main-body .top-floor .m-section h4, .main-body .floor .m-section h4, .bottom .top-floor .m-section h4, .bottom .floor .m-section h4 {
        padding-bottom: 30px; }
      .main-body .top-floor .m-section p, .main-body .floor .m-section p, .bottom .top-floor .m-section p, .bottom .floor .m-section p {
        line-height: 29px;
        font-size: 111.1%; }
        .main-body .top-floor .m-section p:last-child, .main-body .floor .m-section p:last-child, .bottom .top-floor .m-section p:last-child, .bottom .floor .m-section p:last-child {
          padding-bottom: 0; }
    .main-body .top-floor .l-section, .main-body .floor .l-section, .bottom .top-floor .l-section, .bottom .floor .l-section {
      width: calc(100% - 345px);
      min-width: 345px; }
      @media (max-width: 960px) {
        .main-body .top-floor .l-section, .main-body .floor .l-section, .bottom .top-floor .l-section, .bottom .floor .l-section {
          width: 100%; } }
    .main-body .top-floor .xs-section, .main-body .floor .xs-section, .bottom .top-floor .xs-section, .bottom .floor .xs-section {
      width: 20%;
      padding: 0 33px 0 7px; }
      .main-body .top-floor .xs-section a, .main-body .floor .xs-section a, .bottom .top-floor .xs-section a, .bottom .floor .xs-section a {
        color: #61829f; }
      .main-body .top-floor .xs-section.first-fifth, .main-body .floor .xs-section.first-fifth, .bottom .top-floor .xs-section.first-fifth, .bottom .floor .xs-section.first-fifth {
        padding: 0 33px 0 0; }
      .main-body .top-floor .xs-section.last-item, .main-body .floor .xs-section.last-item, .bottom .top-floor .xs-section.last-item, .bottom .floor .xs-section.last-item {
        padding: 0 0 0 7px; }
      .main-body .top-floor .xs-section .news, .main-body .floor .xs-section .news, .bottom .top-floor .xs-section .news, .bottom .floor .xs-section .news {
        cursor: pointer;
        padding: 30px 25px 25px 25px;
        transition: all ease-out .125s; }
        .main-body .top-floor .xs-section .news p.news-item--title, .main-body .floor .xs-section .news p.news-item--title, .bottom .top-floor .xs-section .news p.news-item--title, .bottom .floor .xs-section .news p.news-item--title {
          font-size: 111.1%;
          font-weight: 500;
          color: #4c647a;
          margin-bottom: 10px; }
        .main-body .top-floor .xs-section .news.more, .main-body .floor .xs-section .news.more, .bottom .top-floor .xs-section .news.more, .bottom .floor .xs-section .news.more {
          background: linear-gradient(93.28deg, #FDE9DB -2.66%, #FFEFD0 100%);
          display: flex;
          text-align: center;
          align-items: center;
          justify-content: center; }
          .main-body .top-floor .xs-section .news.more:hover, .main-body .floor .xs-section .news.more:hover, .bottom .top-floor .xs-section .news.more:hover, .bottom .floor .xs-section .news.more:hover {
            background: linear-gradient(93.28deg, #FDE9DB -2.66%, #FFEFD0 100%); }
          .main-body .top-floor .xs-section .news.more p.news-item--title, .main-body .floor .xs-section .news.more p.news-item--title, .bottom .top-floor .xs-section .news.more p.news-item--title, .bottom .floor .xs-section .news.more p.news-item--title {
            color: #683010;
            margin-left: -23px; }
            .main-body .top-floor .xs-section .news.more p.news-item--title:after, .main-body .floor .xs-section .news.more p.news-item--title:after, .bottom .top-floor .xs-section .news.more p.news-item--title:after, .bottom .floor .xs-section .news.more p.news-item--title:after {
              content: '';
              position: absolute;
              width: 9px;
              height: 9px;
              border: 2px solid;
              border-color: rgba(104, 48, 16, 0.6);
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              border-left: 0;
              border-bottom: 0;
              margin-top: 5px;
              margin-left: 7px; }
        .main-body .top-floor .xs-section .news:hover, .main-body .floor .xs-section .news:hover, .bottom .top-floor .xs-section .news:hover, .bottom .floor .xs-section .news:hover {
          background: white;
          transition: all ease-in .175s;
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
          transform: translateY(-7px); }
    @media (max-width: 960px) {
      .main-body .top-floor.hor-scroll, .main-body .floor.hor-scroll, .bottom .top-floor.hor-scroll, .bottom .floor.hor-scroll {
        padding: 0; }
        .main-body .top-floor.hor-scroll .multi-height-section, .main-body .floor.hor-scroll .multi-height-section, .bottom .top-floor.hor-scroll .multi-height-section, .bottom .floor.hor-scroll .multi-height-section {
          display: flex;
          flex-wrap: nowrap;
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch;
          margin: 0;
          width: 100%;
          padding: 0 0 0 20px;
          margin-right: 20px; }
          .main-body .top-floor.hor-scroll .multi-height-section.sixth .item, .main-body .floor.hor-scroll .multi-height-section.sixth .item, .bottom .top-floor.hor-scroll .multi-height-section.sixth .item, .bottom .floor.hor-scroll .multi-height-section.sixth .item {
            width: 160px;
            flex: 0 0 auto;
            margin-bottom: 0;
            margin: 0 40px 0 0; }
          .main-body .top-floor.hor-scroll .multi-height-section .item, .main-body .floor.hor-scroll .multi-height-section .item, .bottom .top-floor.hor-scroll .multi-height-section .item, .bottom .floor.hor-scroll .multi-height-section .item {
            width: 280px;
            flex: 0 0 auto;
            margin-bottom: 0;
            margin: 0 40px 0 0; }
            .main-body .top-floor.hor-scroll .multi-height-section .item:last-child, .main-body .floor.hor-scroll .multi-height-section .item:last-child, .bottom .top-floor.hor-scroll .multi-height-section .item:last-child, .bottom .floor.hor-scroll .multi-height-section .item:last-child {
              margin: 0; } }
  @media (max-width: 960px) {
    .main-body .top-floor .l-section, .main-body .floor#last-cb-min .l-section, .bottom .top-floor .l-section, .bottom .floor#last-cb-min .l-section {
      height: auto;
      min-width: 0; } }
  @media (max-width: 960px) {
    .main-body .top-floor .l-section .item.first-banner, .main-body .floor#last-cb-min .l-section .item.first-banner, .bottom .top-floor .l-section .item.first-banner, .bottom .floor#last-cb-min .l-section .item.first-banner {
      background-size: auto 100%;
      background-position: right center; } }
  @media (max-width: 710px) {
    .main-body .top-floor .l-section .item.first-banner, .main-body .floor#last-cb-min .l-section .item.first-banner, .bottom .top-floor .l-section .item.first-banner, .bottom .floor#last-cb-min .l-section .item.first-banner {
      background-position: 40px center; } }
  @media (max-width: 960px) {
    .main-body .top-floor .l-section .item.first-banner .item.short, .main-body .floor#last-cb-min .l-section .item.first-banner .item.short, .bottom .top-floor .l-section .item.first-banner .item.short, .bottom .floor#last-cb-min .l-section .item.first-banner .item.short {
      height: auto; } }
  @media (max-width: 960px) {
    .main-body .top-floor .l-section .item.first-banner .item.short .subtitle.on-bottom, .main-body .floor#last-cb-min .l-section .item.first-banner .item.short .subtitle.on-bottom, .bottom .top-floor .l-section .item.first-banner .item.short .subtitle.on-bottom, .bottom .floor#last-cb-min .l-section .item.first-banner .item.short .subtitle.on-bottom {
      position: relative;
      padding-top: 40px; } }
  @media (max-width: 960px) {
    .main-body .top-floor .s-section, .main-body .floor#last-cb-min .s-section, .bottom .top-floor .s-section, .bottom .floor#last-cb-min .s-section {
      margin-top: 30px; } }
  @media (max-width: 960px) {
    .main-body .top-floor .s-section .item.callback, .main-body .floor#last-cb-min .s-section .item.callback, .bottom .top-floor .s-section .item.callback, .bottom .floor#last-cb-min .s-section .item.callback {
      min-height: 0; } }
  @media (max-width: 960px) {
    .main-body .top-floor .s-section .item.callback form.callback-form.outline, .main-body .floor#last-cb-min .s-section .item.callback form.callback-form.outline, .bottom .top-floor .s-section .item.callback form.callback-form.outline, .bottom .floor#last-cb-min .s-section .item.callback form.callback-form.outline {
      position: relative;
      padding-top: 30px;
      max-width: 300px;
      bottom: 0;
      left: 0;
      right: 0;
      float: left;
      margin-top: 0; } }

.bottom {
  float: left;
  background: #f0f4f6;
  padding: 25px 0 40px 0;
  max-width: none; }
  @media (max-width: 960px) {
    .bottom {
      font-size: 111.1%; } }
  .bottom .floor {
    max-width: 1380px;
    float: none;
    margin: 0 auto; }
    .bottom .floor .multi-height-section {
      padding: 25px 0 0 0; }
      @media (max-width: 960px) {
        .bottom .floor .multi-height-section {
          padding: 0; } }
      .bottom .floor .multi-height-section.flex-section.second .item {
        font-size: 88.8%;
        line-height: 24px;
        color: rgba(97, 130, 159, 0.6); }
        .bottom .floor .multi-height-section.flex-section.second .item:last-child {
          margin-top: 40px; }
        .bottom .floor .multi-height-section.flex-section.second .item img {
          width: auto;
          height: 22px;
          margin-right: 20px; }
          .bottom .floor .multi-height-section.flex-section.second .item img:last-child {
            margin-right: 0; }
      .bottom .floor .multi-height-section .item {
        position: relative;
        display: inline-block;
        height: inherit;
        float: left;
        color: #61829f; }
        @media (max-width: 960px) {
          .bottom .floor .multi-height-section .item.mobile-multi-nav {
            margin-bottom: 0; } }
        @media (max-width: 960px) {
          .bottom .floor .multi-height-section .item.fw-btm-nav {
            display: none; } }
        .bottom .floor .multi-height-section .item a.phone {
          font-size: 122.2%;
          font-weight: 600;
          color: #61829f; }
        .bottom .floor .multi-height-section .item p.subtitle {
          padding-top: 0 !important;
          margin: 3px 0 9px 0;
          font-size: 88.8%;
          color: rgba(97, 130, 159, 0.6); }
        .bottom .floor .multi-height-section .item ul.bottom-nav-col {
          list-style: none;
          line-height: 32px; }
          .bottom .floor .multi-height-section .item ul.bottom-nav-col li a {
            color: rgba(97, 130, 159, 0.8); }
            .bottom .floor .multi-height-section .item ul.bottom-nav-col li a:hover {
              color: #61829f; }
        .bottom .floor .multi-height-section .item ul.bottom-nav-contacts {
          list-style: none; }
          .bottom .floor .multi-height-section .item ul.bottom-nav-contacts li {
            margin-bottom: 6px;
            line-height: 26px; }
            .bottom .floor .multi-height-section .item ul.bottom-nav-contacts li:last-child {
              margin-bottom: 0; }
            .bottom .floor .multi-height-section .item ul.bottom-nav-contacts li a {
              color: rgba(97, 130, 159, 0.8); }
              .bottom .floor .multi-height-section .item ul.bottom-nav-contacts li a:hover {
                color: #61829f; }
      .bottom .floor .multi-height-section ul.mobile-multi-nav {
        display: none !important; }
        @media (max-width: 960px) {
          .bottom .floor .multi-height-section ul.mobile-multi-nav {
            font-size: 88.8%;
            display: block !important; } }
        .bottom .floor .multi-height-section ul.mobile-multi-nav li a {
          color: #61829f; }
          .bottom .floor .multi-height-section ul.mobile-multi-nav li a:hover {
            color: rgba(97, 130, 159, 0.8); }
          .bottom .floor .multi-height-section ul.mobile-multi-nav li a.dropdown:after {
            right: 27px; }
        .bottom .floor .multi-height-section ul.mobile-multi-nav li ul li a {
          color: rgba(97, 130, 159, 0.8); }
          .bottom .floor .multi-height-section ul.mobile-multi-nav li ul li a:hover {
            color: rgba(97, 130, 159, 0.6); }

.gallery .images .image {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  display: none;
  border-radius: 0.375rem; }
  .gallery .images .image .title-area {
    position: absolute;
    padding: 23px 25px 20px 25px;
    left: 25px;
    bottom: 20px;
    color: white;
    font-size: 111.1%;
    background: black;
    border-radius: 16px 16px 16px 0;
    max-width: 50%;
    opacity: 0.6; }
    @media (max-width: 960px) {
      .gallery .images .image .title-area {
        left: 0;
        bottom: 0;
        font-size: 100%;
        padding: 18px 25px 15px 25px;
        border-radius: 0;
        width: 100%;
        opacity: 0.9;
        max-width: 100%; } }
    .gallery .images .image .title-area h3 {
      color: white;
      line-height: 33px; }
  .gallery .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover; }
  .gallery .images .image.active {
    display: block; }
.gallery .thumbs {
  margin-top: 40px;
  display: inline-block;
  margin: 30px -10px 0 -10px;
  overflow: hidden;
  width: calc(100% + 20px); }
  @media (max-width: 960px) {
    .gallery .thumbs {
      margin-top: 30px;
      width: calc(100% + 10px);
      margin: 30px -5px 0 -5px; } }
  .gallery .thumbs .thumb {
    background: center no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    width: calc(100% / 8 - 20px);
    height: 0;
    padding-bottom: 8%;
    cursor: pointer;
    border-radius: 0.375rem;
    border: none;
    float: left;
    margin: 0 10px; }
    @media (max-width: 960px) {
      .gallery .thumbs .thumb {
        width: calc(100% / 8 - 10px);
        margin: 0 5px; } }
    .gallery .thumbs .thumb:before {
      position: absolute;
      content: ' ';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0); }
    .gallery .thumbs .thumb.active:before {
      background-color: rgba(255, 255, 255, 0.5); }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em; }
  .blocker.behind {
    background-color: transparent; }

.modal {
  display: none;
  vertical-align: top;
  position: relative;
  margin-top: 94px;
  z-index: 2;
  max-width: 960px;
  box-sizing: border-box;
  width: calc(100% - 40px);
  background: #fff;
  padding: 25px 25px;
  border-radius: 0.375rem;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
  text-align: left; }
  .modal ul.region-list {
    list-style: none;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin-top: 15px; }
    .modal ul.region-list li {
      display: block;
      font-size: 88.8%;
      line-height: 28px;
      overflow: visible; }
      .modal ul.region-list li a.capital {
        font-weight: 600; }
      .modal ul.region-list li a.current-city {
        position: relative;
        /* border-radius: $radius-s;
        background-color: rgba(29, 89, 124, 1);
        color: $wht;
        padding: 4px 10px 1px 9px;
        margin-left: -8px; */ }
        .modal ul.region-list li a.current-city:after {
          position: absolute;
          content: ' ';
          width: 6px;
          height: 6px;
          margin: 9px 0 0 6px;
          background-color: #1d597c;
          border-radius: 50%;
          z-index: 9999;
          opacity: .8; }
  .modal a.close-modal {
    position: absolute;
    top: 28px;
    right: 25px;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/close.svg");
    opacity: 0.6;
    transition: ease-out .075s; }
    .modal a.close-modal:hover {
      opacity: 0.9;
      transition: ease-in .125s; }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }
  .modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.i-vt-location:before, .i-vt-mailto:before {
  vertical-align: middle;
  font-family: 'Voltag';
  margin-right: 10px;
  opacity: 0.8; }

.i-vt-location:before {
  content: "\e900";
  color: #61829f;
  padding-left: 1px; }

.i-vt-mailto:before {
  content: "\e901";
  color: #61829f; }

@media (max-width: 960px) {
  #last-cb, #last-cb-a {
    display: none; } }

.floor#last-cb-min {
  display: none; }
  @media (max-width: 960px) {
    .floor#last-cb-min {
      display: block; } }
  @media (max-width: 960px) {
    .floor#last-cb-min .s-section {
      margin-top: 0 !important; } }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white; }
  .lightbox a img {
    border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/images/lightbox/loading.gif") no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }
  .lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
    .lb-nav a.lb-prev {
      width: 34%;
      left: 0;
      float: left;
      background: url("/images/lightbox/prev.png") left 48% no-repeat;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.6s;
      -moz-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s; }

.lb-container > .nav {
  left: 0; }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/images/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/images/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.main-body .top-floor .s-section .item.callback h2 {
color: white;
}

a.mintitle {
	color: #fff;
	text-decoration: underline;
	transition: all ease-out 0.025s;
}

.mintitle {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: -10px;
}

.mintitle .check {
	margin: 3px 3px 3px -5px;
    width: 10%;
}
.light a.mintitle {
	color: #4c647a;
}

.item.lt-border.contacts {
  text-align: center;
}

.s-section .item.lt-border.contacts .img {
  margin: 20px auto !important;
  }

/*# sourceMappingURL=styles.css.map */

/* End */
/* /local/templates/tomsk_all/components/bitrix/menu/main_menu/style.min.css?15742537483715 */
/* /local/css/bs-cookies.css?17485918112214 */
/* /local/templates/tomsk_all/components/bitrix/menu/mobile_menu/style.min.css?15928659973715 */
/* /local/templates/tomsk_all/components/bitrix/menu/footer_menu/style.min.css?15742535783715 */
/* /local/templates/tomsk_all/styles.css?1748606964323814 */
