

/* Start:/local/templates/main/css/style_old.css?177158505167091*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  width: 100%;
  min-width: 320px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#wrapper {
  background-color: #008ace;
  min-height: calc(100vh - 269px);
}
@media (min-width: 480px) {
  #wrapper {
    min-height: calc(100vh - 109px);
  }
}
@media (min-width: 768px) {
  #wrapper {
    min-height: calc(100vh - 129px);
  }
}
.content {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .content {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .content {
    max-width: 768px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .content {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1220px) {
  .content {
    width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .content .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1220px) {
  .content .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
/* mix */
._blue {
  color: #008ace;
}
/* Menu */
.header {
  background: #fff;
  -webkit-box-shadow: 0 0 33px #003149;
  box-shadow: 0 0 33px #003149;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    padding: 0;
  }
}
.header__inner .phone {
  display: none;
}
@media (min-width: 1024px) {
  .header__inner .phone {
    display: block;
  }
}
.logo__link img {
  padding-top: 4px;
}
.phone {
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  text-align: center;
}
@media (min-width: 1220px) {
  .phone {
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
.phone__link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #303b41;
  text-decoration: none;
}
@media (min-width: 480px) {
  .phone__link {
    font-size: 14px;
  }
}
@media (min-width: 1220px) {
  .phone__link {
    font-size: 16px;
  }
}
.phone--footer {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (max-width: 479px) {
  .phone--footer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 480px) {
  .phone--footer {
    margin-right: 40px;
  }
}
.phone--footer .phone__link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .menu {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .menu {
    margin-left: 80px;
  }
}
@media (min-width: 1024px) {
  .menu {
    margin-left: 0;
  }
}
.menu-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .menu-list--top {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: inset 0 0 33px rgba(0, 49, 73, 0.3);
    box-shadow: inset 0 0 33px rgba(0, 49, 73, 0.3);
    padding: 15px;
  }
  .menu-list--top.open {
    display: block;
  }
  .menu-list--top .menu-list__item a {
    display: inline-block;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .menu-list--top {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.menu-list__item:not(:last-child) {
  margin-right: 20px;
}
.menu-list__item a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #303b41;
}
@media (min-width: 1220px) {
  .menu-list__item a {
    font-size: 16px;
    line-height: 22px;
  }
}
.menu-list__item a:hover {
  color: #fa5757;
}
.menu--footer {
  margin-left: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .menu--footer {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .menu--footer {
    text-align: left;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
  }
}
.menu--footer .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 480px) {
  .menu--footer .menu-list {
    padding: 10px 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.menu--footer .menu-list__item {
  margin-right: 0;
  padding: 5px 0;
}
@media (min-width: 480px) {
  .menu--footer .menu-list__item {
    padding: 0;
  }
  .menu--footer .menu-list__item:not(:last-child) {
    margin-right: 20px;
  }
}
.menu--footer .menu-list__item a {
  color: #ffffff;
  font-weight: 300;
}
.menu-burger {
  width: 20px;
  height: 18px;
  background: url(/local/templates/main/css/../img/svg/burger.svg) no-repeat center;
  background-size: contain;
}
.menu-burger.open {
  background: url(/local/templates/main/css/../img/svg/burger_red.svg) no-repeat center;
}
@media (min-width: 768px) {
  .menu-burger {
    display: none;
  }
}
.sell-btn {
  margin-left: auto;
}
@media (max-width: 479px) {
  .sell-btn {
    display: none;
  }
}
.sell-btn button {
  height: 40px;
  background-color: #fa5757;
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 10px;
  width: 132px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .sell-btn button {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .sell-btn button {
    width: 182px;
  }
}
@media (min-width: 1220px) {
  .sell-btn button {
    font-size: 16px;
    width: 202px;
  }
}
.sell-btn button:hover {
  background-color: #ff7070;
}
/* footer */
.footer_ {
  background: #008ace url(/local/templates/main/css/../img/bluedot-pattern.png) repeat top center;
  min-height: 269px;
}
@media (min-width: 480px) {
  .footer_ {
    min-height: 109px;
  }
}
@media (min-width: 768px) {
  .footer_ {
    min-height: 129px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 15px 10px;
}
@media (min-width: 480px) {
  .footer__inner {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 90px;
    padding: 10px 30px 10px;
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    padding: 10px 0px 10px;
  }
}
.map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  padding: 10px 0 0;
}
@media (max-width: 479px) {
  .map {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 480px) {
  .map {
    padding: 0;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0px;
  }
}
.map__link {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 480px) {
  .map__link {
    font-size: 16px;
  }
}
.copy {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 479px) {
  .copy {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (min-width: 480px) {
  .copy {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 1220px) {
  .copy {
    font-size: 16px;
    line-height: 22px;
  }
}
.devel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 10px;
}
@media (min-width: 768px) {
  .devel {
    padding: 10px 30px 10px;
  }
}
@media (min-width: 1024px) {
  .devel {
    padding: 10px 0px 10px;
  }
}
.devel__link {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.devel__link:hover {
  text-decoration: underline;
}
.devel__src {
  margin: 0 4px;
}
/* page */
.page {
  padding-top: 100px;
  background-color: #008ace;
  color: #2e3b41;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 60px;
}
@media (min-width: 1220px) {
  .page {
    font-size: 16px;
    line-height: 22px;
    padding-top: 120px;
  }
}
.page p {
  margin-bottom: 10px;
}
.page p a {
  color: #2e3b41;
  text-decoration: underline;
}
.page p a:hover {
  text-decoration: none;
}
/* bread-crumbs */
.bread-crumbs {
  margin-bottom: 10px;
}
.bread-crumbs-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bread-crumbs-list__item {
  position: relative;
  margin-right: 18px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
@media (min-width: 1220px) {
  .bread-crumbs-list__item {
    font-size: 14px;
  }
}
.bread-crumbs-list__item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(/local/templates/main/css/../img/svg/arrow_bread.svg) no-repeat;
}
.bread-crumbs-item__link {
  color: #ffffff;
}
.bread-crumbs-item__link:hover {
  text-decoration: underline;
}
/* title */
.title-h1 {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .title-h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .title-h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1220px) {
  .title-h1 {
    font-size: 50px;
    line-height: 46px;
  }
}
.title-h1 + .title-h4 {
  margin: 20px 0 30px;
}
@media (min-width: 1220px) {
  .title-h1 + .title-h4 {
    margin: 30px 0;
  }
}
.title-h2,
.aside-info__title {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .title-h2,
  .aside-info__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .title-h2,
  .aside-info__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1220px) {
  .title-h2,
  .aside-info__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.title-h2--black,
.aside-info__title--black {
  color: #303b41;
}
.title-h2--light,
.aside-info__title--light {
  font-weight: 300;
}
.title-h2 b,
.aside-info__title b {
  font-weight: 700;
}
.title-h3 {
  color: #2e3b41;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .title-h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.title-h4 {
  color: #303b41;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
@media (min-width: 1220px) {
  .title-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.title-h4 a {
  color: #008ace;
}
.title-h4 a:hover {
  color: #fa5757;
}
.title-h4--white {
  color: #ffffff;
}
.title-h2 + .text-minor {
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .title-h2 + .text-minor {
    margin-top: -15px;
  }
}
.text-minor {
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .text-minor {
    padding: 0 30px;
  }
}
@media (min-width: 1220px) {
  .text-minor {
    padding: 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
.text-minor--inner {
  color: #2e3b41;
  padding: 0;
}
/* tab-block */
.top-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-block {
    -webkit-box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
    box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
    margin-bottom: 50px;
  }
}
@media (min-width: 1220px) {
  .top-block {
    margin-bottom: 60px;
  }
}
.top-block .block-icon {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .top-block .block-icon {
    border-radius: 5px 5px 0 0;
  }
}
.top-block .block {
  margin-bottom: 0;
}
.top-block .block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e9ec), color-stop(10%, #e6ebed), color-stop(80%, rgba(247, 249, 249, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #e4e9ec 0%, #e6ebed 10%, rgba(247, 249, 249, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #e4e9ec 0%, #e6ebed 10%, rgba(247, 249, 249, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #e4e9ec 0%, #e6ebed 10%, rgba(247, 249, 249, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
.top-block .block__inner {
  padding-top: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .top-block .block__inner {
    border-radius: 0 0 5px 5px;
  }
}
.tab-block {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .tab-block {
    margin-top: 30px;
  }
}
.tab-block__menu {
  position: relative;
}
@media (max-width: 767px) {
  .tab-block__menu {
    background: #fff;
    padding: 15px;
  }
}
.tab-block__inner {
  background: #ffffff;
  padding: 40px;
}
.tab-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tab-menu-list {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 34px);
    margin: 0 auto;
    padding: 10px 8px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
    box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
  }
  .tab-menu-list.open {
    display: block;
  }
}
.tab-menu-list__item {
  padding: 12px;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1220px) {
  .tab-menu-list__item {
    padding: 19px 14px;
  }
}
.tab-menu-list__item.active {
  background: #ffffff;
}
.tab-menu-list__item.active a {
  color: #fa5757;
  font-weight: 700;
}
.tab-menu-list__item a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
@media (min-width: 1220px) {
  .tab-menu-list__item a {
    font-size: 16px;
    line-height: 22px;
  }
}
.tab-menu-list__item a:hover {
  border-bottom: 1px dashed #fff;
}
@media (max-width: 767px) {
  .tab-menu-list__item {
    border-radius: 0;
    padding: 0;
  }
  .tab-menu-list__item a {
    display: block;
    padding: 12px 12px;
    color: #303b41;
  }
}
.tab-menu-select {
  position: relative;
  padding: 13px 20px;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.45);
  box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.45);
  border: 2px solid transparent;
  border-radius: 5px 5px 5px 5px;
}
.tab-menu-select.open {
  border-color: #fa5757;
}
.tab-menu-select span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #303b41;
  font-weight: 700;
}
.tab-menu-select i {
  display: inline-block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/local/templates/main/css/../img/svg/arrow_down.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .tab-menu-select {
    display: none;
  }
}
.block-icon {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
  box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
  margin-bottom: 50px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .block-icon {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .block-icon {
    border-radius: 5px 5px 5px 5px;
  }
}
@media (min-width: 1220px) {
  .block-icon {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
.block-icon__text {
  padding: 30px 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .block-icon__text {
    padding: 0 30px;
  }
}
@media (min-width: 1220px) {
  .block-icon__text {
    padding: 0 40px;
  }
}
.block-icon-list {
  background: -webkit-gradient(linear, left bottom, left top, from(#d6f1ff), color-stop(20%, #e6f6ff), color-stop(50%, rgba(255, 255, 255, 0.63)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #d6f1ff 0%, #e6f6ff 20%, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #d6f1ff 0%, #e6f6ff 20%, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #d6f1ff 0%, #e6f6ff 20%, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .block-icon-list {
    padding-top: 30px;
    background-size: 100% 210px;
    background-position: 0 -68px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .block-icon-list {
    padding-bottom: 20px;
  }
}
.block-icon-list__item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 15px;
}
@media (min-width: 480px) {
  .block-icon-list__item {
    margin: 0 20px;
    -webkit-flex-basis: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media (min-width: 768px) {
  .block-icon-list__item {
    -webkit-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
}
.block-icon-list--4 .block-icon-list__item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .block-icon-list--4 .block-icon-list__item {
    -webkit-flex-basis: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media (min-width: 768px) {
  .block-icon-list--4 .block-icon-list__item {
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
.block-icon-list--3 .block-icon-list__item {
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
}
.block-icon-item {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .block-icon-item {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 480px) {
  .block-icon-item {
    margin-bottom: 20px;
  }
}
.block-icon-item__img {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .block-icon-item__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 480px) {
  .block-icon-item__img {
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .block-icon-item__img {
    height: 112px;
  }
}
.block-icon-item__img img {
  max-width: 100%;
}
@media (min-width: 480px) {
  .block-icon-item__img img {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .block-icon-item__img img {
    max-width: 100%;
  }
}
.block-icon-item__text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1220px) {
  .block-icon-item__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-icon-item__more {
  margin-top: 10px;
}
.block-icon-item__count {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .block-icon-item__count {
    font-size: 20px;
  }
}
@media (min-width: 1220px) {
  .block-icon-item__count {
    font-size: 26px;
    line-height: 36px;
  }
}
.block-icon-item__count:hover a {
  color: #fa5757;
  border-color: #fa5757;
}
.block-icon-item__count a {
  color: #008ace;
  border-bottom: 1px solid #008ace;
}
.block-icon .text-minor--inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .block-icon .text-minor--inner {
    padding: 0 30px;
  }
}
@media (min-width: 1220px) {
  .block-icon .text-minor--inner {
    padding: 0 40px;
  }
}
/* icon -list */
.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .icon-list {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .icon-list {
    margin-top: 40px;
  }
}
@media (min-width: 1220px) {
  .icon-list {
    margin-top: 50px;
  }
}
.icon-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .icon-list__item {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .icon-list__item {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .icon-list__item:nth-child(odd) {
    padding-right: 40px;
  }
}
.icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-item.--hovered:hover .icon-item__img {
  border-color: #fa5757;
}
.icon-item.--hovered:hover .title-h4 {
  color: #fa5757;
}
.icon-item.--hovered:hover .title-h4 a {
  color: #fa5757;
  border-color: #fa5757;
}
.icon-item__img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62px;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px;
  height: 62px;
  border: 2px solid #bababa;
  margin-right: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .icon-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    height: 90px;
    margin-right: 30px;
  }
}
@media (min-width: 1220px) {
  .icon-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 110px;
  }
}
.icon-item__img img {
  max-width: 80%;
}
@media (min-width: 1024px) {
  .icon-item__img img {
    max-width: 70%;
  }
}
.icon-item__content {
  padding-top: 0px;
}
@media (min-width: 1220px) {
  .icon-item__content {
    padding-top: 10px;
  }
}
.icon-item__content .title-h4 {
  margin-bottom: 10px;
}
.icon-item__content .title-h4 a {
  color: #303b41;
  border-bottom: 1px solid rgba(48, 59, 65, 0.2);
}
.icon-item__content .title-h4 span {
  display: inline-block;
}
.icon-item--count:hover .title-h4 {
  color: #303b41;
}
.icon-item--count .icon-item__img {
  border-radius: 0;
  border: none;
  background: url(/local/templates/main/css/../img/icon_pattern.png) no-repeat center;
  background-size: contain;
}
.icon-item--count .icon-item__img img {
  max-width: 40%;
  height: 36px;
}
@media (min-width: 768px) {
  .icon-item--count .icon-item__img img {
    max-width: 100%;
  }
}
/* section */
.bg {
  position: relative;
}
.bg:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -90px;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(/local/templates/main/css/../img/bluedot-pattern.png) repeat;
}
.bg--min:before {
  height: 350px;
}
/* block-comment */
.comment-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .comment-block {
    margin-bottom: 50px;
  }
}
@media (min-width: 1220px) {
  .comment-block {
    margin-bottom: 60px;
  }
}
.comment-block__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  overflow: hidden;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .comment-block__img {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .comment-block__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    margin-right: 60px;
  }
}
@media (min-width: 1024px) {
  .comment-block__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}
@media (min-width: 1220px) {
  .comment-block__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin-right: 80px;
  }
}
.comment-block__img img {
  max-width: 100%;
  height: auto;
}
.comment-block__content {
  color: #ffffff;
}
@media (min-width: 480px) {
  .comment-block__content {
    padding-top: 20px;
  }
}
@media (min-width: 1220px) {
  .comment-block__content {
    padding-top: 40px;
  }
}
.comment-content {
  position: relative;
}
@media (min-width: 480px) {
  .comment-content:before {
    content: 'Â«';
    font-size: 34px;
    font-weight: 300;
    position: absolute;
    color: #fff;
    left: -20px;
    top: -6px;
  }
}
@media (min-width: 768px) {
  .comment-content:before {
    font-size: 64px;
    left: -36px;
    top: -8px;
  }
}
.comment-content__text {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .comment-content__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1220px) {
  .comment-content__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.comment-content__person .person-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 768px) {
  .comment-content__person .person-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1220px) {
  .comment-content__person .person-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.comment-content__person .person-work {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .comment-content__person .person-work {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1220px) {
  .comment-content__person .person-work {
    font-size: 18px;
    line-height: 24px;
  }
}
/* block */
.block {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block {
    margin-bottom: 50px;
  }
}
@media (min-width: 1220px) {
  .block {
    margin-bottom: 60px;
  }
}
.block .title-h2 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .block .title-h2 {
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .block .title-h2 {
    padding-left: 40px;
  }
}
.block__inner {
  overflow: hidden;
  padding: 30px 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
  box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
}
@media (min-width: 768px) {
  .block__inner {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .block__inner {
    border-radius: 5px 5px 5px 5px;
  }
}
@media (min-width: 1220px) {
  .block__inner {
    padding: 40px;
  }
}
.block__inner .title-h2 {
  padding-left: 0px;
}
/*section help*/
@media (min-width: 480px) {
  .block--help .block__inner {
    text-align: center;
  }
}
.block-help__inner {
  border-radius: 5px 5px 0px 0px;
}
@media (min-width: 1024px) {
  .top-block .block-help .block__inner {
    border-radius: 5px 5px 0px 0px;
  }
}
/*section price */
.block--price .hide-show-block {
  margin: 0px -15px;
}
@media (min-width: 768px) {
  .block--price .hide-show-block {
    margin: 0px -30px;
  }
}
@media (min-width: 1220px) {
  .block--price .hide-show-block {
    margin: 0px -40px;
  }
}
.block--price .e_table {
  margin: 20px 0;
}
/* contrect*/
.contract-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contract-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contract-grid__content {
  padding-right: 40px;
}
.contract-grid__example {
  margin-top: 10px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  padding-bottom: 40px;
  background: #f5fafd;
}
@media (min-width: 768px) {
  .contract-grid__example {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    margin-top: -30px;
    margin-right: -30px;
    margin-left: 0;
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .contract-grid__example {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
}
@media (min-width: 1220px) {
  .contract-grid__example {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 480px;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    margin-top: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
  }
}
.example-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.example-grid__text {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .example-grid__text {
    padding-right: 30px;
  }
}
@media (min-width: 1220px) {
  .example-grid__text {
    padding-right: 40px;
  }
}
.example-grid__text .title-h4 {
  margin-bottom: 20px;
}
.example-grid__text .save-example {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .example-grid__text .save-example {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .example-grid__text .save-example {
    position: relative;
  }
}
.example-grid__img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .example-grid__img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .example-grid__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91px;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
  }
}
@media (min-width: 1220px) {
  .example-grid__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 121px;
    -ms-flex: 0 0 121px;
    flex: 0 0 121px;
  }
}
.example-grid__img img {
  max-width: 100%;
}
.save-example {
  font-family: Montserrat, sans-serif;
  color: #303b41;
  font-weight: 400;
  border: 2px solid #008ace;
  display: block;
  padding: 13px 12px;
  text-align: center;
  max-width: 200px;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 1220px) {
  .save-example {
    max-width: 260px;
    padding: 17px 26px;
  }
}
.save-example:hover {
  border-color: #fa5757;
}
/* block-img */
.block-img {
  padding: 30px;
  position: relative;
  min-height: 190px;
}
@media (max-width: 767px) {
  .block-img {
    background-size: auto 190px !important;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .block-img {
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  .block-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .block-img {
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 1220px) {
  .block-img {
    padding: 40px;
  }
}
.block-img__text {
  position: relative;
  z-index: 3;
}
.block-img .title-h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .block-img .title-h2 + .title-h4 {
    margin-top: 20px;
  }
}
.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-block__item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .list-block__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .list-block__item:nth-child(1) {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .list-block__item:nth-child(1) {
    padding-right: 30px;
  }
}
@media (min-width: 1220px) {
  .list-block__item:nth-child(1) {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .list-block__item:nth-child(2) {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .list-block__item:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .list-block__item:nth-child(2) {
    padding-right: 40px;
  }
}
.list-block .title-h4 {
  margin-bottom: 30px;
}
.center-block {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #f5fafd;
  border-radius: 5px 5px 5px 5px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  .center-block {
    margin-top: 40px;
    padding: 25px;
  }
}
.center-block img {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .center-block img {
    margin-right: 40px;
  }
}
@media (min-width: 480px) {
  .center-block {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1220px) {
  .center-block {
    font-size: 18px;
    line-height: 22px;
  }
}
/*info-block*/
.info-block {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .info-block {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .info-block {
    padding-right: 50px;
  }
}
@media (min-width: 1220px) {
  .info-block {
    padding-right: 50px;
    margin-bottom: 60px;
  }
}
.info-block__ico {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background: url(/local/templates/main/css/../img/svg/i.svg) no-repeat left top 20px;
  background-size: 25px 54px;
  display: none;
}
@media (min-width: 768px) {
  .info-block__ico {
    display: block;
  }
}
@media (min-width: 1024px) {
  .info-block__ico {
    background-size: 32px 69px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
@media (min-width: 1220px) {
  .info-block__ico {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.info-block__content {
  -webkit-box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
  box-shadow: 0 0 33px rgba(0, 49, 73, 0.17);
  background: #fff;
  padding: 30px 20px;
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
  border-left: 8px solid #fff4dc;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 768px) {
  .info-block__content {
    font-size: 16px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .info-block__content {
    padding: 40px;
  }
}
@media (min-width: 1220px) {
  .info-block__content {
    font-size: 18px;
  }
}
.info-block__content .title-h2 {
  font-style: normal;
}
.info-block__content--normal {
  font-style: normal;
}
.call-block {
  text-align: center;
  max-width: 930px;
  margin: 0px auto ;
}
@media (min-width: 480px) {
  .call-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .call-block {
    margin: 0px auto ;
  }
}
.call-block .title-h2 {
  font-weight: 400;
}
.call-block .e_input input {
  border-color: #008ace;
}
.call-block .e_checkbox span {
  color: #ffffff;
}
.call-block .e_file i {
  background: url(/local/templates/main/css/../img/svg/plus_white.svg) no-repeat;
  background-size: contain;
}
.call-block .e_file span {
  color: #ffffff;
}
/* form */
.e_radio input[type="radio"] {
  display: none;
}
.e_radio input[type="radio"]:checked + div {
  background: #fff;
  color: #fa5757;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1220px) {
  .e_radio input[type="radio"]:checked + div {
    font-size: 16px;
  }
}
.e_radio div {
  border-radius: 5px 5px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 9px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 480px) {
  .e_radio div {
    padding: 15px 12px;
  }
}
@media (min-width: 1024px) {
  .e_radio div {
    padding: 15px 14px;
  }
}
@media (min-width: 1220px) {
  .e_radio div {
    font-size: 16px;
    line-height: 22px;
    padding: 18px 14px;
  }
}
.e_radio div span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.e_radio div span:hover {
  border-bottom-color: #fff;
}
.e_textarea {
  font-family: Montserrat, sans-serif;
}
.e_textarea textarea {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  border: 2px solid transparent;
  padding: 14px;
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  min-height: 130px;
  max-height: 200px;
  resize: vertical;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 1024px) {
  .e_textarea textarea {
    font-size: 16px;
  }
}
.e_textarea textarea::-webkit-input-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_textarea textarea::-moz-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_textarea textarea:-moz-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_textarea textarea:-ms-input-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_textarea textarea:focus {
  border-color: #fa5757;
}
.e_input {
  font-family: Montserrat, sans-serif;
}
.e_input.error input {
  border-color: #E31E24
}
.e_input input {
  text-align: center;
  background: #fff;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  border: 2px solid transparent;
  padding: 0 14px;
  color: #2e3b41;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 1220px) {
  .e_input input {
    font-size: 16px;
    height: 60px;
  }
}
.e_input input::-webkit-input-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_input input::-moz-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_input input:-moz-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_input input:-ms-input-placeholder {
  color: rgba(46, 59, 65, 0.5);
}
.e_input input:focus {
  border-color: #fa5757;
}
.e_checkbox label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  position: relative;
  cursor: pointer;
}
.e_checkbox label input[type="checkbox"] {
  display: none;
}
.e_checkbox label input[type="checkbox"]:checked + i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(/local/templates/main/css/../img/svg/gal.svg) no-repeat center;
  background-size: 19px 14px;
}
.e_checkbox label i {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  box-shadow: inset 0 4px 12px rgba(0, 42, 63, 0.3);
  background: #fff;
  border-radius: 5px 5px 5px 5px;
}
.e_checkbox label span {
  color: #2e3b41;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
  padding-left: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 4px;
}
@media (min-width: 1220px) {
  .e_checkbox label span {
    font-size: 16px;
    line-height: 22px;
  }
}
.e_file label {
  font-family: Montserrat, sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.e_file label i {
  width: 18px;
  height: 18px;
  background: url(/local/templates/main/css/../img/svg/plus.svg) no-repeat center;
  position: absolute;
  top: 4px;
  left: 0;
}
.e_file label span {
  padding-left: 30px;
  color: #2e3b41;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1220px) {
  .e_file label span {
    font-size: 16px;
    line-height: 22px;
  }
}
.e_file label input[type="file"] {
  display: none;
}
.form-add-phone {
  margin-top: 40px;
  text-align: center;
}
.form-add-phone__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .form-add-phone__inner {
    max-width: 870px;
  }
}
.form-add-phone__inner .e_input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .form-add-phone__inner .e_input {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .form-add-phone__inner .e_input {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .form-add-phone__inner .e_input {
    padding: 0 20px;
  }
}
.form-add-phone__inner .e_checkbox {
  text-align: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .form-add-phone__inner .e_checkbox {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .form-add-phone__inner .e_checkbox {
    padding: 0 15px;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (min-width: 1024px) {
  .form-add-phone__inner .e_checkbox {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1220px) {
  .form-add-phone__inner .e_checkbox {
    -webkit-flex-basis: 50.6%;
    -ms-flex-preferred-size: 50.6%;
    flex-basis: 50.6%;
  }
}
.form-add-phone__inner .e_file {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .form-add-phone__inner .e_file {
    margin-top: 0;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .form-add-phone__inner .e_file {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .form-add-phone__inner .e_file {
    padding: 0 20px;
  }
}
.form-add-phone .form-add-phone-btn {
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .form-add-phone .form-add-phone-btn {
    margin-top: 40px;
  }
}
.form-add-phone__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-add-phone__inline {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.form-add-phone__inline .e_input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-add-phone__inline .e_input {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-flex-basis: 310px;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
  }
}
@media (min-width: 1220px) {
  .form-add-phone__inline .e_input {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }
}
.form-add-phone__inline .e_checkbox {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .form-add-phone__inline .e_checkbox {
    margin-bottom: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .form-add-phone__inline .e_checkbox {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.form-add-phone__inline .form-add-phone-btn {
  margin-left: 20px;
  margin-top: 0;
  max-width: 180px;
}
@media (min-width: 1220px) {
  .form-add-phone__inline .form-add-phone-btn {
    max-width: 260px;
  }
}
.form-add-phone-btn {
  text-align: center;
  height: 50px;
  padding: 0 20px;
  background-color: #fa5757;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
  box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  width: 100%;
  max-width: 320px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 1024px) {
  .form-add-phone-btn {
    max-width: 420px;
  }
}
@media (min-width: 1220px) {
  .form-add-phone-btn {
    font-size: 18px;
    max-width: 492px;
    height: 60px;
  }
}
.form-add-phone-btn:hover {
  background-color: #ff7070;
}
/* table */
.e_table {
  color: #2e3b41;
  font-family: Montserrat, sans-serif;
}
.e_table thead th {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .e_table thead th {
    padding: 20px 30px;
  }
}
@media (min-width: 1220px) {
  .e_table thead th {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.e_table thead th:nth-child(2) {
  text-align: center;
}
.e_table tbody tr:nth-child(even) {
  background-color: rgba(0, 138, 206, 0.04);
}
.e_table tbody td {
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .e_table tbody td {
    padding: 20px;
  }
}
@media (min-width: 1220px) {
  .e_table tbody td {
    font-size: 16px;
    line-height: 22px;
  }
}
.e_table tbody td:nth-child(1) {
  width: 68%;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .e_table tbody td:nth-child(1) {
    width: 80%;
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .e_table tbody td:nth-child(1) {
    padding-left: 40px;
  }
}
.e_table tbody td:nth-child(2) {
  text-align: center;
  width: 32%;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .e_table tbody td:nth-child(2) {
    width: 20%;
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .e_table tbody td:nth-child(2) {
    padding-left: 40px;
  }
}
.e_table tbody td span {
  display: block;
  color: #008ace;
  font-weight: 700;
}
/* Tabs */
.e_tabs {
  position: relative;
}
.e_tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1220px) {
  .e_tabs-list {
    padding-left: 40px;
  }
}
.e_tabs-list__item {
  padding: 16px 14px 16px 20px;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1220px) {
  .e_tabs-list__item {
    padding: 19px 14px 19px 20px;
  }
}
.e_tabs-list__item.active {
  background: #ffffff;
}
.e_tabs-list__item.active a {
  color: #fa5757;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1220px) {
  .e_tabs-list__item.active a {
    font-size: 15px;
  }
}
.e_tabs-list__item a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
@media (min-width: 1220px) {
  .e_tabs-list__item a {
    font-size: 16px;
    line-height: 22px;
  }
}
.e_tabs-list__item a:hover {
  border-bottom: 1px dashed #ffffff;
}
@media (max-width: 767px) {
  .e_tabs-list {
    padding-left: 0;
    background: #ffffff;
  }
  .e_tabs-list__item {
    display: none;
  }
  .e_tabs-list__item.active {
    padding: 18px 35px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .e_tabs-list__item.active a {
    font-size: 14px;
  }
}
.e_tabs-carusel {
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .e_tabs-carusel {
    display: none;
  }
}
.e_tabs-carusel__arrow {
  position: absolute;
  width: 7px;
  height: 11px;
  padding: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.e_tabs-carusel__arrow--left {
  background: url(/local/templates/main/css/../img/svg/arrow_left.svg) no-repeat center;
  left: 5px;
}
@media (min-width: 480px) {
  .e_tabs-carusel__arrow--left {
    left: 30px;
  }
}
.e_tabs-carusel__arrow--right {
  background: url(/local/templates/main/css/../img/svg/arrow_right.svg) no-repeat center;
  right: 5px;
}
@media (min-width: 480px) {
  .e_tabs-carusel__arrow--right {
    right: 30px;
  }
}
.e_tabs__content {
  background: #fff;
  padding: 30px 15px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2e3b41;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .e_tabs__content {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .e_tabs__content {
    margin-top: -4px;
    border-radius: 5px 5px 5px 5px;
  }
}
@media (min-width: 1220px) {
  .e_tabs__content {
    padding: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
.e_tabs__content.active {
  display: block;
}
.e_tabs__content .title-h4 {
  margin-bottom: 10px;
}
@media (min-width: 1220px) {
  .e_tabs__content .title-h4 {
    margin-bottom: 20px;
  }
}
.content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-tabs__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .content-tabs__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .content-tabs__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}
@media (min-width: 1220px) {
  .content-tabs__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 40px;
  }
}
.content-tabs__img img {
  max-width: 80%;
  height: auto;
}
@media (min-width: 1024px) {
  .content-tabs__img img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-tabs__text {
    padding-right: 50px;
  }
}
@media (min-width: 1220px) {
  .content-tabs__text {
    padding-right: 100px;
  }
}
.e_list li {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1220px) {
  .e_list li {
    font-size: 16px;
    line-height: 22px;
  }
}
.e_list li:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #fa5757;
  position: absolute;
  left: 0;
  top: 6px;
}
/* hide-show-block */
.hide-show-block {
  position: relative;
  overflow: hidden;
}
.hide-show-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 218, 255, 0)), color-stop(10%, rgba(163, 221, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(153, 218, 255, 0) 0%, rgba(163, 221, 255, 0) 10%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(153, 218, 255, 0) 0%, rgba(163, 221, 255, 0) 10%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(153, 218, 255, 0) 0%, rgba(163, 221, 255, 0) 10%, #ffffff 100%);
}
.hide-show-block.open {
  height: auto !important;
}
.hide-show-btn {
  text-align: center;
}
.hide-show-btn span {
  font-family: Montserrat, sans-serif;
  color: #303b41;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #008ace;
  padding: 13px 77px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
}
@media (min-width: 1220px) {
  .hide-show-btn span {
    padding: 18px 77px;
  }
}
.hide-show-btn span:hover {
  border-color: #fa5757;
}
.title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.title-box .title-h1 {
  margin-bottom: 0;
}
.title-box .title-h1 + .float_price {
  margin-left: auto;
}
.title-box .float_price {
  background: #07b5df;
  border-radius: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
  color: #fff;
  padding: 9px 25px;
}
.title-box .float_price:hover {
  text-decoration: underline;
}
/* popup */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 26, 28, 0.9);
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup {
  border-radius: 5px;
  background: #008ace;
  width: 100%;
  overflow: hidden;
}
@media (max-height: 660px) {
  .popup {
    max-height: 90vh;
  }
}
@media (min-width: 480px) {
  .popup {
    max-width: 385px;
  }
}
@media (min-width: 1024px) {
  .popup {
    max-width: 480px;
  }
}
@media (min-width: 1220px) {
  .popup {
    max-width: 600px;
  }
}
.popup-content {
  position: relative;
  padding: 30px 0 0;
  overflow-x: auto;
}
@media (max-height: 660px) {
  .popup-content {
    height: 90vh;
  }
}
@media (min-width: 1220px) {
  .popup-content {
    padding: 40px 0 0;
  }
}
.popup__inner {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup__inner {
    padding: 30px 15px;
  }
}
@media (min-width: 1024px) {
  .popup__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1220px) {
  .popup__inner {
    padding: 40px 25px;
  }
}
.popup__inner .popup-input-name {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0 15px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .popup__inner .popup-input-name {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.popup__inner .e_input {
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.popup__inner .e_input input {
  text-align: left;
}
.popup__inner .e_file {
  padding: 0 15px;
  margin-bottom: 20px;
}
.popup__inner .e_textarea {
  -webkit-flex-basis: 69%;
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  padding: 0 15px 0 11px;
  margin-bottom: 20px;
}
.popup__inner .e_textarea textarea {
  min-height: 90px;
}
@media (min-width: 1220px) {
  .popup__inner .e_textarea {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 15px;
  }
}
.popup__down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .popup__down {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}
.popup__down .e_checkbox {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .popup__down .e_checkbox {
    padding: 0 15px;
    margin-bottom: 0;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media (min-width: 768px) {
  .popup__down .e_checkbox label span {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .popup__down .popup-submit {
    margin-right: 15px;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
  }
}
.popup-title {
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popup-title {
    padding-left: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1220px) {
  .popup-title {
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
}
.popup-input-name {
  color: #2e3b41;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1220px) {
  .popup-input-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.popup-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/css/../img/svg/x.svg) no-repeat center;
  background-size: contain;
}
.popup-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 480px) {
  .popup-radio {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .popup-radio {
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .popup-radio {
    padding-left: 40px;
  }
}
.popup-submit {
  text-align: center;
  padding: 0 20px;
  background-color: #fa5757;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
  box-shadow: 0 14px 33px rgba(0, 49, 73, 0.17);
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px 5px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .popup-submit {
    margin-bottom: 0;
  }
}
@media (min-width: 1220px) {
  .popup-submit {
    height: 60px;
    font-size: 16px;
  }
}
.article-grid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-grid .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .article-grid .column:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(-280%);
    -ms-flex: 1 1 calc(-280%);
    flex: 1 1 calc(-280%);
  }
  .article-grid .column:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-left: 50px;
  }
}
.aside-info {
  padding: 30px 0 30px 0;
}
@media (min-width: 1024px) {
  .aside-info {
    padding: 0 40px 40px 70px;
  }
}
.aside-info_bg {
  padding: 30px 0 30px 70px;
  border-radius: 5px;
  background: #f5fafd;
  position: relative;
}
@media (min-width: 1024px) {
  .aside-info_bg {
    padding: 30px 40px 40px 70px;
  }
}
.aside-info_bg:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 20px;
  height: 40px;
  background: url(/local/templates/main/css/../img/svg/i_blue.svg) no-repeat center;
  background-size: contain;
}
.aside-info__title {
  color: #303b41;
  margin-bottom: 5px;
}
.aside-info__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}
.aside-info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/main/js/libs/jquery-ui-1.12.1.custom/jquery-ui.css?177158505123338*/
/*! jQuery UI - v1.12.1 - 2018-05-10
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, selectmenu.css, button.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/main/js/libs/jquery-ui-1.12.1.custom/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/main/js/libs/disAjaxWin/styles.css?17715850516203*/
.disAjaxWinOverlay {
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9500;
	position: fixed;
	overflow-x: auto;
	overflow-y: scroll;
}
.disAjaxWin-lock {
	overflow:hidden !important;
	position: fixed !important;
	width: 100% !important;
}
.disAjaxWin_wrap {
	display: none;
	width:auto;
	height:auto;
	z-index: 9500;
	padding: 10px;
	position: absolute;
}
.disAjaxWin {
	border:0px solid #97afcd;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);
}
.disAjaxWin div.dis-TL {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/coners_L.png") no-repeat scroll 0 0 transparent;
	padding-left: 6px;
	position: relative;
}
.disAjaxWin div.dis-TR {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/coners_R.png") no-repeat scroll right 0 transparent;
	padding-right: 6px;
	position: relative;
}
.disAjaxWin div.dis-TC {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/TB.png") repeat-x scroll 0 0 transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	padding: 1px 0 4px 0;
}
.disAjaxWin div.dis-TC div.dis-btnClose {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/btn_close.png") 0 0 transparent no-repeat;
	cursor: pointer;
	float: right;
	height: 15px;
	margin-left: 2px;
	margin-top: 4px;
	overflow: hidden;
	position: relative;
	width: 15px;
}
.disAjaxWin div.dis-TC div.dis-btnClose-hover {
	background-position:0 -15px;
}
.disAjaxWin div.dis-TC div.dis-title {
	margin:3px 0 0 0;
	color: #15428B;
	cursor: default;
	font: bold 11px Arial;
	vertical-align: 3px;
}
/*.disAjaxWin div.dis-TL:hover, .disAjaxWin div.dis-TR:hover, .disAjaxWin div.dis-TC:hover, .disAjaxWin div.dis-TC div.dis-title:hover {
	cursor:move;
}*/
.disAjaxWin div.dis-CL {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/LR.png") repeat-y scroll 0 0 transparent;
	padding-left: 6px;
}
.disAjaxWin div.dis-CR {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/LR.png") repeat-y scroll right 0 transparent;
	padding-right: 6px;
}
.disAjaxWin div.dis-CC {
	background: #CAD9EC;
	border-color: #A3BAE9 #DFE8F6 #DFE8F6 #A3BAE9;
	border-style: solid;
	border-width: 1px;
}
.disAjaxWin div.dis-CC div.dis-body {
	border-color: #DFE8F6 #A3BAE9 #A3BAE9 #DFE8F6;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	color:#000;
}
.disAjaxWin div.dis-BL {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/coners_L.png") no-repeat scroll 0 bottom transparent;
	padding-left: 6px;
}
.disAjaxWin div.dis-BR {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/coners_R.png") no-repeat scroll right bottom transparent;
	padding-right: 6px;
}
.disAjaxWin div.dis-BC {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/TB.png") repeat-x scroll 0 bottom transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height:6px;
}


#disAjaxWin {
	font:normal 12px Arial;
}
.disAjaxWin div.dis-CC div.dis-body .disTitle {
	display:none;
}

body div#disAjax_indicator {
	bottom: 0;
	display: none;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
body div#disAjax_indicator div {
	background: url("/local/templates/main/js/libs/disAjaxWin/images/preloader.svg") center center no-repeat;
	background-color: rgba(255, 255, 255, 0.9);
	background-size: 80px 80px;
	border-radius: 50%;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
}
body.loading div#disAjax_indicator {
	display: block;
}

.disAjaxWinShadow {
	display: none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 9500;
	background-color:#000;
	position: fixed;
}

/* Стиль clear */
.disAjaxWin_wrap.clear_disAjaxWin {
	padding: 40px;
}
.clear_disAjaxWin .disAjaxWin {
	border: none;
	background: transparent;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.clear_disAjaxWin div.dis-TL {
	background:none;
	padding-left: 0;
}
.clear_disAjaxWin div.dis-TR {
	background:none;
	padding-right: 0;
}
.clear_disAjaxWin div.dis-TC {
	overflow:visible;
	background:none;
	padding:0;
}
.clear_disAjaxWin div.dis-TC div.dis-btnClose {
	display:block;
	position: fixed;
	float:none;
	width: 36px;
	height: 36px;
	text-align: center;
	right: 25px;
	top: 10px;
	background: rgba(0,0,0,.2);
	margin:0;
	padding:0;
	z-index: 2000;
}
@media (max-width: 950px) {
	.clear_disAjaxWin div.dis-TC div.dis-btnClose {
		right: 5px;
		top: 5px;
	}
}
@media (max-width: 580px) {
	.disAjaxWin_wrap.clear_disAjaxWin {
		padding: 10px;
	}
	.clear_disAjaxWin div.dis-TC div.dis-btnClose {
		right: 0;
		top: 0;
	}
}
@media (max-width: 480px) {
	.disAjaxWin_wrap.clear_disAjaxWin {
		padding: 0;
	}
}
.clear_disAjaxWin div.dis-TC div.dis-btnClose:after {
	display: block;
	margin-top: 5px;
	content: "×";
	color: #fff;
	font-size: 40px;
	line-height: 27px;
}
.clear_disAjaxWin div.dis-TC div.dis-btnClose-hover {
	background-position: 100% 0;
}
.clear_disAjaxWin div.dis-TC div.dis-title {
	display: none;
	margin: 0 40px;
	padding: 30px 0 30px;
	color: #313131;
	font-size: 30px;
	font-family: Arial;
	line-height: 1.4;
	font-weight: bold;
}
.clear_disAjaxWin div.dis-CL {
	background: none;
	padding-left: 0;
}
.clear_disAjaxWin div.dis-CR {
	background:none;
	padding-right:0;
}
.clear_disAjaxWin div.dis-CC {
	background: none;
	border-color: #fff;
	border-style: solid;
	border-width: 0px;
}
.clear_disAjaxWin div.dis-CC div.dis-body {
	background: none;
	border-style: solid;
	border-width: 0;
	padding: 0;
	color: #2b2b2b;
}
.clear_disAjaxWin div.dis-CC div.dis-footer {
	padding:10px;
	margin:10px -20px -20px -20px;
	background:#F0F0EF;
	border-radius:0 0 4px 4px;
}
.clear_disAjaxWin div.dis-BL {
	background: none;
	padding-left: 0;
}
.clear_disAjaxWin div.dis-BR {
	background:none;
	padding-right:0;
}
.clear_disAjaxWin div.dis-BC {
	background:none;
	height:0;
}
.clear_disAjaxWinShadow {
	background:none;
	cursor:pointer;
}
.clear_disAjaxWinShadow {
	background-color: #000;
}
/* End */


/* Start:/local/templates/main/js/libs/disDropdown/styles.css?17715850514438*/
.dis-dropdown-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 14px;
	padding: 8px 0;
	text-align: left;
	margin: 0;
	min-width: 150px;
	z-index: 1000;
}
.dis-dropdown-menu .item {
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: #000;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}
.dis-dropdown-menu .item {
	border-top: 1px solid #f0f0f0;
}
.dis-dropdown-menu li:first-child .item,
.dis-dropdown-menu li.title + li .item {
	border-top: none;
}
.dis-dropdown-menu .item:hover {
	background-color: #EBF2F4;
}
.dis-dropdown-menu .item[data-count] {
	padding-right: 45px;
}
.dis-dropdown-menu .item[data-icon] {
	padding-left: 45px;
}
.dis-dropdown-menu .item[data-icon-right] {
	padding-right: 38px;
}
.dis-dropdown-menu .item[data-count]:after,
.dis-dropdown-menu .item[data-icon-right]:after,
.dis-dropdown-menu .item[data-icon]:before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.dis-dropdown-menu .item[data-count]:after {
	right: 10px;
	content: attr(data-count);
	background-color: #F21E16;
	color: #fff;
	padding: 1px 2px;
	min-width: 20px;
	border-radius: 3px;
}
.dis-dropdown-menu .item[data-icon]:before {
	left: 10px;
	width: 25px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.dis-dropdown-menu .item[data-icon-right]:after {
	right: 10px;
	font-size: 16px;
	color: #999;
}
.dis-dropdown-menu .item[data-icon="circle"]:before {
	color: #dddddd;
	font-size: 10px;
}
.dis-dropdown-menu .sep {
	background: #d9d9d9;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 5px 0;
}
.dis-dropdown-menu .title {
	padding: 5px 15px;
	font-weight: bold;
	color: #999;
}
.dis-dropdown-menu:before {
	display: block;
	position: absolute;
	width:100%;
	height:16px;
	top: -16px;
	left: 0;
	content: "";
	background:url(/local/templates/main/js/libs/disDropdown/images/menu-coner.png) 50% bottom no-repeat;
}
.open .dis-dropdown-menu {
	display: block;
}
.dis-dropdown-menu.pos-l {
	left: 0;
}
.dis-dropdown-menu.pos-c {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.dis-dropdown-menu.pos-r {
	right: 0;
}
.dis-dropdown-menu.pos-t {
	bottom: 100%;
	margin-bottom: 15px;
}
.dis-dropdown-menu.pos-b {
	top: 100%;
	margin-top: 15px;
}
.dis-dropdown-menu.pos-t:before {
	top: auto;
	bottom: -16px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dis-dropdown-menu.pos-t.pos-r:before,
.dis-dropdown-menu.pos-b.pos-l:before {
	background-position-x: 5px;
}
.dis-dropdown-menu.pos-t.pos-l:before,
.dis-dropdown-menu.pos-b.pos-r:before {
	background-position-x: calc(100% - 5px);
}

/* FontAwesome */
.dis-dropdown-menu [data-icon]:before,
.dis-dropdown-menu [data-icon-right]:after {
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}
.dis-dropdown-menu [data-icon="star"]:before {
	content: "\f005";
}
.dis-dropdown-menu [data-icon="address-card"]:before {
	content: "\f2bb";
}
.dis-dropdown-menu [data-icon="heart"]:before {
	content: "\f004";
}
.dis-dropdown-menu [data-icon="sign-out"]:before {
	content: "\f08b";
}
.dis-dropdown-menu [data-icon="circle"]:before {
	content: "\f111";
}
.dis-dropdown-menu [data-icon="edit"]:before {
	content: "\f044";
}
.dis-dropdown-menu [data-icon="lock"]:before {
	content: "\f023";
}
.dis-dropdown-menu [data-icon="basket"]:before {
	content: "\f291";
}
.dis-dropdown-menu [data-icon="cubes"]:before {
	content: "\f1b3";
}
.dis-dropdown-menu [data-icon="cube"]:before {
	content: "\f1b2";
}
.dis-dropdown-menu [data-icon="user-remove"]:before {
	content: "\f235";
}
.dis-dropdown-menu [data-icon="user-add"]:before {
	content: "\f234";
}
.dis-dropdown-menu [data-icon-right="check"]:after {
	content: "\f00c";
}
/* End */


/* Start:/local/templates/main/js/libs/ddText/styles.css?17715850511083*/

.ddtext {
	max-height: 150px;
	overflow: hidden;
	position: relative;
}
.ddtext.active {
	max-height: none !important;
}
.ddtext[data-init]:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff');
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	height: 60%;
	z-index: 1;
}
.ddtext.active[data-init]:after {
	display: none;
}
.ddtext__action {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	background-color: #fff;
	z-index: 2;
	color: #848484;
}
.ddtext.active .ddtext__action {
	position: inherit;
	padding-top: 0;
}
.ddtext__action > a:before {
	color: #000;
	text-decoration: underline;
	content: attr(data-name-show);
}
.ddtext.active .ddtext__action > a:before {
	content: attr(data-name-hide);
}
/* End */


/* Start:/local/templates/main/js/libs/mCustomScrollbar/jquery.mCustomScrollbar.css?177158505155003*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ /*margin-right: 30px;*/ }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 13px;
		right: 0;
		bottom: 12px;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		background-color: #ccc !important;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
		background-color: #da634c !important;
		opacity: 1;
	}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {

}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; right: 3px !important;}
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background: #ebebeb;
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/main/js/libs/mCustomScrollbar/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/local/templates/main/js/libs/slick/slick.css?17715850511895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/js/libs/lightbox2/lightbox.css?17715850513921*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.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(/local/templates/main/js/libs/lightbox2/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/main/js/libs/lightbox2/../images/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-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(/local/templates/main/js/libs/lightbox2/../images/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(/local/templates/main/js/libs/lightbox2/../images/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;
}

/* End */


/* Start:/local/templates/main/libs/lightgallery/css/lightgallery.min.css?177158505120531*/
@font-face{font-family:lg;src:url(/local/templates/main/libs/lightgallery/css/../fonts/lg.eot?n1z373);src:url(/local/templates/main/libs/lightgallery/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/local/templates/main/libs/lightgallery/css/../fonts/lg.woff?n1z373) format("woff"),url(/local/templates/main/libs/lightgallery/css/../fonts/lg.ttf?n1z373) format("truetype"),url(/local/templates/main/libs/lightgallery/css/../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/local/templates/main/libs/lightgallery/css/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/local/templates/main/libs/lightgallery/css/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/local/templates/main/libs/lightgallery/css/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/local/templates/main/libs/lightgallery/css/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/local/templates/main/libs/lightgallery/css/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/local/templates/main/libs/lightgallery/css/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/local/templates/main/libs/lightslider/css/lightslider.min.css?17715850515534*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/local/templates/main/libs/lightslider/css/../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
/* End */


/* Start:/local/templates/main/css/protip.min.css?177158505173399*/
body .protip-container.protip-mixin--css-no-transition{transition:all 0s}body .protip-container.protip-mixin--css-bold{font-weight:bold}body .protip-container.protip-mixin--css-italic{font-style:italic}body .protip-container.protip-mixin--css-no-style{background:none;color:inherit}body .protip-container.protip-mixin--css-no-style .protip-arrow{display:none}.protip-container{position:absolute;left:0;top:0;z-index:50;line-height:1;opacity:0;pointer-events:none;box-sizing:border-box}.protip-container > i{position:absolute;left:10px}.protip-container > i + div{padding-left:20px}.protip-arrow{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;border-color:transparent}.protip-show{opacity:1;pointer-events:auto}.protip-skin-default--size-tiny{padding:8px;font-size:10px;border-radius:3px}.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -4px;border-width:4px 4px 0 4px}.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow{top:-4px;left:auto;margin:0 0 0 -4px;border-width:0 4px 4px 4px}.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-4px 0 0 0;border-width:4px 0 4px 4px}.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-4px 0 0 0;border-width:4px 4px 4px 0}.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0}.protip-skin-default--size-tiny[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0}.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px}.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px}.protip-skin-default--size-small{padding:13px;font-size:12px;border-radius:4px}.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -6px;border-width:6px 6px 0 6px}.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow{top:-6px;left:auto;margin:0 0 0 -6px;border-width:0 6px 6px 6px}.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-6px 0 0 0;border-width:6px 0 6px 6px}.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-6px 0 0 0;border-width:6px 6px 6px 0}.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-small[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0}.protip-skin-default--size-small[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-small[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0}.protip-skin-default--size-small[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px}.protip-skin-default--size-small[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px}.protip-skin-default--size-normal{padding:16px;font-size:15px;border-radius:6px}.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -8px;border-width:8px 8px 0 8px}.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow{top:-8px;left:auto;margin:0 0 0 -8px;border-width:0 8px 8px 8px}.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-8px 0 0 0;border-width:8px 0 8px 8px}.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-8px 0 0 0;border-width:8px 8px 8px 0}.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-normal[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0}.protip-skin-default--size-normal[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-normal[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0}.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px}.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px}.protip-skin-default--size-big{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -10px;border-width:10px 10px 0 10px}.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow{top:-10px;left:auto;margin:0 0 0 -10px;border-width:0 10px 10px 10px}.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-10px 0 0 0;border-width:10px 0 10px 10px}.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-10px 0 0 0;border-width:10px 10px 10px 0}.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-big[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0}.protip-skin-default--size-big[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-big[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0}.protip-skin-default--size-big[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px}.protip-skin-default--size-big[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px}.protip-skin-default--size-large{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -12px;border-width:12px 12px 0 12px}.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow{top:-12px;left:auto;margin:0 0 0 -12px;border-width:0 12px 12px 12px}.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-12px 0 0 0;border-width:12px 0 12px 12px}.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-12px 0 0 0;border-width:12px 12px 12px 0}.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-large[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0}.protip-skin-default--size-large[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-large[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0}.protip-skin-default--size-large[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px}.protip-skin-default--size-large[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px}.protip-skin-default--scheme-pro.protip-container{color:#000;background:#da2e2b;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-pro[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="top-right"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-default--scheme-blue.protip-container{color:#fff;background:#369;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-blue[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="top-right"] .protip-arrow{border-top-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#369}.protip-skin-default--scheme-blue[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#369}.protip-skin-default--scheme-blue[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#369}.protip-skin-default--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#369}.protip-skin-default--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#369}.protip-skin-default--scheme-red.protip-container{color:#fff;background:#802731;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-red[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="top-right"] .protip-arrow{border-top-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#802731}.protip-skin-default--scheme-red[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#802731}.protip-skin-default--scheme-red[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#802731}.protip-skin-default--scheme-red[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#802731}.protip-skin-default--scheme-red[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#802731}.protip-skin-default--scheme-aqua.protip-container{color:#fff;background:#339996;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-aqua[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="top-right"] .protip-arrow{border-top-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339996}.protip-skin-default--scheme-dark.protip-container{color:#fff;background:#333;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-dark[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="top-right"] .protip-arrow{border-top-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#333}.protip-skin-default--scheme-dark[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#333}.protip-skin-default--scheme-dark[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#333}.protip-skin-default--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#333}.protip-skin-default--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#333}.protip-skin-default--scheme-dark-transparent.protip-container{color:#fff;background:rgba(20,20,20,0.8);font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-black.protip-container{color:#fff;background:#000;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-black[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="top-right"] .protip-arrow{border-top-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#000}.protip-skin-default--scheme-black[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#000}.protip-skin-default--scheme-black[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#000}.protip-skin-default--scheme-black[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#000}.protip-skin-default--scheme-black[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#000}.protip-skin-default--scheme-leaf.protip-container{color:#fff;background:#339959;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-leaf[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="top-right"] .protip-arrow{border-top-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339959}.protip-skin-default--scheme-purple.protip-container{color:#fff;background:#613399;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-purple[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="top-right"] .protip-arrow{border-top-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#613399}.protip-skin-default--scheme-pink.protip-container{color:#000;background:#D457AA;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-pink[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="top-right"] .protip-arrow{border-top-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#D457AA}.protip-skin-default--scheme-orange.protip-container{color:#000;background:#E64426;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-orange[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="top-right"] .protip-arrow{border-top-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#E64426}.protip-skin-default--scheme-white.protip-container{color:#000;background:#FFF;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-white[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="top-right"] .protip-arrow{border-top-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#FFF}.protip-skin-square--size-tiny{padding:8px;font-size:10px}.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -4px;border-width:4px 4px 0 4px}.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow{top:-4px;left:auto;margin:0 0 0 -4px;border-width:0 4px 4px 4px}.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-4px 0 0 0;border-width:4px 0 4px 4px}.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-4px 0 0 0;border-width:4px 4px 4px 0}.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-tiny[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0}.protip-skin-square--size-tiny[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-tiny[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0}.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px}.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px}.protip-skin-square--size-small{padding:13px;font-size:12px}.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -6px;border-width:6px 6px 0 6px}.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow{top:-6px;left:auto;margin:0 0 0 -6px;border-width:0 6px 6px 6px}.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-6px 0 0 0;border-width:6px 0 6px 6px}.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-6px 0 0 0;border-width:6px 6px 6px 0}.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-small[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0}.protip-skin-square--size-small[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-small[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0}.protip-skin-square--size-small[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-small[data-pt-position="bottom-left-corner"] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px}.protip-skin-square--size-small[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-small[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px}.protip-skin-square--size-normal{padding:16px;font-size:15px}.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -8px;border-width:8px 8px 0 8px}.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow{top:-8px;left:auto;margin:0 0 0 -8px;border-width:0 8px 8px 8px}.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-8px 0 0 0;border-width:8px 0 8px 8px}.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-8px 0 0 0;border-width:8px 8px 8px 0}.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-normal[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0}.protip-skin-square--size-normal[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-normal[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0}.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px}.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px}.protip-skin-square--size-big{padding:20px;font-size:18px}.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -10px;border-width:10px 10px 0 10px}.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow{top:-10px;left:auto;margin:0 0 0 -10px;border-width:0 10px 10px 10px}.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-10px 0 0 0;border-width:10px 0 10px 10px}.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-10px 0 0 0;border-width:10px 10px 10px 0}.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-big[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0}.protip-skin-square--size-big[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-big[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0}.protip-skin-square--size-big[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-big[data-pt-position="bottom-left-corner"] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px}.protip-skin-square--size-big[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-big[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px}.protip-skin-square--size-large{padding:20px;font-size:18px}.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -12px;border-width:12px 12px 0 12px}.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow{top:-12px;left:auto;margin:0 0 0 -12px;border-width:0 12px 12px 12px}.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-12px 0 0 0;border-width:12px 0 12px 12px}.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-12px 0 0 0;border-width:12px 12px 12px 0}.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-large[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0}.protip-skin-square--size-large[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-large[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0}.protip-skin-square--size-large[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-large[data-pt-position="bottom-left-corner"] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px}.protip-skin-square--size-large[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-large[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px}.protip-skin-square--scheme-pro.protip-container{color:#000;background:#da2e2b;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-pro[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="top-right"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-square--scheme-blue.protip-container{color:#fff;background:#369;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-blue[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="top-right"] .protip-arrow{border-top-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#369}.protip-skin-square--scheme-blue[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#369}.protip-skin-square--scheme-blue[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#369}.protip-skin-square--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#369}.protip-skin-square--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#369}.protip-skin-square--scheme-red.protip-container{color:#fff;background:#802731;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-red[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="top-right"] .protip-arrow{border-top-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#802731}.protip-skin-square--scheme-red[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#802731}.protip-skin-square--scheme-red[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#802731}.protip-skin-square--scheme-red[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#802731}.protip-skin-square--scheme-red[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#802731}.protip-skin-square--scheme-aqua.protip-container{color:#fff;background:#339996;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-aqua[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="top-right"] .protip-arrow{border-top-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339996}.protip-skin-square--scheme-dark-transparent.protip-container{color:#fff;background:rgba(20,20,20,0.8);font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark.protip-container{color:#fff;background:#333;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-dark[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="top-right"] .protip-arrow{border-top-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#333}.protip-skin-square--scheme-dark[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#333}.protip-skin-square--scheme-dark[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#333}.protip-skin-square--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#333}.protip-skin-square--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#333}.protip-skin-square--scheme-black.protip-container{color:#fff;background:#000;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-black[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="top-right"] .protip-arrow{border-top-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#000}.protip-skin-square--scheme-black[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#000}.protip-skin-square--scheme-black[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#000}.protip-skin-square--scheme-black[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#000}.protip-skin-square--scheme-black[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#000}.protip-skin-square--scheme-leaf.protip-container{color:#fff;background:#339959;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-leaf[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="top-right"] .protip-arrow{border-top-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339959}.protip-skin-square--scheme-purple.protip-container{color:#fff;background:#613399;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-purple[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="top-right"] .protip-arrow{border-top-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#613399}.protip-skin-square--scheme-pink.protip-container{color:#000;background:#D457AA;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-pink[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="top-right"] .protip-arrow{border-top-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#D457AA}.protip-skin-square--scheme-orange.protip-container{color:#000;background:#E64426;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-orange[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="top-right"] .protip-arrow{border-top-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#E64426}.protip-skin-square--scheme-white.protip-container{color:#000;background:#FFF;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-white[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="top-right"] .protip-arrow{border-top-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#FFF}
/* End */


/* Start:/local/templates/main/css/style.css?1782883821426136*/
@charset "UTF-8";

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.hidden {
  display: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
}

sup,
sub {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

body {
  width: 100%;
  min-width: 320px;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: #737373;
}

body,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

.wrap {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 24px;
    width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .wrap {
    padding: 0 42px;
    width: 1024px;
  }
}

@media screen and (min-width: 1280px) {
  .wrap {
    width: 1240px;
    padding: 0 52px;
  }
}

#wrap-layout {
  width: 100%;
  min-height: calc(100vh - 295px);
}

@media screen and (min-width: 1024px) {
  #wrap-layout {
    min-height: calc(100vh - 368px);
  }
}

@media screen and (min-width: 1280px) {
  #wrap-layout {
    min-height: calc(100vh - 400px);
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partners-block .head .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .partners-block .head .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

a {
  text-decoration: none;
}

.e-input.error input {
  border: 1px solid #ff4828 !important;
}

.e-input.--white input {
  border: 1px solid #fff;
  background: #fff;
}

.e-input__multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-input__label {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

.e-input input,
.e-input textarea,
.e-input select {
  border-radius: 4px;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(132, 138, 146, 1);
  background: #fff;
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 14px;

}

.e-input textarea {
  height: 140px;
  padding-top: 10px;
}

.e-submit input[type="submit"],
.e-submit input[type="button"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #253970;
  background-color: #253970;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.36px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media screen and (min-width: 1280px) {

  .e-submit input[type="submit"],
  .e-submit input[type="button"] {
    font-size: 16px;
  }
}

.e-submit input[type="submit"]:hover,
.e-submit input[type="button"]:hover {
  background-color: #253970;
  border-color: #253970;
}

.e-submit.--red input[type="submit"] {
  border: 1px solid #E31E24;
  background-color: #E31E24;
  border-radius: 50px;
}

.e-submit.--red input[type="submit"]:hover {
  background-color: #E31E24;
  border-color: #E31E24;
}

.e-submit.--bwhite input[type="submit"] {
  border: 1px solid #f1f6f9;
  background-color: transparent;
}

.e-submit.--bwhite input[type="submit"]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #253970;
}

h1.h1-head {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

h1.h2-head,
h2.h2-head {
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

h1.h2-head.--white,
h2.h2-head.--white {
  color: #fff;
}

@media screen and (min-width: 480px) {

  h1.h2-head,
  h2.h2-head {
    font-size: 22px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1024px) {

  h1.h2-head,
  h2.h2-head {
    font-size: 30px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1280px) {

  h1.h2-head,
  h2.h2-head {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1280px) {

  h1.h2-head:before,
  h2.h2-head:before {
    content: '—';
    position: absolute;
    top: 0px;
    left: -45px;
    font-size: 34px;
    color: #253970;
  }
}

h1.h2-head.--noline:before,
h2.h2-head.--noline:before {
  content: none;
}

h1.h2-head.--min,
h2.h2-head.--min {
  font-size: 22px;
}

@media (max-width: 1279px) {

  h1.h2-head.--min,
  h2.h2-head.--min {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {

  h1.h2-head.--min,
  h2.h2-head.--min {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {

  .carousel-main h1.h2-head:before,
  .carousel-main h2.h2-head:before {
    content: '—';
    position: absolute;
    top: 0px;
    left: -45px;
    font-size: 34px;
    color: #253970;
  }
}

h3.h3-head {
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  h3.h3-head {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  h3.h3-head {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  h3.h3-head:before {
    content: '—';
    position: absolute;
    top: 0px;
    left: -45px;
    font-size: 34px;
    color: #253970;
  }
}

h3.h3-head.--white {
  color: #fff;
}

h3.h3-head.--white:before {
  color: #fff;
}

h3.h3-head b {
  font-weight: bold;
}

p {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

p+p {
  margin-top: 10px;
}

.button {
  border-radius: 50px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
  padding: 10px 33px;
}

.js__home_filter [type="submit"] {
  transition: none;
}

@media screen and (max-width: 1024px) {
  .team-block .button {
    display: none;
  }
}

.button.--normal {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 21px;
  padding-right: 21px;
}

@media screen and (min-width: 1280px) {
  .button.--normal {
    font-size: 16px;
  }
}

.button.--min {
  font-size: 10px;
}

.button.--big {
  font-size: 14px;
  width: 230px;
  height: 40px;
  line-height: 40px;
}

@media screen and (min-width: 1024px) {
  .button.--big {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .button.--big {
    font-size: 18px;
    width: 250px;
  }
}

.button.--mobile {
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}

.button.--mobil-filter-up {
  width: 290px;
  height: 40px;
  line-height: 40px;
  display: none;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .button.--mobil-filter-up {
    display: block;
  }
}

.button.--bgray {
  border-color: #ced9e0;
  color: #737373;
}

.button.--bblue {
  border-color: #253970;
  color: #253970;
  background-color: #253970;
  color: #fff;
  padding: 20px 35px;
  font-size: 14px;
}

.button.--bblue:hover {
  background: transparent;
  border-color: #253970;
  color: #253970;
}

.button.--bwhite {
  border-color: #fff;
  color: #fff;
}

.button.--bwhite:hover {
  background: #fff;
  border-color: #fff;
  color: #253970;
}

.button.--blue {
  background: #253970;
  border-color: #253970;
  color: #fff;
}

.button.--blue:hover {
  background: #253970;
  border-color: #253970;
}

.button.--white {
  background: #fff;
  border-color: #fff;
  color: #253970;
}

.button.--white:hover {
  background: #253970;
  border-color: #253970;
  color: #fff;
}

.button.--white-ghost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.button.--white-ghost:hover {
  background: #fff;
  border-color: #fff;
  color: #253970;
}

.button.--apply {
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  background-color: #253970;
}

@media screen and (min-width: 480px) {
  .button.--apply {
    width: 230px;
  }
}

@media screen and (min-width: 1024px) {
  .button.--apply {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 312px;
  }
}

@media screen and (min-width: 1280px) {
  .button.--apply {
    font-size: 18px;
  }
}

.button.--hypothec {
  width: fit-content;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  background-color: #253970;
}

@media screen and (min-width: 1024px) {
  .button.--hypothec {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .button.--hypothec {
    font-size: 18px;
  }
}

.button.--phone {
  width: 230px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  background-color: #253970;
}

@media screen and (min-width: 1024px) {
  .button.--phone {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .button.--phone {
    font-size: 18px;
    width: 250px;
  }
}

.button.--phone span {
  position: relative;
}

.button.--phone span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  width: 20px;
  height: 18px;
  background: url(/local/templates/main/css/../img/svg/ico_phone_white.svg) no-repeat center / contain;
}

.button.--phone:hover {
  background: #253970;
  border-color: #253970;
}

.button.--catalog {
  width: 230px;
  height: 40px;
  color: #253970 font-size: 14px;
  line-height: 40px;
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .button.--catalog {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .button.--catalog {
    font-size: 18px;
    width: 250px;
  }
}

.button.--catalog span {
  position: relative;
}

.button.--catalog span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/css/../img/svg/ico_catalog_blue.svg) no-repeat center / contain;
}

.button.--catalog:hover {
  background: #253970;
  border-color: #253970;
  color: #fff;
}

.button.--catalog:hover span:before {
  background: url(/local/templates/main/css/../img/svg/ico_catalog_white.svg) no-repeat center / contain;
}

.button.--submit {
  overflow: hidden;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #253970;
  background-color: #253970;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.36px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button.--submit:hover {
  background-color: #253970;
  border-color: #253970;
}

@media screen and (min-width: 1280px) {
  .button.--submit {
    font-size: 16px;
  }
}

.button.--map {
  height: 40px;
  border: 1px solid #ced9e0;
  color: #737373;
  font-size: 14px;
  line-height: 40px;
}

@media screen and (min-width: 1280px) {
  .button.--map {
    font-size: 16px;
  }
}

.button.--map span {
  position: relative;
  top: -1px;
}

.button.--map span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0;
  width: 18px;
  height: 25px;
  background: url(/local/templates/main/css/../img/svg/pin_location_red.svg) no-repeat center / 18px 25px;
}

.button.--map:hover {
  border-color: #f7182b;
  background: #f7182b;
  color: #fff;
}

.button.--map:hover span:before {
  background: url(/local/templates/main/css/../img/svg/pin_location_white.svg) no-repeat center / 18px 25px;
}

.button.--grwhite {
  color: #737373;
  background: #ffffff;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button.--grwhite:hover {
  background-color: #737373;
  color: #ffffff;
}

.button.--right {
  margin-left: auto;
}

.button.--price {
  width: 178px;
}

.button.--red {
  border: 1px solid #E31E24;
  background-color: #E31E24;
  color: #ffffff;
  height: 40px;
  line-height: 2.3;
  min-width: 232px;
}

.button.--red:hover {
  background-color: #E31E24;
  border-color: #E31E24;
}

.button_sendemail {
  border-color: #253970;
  color: #253970;
  height: 40px;
  line-height: 40px;
  width: 242px;
}

.button_sendemail span {
  position: relative;
}

.button_sendemail span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
  width: 20px;
  height: 14px;
  background: url(/local/templates/main/css/../img/send_email/Mail.svg) no-repeat center / contain;
}

.button_sendemail:hover {
  background: #253970;
  border-color: #253970;
  color: #fff;
}

.button_sendemail:hover span:before {
  background: url(/local/templates/main/css/../img/send_email/Mail_hover.svg) no-repeat center / contain;
}

.btn-add {
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  width: 22px;
  height: 22px;
  background: url(/local/templates/main/css/../img/send_email/Plus.svg) no-repeat center / contain;
}

.btn-add.del {
  background: url(/local/templates/main/css/../img/send_email/Minus.svg) no-repeat center / contain;
}

/* animation */
@-webkit-keyframes call-puls {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes call-puls {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes left-motion {
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  @media screen and (min-width: 1024px) {
    100% {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
    }
  }

}

@keyframes left-motion {
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  @media screen and (min-width: 1024px) {
    100% {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
    }
  }

}

.anim-left-motion {
  -webkit-animation: left-motion 3s ease-in;
  animation: left-motion 3s ease-in;
}

a {
  color: #253970;
  text-decoration: none;
}

/* mix */
.blue {
  color: #253970;
}

.no-wrap {
  white-space: nowrap;
}

/* style */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 26, 28, 0.9);
  z-index: 111;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.body-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* header */
.close-inner-menu {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -15px;
  right: 15px;
  z-index: 999;
  background: url('/local/templates/main/css/../img/svg/cross.svg') no-repeat center / 20px 20px;
}

@media (min-width: 480px) {
  .close-inner-menu {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .close-inner-menu {
    right: 24px;
    top: -20px;
  }
}

@media (min-width: 1024px) {
  .close-inner-menu {
    right: 42px;
    top: -10px;
  }
}

@media (min-width: 1280px) {
  .close-inner-menu {
    right: 52px;
  }
}

.header-main {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 2px 5px rgba(85, 93, 101, 0.2);
}

.header-main__top .grid {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.2s, padding 0.1s;
  -o-transition: height 0.2s, padding 0.1s;
  transition: height 0.2s, padding 0.1s;
}

@media screen and (min-width: 768px) {
  .header-main__top .grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 19px;
  }
}

@media screen and (min-width: 1280px) {
  .header-main__top .grid {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.header-main__top .grid.--min {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.logo-min {
  width: 30px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .logo-min {
    padding-left: 10px;
    padding-top: 5px;
  }
}

.logo-min__img {
  width: 30px;
  height: 30px;
}

.logo img {
  padding-top: 0;
  width: 115px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .logo img {
    width: 168px;
    height: 37px;
  }
}

@media screen and (min-width: 1280px) {
  .logo img {
    width: 203px;
    height: 44px;
  }
}

.contact-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-header__location+.contact-header__phone {
  margin-left: 16px;
}

.location {
  position: relative;
}

.location__ico {
  width: 15px;
  height: 18px;
  background: url(/local/templates/main/css/../img/svg/pin_location.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -22px;
}

@media screen and (min-width: 1280px) {
  .location__ico {
    top: 0;
  }
}

.location__city {
  font-family: Montserrat, sans-serif;
  color: #253970;
  font-size: 14px;
  cursor: pointer;
}

.location__additional {
  position: absolute;
  display: none;
  margin-top: 4px;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.location__city--expand:after {
  transform: rotate(180deg);
}

.location__city--expand+.location__additional {
  display: block;
}

.location__additional li {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.location__additional li a {
  color: #a4aab0;
}

.location__additional li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .location__city {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header-main__top .contact-header__phone {
    display: none;
  }
}

.phone-header {
  font-family: Montserrat, sans-serif;
  color: #a4aab0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-header .phone-container-header>span {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .phone-header {
    font-size: 16px;
  }
}

.phone-header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a4aab0;
}

.phone-header span {
  margin-left: 6px;
  color: #253970;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;

}

@media screen and (min-width: 768px) {
  .phone-header span {
    font-size: 30px;
    line-height: 28px;

  }
}

@media screen and (max-width: 767px) {
  .phone-header .phone-container-header a {
    font-size: 0;
  }
}

@media screen and (max-width: 1000px) {
  .phone-header span {
    display: inline-block !important;
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .phone-header span {
    font-size: 36px;
    line-height: 34px;
  }
}

/* menu-header */
.header-main {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-main__menu {
  border-top: 1px solid #eee;
}

.header-main__menu.--min .logo-min {
  visibility: visible;
  opacity: 1;
}

.header-main__menu.--min .main-menu {
  margin-left: 45px;
}

@media screen and (max-width: 479px) {
  .header-main__menu.--min .main-menu {
    margin-left: 30px;
  }
}

.header-main__menu .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.burger-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu.active {
  border-radius: 4px;
  background: #f2f6f9;
}

.burger-menu.active .burger-menu__ico {
  background: url(/local/templates/main/css/../img/svg/burger_blue.svg) no-repeat center / 25px 21px;
}

.burger-menu__ico {
  margin: auto;
  width: 25px;
  height: 21px;
  background: url(/local/templates/main/css/../img/svg/burger.svg) no-repeat center / 25px 21px;
  cursor: pointer;
}

.main-menu {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-menu-list__item {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
}

@media screen and (min-width: 480px) {
  .main-menu-list__item {
    padding: 0 10px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1280px) {
  .main-menu-list__item {
    padding: 0 15px;
    margin-right: 10px;
  }
}

.main-menu-list__item:hover {
  color: #253970;
  border-color: #253970;
}

.main-menu-list__item.--arrow>a:after,
.location__city:after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 3px;
  width: 12px;
  height: 10px;
  background: url(/local/templates/main/css/../img/svg/menu-arrow_close.svg) no-repeat center / 12px 10px;
}

.main-menu-list__item.--catalog:hover>a:after {
  background: url(/local/templates/main/css/../img/svg/burger_blue.svg) no-repeat center / 20px 19px;
}

.main-menu-list__item.--catalog>a {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-menu-list__item.--catalog>a {
    padding-left: 30px;
  }

  .main-menu-list__item.--catalog>a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/templates/main/css/../img/svg/burger.svg) no-repeat center / 20px 19px;
  }
}

.main-menu-list__item.open {
  background-color: #f2f6f9;
  border-color: #f2f6f9 !important;
}

.main-menu-list__item.open a {
  color: #737373;
}

.main-menu-list__item.open a:hover {
  color: #737373;
  border-bottom: none;
}

.main-menu-list__item.open.--arrow a:after {
  background: url(/local/templates/main/css/../img/svg/menu-arrow_open.svg) no-repeat center;
  background-size: contain;
}

.main-menu-list__item a {
  color: #737373;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  height: 57px;
  font-size: 14px;
  line-height: 62px;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .main-menu-list__item a {
    font-size: 16px;
    line-height: 58px;
  }
}

.main-menu-list__item.--arrow .amenities__el a {
  font-size: 14px;
  color: #88929d;
}

.main-menu-list__item.open .inner-menu {
  max-height: 5700px;
  padding: 30px 0;
  z-index: 11;
}

@media screen and (max-width: 479px) {
  .main-menu-list__item.open .inner-menu {
    height: calc(100vh - 120px);
  }
}

.main-menu-list__item.open .inner-menu:after {
  top: 240px;
}

@media screen and (max-width: 767px) {
  .main-menu-list__item.open .inner-menu:after {
    content: '';
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 246, 249, 0)), color-stop(10%, rgba(242, 246, 249, 0.7)), to(#f2f6f9));
    background: -webkit-linear-gradient(top, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
    background: -o-linear-gradient(top, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
    background: linear-gradient(180deg, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
  }
}

@media screen and (min-width: 480px) {
  .main-menu-list__item.open .inner-menu:after {
    top: 315px;
  }
}

@media screen and (min-width: 768px) {
  .main-menu-list__item.open .inner-menu {
    padding: 30px 0 50px;
  }
}

.main-menu-list__item.--arrow .inner-menu.amenities_inner {
  overflow-y: auto;
}

.main-menu-list__item.--catalog.open .inner-menu:after {
  top: 395px;
}

@media screen and (max-width: 479px) {
  .main-menu-list__item.--catalog.open .inner-menu:after {
    top: 300px;
  }
}

.inner-menu {
  max-height: 0;
  overflow: hidden;
  background: #f2f6f9;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: max-height 0.2s, padding 0.2s;
  -o-transition: max-height 0.2s, padding 0.2s;
  transition: max-height 0.2s, padding 0.2s;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.inner-menu .grid {
  height: 230px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
  overflow-x: auto;
}

@media screen and (min-width: 480px) {
  .inner-menu .grid {
    height: 325px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .inner-menu .grid {
    padding-bottom: 0;
    height: auto;
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media screen and (min-width: 1024px) {
  .inner-menu .grid {
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-menu .grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.inner-menu .grid .inner-menu-list {
  padding: 0 15px;
}

@media screen and (min-width: 480px) {
  .inner-menu .grid .inner-menu-list {
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .inner-menu .grid .inner-menu-list {
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .inner-menu .grid .inner-menu-list {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-menu .grid .inner-menu-list {
    padding: 0 8px;
  }
}

.inner-menu-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .inner-menu-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .inner-menu-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
}

.inner-menu-list .button {
  margin-top: auto;
  display: none;
}

@media screen and (min-width: 768px) {
  .inner-menu-list .button {
    display: block;
  }
}

.button.--inner-menu {
  text-transform: none;
  width: 100%;
  height: 40px;
  border-color: #ced9e0;
  color: #737373;
  line-height: 40px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  margin-bottom: 10px;
}

.button.--inner-menu:hover {
  background: #166fce;
  border: 1px solid #166fce;
  color: #fff !important;
}

.button.--mobile {
  max-width: 290px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .button.--mobile {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .button.--mobile {
    margin-top: 0;
  }
}

.inner-menu-list__item a {
  display: block;
  font-size: 10px;
  line-height: 16px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .inner-menu-list__item a {
    line-height: 34px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-menu-list__item a {
    font-size: 12px;
    line-height: 36px;
  }
}

.inner-menu-list__item a:hover {
  color: #253970 !important;
}

.inner-menu-tabs {
  width: 100%;
}

.inner-menu-tabs__list {
  display: none;
}

@media (min-width: 768px) {
  .inner-menu-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.inner-menu-tabs__list-item.active a {
  border-bottom: 3px solid #253970;
}

.inner-menu-tabs__list-item.active a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #253970 transparent transparent transparent;
}

.inner-menu-tabs__list-item:not(:last-child) {
  margin-right: 40px;
  position: relative;
}

.inner-menu-tabs__list-item:not(:last-child):after {
  content: '';
  top: 0;
  right: -20px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e1e6ea;
}

.inner-menu-tabs__list-item a {
  height: 35px;
  line-height: 30px;
  text-transform: none;
  color: #737373;
}

.inner-menu-tabs__list-item a:hover {
  color: #253970 !important;
  border-bottom: 3px solid #253970 !important;
}

.inner-menu-tabs__list-item {
  position: relative;
}

.inner-menu-tabs__content {
  margin-top: 24px;
  display: none;
}

@media (min-width: 768px) {
  .inner-menu-tabs__content {
    margin-top: 44px;
  }
}

.inner-menu-tabs__content.active {
  display: block;
}

.inner-menu-tabs__list-mobil {
  width: 80%;
  display: block;
  padding: 0 15px;
}

@media (min-width: 480px) {
  .inner-menu-tabs__list-mobil {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .inner-menu-tabs__list-mobil {
    display: none;
  }
}

.inner-menu-tabs__list-mobil .filter-select {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .minor-menu {
    overflow: hidden;
    max-height: 0;
    text-align: right;
    position: absolute;
    z-index: 11;
    top: 60px;
    left: 0px;
    padding: 0px 20px;
    background: #f2f6f9;
    width: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    -webkit-transition: max-height 0.2s, padding 0.2s;
    -o-transition: max-height 0.2s, padding 0.2s;
    transition: max-height 0.2s, padding 0.2s;
  }

  .minor-menu.open {
    max-height: 700px;
    padding: 30px 20px;
  }
}

.minor-menu .phone-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .minor-menu .phone-header {
    display: block;
    margin-bottom: 20px;
  }
}

.minor-menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .minor-menu-list {
    font-size: 12px;
  }
}

.minor-menu-list__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .minor-menu-list__item:not(:last-child) {
    margin-right: 16px;
  }
}

.minor-menu-list__item a {
  color: #a4aab0;
  text-transform: uppercase;
}

.minor-menu-list__item a:hover {
  color: #253970;
}

.estate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 229px;
  flex: 0 0 229px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #253970;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media screen and (max-width: 1023px) {
  .estate {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .estate {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
  }
}

.estate:hover {
  background: #253970;
  border-color: #253970;
}

.estate:hover .estate__button {
  color: #fff;
}

.estate__button {
  font-size: 14px;
  line-height: 40px;
  color: #253970;
  font-family: Montserrat, sans-serif;
  display: block;
}

@media screen and (min-width: 1280px) {
  .estate__button {
    font-size: 16px;
  }
}

.menu-list {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .menu-list {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* page */
.page-layout {
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  background: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.page-layout.--min {
  padding-top: 115px;
}

@media screen and (min-width: 768px) {
  .page-layout.--min {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .page-layout.--min {
    padding-top: 147px;
  }
}

.page-layout__inner {
  background: #f2f6f9;
  padding: 30px 0 60px;
}

@media screen and (min-width: 768px) {
  .page-layout__inner {
    padding: 30px 0 60px;
  }
}

@media scren and (min-width: 1024px) {
  .page-layout__inner {
    padding: 20px 0 90px;
  }
}

.page-layout__inner.--top {
  padding-top: 0;
}

.page-layout__inner.--min {
  padding-bottom: 0;
}

.page-layout__inner.--white {
  background: #fff;
}

/* head */
.head .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .head .grid .h2-head {
    max-width: 280px;
  }

  .head .grid .h2-head br {
    display: none;
  }
}

.head .grid .button {
  margin-top: 10px;
}

@media screen and (max-width: 479px) {
  .head .grid .button {
    display: none;
  }

  .partners-block .head .grid .button {
    display: block;
  }
}

.head-link a {
  display: inline;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #253970;
}

.head-link a:hover {
  border-bottom: 1px solid transparent;
}

.head-link img {
  display: inline-block;
  margin-left: 18px;
  width: 21px;
  height: 20px;
}

@media (max-width: 479px) {
  .head-link img {
    display: none;
  }
}

/* slider-main */
.slider-main {
  position: relative;
}

.slider-main__item {
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .slider-main__item {
    background: none !important;
  }
}

.slider-main__item-inner {
  min-height: 320px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .slider-main__item-inner {
    text-align: center;
    min-height: 100%;
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .slider-main__item-inner {
    background: none !important;
  }
}

.slider-main .wrap {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .slider-main .wrap {
    padding: 20px 15px;
  }
}

.slider-main__inner {
  max-width: 430px;
}

@media (max-width: 767px) {
  .slider-main__inner {
    max-width: 100%;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-main__inner .slider-main__title {
    margin-top: auto;
  }

  .slider-main__inner .slider-main__btn {
    margin-top: auto;
  }
}

.slider-main__inner.white {
  color: #fff;
}

@media (max-width: 767px) {

  .slider-main__inner.hide .slider-main__title,
  .slider-main__inner.hide .slider-main__content {
    display: none;
  }
}

.slider-main__title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .slider-main__title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .slider-main__title {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (min-width: 1280px) {
  .slider-main__title {
    font-size: 36px;
    line-height: 48px;
  }
}

.slider-main__content {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .slider-main__content {
    font-size: 16px;
    line-height: 26px;
  }
}

.slider-main__btn {
  margin-top: 20px;
}

.slider-main__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E31E24;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  width: 100%;
  max-width: 230px;
  color: #fff;
}

@media (min-width: 1024px) {
  .slider-main__btn a {
    font-size: 18px;
    height: 50px;
    max-width: 250px;
  }
}

.slider-main__nav {
  position: absolute;
  top: 40px;
  z-index: 2;
  right: 20px;
}

@media (max-width: 767px) {
  .slider-main__nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slider-main__nav {
    right: calc((100% - 768px) / 2);
  }
}

@media screen and (min-width: 1024px) {
  .slider-main__nav {
    right: calc((100% - 1024px) / 2);
  }
}

@media (min-width: 1280px) {
  .slider-main__nav {
    right: calc((100% - 1240px) / 2);
  }
}

.slider-main .slick-dots {
  -webkit-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}

@media (min-width: 1024px) {
  .slider-main .slick-dots {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

.slider-main .slick-dots li {
  width: 18px;
  height: 20px;
}

.slider-main .slick-dots li.slick-active button {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #253970;
}

.slider-main .slick-dots li.slick-active button:after {
  width: 18px;
  background: #253970;
}

.slider-main .slick-dots button {
  cursor: pointer;
  background: transparent;
  font-size: 0;
  width: inherit;
  height: inherit;
  position: relative;
  padding-right: 30px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.slider-main .slick-dots button:after {
  -webkit-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: rgba(79, 150, 226, 0.5);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* selection-view */
.selection-view-wrap .button.--mobile {
  margin: 20px auto 20px;
  max-width: 300px;
}

@media screen and (min-width: 480px) {
  .selection-view-wrap .button.--mobile {
    display: none;
  }
}

.selection-view-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (min-width: 768px) {
  .selection-view-list {
    margin-top: -6px;
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media screen and (min-width: 1024px) {
  .selection-view-list {
    margin-top: -4px;
    margin-right: -4px;
    margin-left: -4px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view-list {
    margin-top: -8px;
    margin-right: -8px;
    margin-left: -8px;
  }
}

.selection-view-list__item {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .selection-view-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666666%;
    flex: 0 1 41.666666%;
    padding: 6px;
  }
}

.selection-view-list__item:nth-child(3n+1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .selection-view-list__item:nth-child(3n+1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
  }
}

@media screen and (min-width: 1024px) {
  .selection-view-list__item {
    padding: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view-list__item {
    padding: 8px;
  }
}

.selection-view {
  width: 100%;
  height: 100%;
  min-height: 235px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 20px 20px 30px 20px;
}

@media screen and (min-width: 480px) {
  .selection-view {
    min-height: 200px;
    padding: 20px 20px 20px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .selection-view {
    min-height: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .selection-view {
    min-height: 250px;
    padding: 30px 25px 30px 30px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view {
    min-height: 280px;
    padding: 40px 25px 32px 38px;
  }
}

.selection-view:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 0 0 170px;
  border-color: transparent transparent transparent #253970;
}

@media screen and (min-width: 1024px) {
  .selection-view:after {
    border-width: 200px 0 0 200px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view:after {
    border-width: 228px 0 0 228px;
  }
}

.selection-view:hover .selection-view__mask {
  opacity: 0;
}

.selection-view__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.selection-view__content .count {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

@media screen and (min-width: 480px) {
  .selection-view__content .count {
    font-size: 50px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view__content .count {
    font-size: 60px;
    line-height: 50px;
  }
}

.selection-view__content .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  .selection-view__content .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view__content .title {
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
  }
}

.selection-view__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 36, 38, 0.23);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.selection-view__mask.--blue {
  background: rgba(56, 142, 196, 0.23);
}

.selection-view__mask.--gray {
  background: rgba(54, 54, 54, 0.2);
}

.selection-view__mark {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 4px;
  background-color: #253970;
}

@media screen and (min-width: 1024px) {
  .selection-view__mark {
    top: 30px;
    right: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .selection-view__mark {
    top: 40px;
    font-size: 16px;
  }
}

.selection-view__mark.--red {
  background-color: #E31E24;
}

/* advantage-view */
.advantage-view-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .advantage-view-list {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (min-width: 768px) {
  .advantage-view-list {
    margin-top: -6px;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .advantage-view-list {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.advantage-view-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .advantage-view-list__item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .advantage-view-list__item {
    padding: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media screen and (min-width: 1024px) {
  .advantage-view-list__item {
    padding: 8px;
  }
}

.advantage-view {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .advantage-view {
    text-align: left;
  }
}

.advantage-view__ico {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .advantage-view__ico {
    padding-left: 18px;
    text-align: left;
  }
}

@media screen and (min-width: 1280px) {
  .advantage-view__ico {
    margin-bottom: 20px;
  }
}

.advantage-view__ico img {
  width: 83px;
  height: 87px;
}

@media screen and (min-width: 1024px) {
  .advantage-view__ico img {
    width: 113px;
    height: 116px;
  }
}

.advantage-view__content {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .advantage-view__content {
    font-size: 16px;
    line-height: 26px;
  }
}

.advantage-view__content b {
  font-weight: bold;
}

/* list-view */
.list-view {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .list-view {
    font-size: 16px;
    line-height: 26px;
  }
}

.list-view li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
}

.list-view li:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(/local/templates/main/css/../img/svg/list_view.svg) no-repeat center / contain;
}

/* news-view-list */
.news-view-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .news-view-list {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (min-width: 768px) {
  .news-view-list {
    margin-top: -6px;
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media screen and (min-width: 1024px) {
  .news-view-list {
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media screen and (min-width: 1280px) {
  .news-view-list {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.news-view-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 480px) {
  .news-view-list__item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 768px) {
  .news-view-list__item {
    padding: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media screen and (min-width: 1024px) {
  .news-view-list__item {
    padding: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .news-view-list__item {
    padding: 8px;
  }
}

.news-view:hover .mask {
  opacity: 1;
}

.news-view:hover .title a {
  color: #253970;
}

.news-view__img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .news-view__img {
    height: 114px;
  }
}

@media screen and (min-width: 1024px) {
  .news-view__img {
    height: 150px;
  }
}

@media screen and (min-width: 1280px) {
  .news-view__img {
    height: 180px;
    margin-bottom: 40px;
  }
}

.news-view__img img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .news-view__img img {
    height: 114px;
  }
}

@media screen and (min-width: 1024px) {
  .news-view__img img {
    height: 150px;
  }
}

@media screen and (min-width: 1280px) {
  .news-view__img img {
    height: 180px;
  }
}

.news-view__img .mask {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 53, 0.51);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
  .news-view__content {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .news-view__content {
    margin-bottom: 30px;
  }
}

.news-view__content .title {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .news-view__content .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
}

@media screen and (min-width: 1280px) {
  .news-view__content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}

.news-view__content .title a {
  color: #737373;
}

.news-view__content .text {
  margin-top: auto;
  color: #a4aab0;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .news-view__content .text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* call-request */
.call-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .call-request {
    margin-left: -6px;
    margin-right: -6px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .call-request {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.call-request.--selection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .call-request.--selection {
    margin-top: -70px;
  }
}

@media screen and (max-width: 479px) {
  .call-request.--selection {
    margin-top: -90px;
  }
}

@media screen and (min-width: 1024px) {
  .call-request.--selection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.call-request.--selection .call-request__left {
  width: 100%;
  margin-bottom: 0px;
}

@media screen and (min-width: 480px) {
  .call-request.--selection .call-request__left {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .call-request.--selection .call-request__left {
    width: 60%;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .call-request.--selection .call-request__left {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666%;
    flex: 0 1 41.666%;
    margin-bottom: 0;
  }
}

.call-request.--selection .call-request__right {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .call-request.--selection .call-request__right {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333%;
    flex: 0 1 58.333%;
  }
}

.call-request.--selection .call-request-form__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .call-request.--selection .call-request-form__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.call-request.--selection .call-request-form__inner .e-input {
  width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .call-request.--selection .call-request-form__inner .e-input {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    width: 15%;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .call-request.--selection .call-request-form__inner .e-input {
    margin-right: 20px;
  }
}

.call-request.--selection .call-request-form__inner .e-sort {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .call-request.--selection .call-request-form__inner .e-sort {
    width: 12%;
  }
}

.call-request.--selection .call-request-form__inner .e-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  margin-left: 0;
}

@media screen and (min-width: 480px) {
  .call-request.--selection .call-request-form__inner .e-submit {
    margin-left: 10px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
}

.call-request-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding-right: 10px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .call-request-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .call-request-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
  }
}

.call-request-img img {
  width: 130px;
}

@media screen and (min-width: 480px) {
  .call-request-img img {
    -webkit-animation: call-puls 2s infinite;
    animation: call-puls 2s infinite;
  }
}

.call-request-img.--email {
  position: relative;
}

.call-request-img.--email img {
  width: 49px;
  height: 50px;
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 480px) {
  .call-request-img.--email:after {
    content: '';
    position: absolute;
    top: -14px;
    left: 38px;
    width: 80px;
    height: 80px;
    border: 2px solid #253970;
    border-radius: 100%;
    -webkit-animation: call-puls 2s infinite;
    animation: call-puls 2s infinite;
  }
}

@media screen and (min-width: 768px) {
  .call-request-img.--email:after {
    top: -24px;
    left: 28px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .call-request-img.--email:after {
    left: 36px;
  }
}

.call-request-img.--phone {
  position: relative;
}

.call-request-img.--phone img {
  width: 40px;
  height: 51px;
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 480px) {
  .call-request-img.--phone:after {
    content: '';
    position: absolute;
    top: -14px;
    left: 38px;
    width: 80px;
    height: 80px;
    border: 2px solid #253970;
    border-radius: 100%;
    -webkit-animation: call-puls 2s infinite;
    animation: call-puls 2s infinite;
  }
}

@media screen and (min-width: 768px) {
  .call-request-img.--phone:after {
    top: -24px;
    left: 28px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .call-request-img.--phone:after {
    left: 36px;
  }
}

.call-request-content {
  color: #737373;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.call-request-content.--white a {
  color: #fff;
}

.call-request-content.--white {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .call-request-content {
    padding-right: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .call-request-content {
    font-size: 22px;
    line-height: 30px;
    padding-right: 40px;
  }
}

.call-request-content b {
  font-weight: 500;
}

.call-request__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .call-request__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .call-request__left {
    padding: 0 8px;
  }
}

.call-request__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 30px 5px 0;
}

@media screen and (min-width: 768px) {
  .call-request__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .call-request__right {
    padding: 0 8px;
  }
}

.call-request-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call-request-form__inner .e-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}

.call-request-form__inner .e-input input {
  background: #fff;
}

.call-request-form__inner .e-submit {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

@media screen and (min-width: 480px) {
  .call-request-form__inner .e-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}

@media screen and (min-width: 768px) {
  .call-request-form__inner .e-submit {
    margin-left: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .call-request-form__inner .e-submit {
    margin-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

@media screen and (min-width: 1280px) {
  .call-request-form__inner .e-submit {
    margin-left: 16px;
  }
}

.call-request-form__inner+.policy-text {
  margin-top: 14px;
}

/* policy */
.policy-text {
  color: #a4aab0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .policy-text {
    font-size: 12px;
  }
}

.policy-text.--blue {
  color: #92b8f4;
}

.policy-text.--blue a {
  color: #92b8f4;
}

.policy-text a {
  color: #a4aab0;
  text-decoration: underline;
}

/* pop-up */
.pop-up {
  width: 290px;
  position: relative;
  background: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .pop-up {
    width: 354px;
  }
}

@media screen and (min-width: 1024px) {
  .pop-up {
    width: 466px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up {
    width: 560px;
  }
}

.pop-up--big {
  width: 290px;
}

@media screen and (min-width: 480px) {
  .pop-up--big {
    width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .pop-up--big {
    width: 520px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up--big {
    width: 620px;
  }
}

.pop-up__inner {
  padding: 40px 20px 20px;
}

@media screen and (min-width: 1280px) {
  .pop-up__inner {
    padding: 40px 30px 30px;
  }
}

.pop-up-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  background: url(/local/templates/main/css/../img/svg/popup_close.svg) no-repeat center / 16px 16px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .pop-up-close {
    width: 23px;
    height: 23px;
    top: 30px;
    right: 30px;
    background: url(/local/templates/main/css/../img/svg/popup_close.svg) no-repeat center / 23px 23px;
  }
}

.pop-up-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .pop-up-title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-title {
    font-size: 22px;
    line-height: 28px;
  }
}

.pop-up-content {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .pop-up-content {
    font-size: 16px;
    line-height: 26px;
  }
}

.pop-up-btn-wrap {
  text-align: center;
  margin-top: 10px;
}

.pop-up-form__inner {
  margin-top: 15px;
}

.pop-up-form__inner .grid {
  margin-left: -6px;
  margin-right: -6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .pop-up-form__inner .grid {
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-form__inner .grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.pop-up-form__inner .grid .e-input {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .pop-up-form__inner .grid .e-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 6px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .pop-up-form__inner .grid .e-input {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-form__inner .grid .e-input {
    padding: 0 8px;
  }
}

.pop-up-form__inner .grid .e-submit {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pop-up-form__inner .grid .e-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 162px;
    flex: 0 1 162px;
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .pop-up-form__inner .grid .e-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 218px;
    flex: 0 1 218px;
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-form__inner .grid .e-submit {
    padding: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 256px;
    flex: 0 1 256px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-form__inner .grid .e-submit--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 190px;
    flex: 0 1 190px;
  }
}

.pop-up-form__inner .grid__field {
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .pop-up-form__inner .grid__field {
    width: 50%;
  }
}

.pop-up-form__inner .grid__field .e-input {
  margin-bottom: 16px;
}

.pop-up-form__inner .grid__field textarea {
  height: 100px;
}

@media screen and (min-width: 768px) {
  .pop-up-form__inner .grid__field textarea {
    height: 180px;
  }
}

.pop-up-form__inner .grid__field .e-policy {
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .pop-up-form__inner .grid__field .e-policy {
    padding: 0 6px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .pop-up-form__inner .grid__field .e-policy {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .pop-up-form__inner .grid__field .e-policy {
    padding: 0 8px;
  }
}

.pop-up-form__inner-item+.pop-up-form__inner-item {
  margin-top: 18px;
}

.pop-up-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pop-up-content__item {
  margin-right: 10px;
  margin-bottom: 45px;
  width: calc((100% - 2 * 10px) / 3);
}

.pop-up-content__item:last-child,
.pop-up-content__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .pop-up-content__item {
    width: calc((100% - 10px) / 2);
  }

  .pop-up-content__item:nth-child(n) {
    margin-right: 10px;
  }

  .pop-up-content__item:last-child,
  .pop-up-content__item:nth-child(2n) {
    margin-right: 0;
  }
}

/* footer-main */
.footer-main {
  width: 100%;
  padding: 0px 0 20px;
  background-color: #253970;
}

@media screen and (min-width: 1024px) {
  .footer-main {
    padding: 0px 0 33px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-main {
    padding: 0px 0 43px;
  }
}

.footer-main__menu .wrap {
  padding: 0;
}

.footer-main__menu .grid {
  border-top: 1px solid #6a9ded;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 480px) {
  .footer-main__menu .grid {
    border-bottom: 1px solid #6a9ded;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-main__menu .grid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-main__menu .grid {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-main__menu .grid {
    height: 80px;
    padding-left: 52px;
    padding-right: 52px;
  }
}

.footer-main__menu .grid .copy {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer-main__menu .grid .copy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-main__menu .grid .copy .copy__text {
    margin-left: 30px;
  }
}

.menu-footer .menu-list__item:not(:last-child) {
  position: relative;
}

@media screen and (min-width: 480px) {
  .menu-footer .menu-list__item:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-footer .menu-list__item:not(:last-child) {
    margin-right: 75px;
  }
}

@media screen and (min-width: 480px) {
  .menu-footer .menu-list__item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 30px;
    background-color: #6a9ded;
  }
}

@media screen and (min-width: 1024px) {
  .menu-footer .menu-list__item:not(:last-child):after {
    right: -37px;
  }
}

.menu-footer .menu-list__item a {
  display: inline-block;
  color: #f1f6f9;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.4px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .menu-footer .menu-list__item a {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .menu-footer .menu-list__item a {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .menu-footer .menu-list__item a {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (min-width: 480px) {
  .menu-footer .menu-list__item a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #fff;
  }
}

@media screen and (min-width: 1280px) {
  .menu-footer .menu-list__item a:hover:after {
    bottom: -10px;
  }
}

.copy {
  color: #f1f6f9;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: left;
}

@media (min-width: 480px) {
  .copy {
    font-size: 16px;
  }
}

.copy .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .copy .wrap {
    border-bottom: 1px solid #6a9ded;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 480px) {
  .copy .wrap {
    padding: 20px 20px 0;
  }
}

.copy .wrap .social {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .copy {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .copy {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .copy {
    font-size: 22px;
  }
}

.footer-main__links {
  color: #92b8f4;
  margin-top: 50px;
  font-size: 14px;
}

.footer-main__links .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-main__links a {
  color: #92b8f4;
}

.footer-main__links a:hover {
  color: #fff;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 1024px) {
  .footer-main__links .wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* filter tab index */
.filter-tabs-mobile {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  height: 40px;
  color: #737373;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #ced9e0;
  border-radius: 4px;
  padding: 0 10px;
  position: relative;
  display: none;
}

@media screen and (max-width: 479px) {
  .filter-tabs-mobile {
    display: block;
  }
}

.filter-tabs-mobile.open {
  border: 1px solid #253970;
}

.filter-tabs-mobile.open:after {
  background: url(/local/templates/main/css/../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-tabs-mobile.open+.filter-tabs-list {
  display: block;
  position: absolute;
  top: 57px;
  left: 70px;
  background: #fff;
  z-index: 12;
  width: calc(100% - 86px);
  border: 1px solid #ced9e0;
  border-radius: 4px;
  overflow: hidden;
}

.filter-tabs-mobile:after {
  content: '';
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px !important;
}

.filter-tabs {
  background: #fff;
}

.filter-tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

@media screen and (max-width: 479px) {
  .filter-tabs__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.filter-tabs__head span {
  font-family: Montserrat, sans-serif;
  color: #a4aab0;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .filter-tabs__head span {
    font-size: 16px;
  }
}

.filter-tabs__head a {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 16px;
  letter-spacing: 0.44px;
  height: 30px;
  display: none;
  padding-top: 6px;
}

@media screen and (min-width: 768px) {
  .filter-tabs__head a {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .filter-tabs__head a {
    font-size: 18px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .filter-tabs__head a {
    font-size: 22px;
  }
}

.filter-tabs__head a span {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  height: 45px;
  color: #737373;
  font-size: 16px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .filter-tabs__head a span {
    font-size: 18px;
    height: 52px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-tabs__head a span {
    font-size: 22px;
  }
}

.filter-tabs__head a span:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -40px;
  width: 26px;
  height: 30px;
  background: url(/local/templates/main/css/../img/svg/look_complex.svg) no-repeat;
}

@media screen and (min-width: 1024px) {
  .filter-tabs__head a span:before {
    top: -4px;
  }
}

.filter-tabs__head a:hover {
  color: #4283dd;
}

.filter-tabs__head a:hover span {
  color: #4283dd;
  border-bottom: 3px solid #4283dd;
}

.filter-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 479px) {
  .filter-tabs-list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .filter-tabs-list {
    margin-right: 20px;
  }
}

.filter-tabs-list__item {
  padding: 0 12px;
  height: 72px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 479px) {
  .filter-tabs-list__item {
    padding: 0;
    height: 23px;
  }
}

@media screen and (min-width: 768px) {
  .filter-tabs-list__item {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-tabs-list__item {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-tabs-list__item {
    padding: 0 35px;
  }
}

.filter-tabs-list__item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background: #eee;
}

.filter-tabs-list__item:last-child {
  border-right: 0;
}

.filter-tabs-list__item:hover .filter-tabs-name {
  color: #253970;
  background: #f9fcfe;
}

@media screen and (min-width: 480px) {
  .filter-tabs-list__item:hover .filter-tabs-name {
    color: #253970;
    border-bottom: 3px solid #253970;
    background: none;
  }
}

@media screen and (max-width: 479px) {
  .filter-tabs-list__item.active .filter-tabs-name {
    background: #f9fcfe;
    color: #253970;
  }
}

@media screen and (min-width: 480px) {
  .filter-tabs-list__item.active .filter-tabs-name {
    border-bottom: 3px solid #253970;
  }

  .filter-tabs-list__item.active .filter-tabs-name:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #253970 transparent transparent transparent;
  }
}

.filter-tabs-name {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 16px;
  letter-spacing: 0.44px;
  position: relative;
  height: 72px;
  padding-top: 26px;
}

@media screen and (max-width: 479px) {
  .filter-tabs-name {
    height: 23px;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    padding: 0 10px;
    margin: 3px 0;
  }
}

@media screen and (min-width: 1024px) {
  .filter-tabs-name {
    font-size: 18px;
    padding-top: 23px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-tabs-name {
    font-size: 22px;
  }
}

.filter-tabs__content {
  display: none;
}

@media screen and (min-width: 1280px) {}

.filter-tabs__content.active {
  display: block;
}

.js-select {
  border-radius: 4px;
  border: 1px solid #ced9e0;
  height: 40px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  min-width: 150px;
  color: #a4aab0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-select:hover {
  background: #253970;
  color: #fff;
}

.filter-item__label {
  font-size: 10px;
  line-height: 10px;
  color: #a4aab0;
  margin-bottom: 8px;
  position: relative;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .filter-item__label {
    font-size: 12px;
    line-height: 12px;
  }
}

.filter-item select {
  width: 100%;
}

.filter-add {
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .filter-add {
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-add {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-add {
    padding: 0 8px;
  }
}

.filter-add span {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  color: #253970;
  font-size: 14px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 41px;
  padding: 0 10px;
  border-radius: 4px;
}

@media screen and (min-width: 1280px) {
  .filter-add span {
    font-size: 16px;
  }
}

.filter-add span.active {
  background: #f2f6f9;
}

.filter-add span:hover {
  background: rgba(79, 150, 226, 0.05);
  color: #253970;
}

.textarea .textarea__label {
  font-size: 12px;
  line-height: 12px;
  color: #a4aab0;
  margin-bottom: 8px;
}

.textarea textarea {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
  border-radius: 4px;
  border: 1px solid #ced9e0;
  color: #a4aab0;
  padding: 8px;
  resize: vertical;
}

.textarea textarea::-webkit-input-placeholder {
  color: #a4aab0;
}

.textarea textarea::-moz-placeholder {
  color: #a4aab0;
}

.textarea textarea:-moz-placeholder {
  color: #a4aab0;
}

.textarea textarea:-ms-input-placeholder {
  color: #a4aab0;
}

.textarea textarea:focus,
.textarea textarea:hover {
  border: 1px solid #253970;
}

.checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  position: relative;
  cursor: pointer;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="radio"]:checked+i:after,
.checkbox label input[type="checkbox"]:checked+i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/local/templates/main/css/../../../assets/img/svg/checkbox_check.svg) no-repeat center / 18px 18px;
}

.checkbox label i {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/local/templates/main/css/../img/svg/checkbox.svg) no-repeat center / 18px 18px;
}

.checkbox label span {
  color: #737373;
  font-size: 10px;
  display: block;
  line-height: 1;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label a {
  color: #737373;
}

.filter-item input[type="text"] {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  padding: 0 8px;
  border: 1px solid #ced9e0;
  color: #333;
  min-width: 0;
}

.filter-item input[type="text"]::-webkit-input-placeholder {
  color: #a4aab0;
}

.filter-item input[type="text"]::-moz-placeholder {
  color: #a4aab0;
}

.filter-item input[type="text"]:-moz-placeholder {
  color: #a4aab0;
}

.filter-item input[type="text"]:-ms-input-placeholder {
  color: #a4aab0;
}

.filter-item input[type="text"]:focus,
.filter-item input[type="text"]:hover {
  border: 1px solid #253970;
}

@media screen and (min-width: 1280px) {
  .filter-item input[type="text"] {
    font-size: 16px;
  }
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .file-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.file-btn .file-btn__label {
  font-size: 10px;
  line-height: 10px;
  color: #a4aab0;
  margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .file-btn .file-btn__label {
    font-size: 12px;
    line-height: 12px;
  }
}

.file-btn input[type="file"] {
  display: none;
}

.file-btn span {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  color: #253970;
  font-size: 14px;
  text-align: center;
  height: 40px;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #253970;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media screen and (min-width: 1280px) {
  .file-btn span {
    font-size: 16px;
  }
}

.file-btn span:hover {
  background-color: #253970;
  border-color: #253970;
  color: #fff;
}

.file-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-content__item {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .file-content__item {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}

.file-content__item:last-child {
  margin-right: 0 !important;
}

.file-content__item .file-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.file-content__item .file-close:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background: url(/local/templates/main/css/../img/img_del.png) no-repeat center / 10px 10px;
}

.file-content__item img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .file-content__item img {
    width: 40px;
    height: 40px;
  }
}

.ui-menu .ui-menu-item {
  margin: 3px 0;
}

.ui-front {
  z-index: 190;
}

.ui-widget {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .ui-widget {
    font-size: 16px;
  }
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 16px;
  }
}

.ui-selectmenu-button.ui-button {
  width: 100%;
}

.ui-button {
  padding: 10px 10px;
  height: 40px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ced9e0;
  background: #fff;
  font-weight: normal;
  color: #a4aab0;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #a4aab0;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #253970;
  background: #fff;
  font-weight: normal;
  color: #a4aab0;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.ui-button:active,
.ui-button:active {
  border: 1px solid #253970;
  background: #fff;
  font-weight: normal;
  color: #253970;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: #f9fcfe;
  font-weight: normal;
  color: #253970;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #f9fcfe;
  background-color: #fff;
  color: #253970;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0px;
}

.ui-button .ui-icon {
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-button.ui-selectmenu-button-open .ui-icon {
  background: url(/local/templates/main/css/../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 4px;
}

/* ui autocomplid */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  overflow: hidden;
  max-width: inherit;
}

.ui-widget-content {
  border: 1px solid #f9fcfe;
  background: #ffffff;
  color: #333333;
}

.select-rooms {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .select-rooms {
    display: block;
  }
}

.select-rooms.open .select-rooms__input {
  border: 1px solid #253970;
}

.select-rooms.open .select-rooms__input:after {
  background: url(/local/templates/main/css/../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px;
}

.select-rooms.open .select-rooms__list {
  display: block;
}

.select-rooms__input {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  padding: 0 8px;
  border: 1px solid #ced9e0;
  color: #a4aab0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .select-rooms__input {
    font-size: 16px;
  }
}

.select-rooms__input:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 8px;
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.select-rooms__input:hover {
  border: 1px solid #253970;
}

.select-rooms__list {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  overflow: hidden;
  width: inherit;
  background: #fff;
  padding: 3px 0;
}

.select-rooms__list .checkbox {
  width: 100%;
}

.select-rooms__list .checkbox label {
  width: 100%;
  padding: 3px 1em 3px .4em;
}

.select-rooms__list .checkbox label span {
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #333333;
}

@media screen and (min-width: 1280px) {
  .select-rooms__list .checkbox label span {
    font-size: 16px;
  }
}

.select-rooms__list .checkbox label:hover {
  background: #f9fcfe;
}

.select-rooms__list .checkbox label:hover span {
  color: #253970;
}

/* filter */
/* filter style */
.filter--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-item select {
  border-radius: 5px;
  border: 1px solid #ced9e0;
  height: 40px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  min-width: 150px;
  color: #a4aab0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-grid__head .filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .filter-grid__head .filter-inner_mini {
    max-width: 966px;
  }
}

.filter-grid__head .filter-type {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid__head .filter-type {
    width: 25%;
  }
}

.filter-grid__head .filter-type .filter-item {
  width: 100%;
}

.filter-grid__head .filter-group {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid__head .filter-group {
    width: 75%;
  }
}

@media screen and (min-width: 480px) {
  .filter-grid__head .filter-group .filter-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.filter-grid__head .filter-buttons {
  padding-bottom: 20px;
}

.filter-grid__more {
  background-color: #f2f6f9;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.filter-grid__more.open {
  max-height: 1700px;
}

.filter-item,
.filter-add,
.filter-button__group,
.file-btn,
.file-content,
.report-wrap {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {

  .filter-item,
  .filter-add,
  .filter-button__group,
  .file-btn,
  .file-content,
  .report-wrap {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width: 1024px) {

  .filter-item,
  .filter-add,
  .filter-button__group,
  .file-btn,
  .file-content,
  .report-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1280px) {

  .filter-item,
  .filter-add,
  .filter-button__group,
  .file-btn,
  .file-content,
  .report-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.filter-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .filter-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .filter-item {
    width: 33.333%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-item {
    width: 25%;
  }
}

.file-wrap,
.report-wrap {
  padding-top: 20px;
}

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.filter-buttons .button.--map {
  width: 150px;
  margin-right: 16px;
  display: none;
}

@media screen and (min-width: 768px) {
  .filter-buttons .button.--map {
    display: block;
  }
}

.filter-buttons .button.--submit {
  width: 150px;
}

.filter-buttons .filter-button__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-buttons--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .filter-buttons--center {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.filter-buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 966px);
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .filter-buttons-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 1023px) {
  .filter-buttons-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.filter-buttons-column .filter-inner__column {
  margin-top: 20px;
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .filter-buttons-column .filter-inner__column {
    margin-top: 0;
    max-width: 156px;
  }
}

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.filter-item__from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-item__from-to span {
  color: #a4aab0;
  font-size: 16px;
  margin: 0 6px;
}

.filter-btn-close {
  border-top: 1px solid #ced9e0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #253970;
  padding: 20px 0;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}

.filter-btn-close:hover {
  background: #253970;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .filter-btn-close {
    font-size: 16px;
    line-height: 26px;
  }
}

.filter-item.--floor-not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .filter-item.--floor-not {
    padding-top: 50px;
  }
}

.filter-item.--floor-not .checkbox:nth-child(1) {
  margin-right: 20px;
}

.filter-item.--distance {
  padding-top: 38px;
}

@media screen and (min-width: 1280px) {
  .filter-item.--distance {
    padding-top: 40px;
  }
}

.filter-item.--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}

@media screen and (min-width: 1280px) {
  .filter-item.--photo {
    padding-top: 50px;
  }
}

.filter-item.--list {
  height: auto;
}

.filter-item.--list .filter-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-item.--list .filter-item__inner .checkbox {
  margin-top: 20px;
}

.file-content {
  padding-top: 20px;
}

.report-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .report-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.textarea.form-comment {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .textarea.form-comment {
    width: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .textarea.form-comment {
    width: 460px;
  }
}

.textarea.form-comment textarea {
  width: 100%;
  min-height: 72px;
  max-height: 130px;
}

.form-policy {
  margin-bottom: 8px;
}

.e-submit.form-add input {
  height: 40px;
}

.submit-wrap {
  width: 275px;
  padding-top: 15px;
  margin-left: auto;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
  width: 100%;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
    width: 33.333%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 16.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--area {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--area {
    width: 16.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
  width: 83.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 16.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 16.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
  .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
    width: 16.666%;
  }
}

.filter-grid__additional .filter:first-child {
  margin-top: -20px;
  border-top: 0;
}

.filter-grid__additional .filter {
  border-top: 1px solid #eeeeee;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 8.333%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--room,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--room,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
    width: 8.333%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 8.333%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 8.333%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
  .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
    width: 8.333%;
  }
}

.filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--price,
.filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--rooms {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--price,
  .filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--rooms {
    width: 16.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 16.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
  width: 100%;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
    width: 33.333%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
    width: 66.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
    width: 25%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor {
    width: 16.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
    width: 50%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
    width: 66.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
    width: 25%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 16.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 16.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
  width: 50%;
}

@media screen and (min-width: 768px) {

  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
  .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
    width: 16.666%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 8.333%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
    width: 66.666%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
    width: 25%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
    width: 8.333%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
    width: 66.666%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
    width: 25%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 8.333%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 8.333%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list {
  width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 41.666%;
  }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
  width: 33.333%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
  width: 16.666%;
}

@media screen and (min-width: 1024px) {

  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
  .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
    width: 8.333%;
  }
}

.filter-aside-wrap .filter-aside-tabs__head {
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .filter-aside-wrap .filter-aside-tabs__head {
    padding: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.filter-aside-wrap .filter-aside-tabs-select {
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .filter-aside-wrap .filter-aside-tabs-select {
    margin-left: 10px;
    margin-top: 0;
    width: auto;
  }
}

.filter-aside-wrap .filter-group {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

.filter-aside-wrap .filter-type {
  width: 100%;
}

.filter-aside-wrap .filter-item,
.filter-aside-wrap .filter-grid__buttons {
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1024px) {

  .filter-aside-wrap .filter-item,
  .filter-aside-wrap .filter-grid__buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-aside-wrap .filter-item.--floor-not,
.filter-aside-wrap .filter-grid__buttons.--floor-not {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-aside-wrap .filter-item.--floor-not .checkbox,
.filter-aside-wrap .filter-grid__buttons.--floor-not .checkbox {
  margin-right: 0;
  margin-bottom: 15px;
}

.filter-aside-wrap .filter-item.--floor-not .checkbox:last-child,
.filter-aside-wrap .filter-grid__buttons.--floor-not .checkbox:last-child {
  margin-bottom: 0;
}

.filter-aside-wrap .filter-item.--photo,
.filter-aside-wrap .filter-grid__buttons.--photo {
  padding-top: 20px;
  height: auto;
}

.filter-aside-wrap .filter-item.--distance,
.filter-aside-wrap .filter-grid__buttons.--distance {
  height: auto;
}

.filter-aside-wrap .filter-item.--list,
.filter-aside-wrap .filter-grid__buttons.--list {
  width: 100%;
  padding-top: 0;
}

.filter-aside-wrap .filter-item.--list .filter-item__inner,
.filter-aside-wrap .filter-grid__buttons.--list .filter-item__inner {
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-aside-wrap .filter-item.--list .checkbox,
.filter-aside-wrap .filter-grid__buttons.--list .checkbox {
  width: 100% !important;
}

.filter-aside-wrap .filter-buttons {
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.filter-aside-wrap .filter-buttons.active {
  display: none;
}

.filter-aside-wrap .filter-buttons .filter-add span {
  height: 40px;
  line-height: 40px;
}

.filter-aside-wrap .filter-grid__more {
  background: #fff;
}

.filter-aside-wrap .filter-btn-close {
  border: none;
  padding: 0;
}

.filter-aside-wrap .filter-btn-close span {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  color: #253970;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
}

.filter-btn-clear {
  margin-top: 15px;
  text-align: center;
}

.filter-btn-clear span {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  color: #253970;
  font-size: 16px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
}

.filter-btn-clear span:hover {
  background: rgba(79, 150, 226, 0.05);
  color: #253970;
}

.filter-mobil-search {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-mobil-search {
    display: block;
  }
}

.filter-mobil-search-btn {
  text-align: center;
}

.filter-mobil-search-btn span {
  background: #253970;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 20px auto 0;
  cursor: pointer;
}

.filter-multpl {
  height: auto;
}

.filter-multpl-check {
  margin-bottom: 8px;
}

.filter-multpl-check li {
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
  .filter-multpl-check li {
    font-size: 16px;
  }
}

.filter-multpl-check li:hover {
  color: #253970;
  text-decoration: line-through;
}

.filter-multpl-check li:hover i {
  background: url(/local/templates/main/css/../img/svg/cross-small_blue.svg) no-repeat center / 10px 10px;
}

.filter-multpl-check i {
  position: absolute;
  top: 3px;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(/local/templates/main/css/../img/svg/cross-small.svg) no-repeat center / 10px 10px;
}

@media screen and (min-width: 1280px) {
  .filter-multpl-check i {
    top: 5px;
  }
}

.filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.filter-inner__column {
  padding: 0 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 480px) {
  .filter-inner__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 1024px) {
  .filter-inner__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

@media (min-width: 768px) {
  .filter-inner__column_33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
  }
}

.filter-inner__column .filter-type {
  width: 100%;
}

.filter-inner__column .filter-item {
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.filter-select {
  position: relative;
  width: 100%;
}

.filter-select:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.filter-select.open:after {
  background: url(/local/templates/main/css/../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-select.open .filter-select__input {
  border: 1px solid #253970;
}

.filter-select.open .filter-select__list {
  display: block;
}

.filter-select__input {
  border-radius: 4px;
  border: 1px solid #ced9e0;
  height: 40px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 40px;
  min-width: 150px;
  color: #737373;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}

.filter-select__input:hover {
  border: 1px solid #253970;
}

.filter-select__input:focus {
  border: 1px solid #253970;
}

.filter-select__list {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  overflow: hidden;
  width: inherit;
  background: #fff;
}

.filter-select__list li {
  margin: 2px 0;
  padding: 3px 8px;
  cursor: pointer;
}

.filter-select__list li:hover {
  background: #f9fcfe;
  color: #253970;
}

.filter-select__list li .checkbox label {
  width: 100%;
}

.filter-select__list li .checkbox label:hover span {
  color: #253970;
}

.filter-select__list li .checkbox label span {
  font-size: 14px;
  padding-top: 0;
}

.filter-select__list li .radio label {
  width: 100%;
}

.filter-select select {
  display: none;
}

.filter-from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-from-to input {
  width: 50%;
}

.filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-checkbox .checkbox {
  margin-top: 18px;
  width: 50%;
  padding: 0 10px;
}

.filter-show,
.filter-hide,
.filter-reset,
.button-map,
.button-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ced9e0;
  background: transparent;
  border-radius: 4px;
}

.filter-show span,
.filter-hide span,
.filter-reset span,
.button-map span,
.button-submit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-show {
  border: none;
}

.button-submit {
  border: 1px solid #253970;
  background: #253970;
  color: #fff;
}

.button-submit:hover,
.button-submit:active {
  background: #539ef0;
}

.filter-show {
  color: #253970;
}

.filter-hide {
  color: #253970;
}

.filter-hide.active,
.filter-hide:hover,
.filter-hide:active {
  background: #ced9e0;
}

.filter-reset {
  color: #737373;
}

.button-map {
  border: 1px solid #f7182b;
  background: #f7182b;
  color: #fff;
}

.button-map:hover,
.button-map:active {
  border: 1px solid #ced9e0;
  background: transparent;
  color: #737373;
}

.button-map:hover span:before,
.button-map:active span:before {
  background: url(/local/templates/main/css/../img/svg/pin_location_red.svg) no-repeat center / 18px 25px;
}

.button-map span {
  position: relative;
}

.button-map span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 0;
  width: 18px;
  height: 25px;
  background: url(/local/templates/main/css/../img/svg/pin_location_white.svg) no-repeat center / 18px 25px;
}

.filter-reset:hover,
.filter-reset:active {
  border: 1px solid #da634c;
  color: #da634c;
}

.filter-reset span {
  position: relative;
}

.filter-reset span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/local/templates/main/css/../img/svg/cross-small.svg) no-repeat center / 12px 12px;
}

.filter-grid__head {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .filter-grid__head .filter-buttons .filter-inner__column {
    max-width: 156px;
  }
}

.filter-grid__more {
  padding-top: 20px;
  padding-bottom: 40px;
}

.filter-grid__more .filter-buttons {
  margin-top: 20px;
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media (min-width: 480px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 768px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 480px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 768px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1024px) {
  .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
    margin-top: 0;
  }
}

.filter-aside-tabs__content .filter-item {
  margin-bottom: 20px;
}

.filter-aside-tabs__content .filter-grid__more {
  padding: 0;
}

.filter-grid__buttons button {
  margin-bottom: 20px;
}

.filter-aside-wrap .filter-item__label:empty {
  display: none;
}

.filter-aside-wrap .filter-item.--floor-not+.filter-item.--floor-not {
  padding-top: 0px;
}

.filter-item.--list .filter-item__inner .checkbox {
  margin-top: 0;
}

.filter-item.--list .filter-item__inner .checkbox+.checkbox {
  margin-top: 20px;
}

/* end filter */
.filter-btn-open {
  margin-top: 18px;
  margin-left: 10px;
  display: none;
  height: 40px;
  color: #a4aab0;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #ced9e0;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .filter-btn-open {
    display: block;
  }
}

/* filter-min */
.filter-sort {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .filter-sort {
    width: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sort {
    width: 272px;
  }
}

.filter-view {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .filter-view {
    width: 170px;
  }
}

@media screen and (min-width: 480px) {
  .filter-view {
    margin-left: auto;
  }
}

.filter-view .filter-view-select {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-view .filter-view-select {
    display: block;
  }
}

.filter-view-list {
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #ced9e0;
}

@media screen and (max-width: 767px) {
  .filter-view-list {
    display: none;
  }
}

.filter-view-link {
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 40px;
  color: #737373;
  padding: 0 16px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media screen and (max-width: 767px) {
  .filter-view-link {
    display: block;
    height: auto;
    line-height: 23px;
    padding: 3px 1em 3px .4em;
    border: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .filter-view-link {
    font-size: 16px;
  }
}

.filter-view-link:nth-child(2) {
  border-left: 1px solid #ced9e0;
  border-right: 1px solid #ced9e0;
}

.filter-view-link.active,
.filter-view-link:hover {
  background: #253970;
  color: #fff;
}

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

  .filter-view-link.active,
  .filter-view-link:hover {
    background: #fff;
    color: #737373;
  }
}

@media screen and (max-width: 767px) {
  .filter-view-link:hover {
    color: #253970;
    background: #f9fcfe;
  }
}

.filter-label {
  font-family: Montserrat, sans-serif;
  color: #a4aab0;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .filter-label {
    font-size: 12px;
    line-height: 12px;
  }
}

/* search-result */
.search-result-info {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .search-result-info {
    font-size: 16px;
    line-height: 26px;
  }
}

.search-result-info span {
  font-weight: 500;
}

.search-result-list {
  margin-top: -20px;
}

.search-result-list__item {
  margin-top: 20px;
}

.search-result-tabl {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.search-result-tabl .search-result-list {
  margin-top: 0;
}

.search-result-tabl .search-result-list__item {
  margin-top: 0;
  border-top: 1px solid #eeeeee;
}

.search-result-tabl .search-result-list__item.--favorites .favorites__link:before {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.search-result-tabl .search-result-list__item.--favorites .favorites__link:hover:before {
  background: url(/local/templates/main/css/../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.search-result-tabl .favorites {
  font-size: 14px;
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .search-result-tabl .favorites {
    font-size: 16px;
    line-height: 16px;
  }
}

.search-result-tabl .favorites__link {
  padding-left: 0;
  height: 16px;
  width: 16px;
}

.search-result-tabl-head {
  display: none;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-head {
    display: block;
  }
}

.search-result-tabl-head span {
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .search-result-tabl-head span {
    line-height: 16px;
  }
}

.search-result-tabl-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid {
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.search-result-tabl-grid:hover {
  background: #f9fcfe;
}

.search-result-tabl-grid__item {
  text-align: left;
  padding: 5px 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item {
    text-align: center;
    padding: 10px 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1280px) {
  .search-result-tabl-grid__item {
    padding: 21px 10px;
  }
}

.search-result-tabl-grid__item-label {
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #a4aab0;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 4px;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item-label {
    display: none;
  }
}

.search-result-tabl-grid__item.--photo {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item.--photo {
    min-width: 40px;
    max-width: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .search-result-tabl-grid__item.--photo {
    min-width: 50px;
    max-width: 50px;
  }
}

.search-result-tabl-grid__item.--room {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item.--room {
    min-width: 55px;
    max-width: 55px;
  }
}

.search-result-tabl-grid__item.--district {
  min-width: 100px;
  max-width: 100px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .search-result-tabl-grid__item.--district {
    min-width: 138px;
    max-width: 138px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
  .search-result-tabl-grid__item.--district {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item.--district {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 105px;
    max-width: 105px;
  }
}

.search-result-tabl-grid__item.--address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .search-result-tabl-grid__item.--address {
    min-width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .search-result-tabl-grid__item.--address {
    min-width: 250px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.search-result-tabl-grid__item.--price {
  min-width: 88px;
}

.search-result-tabl-grid__item.--metr {
  min-width: 76px;
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
  .search-result-tabl-grid__item.--metr {
    display: none;
  }
}

.search-result-tabl-grid__item.--more {
  min-width: 40px;
  max-width: 40px;
}

@media screen and (max-width: 1023px) {
  .search-result-tabl-grid__item.--more {
    max-width: 0;
    min-width: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .search-result-tabl-grid__item.--more .favorites {
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

.search-result-tabl-grid__item span {
  white-space: nowrap;
  color: #737373;
  position: relative;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .search-result-tabl-grid__item span {
    font-size: 16px;
  }
}

.search-result-tabl-grid__item-discount {
  display: inline-block;
  padding-right: 15px;
  background: url(/local/templates/main/css/../img/svg/arrow-down.svg) no-repeat right 3px center / 9px;
}

.search-result-tabl-grid__item-discount span {
  color: #E31E24;
  border-bottom: 1px dashed #E31E24;
}

.apartment-card-tabl .search-result-tabl-grid__item {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .apartment-card-tabl .search-result-tabl-grid__item {
    font-size: 16px;
    line-height: 26px;
  }
}

.apartment-card-tabl .search-result-tabl-grid__item.--district {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.apartment-card-tabl .search-result-tabl-grid__item.--address {
  white-space: normal;
}

.apartment-card-tabl .search-result-tabl-grid__item.--address .apartment-title {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .apartment-card-tabl .search-result-tabl-grid__item.--address .apartment-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.apartment-img {
  position: absolute;
  width: 216px;
  height: 162px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ico-photo {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(/local/templates/main/css/../img/svg/photo.svg) no-repeat center / 16px 14px;
  cursor: pointer;
}

.ico-photo:hover+.apartment-img {
  opacity: 1;
  visibility: visible;
}

/* result grid */
.search-result-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .search-result-grid {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1024px) {
  .search-result-grid {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .search-result-grid {
    margin: 0 -8px;
  }
}

.search-result-grid__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .search-result-grid__content {
    padding: 0 6px;
  }
}

@media screen and (min-width: 1024px) {
  .search-result-grid__content {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .search-result-grid__content {
    padding: 0 8px;
  }
}

.search-result-grid__aside {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .search-result-grid__aside {
    position: absolute;
    width: 90%;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 121;
    display: none;
  }

  .search-result-grid__aside.active {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .search-result-grid__aside {
    padding: 20px 6px 0;
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .search-result-grid__aside {
    padding: 20px 4px 0;
  }
}

@media screen and (min-width: 1280px) {
  .search-result-grid__aside {
    padding: 20px 8px 0;
  }
}

/* filter-aside tab */
.filter-aside-tabs__content {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  display: none;
}

.filter-aside-tabs__content.active {
  display: block;
}

.filter-aside-tabs__content .filter-btn-close {
  border-radius: 4px;
}

.filter-aside-tabs__content .filter-btn-close span {
  padding: 0 20px;
}

.filter-aside-tabs__content .filter-btn-close:hover {
  background: rgba(79, 150, 226, 0.05);
  color: #253970;
}

.filter-aside-tabs__content .filter-btn-close:hover span {
  background: #f9fcfe;
}

/* filter-aside */
.filter-aside-wrap {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  padding: 30px 0 14px;
}

@media (min-width: 768px) {
  .filter-aside-wrap {
    padding: 20px 0 14px;
  }
}

.filter-aside-wrap .filter-aside-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/css/../img/svg/cross.svg) no-repeat center / 20px 20px;
}

@media (min-width: 768px) {
  .filter-aside-wrap .filter-aside-close {
    display: none;
  }
}

.filter-aside-wrap .filter-item {
  padding-top: 0px;
}

.filter-aside-tabs__head {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.filter-aside-tabs__head span {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #a4aab0;
}

.filter-aside-tabs-select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  height: 40px;
  color: #737373;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #ced9e0;
  border-radius: 4px;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .filter-aside-tabs-select {
    font-size: 16px;
  }
}

.filter-aside-tabs-select:after {
  content: '';
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px !important;
}

.filter-aside-tabs-select.open {
  border: 1px solid #253970;
}

.filter-aside-tabs-select.open:after {
  background: url(/local/templates/main/css/../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-aside-tabs-select.open+.filter-aside-tabs-list {
  display: block;
  position: absolute;
  top: 62px;
  left: 10px;
  background: #fff;
  z-index: 12;
  width: calc(100% - 20px);
  border: 1px solid #ced9e0;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .filter-aside-tabs-select.open+.filter-aside-tabs-list {
    top: 40px;
    left: 72px;
    width: calc(100% - 92px);
  }
}

.filter-aside-tabs-list {
  display: none;
}

.filter-aside-tabs-list__item {
  height: 23px;
}

.filter-aside-tabs-list__item:hover .filter-aside-tabs-name {
  color: #253970;
  background: #f9fcfe;
}

.filter-aside-tabs-list__item.active {
  background: #f9fcfe;
  color: #253970;
}

.filter-aside-tabs-name {
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  color: #333;
  padding: 0 10px;
  margin: 3px 0;
  cursor: pointer;
}

.filter-aside-grid .filter-inner {
  padding: 0 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  .filter-aside-grid .filter-inner {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-aside-grid .filter-inner {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-aside-grid .filter-inner {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1280px) {
  .filter-aside-grid .filter-item {
    padding: 20px 6px 0;
  }
}

.filter-aside-grid .filter-item__from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-aside-grid .filter-item__from-to input:nth-child(1),
.filter-aside-grid .filter-item__from-to input:nth-child(3) {
  width: 65px;
}

@media screen and (min-width: 768px) {

  .filter-aside-grid .filter-item__from-to input:nth-child(1),
  .filter-aside-grid .filter-item__from-to input:nth-child(3) {
    width: 79px;
  }
}

@media screen and (min-width: 1024px) {

  .filter-aside-grid .filter-item__from-to input:nth-child(1),
  .filter-aside-grid .filter-item__from-to input:nth-child(3) {
    width: 60px;
  }
}

@media screen and (min-width: 1280px) {

  .filter-aside-grid .filter-item__from-to input:nth-child(1),
  .filter-aside-grid .filter-item__from-to input:nth-child(3) {
    width: 100px;
  }
}

.filter-aside-grid .filter-item__from-to span:nth-child(2) {
  margin: 0 3px;
  color: #ced9e0;
}

@media screen and (min-width: 768px) {
  .filter-aside-grid .filter-item__from-to span:nth-child(2) {
    margin: 0 5px;
  }
}

.filter-aside-add {
  text-align: center;
}

.filter-aside-add span {
  padding-top: 20px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #253970;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.filter-aside-add span:hover {
  color: #253970;
}

.filter-aside-add.open span {
  display: none;
}

.filter-aside-add.open+.filter-aside-grid__more {
  display: block;
}

.filter-aside-grid__more {
  display: none;
}

/* apartment-card */
.apartment-card,
.apartment-list {
  width: 100%;
  border: 1px solid #b2d6e8;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 60px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  .apartment-card {
    padding: 20px;
  }
}

.apartment-card:hover,
.apartment-list:hover {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.apartment-card.--favorites {
  border-color: #ffc866;
}

.apartment-card.--favorites .favorites__link:hover:before {
  background: url(/local/templates/main/css/../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.apartment-card.--favorites .favorites__link:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.apartment-card-grid,
.apartment-list__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .apartment-card-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.apartment-card-grid__photo {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .apartment-card-grid__photo {
    width: 140px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .apartment-card-grid__photo {
    width: 200px;
  }
}

@media screen and (min-width: 1280px) {
  .apartment-card-grid__photo {
    width: 240px;
  }
}

.apartment-card-grid__content,
.apartment-list__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 480px) {

  .apartment-card-grid__content,
  .apartment-list__content {
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 1280px) {

  .apartment-card-grid__content,
  .apartment-list__content {
    padding: 0 0 0 30px;
  }
}

.apartment-card-grid__more {
  margin-top: 20px;
}

.apartment-card-grid__more .share {
  margin-right: -8px;
}

@media screen and (max-width: 479px) {
  .apartment-card-grid__more {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .apartment-card-grid__more {
    margin-top: 0;
    position: absolute;
    top: 0px;
    right: 0;
    text-align: right;
  }
}

.apartment-photo,
.apartment-list__photo {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  width: 248px;
  height: 117px;
  position: relative;
}

.apartment-photo .lSPager {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  padding: 0 1px;
  pointer-events: none;
}

.apartment-photo .lSPager>li {
  width: 100%;
  display: flex;
  padding: 6px;
}

.apartment-photo .lSPager.lSpg>li>a {
  font-size: 0;
  width: 100% !important;
  height: 2px !important;
  border: 0;
  cursor: pointer;
  background-color: rgba(232, 232, 232, .8);
}

.apartment-photo .lSAction {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .apartment-photo {
    width: 140px;
    height: 117px;
  }
}

@media screen and (min-width: 1024px) {
  .apartment-photo {
    width: 200px;
    height: 166px;
  }
}

@media screen and (min-width: 1280px) {
  .apartment-photo {
    width: 240px;
    height: 200px;
  }
}

.apartment-photo__img {
  width: 100%;
  height: 117px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 480px) {
  .apartment-photo__img {
    width: 140px;
    height: 117px;
  }
}

@media screen and (min-width: 1024px) {
  .apartment-photo__img {
    width: 200px;
    height: 166px;
  }
}

@media screen and (min-width: 1280px) {
  .apartment-photo__img {
    width: 240px;
    height: 200px;
  }
}

.apartment-title span {
  color: #a4aab0;
  font-size: 14px
}

@media screen and (min-width: 1024px) {
  .apartment-card-grid__head {
    padding-right: 0px;
    max-width: 344px;
  }
}

@media screen and (min-width: 1280px) {
  .apartment-card-grid__head {
    max-width: 500px;
  }
}

.apartment-title {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
  .apartment-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    max-width: 404px;
  }
}

.apartment-title a {
  color: #737373;
}

.apartment-title .apartment-location {
  margin-left: 8px;
}

.apartment-zone {
  font-family: Montserrat, sans-serif;
  color: #a4aab0;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.apartment-distance {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 1280px) {
  .apartment-distance {
    font-size: 16px;
    line-height: 26px;
  }
}

.apartment-distance span {
  color: #737373;
  font-size: 14px;
}

.apartment-distance__item {
  position: relative;
  margin-bottom: 5px;
}

.apartment-distance__item.--metro {
  padding-left: 26px;
}

.apartment-distance__item.--metro:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 15px;
  background: url(/local/templates/main/css/../img/svg/ico_metro.svg) no-repeat center / 16px 15px;
}

.apartment-distance__item.--center {
  padding-left: 26px;
}

.apartment-distance__item.--center:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url(/local/templates/main/css/../img/svg/ico_center.svg) no-repeat center / 12px 14px;
}

.apartment-price {
  color: #737373;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.apartment-price__responsible {
  display: none;
}

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

  .apartment-price__responsible,
  .apartment-price__more {
    margin-top: 12px;
  }
}


@media screen and (min-width: 1280px) {
  .apartment-price {
    font-size: 16px;
    line-height: 16px;
  }
}

.apartment-price__sum {
  display: inline-block;
}

.apartment-price__sum span {
  font-weight: bold;
  color: #E31E24;
}

.apartment-price__sum--old {
  margin-right: 12px;
  text-decoration: line-through;
}

.apartment-price__sum--old span {
  color: #a7adb3;
}

@media screen and (max-width: 580px) {
  .apartment-price__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.apartment-price__sum-wrapper+.apartment-price__metr {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #a4aab0;
}

.apartment-price__metr {
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.apartment-price__metr span {
  font-weight: bold;
}

.apartment-info {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .apartment-info {
    font-size: 14px;
    line-height: 24px;
  }
}

.apartment-show-more {
  margin-top: 12px;
}

.apartment-show-more a {
  display: flex;
  margin-left: auto;
  background: #E31E24;
  border-radius: 4px;
  height: 36px;
  max-width: 200px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .apartment-show-more a {
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
  }

  .apartment-show-more {
    margin-bottom: 12px;
  }
}

.s-card .apartment-show-more {
  margin-bottom: 12px;
}

.s-card .apartment-show-more a {
  height: 46px;
  margin-left: 0;
  margin-right: auto;
  max-width: 180px;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 1279px) {
  .s-card .apartment-show-more a {
    font-size: 14px;
    max-width: 160px;
  }
}


.apartment-info__item {
  display: inline-block;
  color: #a4aab0;
  position: relative;
}

.apartment-info__item:not(:last-child) {
  padding-right: 12px;
  margin-right: 6px;
}

@media screen and (min-width: 1024px) {
  .apartment-info__item:not(:last-child) {
    padding-right: 16px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .apartment-info__item:not(:last-child) {
    padding-right: 18px;
    margin-right: 12px;
  }
}

.apartment-info__item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #a4aab0;
}

.apartment-info__item.--favorites .favorites__link:before {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.apartment-info__item.--favorites .favorites__link:hover:before {
  background: url(/local/templates/main/css/../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.apartment-location i {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(/local/templates/main/css/../img/svg/pin_location_red.svg) no-repeat center / 15px 18px;
}

.apartment-location__text {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

/*.apartment-location:hover {*/
/*    background: url(/local/templates/main/css/../img/svg/pin_location.svg) no-repeat center / 15px 18px;*/
/*}*/

.favorites {
  color: #253970;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .favorites {
    font-size: 16px;
    line-height: 26px;
  }
}

.favorites.active .favorites__link:before {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.favorites__link {
  color: #253970;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.favorites__link:hover:before {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.favorites__link:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/css/../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.complain {
  color: #a4aab0;
}

.complain__link {
  color: #a4aab0;
  font-size: 12px;
  line-height: 12px;
}

.complain__link:hover {
  color: #253970;
}

.complain__link:hover span {
  color: #253970;
}

.complain span {
  color: #E31E24;
}

/* bread-crumbs */
.bread-crumbs {
  margin-bottom: 5px;
}

.bread-crumbs-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bread-crumbs-list__item {
  position: relative;
  margin-right: 20px;
}

.bread-crumbs-list__item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(/local/templates/main/css/../img/svg/arrow_bread.svg) no-repeat center / 5px 8px;
}

.bread-crumbs-link {
  color: #a4aab0;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}

.bread-crumbs-link:hover {
  text-decoration: underline;
}

/* pagination */
.pagination {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 12px;
  }
}

.pagination-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-list__item {
  color: #253970;
  font-size: 16px;
  line-height: 26px;
  margin: 0 4px;
}

.pagination-list__item.active .pagination-link {
  color: #737373;
  border-bottom: 3px solid #253970;
}

.pagination-link {
  display: inline-block;
  padding: 0 8px;
  color: #253970;
}

.pagination-link:not(.pagination-link--dots):hover {
  border-bottom: 3px solid #253970;
}

/* .page-grid */
.page-grid {
  display: block;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  .page-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1024px) {
  .page-grid {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .page-grid {
    margin: 0 -8px;
  }
}

.page-grid__content {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .page-grid__content {
    width: 75%;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .page-grid__content {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .page-grid__content {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.page-grid__aside {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .page-grid__aside {
    width: 25%;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .page-grid__aside {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .page-grid__aside {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.page-grid__content-title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .page-grid__content-title {
    font-size: 31px;
    margin-bottom: 31px;
  }
}

@media (max-width: 1023px) {
  .page-grid__content-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .page-grid__content-title {
    margin-bottom: 14px;
  }
}

/* card */
.card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__grid-gallery {
  width: calc(100% - 237px);
}

@media screen and (max-width: 767px) {
  .card__grid-gallery {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .card__grid-gallery {
    width: calc(100% - 288px);
  }
}

.card__grid-info {
  min-width: 237px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .card__grid-info {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .card__grid-info {
    min-width: 288px;
    padding-left: 28px;
  }
}

.card__grid-info .card-info:not(:last-child) {
  margin-bottom: 10px;
}

/* gallery__index */
.gallery-img {
  border-radius: 5px;
  overflow: hidden;
  height: 244px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .gallery-img {
    height: 274px;
  }
}

@media screen and (min-width: 768px) {
  .gallery-img {
    height: 374px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery-img {
    height: 450px;
  }
}

.gallery-img img {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media screen and (min-width: 480px) {
  .gallery-img img {
    height: 274px;
  }
}

@media screen and (min-width: 768px) {
  .gallery-img img {
    height: 374px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery-img img {
    height: 450px;
  }
}

.gallery-img__mark {
  width: 40px;
  height: 35px;
  background: rgba(43, 47, 51, 0.7);
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-img__mark-ico {
  margin: auto;
  width: 22px;
  height: 17px;
  background: url(/local/templates/main/css/../img/svg/expand.svg) no-repeat center / 22px 17px;
  cursor: pointer;
}

.gallery__list {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .gallery__list {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery__list {
    margin-top: 20px;
  }
}

/*  slick */
.slick-current .gallery-img-list__item img {
  border: 1px solid #253970;
}

.gallery__list {
  height: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .gallery__list {
    height: 56px;
  }
}

.gallery-arrow__left,
.gallery-arrow__right {
  position: absolute;
  top: 0;
  height: 40px;
  width: 35px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

@media screen and (min-width: 480px) {

  .gallery-arrow__left,
  .gallery-arrow__right {
    height: 50px;
  }
}

@media screen and (min-width: 1280px) {

  .gallery-arrow__left,
  .gallery-arrow__right {
    height: 56px;
  }
}

.gallery-arrow__left:hover,
.gallery-arrow__right:hover {
  background: #fff;
}

.gallery-arrow__left span,
.gallery-arrow__right span {
  display: block;
  margin: auto;
  width: 12px;
  height: 20px;
}

.gallery-arrow__left {
  left: 0;
}

.gallery-arrow__left span {
  background: url(/local/templates/main/css/../img/svg/V-left.svg) no-repeat center / 12px 20px;
}

.gallery-arrow__right {
  right: 0;
}

.gallery-arrow__right span {
  background: url(/local/templates/main/css/../img/svg/V-right.svg) no-repeat center / 12px 20px;
}

.gallery-img-list {
  margin: 0 -6px;
}

@media screen and (min-width: 1024px) {
  .gallery-img-list {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery-img-list {
    margin: 0 -8px;
  }
}

.gallery-img-list__item {
  padding: 0 6px;
}

@media screen and (min-width: 1024px) {
  .gallery-img-list__item {
    padding: 0 4px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery-img-list__item {
    padding: 0 8px;
  }
}

.gallery-img-list__item img {
  cursor: pointer;
  border-radius: 5px;
  width: 80px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media screen and (min-width: 480px) {
  .gallery-img-list__item img {
    height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .gallery-img-list__item img {
    height: 56px;
  }
}

.apartament-date {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .apartament-date {
    margin-top: 0;
    font-size: 16px;
  }
}

.apartament-gallery-count {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 14px;
}

/* card  content */
.card__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 480px) {
  .card__content {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .card__content {
    margin-top: 60px;
  }
}

.card__content-inner {
  width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
  .card__content-inner {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .card__content-inner {
    width: 100%;
  }
}

.card__content-aside {
  width: 240px;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .card__content-aside {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .card__content-aside {
    display: none;
  }
}

.card__content-map {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .card__content-map {
    margin-bottom: 46px;
  }
}

.card__content-map #map {
  width: 100%;
  height: 170px;
  background: #f2f6f9;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

@media screen and (min-width: 768px) {
  .card__content-map #map {
    height: 320px;
  }
}

.card__content-more .card-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}

@media screen and (max-width: 767px) {
  .card__content-more .card-info-list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .card__content-more .card-info-list {
    margin: 0 -6px 10px;
  }
}

@media screen and (min-width: 1024px) {
  .card__content-more .card-info-list {
    margin: 0 -4px 10px;
  }
}

@media screen and (min-width: 1280px) {
  .card__content-more .card-info-list {
    margin: 0 -8px 16px;
  }
}

.card__content-more .card-info-list.--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .card__content-more .card-info-list.--mobile {
    display: none;
  }
}

.card__content-more .card-info-list .card-info {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .card__content-more .card-info-list .card-info {
    padding-left: 6px;
    padding-right: 6px;
    width: 33.333%;
  }
}

@media screen and (min-width: 1024px) {
  .card__content-more .card-info-list .card-info {
    padding-left: 4px;
    padding-right: 4px;
    width: 25%;
  }
}

@media screen and (min-width: 1280px) {
  .card__content-more .card-info-list .card-info {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.ddtext__action {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .ddtext__action {
    font-size: 16px;
  }
}

.ddtext__action a:before {
  color: #253970;
  text-decoration: none;
}

.ddtext.active .ddtext__action {
  padding-top: 20px;
}

/* card-info */
.card-info {
  color: #737373;
}

.card-info.--big .card-info__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
}

@media screen and (min-width: 1280px) {
  .card-info.--big .card-info__text {
    font-size: 22px;
    line-height: 28px;
  }
}

.card-info__label {
  font-size: 10px;
  line-height: 10px;
  color: #a4aab0;
  font-family: Montserrat, sans-serif;
  margin-bottom: 4px;
}

@media screen and (min-width: 1280px) {
  .card-info__label {
    font-size: 12px;
    line-height: 12px;
  }
}

.card-info__text {
  font-size: 14px;
  line-height: 24px;
}

.card-info__text.--red {
  color: #E31E24;
}

.card-info__text.--gray {
  color: #a7adb3;
}

.card-info__text.--strikethrough {
  text-decoration: line-through;
}

.card-info__text.--with-arrow {
  display: inline-block;
  padding-right: 20px;
  background: url(/local/templates/main/css/../img/svg/arrow-down.svg) no-repeat right 3px center / 9px;
}

@media screen and (min-width: 1280px) {
  .card-info__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.card-info__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.card-info__procent {
  margin-left: 14px;
}

.card-info__procent span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #E31E24;
  border-radius: 4px;
  padding: 4px 10px;
}

.card-info__link {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #253970;
}

@media (min-width: 1200px) {
  .card-info__link {
    font-size: 14px;
  }
}

.card-info__link:hover {
  border-bottom: 1px dashed #253970;
}

.hint {
  position: relative;
  z-index: 9;
}

.hint:before {
  display: none;
  content: attr(data-hint);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Montserrat, sans-serif;
  width: 190px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  color: #737373;
  margin-left: 15px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
  visibility: hidden;
  opacity: 0;
}

.hint .Прямоугольник__скругл__углы_1 {
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
  position: absolute;
  left: 443px;
  top: 417px;
  width: 83px;
  height: 33px;
  z-index: 11;
}

.hint:after {
  display: none;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 1200px) {

  .hint:hover:after,
  .hint:hover:before {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

.hint--top:before {
  top: auto;
  bottom: calc(110%);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.hint--top:after {
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  margin: 0;
}

.hint--small:before {
  width: auto;
}

/* fix block*/
.js-fix-block.fixed {
  position: fixed;
  z-index: 99;
  top: 61px;
}

/* realtor */
.realtor-wrap {
  background: #f2f6f9;
  border-radius: 5px;
  overflow: hidden;
  max-width: 229px;
}

@media screen and (min-width: 1280px) {
  .realtor-wrap {
    max-width: 272px;
  }
}

.realtor {
  padding: 17px;
  background-color: #fff;
  border-radius: 10px;
}

.realtor__content {
  text-align: center;
}

.realtor__content-photo {
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin: 0 auto 10px;
}

.realtor__content-photo img {
  width: 104px;
}

.realtor__content-info {
  margin-top: -75px;
}

.realtor__content-phone {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #253970;
  font-size: 14px;
  border: 1px solid #253970;
  border-radius: 50px;
  padding: 8px 16px;
}

.realtor__content-form {
  text-align: left;
}

.realtor__content-form .realtor-form__text {
  margin-bottom: 10px;
}

.realtor__content-form .realtor-form__text--left {
  text-align: left;
  margin-bottom: 20px;
  font-size: 12px;
}

.realtor__content-form .realtor-form__text--left p {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 10px 0;
  color: #000;
}

.realtor-form__text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 5px;
}

.realtor-form__text ul li:before {
  content: '.';
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 6px;
}

.realtor__content-form .policy-checkbox {
  margin: 20px 0 20px;
}

.realtor__content-form .e-submit input {
  letter-spacing: -0.1px;
}

.realtor-info {
  display: inline-block;
  color: #737373;
}

.realtor-info__work {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 4px;
}

.realtor-info__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .realtor-info__name {
    font-size: 16px;
    line-height: 26px;
  }
}

.realtor-form {
  color: #737373;
}

.realtor-form__text {
  text-align: center;
  font-size: 11px;
}

/* hypothec-calc__form */
@media screen and (min-width: 1280px) {
  .hypothec-calc {
    padding-right: 25%;
  }
}

.hypothec-calc__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  .hypothec-calc__form {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1024px) {
  .hypothec-calc__form {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .hypothec-calc__form {
    margin: 0 -8px;
  }
}

.hypothec-calc__form .e-input {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 480px) {
  .hypothec-calc__form .e-input {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-calc__form .e-input {
    width: 25%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-calc__form .e-input:nth-child(1) {
    width: 33.333%;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-calc__form .e-input {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .hypothec-calc__form .e-input {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .hypothec-calc__form .e-input {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.hypothec-calc__result {
  margin: 20px 0 40px;
}

@media screen and (min-width: 768px) {
  .hypothec-calc__result {
    margin: 40px 0 50px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .hypothec-calc__result {
    padding-right: 300px;
    margin: 50px 0 50px;
  }
}

@media screen and (min-width: 1280px) {
  .hypothec-calc__result {
    margin: 50px 0 57px;
    padding-right: 100px;
  }
}

.hypothec-calc__result .hypothec-result:nth-child(1) {
  font-weight: 500;
}

.hypothec-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 12px;
  font-weight: 300;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .hypothec-result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-result {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .hypothec-result {
    font-size: 22px;
    line-height: 28px;
  }
}

.hypothec-result:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 0px;
  border-bottom: 1px dotted #a4aab0;
}

.hypothec-result__title {
  background: #f2f6f9;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 480px) {
  .hypothec-result__title {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-result__title {
    padding-right: 15px;
  }
}

.hypothec-result__number {
  background: #f2f6f9;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .hypothec-result__number {
    margin-top: 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .hypothec-result__number {
    padding-left: 15px;
  }
}

/* tabs-variant */
.tabs-variant__content {
  display: none;
}

.tabs-variant__content.active {
  display: block;
}

.tabs-variant-head {
  /*display: -webkit-inline-box;*/
  /*display: -ms-inline-flexbox;*/
  /*display: inline-flex;*/
  /* Скрываем блок*/
  display: none;
}

.tabs-variant-head__item {
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #253970;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tabs-variant-head__item {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .tabs-variant-head__item {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .tabs-variant-head__item {
    font-size: 22px;
    padding: 0 20px;
  }
}

.tabs-variant-head__item.active {
  color: #737373;
  background: #f2f6f9;
}

.tabs-variant__content {
  position: relative;
}

.slider-variant-nav__prev {
  position: absolute;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 69px;
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  left: -5px;
}

@media screen and (min-width: 768px) {
  .slider-variant-nav__prev {
    left: -6px;
    top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .slider-variant-nav__prev {
    left: -4px;
    top: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .slider-variant-nav__prev {
    left: -8px;
    top: 50px;
  }
}

.slider-variant-nav__prev:hover {
  background: #fff;
}

.slider-variant-nav__prev span {
  background: url(/local/templates/main/css/../img/svg/V-left.svg) no-repeat center / 12px 20px;
  display: block;
  margin: auto;
  width: 12px;
  height: 20px;
}

.slider-variant-nav__next {
  position: absolute;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 69px;
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  right: -5px;
}

@media screen and (min-width: 768px) {
  .slider-variant-nav__next {
    right: -6px;
    top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .slider-variant-nav__next {
    right: -4px;
    top: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .slider-variant-nav__next {
    right: -8px;
    top: 50px;
  }
}

.slider-variant-nav__next:hover {
  background: #fff;
}

.slider-variant-nav__next span {
  background: url(/local/templates/main/css/../img/svg/V-right.svg) no-repeat center / 12px 20px;
  display: block;
  margin: auto;
  width: 12px;
  height: 20px;
}

.variant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  .variant-list {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1024px) {
  .variant-list {
    margin: 0 -4px;
  }
}

@media screen and (min-width: 1280px) {
  .variant-list {
    margin: 0 -8px;
  }
}

.variant-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .variant-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }
}

@media screen and (min-width: 768px) {
  .variant-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .variant-list__item {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1280px) {
  .variant-list__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.variant-view {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.variant-view:hover .mask {
  opacity: 1;
}

.variant-view:hover .variant-view__content-title a {
  color: #253970;
}

.variant-view__photo {
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .variant-view__photo {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .variant-view__photo {
    height: 136px;
  }
}

@media screen and (min-width: 1280px) {
  .variant-view__photo {
    height: 160px;
  }
}

.variant-view__photo img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .variant-view__photo img {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .variant-view__photo img {
    height: 136px;
  }
}

@media screen and (min-width: 1280px) {
  .variant-view__photo img {
    height: 160px;
  }
}

.variant-view__photo .mask {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 53, 0.51);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.variant-view__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.variant-view__content-title a {
  font-weight: 500;
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02px;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .variant-view__content-title a {
    font-size: 16px;
    line-height: 26px;
  }
}

.variant-view__content-list {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  margin: 6px 0 16px;
}

@media screen and (min-width: 1280px) {
  .variant-view__content-list {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 9px;
  }
}

.variant-view__content-price {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02px;
  font-weight: 500;
  color: #E31E24;
}

@media screen and (min-width: 768px) {
  .variant-view__content-price {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .variant-view__content-price {
    font-size: 22px;
    line-height: 28px;
  }
}

.variant-view__content-price-old {
  color: #a4aab0;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 1.75;
}

.variant-list-on-main {
  position: relative;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .variant-list-on-main {
    margin-bottom: 20px;
  }
}

.toup.active {
  opacity: 1;
  visibility: visible;
}

.toup {
  position: fixed;
  left: 10px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background: url(/local/templates/main/css/../img/svg/up-button.svg) no-repeat center / 60px 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10.45px 0.55px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10.45px 0.55px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.toup:hover {
  background: url(/local/templates/main/css/../img/svg/up-hover.svg) no-repeat center / 60px 60px;
}

@media (max-width: 767px) {
  .toup {
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: url(/local/templates/main/css/../img/svg/up-button.svg) no-repeat center / 40px 40px;
  }

  .toup:hover {
    background: url(/local/templates/main/css/../img/svg/up-hover.svg) no-repeat center / 40px 40px;
  }
}

/**/
.b-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-404-wrap {
  max-width: 526px;
  text-align: center;
  padding: 50px 0;
}

.b-404__img {
  max-width: 180px;
  height: auto;
  margin-bottom: 30px;
}

.b-404__text {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}

.b-404__text a {
  color: #253970;
}

.b-404__text a:hover {
  text-decoration: underline;
}

/**/
.filter-grid.--sell .filter-grid__head .filter-group .filter-item,
.filter-grid.--hand-over .filter-grid__head .filter-group .filter-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* mobil phone */
.header-main__phone {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .header-main__phone {
    display: none;
  }
}

.search-result-null {
  padding-top: 20vh;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

/* contacts */
.contacts-addresses {
  padding-bottom: 43px;
}

@media (max-width: 1023px) {
  .contacts-addresses {
    padding-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .contacts-addresses {
    margin-bottom: 127px;
  }
}

@media (max-width: 479px) {
  .contacts-addresses {
    margin-bottom: 48px;
  }
}

.contacts {
  margin-bottom: 55px;
}

@media (max-width: 1279px) {
  .contacts {
    margin-bottom: 35px;
  }
}

@media (max-width: 1023px) {
  .contacts {
    margin-bottom: 0;
  }
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

.contacts-info__item {
  margin-right: 16px;
}

.contacts-info__item:last-child {
  margin-right: 0;
}

.contacts-info__item--one {
  width: 24%;
}

.contacts-info__item--two {
  width: calc(100% - 2 * 16px - 24% - 24%);
}

.contacts-info__item--three {
  width: 24%;
}

@media (max-width: 1023px) {
  .contacts-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-info__item {
    margin-right: 20px;
    margin-bottom: 33px;
  }

  .contacts-info__item--one {
    width: 31%;
  }

  .contacts-info__item--two {
    width: calc(100% - 20px - 31%);
    margin-right: 0;
  }

  .contacts-info__item--three {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .contacts-info {
    margin-top: 17px;
    margin-bottom: 20px;
  }

  .contacts-info__item {
    margin-right: 0;
    margin-bottom: 17px;
  }

  .contacts-info__item--one {
    width: 100%;
  }

  .contacts-info__item--two {
    width: 100%;
  }

  .contacts-info__item--three {
    width: 100%;
  }
}

.contacts-info-item__title {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #a4aab0;
  margin-bottom: 12px;
}

.contacts-info-item__elem {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  color: #737373;
  margin-bottom: 12px;
}

.contacts-info-item__elem:last-child {
  margin-bottom: 0;
}

.contacts-info-item__elem a {
  color: #737373;
}

@media (max-width: 1279px) {
  .contacts-info-item__elem {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .contacts-info-item__title {
    margin-bottom: 7px;
  }

  .contacts-info-item__elem {
    font-size: 16px;
  }
}

.contacts-tabs {
  padding-top: 377px;
  color: #737373;
}

.contacts-tabs.ui-tabs {
  border: none;
  border-radius: 0;
}

.contacts-tabs__head {
  border: none;
  background: transparent;
  color: #737373;
  font-size: 16px;
  font-weight: normal;
}

.contacts-tabs__head:not(.ui-tabs-nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-tabs .ui-state-default a,
.contacts-tabs .ui-state-default a:link,
.contacts-tabs .ui-state-default a:visited,
.contacts-tabs a.ui-button,
.contacts-tabs a:link.ui-button,
.contacts-tabs a:visited.ui-button,
.contacts-tabs .ui-button {
  color: #737373;
  padding: 4px 11px;
}

.contacts-tabs .ui-state-default,
.contacts-tabs .ui-widget-content .ui-state-default,
.contacts-tabs .ui-widget-header .ui-state-default,
.contacts-tabs .ui-button {
  border: 1px solid #ced9e0;
  margin-right: 13px;
  margin-bottom: 11px;
}

.contacts-tabs .ui-state-active a,
.contacts-tabs .ui-state-hover a,
.contacts-tabs .ui-state-active a:link,
.contacts-tabs .ui-state-hover a:link,
.contacts-tabs .ui-state-active a:visited,
.contacts-tabs .ui-state-hover a:visited {
  color: #ffffff;
}

.contacts-tabs .ui-state-active,
.contacts-tabs .ui-state-hover,
.contacts-tabs .ui-widget-content .ui-state-active,
.contacts-tabs .ui-widget-content .ui-state-hover,
.contacts-tabs .ui-widget-header li.ui-state-active,
.contacts-tabs .ui-button.ui-state-active:hover {
  background: #253970;
  margin-bottom: 11px;
  padding: 0;
}

.contacts-tabs__content-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contacts-tabs__content-map div[id|="contacts-map"] {
  width: 100%;
  height: 334px;
  background: #f2f6f9;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.contacts-tabs .contacts-tabs__content {
  padding: 0;
}

.contacts-tabs__content-title {
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  margin-bottom: 34px;
  margin-top: 20px;
}

.contacts-tabs__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-tabs__content-item {
  margin-right: 16px;
  margin-bottom: 55px;
  width: calc((100% - 2 * 16px) / 3);
}

.contacts-tabs__content-item:last-child,
.contacts-tabs__content-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .contacts-tabs {
    padding-top: 372px;
  }

  .contacts-tabs__content-title {
    font-size: 30px;
    margin-bottom: 18px;
    margin-top: 27px;
  }
}

@media (max-width: 1023px) {
  .contacts-tabs {
    padding-top: 368px;
  }

  .contacts-tabs__content-item {
    margin-right: 12px;
    margin-bottom: 55px;
    width: calc((100% - 12px) / 2);
  }

  .contacts-tabs__content-item:nth-child(n) {
    margin-right: 12px;
  }

  .contacts-tabs__content-item:last-child,
  .contacts-tabs__content-item:nth-child(2n) {
    margin-right: 0;
  }

  .contacts-tabs .ui-state-default,
  .contacts-tabs .ui-widget-content .ui-state-default,
  .contacts-tabs .ui-widget-header .ui-state-default,
  .contacts-tabs .ui-button {
    margin-right: 8px;
    margin-bottom: 9px;
  }

  .contacts-tabs .ui-state-active,
  .contacts-tabs .ui-state-hover,
  .contacts-tabs .ui-widget-content .ui-state-active,
  .contacts-tabs .ui-widget-content .ui-state-hover,
  .contacts-tabs .ui-widget-header li.ui-state-active,
  .contacts-tabs .ui-button.ui-state-active:hover {
    margin-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .contacts-tabs {
    padding-top: 0;
  }

  .contacts-tabs__content-map {
    position: static;
    margin-bottom: 23px;
  }

  .contacts-tabs__head {
    display: none;
  }

  .contacts-tabs__head:not(.ui-tabs-nav) {
    display: none;
  }

  .contacts-tabs__content {
    position: relative;
  }

  .contacts-tabs__content#tabs-1 {
    display: none !important;
  }

  .contacts-tabs__content-item {
    margin-bottom: 32px;
  }

  .contacts-tabs__content-addresses {
    overflow: hidden;
    border-bottom: 1px solid #b2d6e8;
    max-height: 52px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .contacts-tabs__more-link,
  .contacts-tabs__less-link {
    color: #253970;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 100;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contacts-tabs__more-link span,
  .contacts-tabs__less-link span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .contacts-tabs__less-link {
    width: 50%;
    right: 0;
    left: auto;
  }

  .contacts-tabs__less-link span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .contacts-tabs__content-title {
    font-size: 16px;
    margin: 0;
    padding: 17px 0;
  }
}

@media (max-width: 479px) {
  .contacts-tabs__content-item {
    margin-bottom: 36px;
    width: 100%;
  }

  .contacts-tabs__content-item:nth-child(n) {
    margin-right: 0;
  }
}

.address-item__elem {
  margin-bottom: 15px;
}

.address-item__elem:last-child {
  margin-bottom: 0;
}

.address-item__elem a {
  color: #737373;
}

.address-item__elem-title {
  font-size: 13px;
  color: #a4aab0;
  margin-bottom: 7px;
}

.address-item__elem-content {
  font-size: 16px;
}

.address-item__elem-content span {
  font-weight: bold;
  display: block;
}

.address-item__elem-content p {
  line-height: 1.25;
}

.address-item__elem-content p+p {
  margin-top: 6px;
}

.address-item__elem-content-big {
  font-size: 25px;
}

@media (max-width: 1279px) {
  .address-item__elem-content {
    font-size: 14px;
  }

  .address-item__elem-content-big {
    font-size: 20px;
    margin-top: 4px;
  }

  .address-item__elem {
    margin-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .address-item__elem-content-big {
    font-size: 14px;
    margin-top: 7px;
  }

  .address-item__elem {
    margin-bottom: 14px;
  }
}

.contacts-form {
  background-color: #f2f6f9;
  margin-top: 4px;
  -webkit-box-shadow: 0 -1px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 -1px 5px rgba(85, 93, 101, 0.2);
}

.contacts-form__inner,
.contacts-form__replay {
  margin: 0 auto;
  max-width: 496px;
  padding-top: 56px;
  padding-bottom: 40px;
}

.contacts-form__replay {
  padding-top: 122px;
  padding-bottom: 98px;
}

.contacts-form__title {
  text-align: center;
  font-size: 23px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 31px;
}

.contacts-form__title--small-margin {
  margin-bottom: 11px;
}

.contacts-form__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-form__form-item .e-input {
  width: 100%;
  margin-right: 32px;
}

.contacts-form__form-item .e-input:last-child {
  margin-right: 0;
}

.contacts-form__form-item .e-submit {
  width: 232px;
}

.contacts-form__form-item--multiple .e-input {
  width: calc((100% - 32px) / 2);
}

.contacts-form__form-item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-form__form-description {
  text-align: center;
  font-size: 13px;
  margin: 24px auto 0;
  max-width: 310px;
}

.contacts-form__form-description a {
  color: #253970
}

.contacts-form__img {
  width: 105px;
  margin: 0 auto 42px;
}

.contacts-form__img img {
  max-width: 100%;
}

.contacts-form__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 118px;
}

.contacts-form__reply-link {
  text-align: center;
}

@media (max-width: 1249px) {
  .contacts-form__replay {
    padding-top: 90px;
    padding-bottom: 55px;
  }
}

@media (max-width: 479px) {

  .contacts-form__inner,
  .contacts-form__replay {
    max-width: 100%;
  }

  .contacts-form__title {
    font-size: 18px;
  }

  .contacts-form__form {
    margin: 0 auto;
    max-width: 72%;
  }

  .vacancy .contacts-form__form {
    max-width: 100%;
  }

  .contacts-form__form-item--multiple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-form__form-item--multiple .e-input {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }

  .contacts-form__form-item--multiple .e-input+.e-input {
    margin-top: 23px;
  }

  .contacts-form__description {
    font-size: 14px;
    margin-bottom: 85px;
  }
}

/* articles */
.articles {
  padding-bottom: 1px;
}

.topics-list {
  margin-top: 38px;
}

.topics-list__content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topics-list__item {
  margin-right: 10px;
  margin-bottom: 7px;
}

.topics-list__item:last-child {
  margin-right: 0;
}

.topics-list__item-link {
  display: block;
  border: 1px solid #ced9e0;
  font-size: 16px;
  color: #737373;
  border-radius: 4px;
  padding: 5px 11px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.topics-list__item-link:hover,
.topics-list__item-link.active {
  color: #ffffff;
  background: #253970;
}

@media (max-width: 767px) {
  .topics-list {
    display: none;
  }

  .article-content .topics-list {
    display: block;
  }
}

.articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 21px;
}

.articles-list__item {
  margin-right: 16px;
  margin-bottom: 33px;
  width: calc((100% - 3 * 16px) / 4);
}

.articles-list__item:last-child,
.articles-list__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .articles-list__item {
    margin-right: 8px;
    width: calc((100% - 3 * 8px) / 4);
  }
}

@media (max-width: 767px) {
  .articles-list__item {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }

  .articles-list__item:last-child,
  .articles-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .articles-list__item {
    margin-right: 0;
    width: 100%;
  }
}

.article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.article-preview__image {
  margin-bottom: 33px;
  position: relative;
}

.article-preview__image::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 270px;
  background: rgba(77, 89, 102, 0.52);
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1279px) {
  .article-preview__image::before {
    left: auto;
    width: 120px;
    height: 180px;
  }
}

.article-preview__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.article-preview__title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.article-preview__count {
  font-size: 14px;
  background: url(/local/templates/main/css/../img/eye.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 26px;
  margin-top: auto;
}

.article-preview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #737373;
  padding-bottom: 10px;
}

.article-preview__link:hover .article-preview__title {
  color: #253970;
}

.article-preview__link:hover .article-preview__image::before {
  opacity: 1;
}

.article-page-recommend .article-preview__image::before {
  width: 270px;
  height: 180px;
}

@media screen and (max-width: 1279px) {
  .article-page-recommend .article-preview__image::before {
    left: auto;
    width: 270px;
    height: 180px;
  }
}

@media (max-width: 1279px) {
  .article-preview__link {
    max-width: 100%;
    width: 100%;
  }

  .article-preview__image {
    max-width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
  }

  .article-preview__image img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .article-preview__title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .article-preview__link:hover .article-preview__image::before {
    opacity: 0;
  }
}

@media (max-width: 479px) {
  .article-preview__title {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .article-preview__image {
    margin-bottom: 21px;
  }
}

.articles-pagination {
  margin-bottom: 45px;
}

/* article */
.article-page {
  padding-bottom: 45px;
}

.article-content {
  margin-top: 38px;
  margin-bottom: 80px;
  color: #737373;
}

.article-content__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.article-content__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-content__socials-title {
  margin-right: 14px;
}

.article-content__topics {
  max-width: 744px;
  margin-top: 43px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1279px) {

  .article-content__services,
  .article-content__topics {
    max-width: 780px;
  }
}

@media (max-width: 1023px) {
  .article-content {
    margin-bottom: 52px;
  }

  .article-content__services,
  .article-content__topics {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .article-content {
    margin-bottom: 42px;
  }

  .article-content__topics {
    margin-top: 33px;
    margin-bottom: 39px;
  }

  .article-content__services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-content__socials {
    margin-bottom: 39px;
  }
}

@media (max-width: 479px) {
  .article-content__topics {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .article-content__socials {
    margin-bottom: 29px;
  }
}

.user-content {
  color: #737373;
  max-width: 744px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.63;
}

.user-content.article ul {
  padding-left: 0;
}

.user-content.article li {
  color: #737373;
  list-style: none;
}

.user-content img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}

.user-content img.first {
  max-width: none;
  width: 1136px;
  height: auto;
  margin-left: -196px;
}

.user-content img.big {
  max-width: none;
  width: 945px;
  height: auto;
  margin-left: -100px;
}

.user-content p {
  margin-bottom: 26px;
}

.user-content ul {
  list-style: disc;
  margin-top: 13px;
  padding-left: 22px;
  margin-bottom: 27px;
}

.user-content li+li {
  margin-top: 10px;
}

.user-content li {
  list-style: disc;
  color: #253970;
}

.user-content li span {
  color: #737373;
}

.user-content a {
  border-bottom: 1px solid;
}

.user-content blockquote {
  margin: 0 auto 33px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  background: #f2f6f9;
  padding: 24px 35px 24px 47px;
}

.user-content h4 {
  max-width: 480px;
  margin: 0 auto 32px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.5px;
}

.user-content em {
  display: block;
  color: #737373;
  max-width: 752px;
  margin: 0 auto 40px;
}

@media (max-width: 1279px) {
  .user-content {
    max-width: 780px;
    font-size: 16px;
    line-height: 1.65;
  }

  .user-content img {
    margin-bottom: 25px;
  }

  .user-content img.first {
    width: 940px;
    margin-left: -80px;
    margin-bottom: 61px;
  }

  .user-content img.big {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .user-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .user-content blockquote {
    font-size: 18px;
    line-height: 1.45;
  }

  .user-content h4 {
    margin: 0 auto 17px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .user-content em {
    max-width: 630px;
    margin: 0 auto 52px;
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .user-content {
    max-width: 100%;
  }

  .user-content img {
    margin-bottom: 19px;
  }

  .user-content img.first {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
  }

  .user-content blockquote {
    padding: 24px 16px 24px 32px;
    line-height: 1.65;
    letter-spacing: 0.4px;
  }

  .user-content em {
    margin: 0 auto 42px;
  }
}

@media (max-width: 767px) {
  .user-content {
    font-size: 14px;
    line-height: 1.9;
  }

  .user-content p,
  .user-content ul {
    font-size: 14px;
    line-height: 1.9;
  }

  .user-content p {
    margin-bottom: 10px;
  }

  .user-content blockquote {
    padding: 22px 36px 19px 36px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.2px;
    margin: 0 auto 25px;
  }

  .user-content h4 {
    font-size: 14px;
    line-height: 1.7;
  }

  .user-content em {
    margin: 0 auto 33px;
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 479px) {
  .user-content {
    font-size: 14px;
    line-height: 1.75;
  }

  .user-content p,
  .user-content ul {
    font-size: 14px;
    line-height: 1.75;
  }

  .user-content p {
    margin-bottom: 1px;
  }

  .user-content p+p {
    margin-top: 1px;
  }

  .user-content img {
    margin-bottom: 14px;
  }

  .user-content p+blockquote,
  .user-content ul+blockquote {
    margin-top: 10px;
  }

  .user-content blockquote {
    padding: 22px 25px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 18px;
  }

  .user-content p+h4,
  .user-content ul+h4 {
    margin-top: 19px;
  }

  .user-content h4 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 11px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socials__item+.socials__item {
  margin-left: 8px;
}

.socials__item--fb .socials__link {
  background-image: url(/local/templates/main/css/../img/fb.svg);
}

.socials__item--vk .socials__link {
  background-image: url(/local/templates/main/css/../img/vk.svg);
}

.socials__link {
  width: 30px;
  height: 31px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.article-page-recommend__title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.article-page-recommend--other {
  margin-top: 71px;
  margin-bottom: 80px;
}

.article-page-recommend--other .article-page-recommend__title {
  text-align: left;
}

@media (max-width: 1279px) {
  .article-page-recommend__title {
    font-size: 27px;
    margin-bottom: 27px;
  }

  .article-page-recommend--other {
    margin-top: 30px;
    margin-bottom: 23px;
  }
}

@media (max-width: 1023px) {
  .article-page-recommend__title {
    font-size: 21px;
    letter-spacing: 0.7px;
  }
}

@media (max-width: 767px) {
  .article-page-recommend__title {
    margin-bottom: 22px;
  }
}

/* about agency */
.about-agency {
  margin-bottom: 28px;
}

@media (max-width: 1279px) {
  .about-agency {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .about-agency {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .about-agency {
    margin-bottom: 19px;
  }
}

.about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 29px;
}

.about-links__item {
  margin-right: 33px;
}

.about-links__item:last-child {
  margin-right: 0;
}

.about-links__item a {
  display: block;
  color: #737373;
  border-bottom: 2px solid transparent;
}

.about-links__item a.active {
  color: #253970;
  border-bottom-color: #253970;
}

@media (max-width: 1279px) {
  .about-links {
    font-size: 18px;
    margin-top: 20px;
  }

  .about-links__item {
    margin-right: 28px;
  }
}

@media (max-width: 1023px) {
  .about-links {
    font-size: 16px;
    margin-top: 10px;
    line-height: 2;
  }

  .about-links__item {
    margin-right: 24px;
  }
}

.about-links-wrapper__select {
  display: none;
}

@media (max-width: 767px) {
  .about-links-wrapper__select {
    display: block;
  }

  .about-links-wrapper__links {
    display: none;
  }
}

.quote {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 57px;
  background: url(/local/templates/main/css/../img/quote.svg) no-repeat 11px 0;
  background-size: 28px;
}

.quote p+p {
  margin-top: 26px;
}

@media (max-width: 1279px) {
  .quote {
    padding-left: 40px;
    background-position: 1px 0;
    background-size: 22px;
  }

  .quote p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 1023px) {
  .quote {
    padding-left: 30px;
    background-position: 0 0;
    background-size: 19px;
  }

  .quote p {
    line-height: 1.75;
  }

  .quote p+p {
    margin-top: 23px;
  }
}

.agency-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /*margin-top: -124px;*/
}

.agency-count__item {
  margin-right: 70px;
  width: 25%;
  color: #253970 font-size: 16px;
  line-height: 1.6;
}

.agency-count__item span {
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.agency-count__item:last-child {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .agency-count {
    margin-bottom: 48px;
    margin-top: -85px;
  }

  .agency-count__item {
    font-size: 14px;
    margin-right: 61px;
  }

  .agency-count__item span {
    font-size: 44px;
    margin-bottom: 11px;
  }
}

@media (max-width: 1023px) {
  .agency-count {
    margin-bottom: 37px;
    margin-top: -61px;
  }

  .agency-count__item {
    margin-right: 8px;
    width: calc((100% - 2 * 8px) / 3);
  }

  .agency-count__item span {
    font-size: 34px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .agency-count {
    margin-bottom: 37px;
    margin-top: 0;
  }

  .agency-count__item {
    margin-right: 15px;
    width: calc((100% - 2 * 15px) / 3);
  }

  .agency-count__item span {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .agency-count__item {
    width: 100%;
    margin-right: 0;
  }

  .agency-count__item+.agency-count__item {
    margin-top: 22px;
  }
}

.about-agency-content {
  font-size: 16px;
  line-height: 1.2;
}

.about-agency-content p+p {
  margin-top: 26px;
}

@media (max-width: 1279px) {
  .about-agency-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 1023px) {
  .about-agency-content p {
    line-height: 1.75;
  }

  .about-agency-content p+p {
    margin-top: 24px;
  }
}

.person-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
}

.person-block__image {
  margin-bottom: 22px;
}

.person-block__image img {
  max-width: 100%;
  height: auto;
}

.person-block__title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.person-block__position {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.person-block__description {
  color: #929da9;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 85%;
}

@media (max-width: 1279px) {
  .person-block {
    margin: 0 0 0 auto;
  }

  .person-block__image {
    max-width: 85%;
    margin-left: auto;
    margin-right: 6px;
  }

  .person-block__title {
    font-size: 18px;
  }

  .person-block__position {
    font-size: 14px;
  }

  .person-block__description {
    font-size: 12px;
    line-height: 1.7;
  }
}

@media (max-width: 1023px) {
  .person-block {
    margin-top: 10px;
  }

  .person-block__image {
    margin-right: auto;
  }

  .person-block__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .person-block__description {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .person-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    margin-bottom: 26px;
  }

  .person-block__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35%;
    margin-right: 70px;
  }

  .person-block__info-wrapper {
    width: calc(100% - 35% - 70px);
  }

  .person-block__title {
    margin-bottom: 13px;
  }

  .person-block__description {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .person-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .person-block__image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 51%;
  }

  .person-block__info-wrapper {
    width: 100%;
  }
}

/* about team */
.team-block {
  background: #ffffff url(/local/templates/main/css/../img/team/bg.png) no-repeat center top;
  background-size: 100% 690px;
  margin-top: 17px;
  margin-bottom: 12px;
  padding-top: 60px;
}

.team-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
}

.team-block__content-item {
  margin-right: 16px;
  margin-bottom: 54px;
  width: calc((100% - 3 * 16px) / 4);
}

.team-block__content-item:last-child,
.team-block__content-item:nth-child(4n) {
  margin-right: 0;
}

.team-block__content-item:nth-child(7),
.team-block__content-item:nth-child(10) {
  margin-right: 18px;
}

@media (max-width: 1279px) {
  .team-block {
    margin-top: 2px;
    padding-top: 52px;
    background-size: 100% 611px;
  }

  .team-block__content-item {
    margin-bottom: 49px;
  }
}

@media (max-width: 1024px) {
  .team-block {
    background-size: 100% 585px;
    margin-bottom: 43px;
  }

  .team-block__content-item {
    margin-bottom: 33px;
    width: calc((100% - 2 * 12px) / 3);
  }

  .team-block__content-item:nth-child(n) {
    margin-right: 12px;
  }

  .team-block__content-item:last-child,
  .team-block__content-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .team-block {
    background-size: 100% 510px;
    margin-top: 14px;
  }

  .team-block__content-item {
    margin-bottom: 33px;
    width: calc((100% - 10px) / 2);
  }

  .team-block__content-item:nth-child(n) {
    margin-right: 10px;
  }

  .team-block__content-item:last-child,
  .team-block__content-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .team-block {
    background-size: 100% 510px;
    margin-top: 14px;
  }

  .team-block__content-item {
    margin-bottom: 33px;
    width: 100%;
  }

  .team-block__content-item:nth-child(n) {
    margin-right: 0;
  }
}

.team-item {
  color: #ffffff;
  text-align: center;
}

.team-item__image {
  margin-bottom: 18px;
}

.team-item__image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.team-item__title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.team-item__position {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.team-item__email {
  font-size: 16px;
  line-height: 1.65;
}

.team-item__email a {
  color: #ffffff;
}

.team-item--black {
  color: #737373;
}

.team-item--black .team-item__email a {
  color: #737373;
}

@media (max-width: 1279px) {
  .team-item__image {
    margin-bottom: 22px;
  }

  .team-item__title {
    font-size: 18px;
  }

  .team-item__position {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .team-item__email {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .team-item--four {
    color: #737373;
  }

  .team-item--four .team-item__email a {
    color: #737373;
  }

  .team-item__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .team-item--three {
    color: #737373;
  }

  .team-item--three .team-item__email a {
    color: #737373;
  }

  .team-item__image {
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .team-item--two {
    color: #737373;
  }

  .team-item--two .team-item__email a {
    color: #737373;
  }
}

/* about vacancy */
.offers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  margin-top: -55px;
  border-radius: 4px;
  padding-top: 55px;
}

.offers__content-item {
  margin-right: 16px;
  width: calc((100% - 3 * 16px) / 4);
}

.offers__content-item:last-child,
.offers__content-item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .offers__content {
    padding-top: 45px;
    margin-top: -66px;
  }
}

@media (max-width: 1023px) {
  .offers__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offers__content-item {
    width: calc((100% - 12px) / 2);
    margin-bottom: 35px;
  }

  .offers__content-item:nth-child(n) {
    margin-right: 12px;
  }

  .offers__content-item:last-child,
  .offers__content-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .offers__content {
    margin-top: 0;
  }

  .offers__content-item {
    width: 100%;
    margin-bottom: 22px;
  }

  .offers__content-item:nth-child(n) {
    margin-right: 0;
  }
}

.offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}

.offer-item__image {
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 33px;
}

.offer-item__image img {
  width: 77px;
}

.offer-item__title {
  font-weight: bold;
  margin-bottom: 4px;
}

.offer-item__description {
  margin: 0 auto;
  max-width: 85%;
}

@media (max-width: 1279px) {
  .offer-item__title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .offer-item__description {
    font-size: 14px;
    line-height: 1.75;
    max-width: 90%;
  }
}

@media (max-width: 1024px) {
  .offer-item__image {
    margin-bottom: 23px;
  }
}

.vacancies {
  margin-top: 46px;
  margin-bottom: 97px;
}

.vacancies__list-item {
  position: relative;
  margin-bottom: 18px;
}

.vacancies__list-item:last-child {
  margin-bottom: 0;
}

.vacancies__list-item:hover .vacancy {
  -webkit-box-shadow: 0 5px 18px 0 rgba(56, 77, 112, 0.35);
  box-shadow: 0 5px 18px 0 rgba(56, 77, 112, 0.35);
}

@media (max-width: 1279px) {
  .vacancies {
    margin-top: 99px;
  }
}

@media (max-width: 1024px) {
  .vacancies {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .vacancies {
    margin-bottom: 59px;
  }
}

.vacancy {
  overflow: hidden;
  border: 1px solid #cdd8e0;
  border-radius: 4px;
  max-height: 102px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vacancy__head {
  padding: 23px 29px;
}

.vacancy__head2 {
  padding: 23px 29px 23px 14px;
  display: flex;
  align-items: center;
}

.author__side-item {
  width: 70px;
}

.vacancy__title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}

.vacancy__description {
  font-size: 16px;
  line-height: 1.65;
}

.vacancy__more-link,
.vacancy__less-link {
  color: #253970;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 100;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vacancy__more-link span,
.vacancy__less-link span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vacancy__less-link {
  width: 50%;
  right: 0;
  left: auto;
}

.vacancy__less-link span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vacancy__content {
  font-size: 16px;
  line-height: 1.65;
  padding: 0 29px 42px;
  position: relative;
}

.vacancy__content::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 29px;
  width: calc(100% - 2 * 29px);
  height: 1px;
  background: #ced9e0;
}

.review__answer-text2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 29px;
  width: calc(100% - 2 * 29px);
  height: 1px;
  background: #ced9e0;
}

.vacancy__content p+p,
.vacancy__content ul+p,
.vacancy__content p+ul {
  margin-top: 16px;
}

.vacancy__content ul {
  list-style: disc;
  padding-left: 19px;
}

.vacancy__content ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.vacancy__content ul li:last-child {
  margin-bottom: 0;
}

.vacancy__contacts {
  padding: 35px 29px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1279px) {
  .vacancy__head2 {
    padding: 23px 29px 23px 5px;
  }

  .vacancy {
    max-height: 81px;
  }

  .vacancy__title {
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  .vacancy__head {
    padding: 14px 17px;
  }

  .vacancy__description {
    font-size: 14px;
    line-height: 2;
  }

  .vacancy__more-link,
  .vacancy__less-link {
    height: 81px;
  }

  .vacancy__content {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 33px;
    font-size: 14px;
    line-height: 1.7;
  }

  .vacancy__content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .vacancy__content::after {
    left: 17px;
    width: calc(100% - 2 * 17px);
  }

  .vacancy__contacts {
    padding: 25px 17px 30px;
  }

  .vacancy__contacts-form {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .vacancy__contacts-form {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .vacancy__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vacancy__contacts-form {
    width: 100%;
  }

  .vacancy__contacts-address {
    width: 100%;
    margin-bottom: 28px;
  }
}

@media (max-width: 479px) {
  .vacancy {
    max-height: 100px;
  }

  .vacancy__head {
    margin-bottom: 15px;
    padding-right: 40px;
  }

  .vacancy__head2 {
    height: 222px;
    padding: 22px 16px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .author__side-item {
    width: 60px;
  }

  .vacancy__more-link,
  .vacancy__less-link {
    padding: 5px 20px;
    height: 100px;
  }
}

.file-upload {
  overflow: hidden;
}

.file-upload__inner {
  position: relative;
  min-width: 176px;
  height: 35px;
  text-align: center;
}

.file-upload input[type="file"] {
  display: none;
}

.file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload span {
  color: #253970 font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1279px) {
  .file-upload__name {
    font-size: 14px;
  }

  .file-upload span {
    font-size: 14px;
  }
}

/* about info */
.about-info-block {
  margin-top: 42px;
  margin-bottom: 17px;
}

.about-info-block__text {
  margin-bottom: 62px;
}

.about-info-block__text p+p {
  margin-top: 26px;
}

.about-info-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-info-block__links-item {
  margin-right: 16px;
  margin-bottom: 49px;
  width: calc((100% - 3 * 16px) / 4);
}

.about-info-block__links-item:last-child,
.about-info-block__links-item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .about-info-block {
    margin-top: 35px;
  }

  .about-info-block__text {
    margin-bottom: 20px;
  }

  .about-info-block__text p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-info-block__links {
    margin-top: 43px;
  }

  .about-info-block__links-item {
    margin-bottom: 32px;
  }
}

@media (max-width: 1024px) {
  .about-info-block {
    margin-top: 22px;
  }

  .about-info-block__links-item {
    margin-bottom: 29px;
    width: calc((100% - 2 * 12px) / 3);
  }

  .about-info-block__links-item:nth-child(n) {
    margin-right: 12px;
  }

  .about-info-block__links-item:last-child,
  .about-info-block__links-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about-info-block__links-item {
    width: calc((100% - 10px) / 2);
  }

  .about-info-block__links-item:nth-child(n) {
    margin-right: 10px;
  }

  .about-info-block__links-item:last-child,
  .about-info-block__links-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .about-info-block__links-item {
    margin-bottom: 31px;
    width: 100%;
  }

  .about-info-block__links-item:nth-child(n) {
    margin-right: 0;
  }
}

.download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-link__image {
  margin-right: 19px;
  width: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.download-link__image img {
  max-width: 100%;
}

.download-link__info {
  padding-top: 4px;
}

.download-link__title {
  margin-bottom: 5px;
}

.download-link__title a {
  border-bottom: 1px solid;
}

.download-link__title a:hover {
  border-bottom: none;
}

.download-link__description {
  font-size: 14px;
}

@media (max-width: 1279px) {
  .download-link__title {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* about partners */
.partners-block {
  margin-bottom: 34px;
}

.partners-block__content {
  margin-top: 37px;
}

.partners-block--last .partners-slider {
  border-bottom: none;
}

@media (max-width: 1279px) {
  .partners-block {
    margin-bottom: 17px;
  }

  .partners-block__content {
    margin-top: 17px;
  }
}

@media (max-width: 1024px) {
  .partners-block {
    margin-bottom: 7px;
  }

  .partners-block--last {
    margin-bottom: 62px;
  }
}

@media (max-width: 479px) {
  .partners-block {
    margin-bottom: 22px;
  }

  .partners-block--last {
    margin-bottom: 38px;
  }
}

.partners-slider {
  position: relative;
  border-bottom: 1px solid #dbdee0;
  padding-bottom: 46px;
}

.partners-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}

.partners-slider__item--pop {
  cursor: pointer;
}

.partners-slider__item--pop:hover .partners-slider__item-title {
  color: #253970
}

.partners-slider__item-img {
  height: 75px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-slider__item-img img {
  max-height: 100%;
  max-width: 90%;
}

.partners-slider__item-title {
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1279px) {
  .partners-slider {
    padding-bottom: 27px;
  }

  .partners-slider__item-title {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .partners-slider {
    padding: 0 15px 13px;
  }
}

.slick-prev,
.slick-next {
  width: 12px;
  height: 20px;
  font-size: 0;
  background: url(/local/templates/main/css/../img/arrow-left.svg) no-repeat center;
  background-size: contain;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -7px;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 1024px) {

  .slick-prev,
  .slick-next {
    left: 0;
  }
}

.slick-next {
  background-image: url(/local/templates/main/css/../img/arrow-right.svg);
  right: -7px;
  left: auto;
}

@media (max-width: 1024px) {
  .slick-next {
    right: 0;
  }
}

.slick-track {
  margin: 0;
}

.inner-menu.amenities_inner {
  padding-bottom: 0 !important;
  overflow: hidden;
}

.main-menu-list__item.--catalog.open .inner-menu.amenities_inner {
  overflow: visible;
}

.inner-menu.amenities_inner .inner-menu-tabs__content {
  min-height: 265px;
}

.amenities {
  margin: 0 -20px;
  position: relative;
  z-index: 9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.amenities__el {
  padding: 0 20px 72px;
  width: 25%;
}

.amenities__el .amenities__section {
  height: 38px;
}

.amenities__el .amenities__section h3 {
  color: #253970;
  font-size: 12px;
  font-weight: 500;
}

.amenities__el h4 {
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 12px;
}

.amenities__el ul {
  padding: 20px 0 0px;
}

.amenities__el ul li {
  margin-bottom: 15px;
}

.amenities__el ul li:last-of-type {
  margin-bottom: 0;
}

.amenities__el ul li a {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 12px;
  line-height: 20px;
  height: auto;
  text-transform: none;
  font-weight: normal;
}

.amenities__el ul li a:hover,
.amenities__el ul li a:focus {
  color: #253970 !important;
}

@media (max-width: 1024px) {
  .amenities__el {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .amenities__el {
    width: 50%;
  }

  .amenities .inner-menu.amenities_inner {
    padding-bottom: 40px !important;
  }

  .amenities .amenities__el {
    padding: 0 20px 35px;
  }
}

@media (max-width: 480px) {
  .amenities {
    margin: 0;
  }

  .amenities__el {
    width: 100%;
  }

  .amenities .amenities__el .amenities__section {
    height: auto;
  }

  .amenities .amenities__el .amenities__section h3 {
    margin-bottom: 20px;
  }
}

ul.inner-menu-tabs__list.select-section_but {
  padding-top: 11px;
}

ul.inner-menu-tabs__list.select-section_but li p {
  font-size: 18px;
  color: #737373;
  cursor: pointer;
}

ul.inner-menu-tabs__list.select-section_but li:after {
  display: none;
}

ul.inner-menu-tabs__list.select-section_but li p {
  position: relative;
}

ul.inner-menu-tabs__list.select-section_but li p:after {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  border-top: 3px solid #253970;
  position: absolute;
  left: 0px;
  bottom: -15px;
}

ul.inner-menu-tabs__list.select-section_but li p:before {
  content: '';
  display: none;
  position: absolute;
  left: 0px;
  bottom: -22px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-top: 9px solid #253970;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

ul.inner-menu-tabs__list.select-section_but li p:hover:after,
ul.inner-menu-tabs__list.select-section_but li p:focus::after,
ul.inner-menu-tabs__list.select-section_but li p:hover:before,
ul.inner-menu-tabs__list.select-section_but li p:focus::before,
ul.inner-menu-tabs__list.select-section_but li.active p:after,
ul.inner-menu-tabs__list.select-section_but li.active p::before {
  display: block;
}

.select-section {
  padding-bottom: 30px;
}

.select-section_elem {
  margin: 0 -20px;
  position: relative;
  display: none;
}

.select-section_elem.active {
  display: block;
}

.section_tab_main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.section_elem__category {
  padding: 0 20px 30px;
  width: 50%;
  position: relative;
}

.section_elem__category:nth-child(2):after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dbe3e8;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section_elem__category__el_title p {
  color: #253970;
  font-size: 14px;
  font-weight: 500;
}

.section_elem__category__wrap {
  overflow-y: auto;
  max-height: calc(100vh - 320px);
}

.section_elem__category__main {
  margin: 0 -20px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.section_elem__category__el {
  padding: 18px 20px 0px;
  width: 33.3%;
}

.section_elem__category__el a {
  cursor: pointer;
}

.section_elem__category__el a.title_select {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  text-transform: none;
  line-height: normal;
  cursor: pointer;
}

.section_elem__category__el a.title_select:hover,
.section_elem__category__el a.title_select:focus {
  color: #253970;
}

.section_elem__category__el>ul {
  padding: 10px 0 0px;
}

.section_elem__category__el>ul>li {
  margin-bottom: 10px;
}

.section_elem__category__el>ul>li>p,
.section_elem__category__el>ul>li>a {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  text-transform: none;
  font-weight: normal;
}

.section_elem__category__el a:hover,
.section_elem__category__el a:focus {
  color: #253970 !important;
}

.section_elem__category__el li.choice_district {
  position: relative;
}

.section_elem__category__el li.choice_district:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-left: 7px solid #253970;
  border-bottom: 4px solid transparent;
}

.drop_district {
  position: absolute;
  top: -15px;
  left: 100%;
  z-index: 9;
  padding-left: 23px;
  display: none;
}

.drop_district_title {
  font-family: Montserrat, sans-serif;
  color: #253970;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  text-transform: none;
  font-weight: 500;
  padding: 0 0 20px;
  display: inline-block;
  display: none;
}

.drop_district ul {
  background: #fff;
  padding: 19px 28px;
  width: 366px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 1px 5px 0px #e6eaed;
  box-shadow: 0px 1px 5px 0px #e6eaed;
}

.drop_district li {
  margin-bottom: 15px;
  width: 50%;
}

.drop_district li a {
  font-family: Montserrat, sans-serif;
  color: #a2abb5;
  font-size: 12px;
  text-transform: none;
  line-height: 12px;
  height: auto;
}

.drop_district.mobile {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 1px 5px 0px #e6eaed;
  box-shadow: 0px 1px 5px 0px #e6eaed;
}

.drop_district.mobile ul {
  width: 768px;
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drop_district_title {
  width: 768px;
  max-width: 100%;
  padding: 20px 24px 10px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drop_district_close {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: calc((100% - 768px) / 2 + 24px);
  background: url(/local/templates/main/css/../img/svg/cross.svg) no-repeat center / 20px 20px;
}

.section_elem__category__el li.choice_district:hover .drop_district,
.section_elem__category__el li.choice_district:focus .drop_district {
  display: block;
}

.section_two .section_elem__category__el {
  width: 50%;
}

.section_one .section_elem__category__el {
  width: 100%;
}

.section_tab_wrap {
  margin: 0px -14px;
  border-bottom: 1px solid #e4e8ea;
  display: none;
}

.section_tab_all {
  text-align: center;
  padding: 0px 10px 10px;
}

.section_tab_all a {
  display: inline-block;
  color: #253970 !important;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  text-transform: none;
  line-height: normal;
  cursor: pointer;
  padding: 5px;
}

.section_tab li {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  text-transform: none;
  font-weight: 500;
  display: inline-block;
  padding: 0 14px;
}

.section_tab li:hover,
.section_tab li:focus,
.section_tab li.active {
  color: #253970 !important;
}

body.body_hidden {
  overflow: hidden;
}

@media (max-width: 1900px) {
  .section_elem__category:nth-child(1) .drop_district {
    top: 20px;
    left: 0;
    padding: 0;
  }

  .section_elem__category:nth-child(2) .drop_district {
    top: 20px;
    left: auto;
    right: 0px;
  }
}

@media (max-width: 1023px) {
  .close-inner-menu {
    top: -10px;
  }

  .inner-menu.amenities_inner .inner-menu-tabs__list-mobil {
    width: 80%;
    display: block !important;
    padding: 0 10px;
  }

  ul.inner-menu-tabs__list.select-section_but {
    display: none;
  }

  .inner-menu-tabs__content {
    /* overflow-y: auto;
  max-height: calc(~"100vh - 180px");*/
    margin-top: 16px;
  }

  .select-section_elem {
    margin: 0;
  }

  .select-section_elem.active {
    display: block;
  }

  .section_elem__category {
    width: 100%;
    padding: 0 0px 30px;
    display: none;
  }

  .section_elem__category.active {
    display: block;
  }

  .section_elem__category:nth-child(2):after {
    display: none;
  }

  .section_elem__category:nth-child(2) .drop_district {
    left: 0;
    right: auto;
    padding: 0;
  }

  .section_tab_wrap {
    display: block;
  }

  .section_elem__category__el {
    width: 100%;
    padding: 0px 20px;
  }

  .section_elem__category__el>ul {
    display: none;
    padding: 10px 8px 0px;
  }

  .section_elem__category__el_title {
    display: none;
  }

  .section_elem__category__el li.choice_district:after {
    right: 15px;
  }

  .drop_district_title,
  .drop_district_close {
    display: block;
  }

  .inner-menu.amenities_inner .wrap {
    padding: 0 14px;
  }

  .section_tab {
    padding: 0 10px 22px;
  }

  .section_elem__category__el a.title_select {
    padding: 9px !important;
  }

  .main-menu-list__item .select-section {
    padding: 2px;
  }

  .section_elem__category__el>ul>li {
    margin-bottom: 7px;
  }

  .drop_district.mobile ul {
    padding: 0 14px;
  }

  .drop_district li {
    margin-bottom: 4px;
  }

  .drop_district li a {
    padding: 10px;
  }

  .section_elem__category__el li.choice_district:after {
    display: none;
  }

  .section_elem__category__el li.choice_district>a {
    position: relative;
  }

  .section_elem__category__el li.choice_district>a:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -15px;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 7px solid #253970;
    border-bottom: 4px solid transparent;
  }

  .inner-menu.amenities_inner:after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .drop_district_close {
    right: 20px;
  }
}

/**{outline: 1px solid #E31E24}*/
.bt_vide {
  width: 228px;
  height: 56px;
  max-width: 100%;
  background: #253970;
  border-radius: 5px;
  text-align: center;
  padding-top: 2px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #253970;
  outline: none;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.bt_vide:hover,
.bt_vide:focus {
  background: #fff;
  color: #253970;
}

.pop-up.pop_video {
  width: auto !important;
  background: none;
}

#disAjaxWinnone_id,
#disAjaxWinnone_id * {
  max-width: 100% !important;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /*пропорции видео 16:9 */
  padding-top: 25px;
  height: 0;
  width: 850px;
  max-width: 100%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pop-up-close.pop-up-close__video {
  top: -30px;
  right: -30px;
}

@media (max-width: 580px) {
  .pop-up-close.pop-up-close__video {
    top: -40px;
    right: 0px;
  }
}

@media (max-width: 480px) {
  #disAjaxWinnone_id {
    padding: 10px;
  }
}

.payment {
  padding-top: 16px;
}

.payment_top {
  margin: 0 -10px;
  padding-bottom: 88px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.payment_form {
  width: 50%;
  padding: 0 10px;
}

.payment_form_main {
  background: #f2f6f9;
  border-radius: 5px;
  padding: 43px 38px 34px;
}

.payment_form_line {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.payment_form_line.line_name {
  margin-bottom: 43px;
}

.payment_form_line.line_adress {
  margin-bottom: 45px;
}

.payment_form_line.line_service {
  margin-bottom: 35px;
}

.payment_form_line.line_pryce {
  margin-bottom: 35px;
}

.payment_form_left {
  width: 117px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.payment_form_left p {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 16px;
  display: inline-block;
}

.payment_form_right {
  width: calc(100% - 117px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.payment_form_right.size-min {
  width: 210px;
}

.payment_form_right p {
  font-size: 13px;
  display: inline-block;
  margin-left: 0px;
}

.payment_form_right input {
  border-radius: 3px;
  border: 1px solid #ced9e0;
  background: #fff;
  color: #737373;
  font-size: 16px;
  padding: 5px 10px 0;
  width: 100%;
  height: 40px;
}

.payment_form_right input.payment_phone {
  width: 160px;
}

.payment_form_right input.payment_email {
  width: 210px;
}

.payment_form_right input::-webkit-input-placeholder {
  color: #a3a8ad;
}

.payment_form_right input::-moz-placeholder {
  color: #a3a8ad;
}

.payment_form_right input:-moz-placeholder {
  color: #a3a8ad;
}

.payment_form_right input:-ms-input-placeholder {
  color: #a3a8ad;
}

p.pryce {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}

.payment_form_main .checkbox {
  margin-bottom: 14px;
}

.payment-submit {
  padding-top: 19px;
}

.payment-submit input {
  width: 270px;
  border-radius: 4px;
  border: 1px solid #E31E24;
  background-color: #E31E24;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.36px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.payment-submit input:hover,
.payment-submit input:focus {
  background: #fff;
  color: #E31E24;
}

.payment_description {
  width: 50%;
  padding: 55px 10px 0px;
}

.payment_form_block {
  margin-bottom: 35px;
}

.payment_form_block-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #737373;
  margin-bottom: 25px;
}

.payment-policy {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  margin: 25px 0 15px;
}

.payment_form-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_form-tab-button-item {
  position: relative;
  margin-right: 25px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .payment_form-tab-button-item {
    margin-right: 50px;
  }
}

.payment_form-tab-button-item a {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  height: 35px;
  color: #737373;
}

.payment_form-tab-button-item a:hover {
  color: #253970;
}

.payment_form-tab-button-item.active a {
  font-weight: 500;
  border-bottom: 3px solid #253970;
}

.payment_form-tab-button-item.active a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #253970 transparent transparent transparent;
}

.payment_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_form_inner input+input {
  margin-left: 25px;
}

.payment_form-tab-content {
  display: none;
}

.payment_form-tab-content.active {
  display: block;
}

.castom_section {
  width: 100%;
  position: relative;
}

.castom_section .section-header {
  border-radius: 4px;
  border: 1px solid #ced9e0;
  height: 40px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 40px;
  min-width: 150px;
  color: #737373;
  cursor: pointer;
  background: #fff;
}

.castom_section .section-header .section-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  padding-left: 6px;
}

.castom_section .section-header .section-title p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 16px;
  font-size: 16px;
}

.castom_section .section-header .section-title__name {
  color: #000;
  line-height: 38px;
}

.castom_section .section-header .section-title__name.selected {
  color: #000 !important;
}

.castom_section .section-header span.fa-triangle {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: url(/local/templates/main/css/../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.castom_section.section__active .section-header span.fa-triangle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.castom_section.usual_section .section-body {
  display: none;
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 2;
  background-color: #fff;
  margin: 0;
  overflow-y: auto;
  border: 1px solid #ced9e0;
  padding: 0 !important;
}

.castom_section.usual_section .section-body li {
  width: 100%;
  margin-bottom: 0px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}

.castom_section.usual_section .section-body li a {
  padding: 0px 10px 0px 17px;
  display: block;
  line-height: 20px;
  height: auto;
  padding: 8px 17px 8px;
}

.castom_section.usual_section .section-body li:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.castom_section.usual_section .section-body .inner-menu-tabs__list-item a {
  border-bottom: none !important;
}

.castom_section.usual_section .section-body .inner-menu-tabs__list-item a:after {
  display: none;
}

.castom_section.usual_section .section-title__name {
  color: #a3a8ad;
}

.castom_section.usual_section.section__active .section-body {
  display: block;
}

@media (max-width: 1023px) {
  .castom_section .filter-select:after {
    display: none;
  }

  .castom_section .section-body {
    display: none;
    width: 100%;
    max-height: 1000px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
    background-color: #fff;
    margin: 0;
    overflow-y: auto;
    border: 1px solid #ced9e0;
    padding: 0 !important;
  }

  .castom_section .section-body li {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
  }

  .castom_section .section-body li a {
    padding: 0px 10px 0px 17px;
    display: block;
    line-height: 20px;
    height: auto;
    padding: 8px 17px 8px;
  }

  .castom_section .section-body li:hover {
    cursor: pointer;
    background-color: #f6f6f6;
  }

  .castom_section .section-body .inner-menu-tabs__list-item a {
    border-bottom: none !important;
  }

  .castom_section .section-body .inner-menu-tabs__list-item a:after {
    display: none;
  }

  .castom_section.section__active .section-body {
    display: block;
  }

  .header-main__menu .castom_section .section-body {
    width: calc(80% - 20px);
    left: 10px;
    padding: 0 !important;
  }

  .header-main__menu .castom_section .section-body li {
    padding: 0 !important;
    height: auto;
    line-height: 20px;
  }

  .payment_form_main .castom_section .section-header .section-title__name {
    color: #a3a8ad;
  }
}

@media (min-width: 1024px) {
  .header-main__menu .castom_section .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section_tab_cont {
  max-height: 450px;
}

ol.payment_txt {
  counter-reset: list1;
  padding: 10px 50px 10px;
}

ol.payment_txt>li {
  position: relative;
  padding-left: 24px;
  list-style-type: none;
  margin-bottom: 25px;
}

ol.payment_txt>li:before {
  counter-increment: list1;
  content: counter(list1, decimal) ".";
  font-weight: bold;
  font-size: 16px;
  color: #253970;
  position: absolute;
  top: 2px;
  left: 0px;
}

ol.payment_txt>li:after {
  content: '';
  display: block;
  width: 2px;
  height: 22px;
  border-left: 1px solid #dceaf9;
  position: absolute;
  left: 4px;
  top: 100%;
}

ol.payment_txt>li:last-of-type:after {
  display: none;
}

ul.payment_comp {
  margin: 0 -10px;
  padding: 37px 0 28px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

ul.payment_comp li {
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
}

ul.payment_conditions {
  margin: 0 -10px;
}

ul.payment_conditions li {
  display: inline-block;
  padding: 0 10px;
}

ul.payment_conditions li a {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #737373;
  font-weight: 300;
  position: relative;
}

ul.payment_conditions li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #737373;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

ul.payment_conditions li a:hover:after,
ul.payment_conditions li a:hover:focus {
  display: none;
}

.payment_stages {
  padding: 0 55px 50px;
  /*-webkit-box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);
-moz-box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);
box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);*/
  -webkit-box-shadow: 0px 3px 0px -1px #f3f4f4;
  box-shadow: 0px 3px 0px -1px #f3f4f4;
}

.payment_stages h4 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #737373;
  font-family: Montserrat, sans-serif;
}

.payment_stages ul {
  counter-reset: list2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.payment_stages ul li {
  position: relative;
  padding-top: 69px;
  padding-right: 30px;
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 16px;
  color: #737373;
  width: 25%;
}

.payment_stages ul li:before {
  counter-increment: list2;
  content: counter(list2, decimal) ".";
  font-weight: 500;
  font-size: 36px;
  color: #253970;
  position: absolute;
  top: 9px;
  left: 0px;
}

.payment_stages ul li:after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  border-bottom: 2px solid #f4f7fa;
  position: absolute;
  left: 30px;
  top: 48px;
}

.payment_questions {
  padding: 62px 61px 0px;
}

.payment_questions li {
  margin-bottom: 28px;
}

.payment_questions li h4 {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.payment_questions li p {
  font-family: Montserrat, sans-serif;
  color: #737373;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 1279px) {
  ol.payment_txt {
    padding: 10px 0px 10px 10px;
  }

  .payment_form_main {
    padding: 35px 25px 30px;
  }

  .payment_form_right input.payment_email {
    width: 100%;
  }

  .payment_form_right p {
    margin-left: 0px;
  }

  .payment_stages {
    padding: 0 0px 20px;
  }

  .payment_top {
    padding-bottom: 60px;
  }

  .payment_questions {
    padding: 62px 0px 0px;
  }
}

@media (max-width: 1023px) {
  .payment_form {
    width: 100%;
    margin-bottom: 30px;
  }

  .payment_description {
    width: 100%;
  }

  .payment_form_right p {
    margin-left: 10px;
  }

  .payment_stages ul li {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .payment_stages h4 {
    font-size: 30px;
  }

  .payment_stages ul li:before {
    font-size: 28px;
  }

  .payment_stages ul li {
    padding-top: 50px;
  }

  .payment_stages ul li:after {
    top: 39px;
  }

  .payment_stages h4 {
    margin-bottom: 25px;
  }
}

@media (max-width: 720px) {
  .payment_stages ul li {
    width: 50%;
    padding-top: 60px;
  }

  .payment_stages ul li:after {
    top: 45px;
  }
}

@media (max-width: 500px) {
  .payment_form_left {
    width: 100px;
  }

  .payment_form_right {
    width: calc(100% - 100px);
  }

  .payment_questions li h4,
  .payment_questions li p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .payment_form_main {
    padding: 35px 10px 30px;
  }

  .payment_form_left {
    width: 100%;
  }

  .payment_form_right {
    width: 100%;
  }

  .payment_form_right p {
    margin-left: 0px;
  }

  .payment_form_line.line_name,
  .payment_form_line.line_adress,
  .payment_form_line.line_service,
  .payment_form_line.line_pryce {
    margin-bottom: 20px;
  }

  .payment_form_right input.payment_phone {
    width: 100%;
  }

  .payment_form_left br {
    display: none;
  }

  .payment-submit input {
    width: 100%;
  }

  .payment_stages ul li {
    width: 100%;
  }

  .payment_stages ul li {
    margin-bottom: 10px;
  }
}

#disAjaxWinvideo,
#disAjaxWinvideo * {
  max-width: 100% !important;
}

.pop-up-close.pop-up-close__conditions {
  top: -10px;
  right: -10px;
}

#disAjaxWinconditions {
  background: #fff;
  border-radius: 5px;
}

.conditions {
  padding: 0;
  width: 560px;
  max-width: 100%;
  max-height: 100%;
}

.conditions-title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 20px;
}

.conditions-content {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #737373;
  margin-bottom: 20px;
}

.apartment-mark,
.apartment-list__mark {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  /* &.hint {
  position: absolute;
}*/
}

.apartment-mark li {
  position: relative;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding: 8px 11px;
  width: 35px;
  height: 35px;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 2px;
}

.apartment-mark li:empty {
  display: none;
}

.apartment-mark li.--special {
  background-color: #E31E24;
}

.apartment-mark li.--new {
  background-color: #253970;
}

.apartment-mark li.--popular {
  background-color: #E31E24;
}

.apartment-mark li.hint--small {
  background: #E31E24;
}

.apartment-mark li.hint--small.hint--video {
  background: #e2582e url("/local/templates/main/css/../img/svg/hint_video.svg") no-repeat center 7px;
  color: transparent;
  background-size: 20px;
}

.apartment-mark li.hint--small.hint--video * {
  fill: #fff;
}

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

  .apartment-mark li.hint--small.hint--video:before,
  .apartment-mark li.hint--small.hint--video:after {
    display: none !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

.hint--small:before {
  white-space: nowrap;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5095e2 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.header-main__menu .wrap {
  position: relative;
}

@media screen and (max-width: 479px) {
  .header-main__menu .wrap {
    padding: 0;
  }
}

/* style custom section */
.page-layout__inner h1.h1-head {
  margin-bottom: 10px;
}

/* section s-slider-wrap */
.s-slider-wrap {
  background: #DDEAF5;
  overflow: hidden;
}

/* section s-services-wrap */
.s-services-wrap {
  background-color: #f2f6f9;
  padding: 30px 0 40px;
}

@media screen and (min-width: 768px) {
  .s-services-wrap {
    padding: 40px 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  .s-services-wrap {
    padding: 50px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  .s-services-wrap {
    padding: 60px 0 80px;
  }
}

.s-services-wrap .head {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .s-services-wrap .head {
    margin-bottom: 45px;
  }
}

.s-services-wrap .call-request {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .s-services-wrap .call-request {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .s-services-wrap .call-request {
    margin-top: 90px;
  }
}

.s-services-wrap .call-request .call-request__right {
  padding-top: 30px;
}

@media screen and (min-width: 1280px) {
  .s-services-wrap .call-request .call-request__right {
    padding-top: 0;
  }
}

/* section s-selection-wrap */
.s-selection-wrap {
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  position: relative;
  z-index: 1;
  padding: 30px 0 40px;
}

.s-selection-wrap--no-shadow {
  box-shadow: none;
}

.s-selection-wrap--overflow {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .s-selection-wrap {
    padding: 40px 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  .s-selection-wrap {
    padding: 50px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  .s-selection-wrap {
    padding: 75px 0 70px;
  }
}

.s-selection-wrap .head {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .s-selection-wrap .head {
    margin-bottom: 45px;
  }
}

.s-selection-wrap .selection-view-wrap+.call-request {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .s-selection-wrap .selection-view-wrap+.call-request {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .s-selection-wrap .selection-view-wrap+.call-request {
    margin-top: 90px;
  }
}

.s-selection-wrap .call-request {
  margin-top: 10px;
}

/* section s-advantage-wrap */
.s-advantage-wrap {
  background-color: #f2f6f9;
  padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
  .s-advantage-wrap {
    padding: 35px 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .s-advantage-wrap {
    padding: 50px 0 50px;
  }
}

@media screen and (min-width: 1280px) {
  .s-advantage-wrap {
    padding: 65px 0 65px;
  }
}

.s-history-success-wrap .head {
  margin-bottom: 24px;
}

.s-history-success-wrap {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .s-history-success-wrap {
    padding-top: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .s-history-success-wrap {
    padding-top: 40px;
  }

  .s-history-success-wrap .head {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1280px) {
  .s-history-success-wrap {
    padding-top: 50px;
  }

  .s-history-success-wrap .head {
    margin-bottom: 32px;
  }
}

.s-advantage-wrap .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s-advantage-wrap .grid {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .s-advantage-wrap .grid {
    margin-bottom: 40px;
  }
}

.s-advantage-wrap .grid .contents__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .s-advantage-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
  }
}

@media screen and (min-width: 1024px) {
  .s-advantage-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.s-advantage-wrap .grid .contents__text .list-view {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .s-advantage-wrap .grid .contents__text .list-view {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.s-advantage-wrap .grid .contents__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .s-advantage-wrap .grid .contents__img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666666%;
    flex: 0 1 41.666666%;
  }
}

@media screen and (min-width: 1024px) {
  .s-advantage-wrap .grid .contents__img {
    padding-left: 8.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 479px) {
  .s-advantage-wrap .grid .button.--phone {
    display: block;
    width: 290px;
    margin: 0 auto;
  }
}

/* section s-images-bg-wrap */
.s-images-bg-wrap {
  background: #253970;
  padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
  .s-images-bg-wrap {
    min-height: 400px;
    background: #253970 url(/local/templates/main/css/../img/images_bg.png) no-repeat top left / cover;
    padding: 70px 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  .s-images-bg-wrap {
    min-height: 440px;
    padding: 80px 0 70px;
  }
}

@media screen and (min-width: 1280px) {
  .s-images-bg-wrap {
    min-height: 514px;
    padding: 90px 0 70px;
  }
}

.s-images-bg-wrap .contents .h3-head {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .s-images-bg-wrap .contents .h3-head {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .s-images-bg-wrap .contents .h3-head {
    margin-bottom: 40px;
  }
}

.s-images-bg-wrap .contents p {
  color: #ffffff;
}

.s-images-bg-wrap .contents .button {
  margin-top: 38px;
}

@media screen and (max-width: 479px) {
  .s-images-bg-wrap .contents .button {
    width: 290px;
    display: block;
    margin: 30px auto 0;
  }
}

.s-images-bg-wrap .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-images-bg-wrap .grid .contents__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .s-images-bg-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.s-images-bg-wrap .grid .contents__offset {
  display: none;
}

@media screen and (min-width: 768px) {
  .s-images-bg-wrap .grid .contents__offset {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: block;
  }
}

/* section s-news-wrap */
.s-news-wrap {
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  position: relative;
  z-index: 1;
  padding: 40px 0 20px;
}

@media screen and (min-width: 480px) {
  .s-news-wrap {
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .s-news-wrap {
    padding: 60px 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  .s-news-wrap {
    padding: 70px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  .s-news-wrap {
    padding: 114px 0 144px;
  }
}

.s-news-wrap .head {
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .s-news-wrap .head {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .s-news-wrap .head {
    margin-bottom: 64px;
  }
}

/* section s-.s-one-day-wrap */
.s-one-day-wrap {
  background: #f1f6f9 url(/local/templates/main/css/../img/one-day_img_bg.png) no-repeat center 0px;
  padding: 40px 0 40px;
}

@media screen and (min-width: 768px) {
  .s-one-day-wrap {
    padding: 60px 0 50px;
    background: #f1f6f9;
  }
}

@media screen and (min-width: 1024px) {
  .s-one-day-wrap {
    padding: 70px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  .s-one-day-wrap {
    padding: 155px 0 140px;
  }
}

.s-one-day-wrap .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-one-day-wrap .grid .contents__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
  .s-one-day-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
  }
}

.s-one-day-wrap .grid .contents__text .h2-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .s-one-day-wrap .grid .contents__text .h2-head {
    margin-bottom: 60px;
  }
}

.s-one-day-wrap .grid .contents__text p {
  color: #737373;
}

.s-one-day-wrap .grid .contents__text p+p {
  margin-top: 25px;
}

.s-one-day-wrap .grid .contents__text .button {
  margin-top: 48px;
}

@media screen and (max-width: 479px) {
  .s-one-day-wrap .grid .contents__text .button {
    width: 290px;
    display: block;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 1280px) {
  .s-one-day-wrap .grid .contents__text .button {
    margin-top: 58px;
  }
}

.s-one-day-wrap .grid .contents__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .s-one-day-wrap .grid .contents__img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666666%;
    flex: 0 1 66.666666%;
    padding-left: 70px;
  }
}

/* .s-filter-wrap */
.s-filter-wrap {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.s-filter-wrap .wrap {
  padding: 0;
}

.s-filter-wrap .filter-tabs__head,
.s-filter-wrap .filter-grid__head .filter,
.s-filter-wrap .filter-grid__more .filter,
.s-filter-wrap .filter-grid__additional .filter {
  padding: 0 15px;
}

@media screen and (min-width: 480px) {

  .s-filter-wrap .filter-tabs__head,
  .s-filter-wrap .filter-grid__head .filter,
  .s-filter-wrap .filter-grid__more .filter,
  .s-filter-wrap .filter-grid__additional .filter {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {

  .s-filter-wrap .filter-tabs__head,
  .s-filter-wrap .filter-grid__head .filter,
  .s-filter-wrap .filter-grid__more .filter,
  .s-filter-wrap .filter-grid__additional .filter {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1024px) {

  .s-filter-wrap .filter-tabs__head,
  .s-filter-wrap .filter-grid__head .filter,
  .s-filter-wrap .filter-grid__more .filter,
  .s-filter-wrap .filter-grid__additional .filter {
    padding: 0 42px;
  }
}

@media screen and (min-width: 1280px) {

  .s-filter-wrap .filter-tabs__head,
  .s-filter-wrap .filter-grid__head .filter,
  .s-filter-wrap .filter-grid__more .filter,
  .s-filter-wrap .filter-grid__additional .filter {
    padding: 0 52px;
  }
}

.call-request-wrap {
  padding: 45px 0;
}

.call-request-wrap.--blue {
  background-color: #253970;
}

/* s-card */
.s-card {
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
}

.s-card .head {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .s-card .head {
    margin-bottom: 45px;
  }
}

.s-card .head .apartment-info__item {
  color: #737373;
}

.s-card .head .grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .s-card .head .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.s-card .h2-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s-card .h2-head {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .s-card .h2-head {
    margin-bottom: 38px;
  }
}

.s-card .page-grid__content {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .s-card .page-grid__content {
    width: 75%;
  }
}

.s-card .page-grid__aside {
  display: none;
}

@media screen and (min-width: 1024px) {
  .s-card .page-grid__aside {
    width: 25%;
    display: block;
  }
}

/* s-hypothec-calc */
.s-hypothec-calc {
  -webkit-box-shadow: inset 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: inset 0 3px 5px rgba(85, 93, 101, 0.2);
  background: #f2f6f9;
  padding: 50px 0 50px;
}

@media screen and (min-width: 1024px) {
  .s-hypothec-calc {
    padding: 50px 0 60px;
  }
}

.s-hypothec-calc .h2-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s-hypothec-calc .h2-head {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .s-hypothec-calc .h2-head {
    margin-bottom: 38px;
  }
}

.s-advantage {
  padding: 50px 0 50px;
}

@media screen and (min-width: 1024px) {
  .s-advantage {
    padding: 50px 0 60px;
  }
}

.s-advantage .h2-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .s-advantage .h2-head {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .s-advantage .h2-head {
    margin-bottom: 38px;
  }
}

.s-variant .grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-variant .filter-sort {
  margin-left: auto;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media screen and (min-width: 480px) {
  .s-variant .filter-sort {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.s-variant .filter-label {
  margin-bottom: 0px;
}

.s-variant .head {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .s-variant .head {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .s-variant .head {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .s-variant .head {
    margin-bottom: 38px;
  }
}

.s-variant .h2-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .s-variant .h2-head {
    margin-right: 20px;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .s-variant .h2-head {
    margin-bottom: 0;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 1280px) {
  .s-variant .h2-head {
    margin-right: 90px;
  }
}

/* s-bread */
@media screen and (max-width: 767px) {
  .s-bread {
    display: none;
  }
}

.page-services .s-services-article .h2-head {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-services .s-services-article .h2-head {
    margin-bottom: 25px;
  }
}

.page-services .s-step-trade {
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  position: relative;
  z-index: 1;
}

.page-services .advantage-view-list {
  margin-top: 40px;
}

.s-interest-rates {
  padding: 50px 0 60px;
}

.s-interest-rates .h2-head {
  margin-bottom: 35px;
}

.s-top-images {
  background-color: #253970;
  padding-top: 20px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .s-top-images {
    background-position: top right -150px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .s-top-images {
    background-position: top right 0px;
  }
}

@media (min-width: 1366px) {
  .s-top-images {
    background-position: top right 0px;
  }
}

@media (min-width: 1680px) {
  .s-top-images {
    background-position: top center;
  }
}

.s-top-images .h2-head {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .s-top-images .h2-head {
    margin-bottom: 25px;
  }
}

.s-top-images .bread-crumbs-link {
  color: #c9deff;
}

.s-top-images .bread-crumbs-list__item:after {
  background: url(/local/templates/main/css/../img/svg/arrow_bread_blue.svg) no-repeat center / 5px 8px;
}

.s-top-images .grid .contents__text {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .s-top-images .grid .contents__text {
    padding-top: 0;
    min-height: 280px;
    width: 50%;
  }
}

@media (min-width: 1024px) {}

.s-top-images .grid .contents__text-center {
  margin: auto 0;
  padding-bottom: 40px;
}

.s-top-images .grid .contents__offset {
  width: 0;
}

@media (min-width: 768px) {
  .s-top-images .grid .contents__offset {
    width: 50%;
  }
}

.s-top-images .grid .contents__text-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
}

@media (max-width: 1023px) {
  .s-top-images .grid .contents__text-description-wrapper {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .s-top-images .grid .contents__text-description-wrapper {
    max-width: 100%;
  }
}

.s-top-images .grid .contents__text-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 54px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.s-top-images .grid .contents__text-description span {
  font-size: 16px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  padding-top: 28px;
  padding-left: 9px;
  max-width: 180px;
}

@media (max-width: 1279px) {
  .s-top-images .grid .contents__text-description {
    font-size: 43px;
  }

  .s-top-images .grid .contents__text-description span {
    font-size: 14px;
    padding-top: 23px;
    padding-left: 7px;
  }
}

@media (max-width: 1023px) {
  .s-top-images .grid .contents__text-description {
    font-size: 34px;
  }

  .s-top-images .grid .contents__text-description span {
    font-size: 14px;
    padding-top: 14px;
    max-width: 155px;
  }
}

@media (max-width: 767px) {
  .s-top-images .grid .contents__text-description {
    width: 50%;
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-top-images .grid .contents__text-description span {
    padding-top: 8px;
    padding-left: 0;
    max-width: 100%;
  }
}

.s-top-images p {
  color: #fff;
}

.uslugi-service-price-bar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
  margin: 0 0 30px 30px;
  position: relative;
  z-index: 10;
}

.s-top-images--small {
  padding-top: 18px;
  margin-bottom: 46px;
  background-position: top right 100%;
}

@media (min-width: 768px) {
  .s-top-images--small {
    background-position: top right 52%;
  }
}

@media (min-width: 1680px) {
  .s-top-images--small {
    background-position: top center;
  }
}

.s-top-images--small .grid .contents__text {
  min-height: 342px;
}

@media (max-width: 1279px) {
  .s-top-images--small .grid .contents__text {
    min-height: 282px;
  }
}

@media (max-width: 1023px) {
  .s-top-images--small {
    margin-bottom: 41px;
  }

  .s-top-images--small .grid .contents__text {
    min-height: 242px;
  }
}

@media (max-width: 767px) {
  .s-top-images--small {
    margin-bottom: 32px;
  }

  .s-top-images--small .grid .contents__text {
    min-height: 0;
    padding-top: 11px;
  }

  .s-top-images--small .grid .contents__text-center {
    padding-bottom: 29px;
  }
}

.s-top-images--min {
  margin-bottom: 0;
  background-position: top center;
}

.s-top-images--min .grid .contents__text {
  min-height: 304px;
}

.s-top-images--min .h2-head {
  background: rgba(12, 84, 160, 0.8);
  border-radius: 5px;
}

@media (max-width: 1279px) {
  .s-top-images--min .grid .contents__text {
    min-height: 281px;
  }
}

@media (max-width: 767px) {
  .s-top-images--min {
    background-position: top right 1000%;
  }

  .s-top-images--min .grid .contents__text {
    min-height: 135px;
    padding-top: 18px;
  }
}

@media (min-width: 768px) {
  .s-top-images--big {
    background-position: top right -222px;
  }
}

@media (min-width: 1024px) {
  .s-top-images--big {
    background-position: top right 0px;
  }
}

@media (min-width: 1800px) {
  .s-top-images--big .grid .contents__text {
    min-height: 396px;
  }
}

@media (max-width: 767px) {
  .s-top-images--big {
    background-position: top right 1000%;
  }
}

.page-services-list .s-services-article {
  -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.page-services-list .s-services-article .h2-head {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-services-list .s-services-article .h2-head {
    margin-bottom: 25px;
  }
}

.page-services-list .s-services-article .article {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-services-list .s-services-article .article {
    margin-bottom: 50px;
  }
}

.s-step-trade {
  padding: 30px 0;
}

.s-step-trade .h2-head {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .s-step-trade .h2-head {
    margin-bottom: 25px;
  }
}

.s-step-trade a:hover {
  text-decoration: underline;
}

.step-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step-list__grid-column {
  width: 100%;
}

@media (min-width: 768px) {
  .step-list__grid-column {
    width: 50%;
  }
}

.step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .step-list__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .step-list__item br {
    display: none;
  }
}

.step-list__item-num {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #253970;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
}

.step-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-list__item-value {
  margin: auto 0;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1280px) {
  .step-list__item-value {
    font-size: 16px;
    line-height: 26px;
  }
}

.s-advantages {
  padding: 40px 0 20px;
  background-color: #f2f6f9;
}

@media (min-width: 768px) {
  .s-advantages {
    padding: 70px 0 55px;
  }
}

.important {
  margin: 30px 0;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .important {
    margin: 40px 0;
  }
}

@media (min-width: 1280px) {
  .important {
    padding-left: 90px;
  }
}

.important__content {
  padding: 15px 0;
  position: relative;
}

.important__content p,
.important__content div {
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 768px) {

  .important__content p,
  .important__content div {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {

  .important__content p,
  .important__content div {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {

  .important__content p,
  .important__content div {
    font-size: 22px;
    line-height: 30px;
  }
}

.important__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 5px;
  height: 100%;
  background-color: #253970;
}

@media (min-width: 1280px) {
  .important__content:before {
    left: -60px;
  }
}

.important__content-title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 16px;
}

p+.important__content-title,
div+.important__content-title {
  margin-top: 34px;
}

p.important__content-small,
div.important__content-small {
  font-size: 16px;
  line-height: 1.6;
  font-family: Montserrat, sans-serif;
}

.important ol {
  list-style-type: decimal;
  padding-left: 18px;
  margin-top: 17px;
}

.important ol li {
  list-style-type: decimal;
  margin-bottom: 7px;
}

.important ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .important__content-title {
    margin-bottom: 10px;
  }

  p+.important__content-title,
  div+.important__content-title {
    margin-top: 28px;
  }

  p.important__content-small,
  div.important__content-small {
    font-size: 14px;
    line-height: 1.7;
  }

  .important ol {
    margin-top: 9px;
  }
}

@media (max-width: 1023px) {
  .important__content {
    padding: 5px 0;
  }

  p+.important__content-title,
  div+.important__content-title {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {

  p.important__content-small,
  div.important__content-small {
    font-size: 14px;
    line-height: 1.7;
  }
}

.important--small {
  padding-left: 61px;
}

@media (max-width: 1279px) {
  .important--small {
    padding-left: 40px;
    margin: 36px 0;
  }
}

@media (max-width: 1023px) {
  .important--small {
    padding-left: 30px;
    margin: 30px 0 35px;
  }
}

@media (max-width: 767px) {
  .important--small {
    margin-top: 20px;
    margin-bottom: 38px;
  }
}

@media (max-width: 1279px) {
  .important--small .important__content:before {
    left: -39px;
  }
}

@media (max-width: 1023px) {
  .important--small .important__content:before {
    left: -30px;
  }
}

@media (max-width: 767px) {

  .important--small .important__content p,
  .important--small .important__content div {
    font-size: 16px;
    line-height: 1.5;
  }

  p.important--small .important__content-small,
  div.important--small .important__content-small {
    font-size: 14px;
    line-height: 1.7;
  }
}

.article {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .article {
    font-size: 16px;
    line-height: 26px;
  }
}

.article h2 {
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .article h2 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .article h2 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .article h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

.article h3 {
  color: #737373;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .article h3 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .article h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .article h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.article a:hover {
  text-decoration: underline;
}

.article ol {
  margin: 15px 0;
  list-style-type: none;
  padding-left: 22px;
  counter-reset: li;
}

.article ol li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}

.article ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  display: block;
  position: absolute;
  top: 0px;
  left: -22px;
  margin-right: 10px;
  color: #253970;
}

.article ul {
  margin: 15px 0;
}

.article ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.article ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #253970;
  position: absolute;
  left: 0;
  top: 6px;
}

@media (min-width: 1280px) {
  .article ul li:before {
    top: 9px;
  }
}

.article .button {
  margin: 40px 0;
}

.article .button:hover {
  text-decoration: none;
}

.links-wrap_service {
  margin-top: 29px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .links-wrap_service {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .links-wrap__select {
    display: none;
  }
}

.links-wrap .service-links {
  display: none;
}

@media (min-width: 768px) {
  .links-wrap .service-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .service-links {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .service-links {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .service-links {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .service-links__item {
    margin-right: 25px;
  }
}

@media (min-width: 1024px) {
  .service-links__item {
    margin-right: 30px;
  }
}

@media (min-width: 1280px) {
  .service-links__item {
    margin-right: 33px;
  }
}

.service-links__item:last-child {
  margin-right: 0;
}

.service-links__item a {
  display: block;
  color: #737373;
  border-bottom: 2px solid transparent;
}

.service-links__item a.active {
  color: #253970;
  border-bottom-color: #253970;
}

.service-list__inner {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #253970;
}

.service-list__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-list__head h2 {
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #253970;
}

.service-list__content {
  margin-top: 40px;
  line-height: 16px;
  font-size: 11px;
  color: #848A92;
}

.service-list__content p {
  line-height: 16px;
  font-size: 11px;
  color: #848A92;
}

.service-list__content b {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}

.service-list__content-btn {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.service-list__content-btn a {
  font-size: 10px;
}

.service-list .ddtext[data-init]:after {
  content: none;
}

.service-list .ddtext__action {
  bottom: -2px;
}

.service-list__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 14px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .service-list__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 670px) {
  .service-list__container {
    grid-template-columns: 1fr;
  }
}

.services-view__item {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 37px 17px;
  gap: 17px;
}

.services-view__item-icon {
  min-width: 56px;
  max-width: 56px;
}

.services-view__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  color: #848A92;
  line-height: 16px;
}

.services-view__text a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.table-rates {
  font-size: 10px;
  line-height: 16px;
  color: #737373;
  font-family: 'Gotham-Pro';
}

@media (min-width: 1280px) {
  .table-rates {
    font-size: 12px;
    line-height: 24px;
  }
}

.table-rates .titl {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .table-rates .titl {
    font-size: 16px;
  }
}

.table-rates .b {
  font-weight: 500;
}

.table-rates__select {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .table-rates__select {
    display: none;
  }
}

.table-rates__row {
  border-bottom: 1px solid #dbdee0;
}

.table-rates__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-rates__row-inner+.table-rates__row-inner .table-rates__col {
  padding-top: 0;
}

.table-rates__col {
  padding: 15px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-rates__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
}

@media (min-width: 480px) {
  .table-rates__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
  }
}

@media (min-width: 768px) {
  .table-rates__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 370px;
    flex: 0 1 370px;
  }
}

@media (min-width: 1024px) {
  .table-rates__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}

@media (min-width: 1280px) {
  .table-rates__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }
}

.table-rates__col:nth-child(even) {
  background: #f2f6f9;
}

@media (max-width: 1023px) {
  .table-rates__col[data-tbl-col] {
    display: none;
    background: #f2f6f9;
    text-align: center;
  }
}

.table-rates__col.active {
  display: block;
}

.table-rates__info {
  margin-top: 25px;
}

.table-rates__info p {
  font-size: inherit;
}

.favorite-menu-container {
  height: 67%;
  padding: 0 10px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #253970;
}

.favorite-menu {
  position: relative;
  cursor: pointer;
  width: 60px;
  display: block;
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .favorite-menu-container {
    height: auto;
    padding: 0;
    border-radius: 0;
    text-align: center;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .favorite-menu {
    position: absolute;
    top: -16px;
    right: 15px;
    margin-top: 0;
  }

  .favorite-menu .favorite-menu__title {
    font-size: 0;
  }
}

@media (max-width: 767px) {
  .favorite-menu {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .favorite-menu {
    right: 0;
  }
}

.favorite-menu:hover .favorite-menu__icon {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 19px 19px;
}

.favorite-menu:hover .favorite-menu__title {
  color: #253970;
}

.favorite-menu.active .favorite-menu__icon {
  background: url(/local/templates/main/css/../img/svg/favorites_active.svg) no-repeat center / 19px 19px;
}

.favorite-menu.active .favorite-menu__size {
  display: block;
}

.favorite-menu__icon {
  margin: -16px auto 0;
  width: 19px;
  height: 19px;
  background: url(/local/templates/main/css/../img/svg/favorites.svg) no-repeat center / 19px 19px;
}

.favorite-menu__size {
  display: none;
  min-width: 18px;
  position: absolute;
  top: -6px;
  right: 8px;
  font-size: 10px;
  line-height: 8px;
  border: 2px solid #fff;
  background: #253970;
  color: #fff;
  padding: 2px;
  text-align: center;
  border-radius: 2px;
}

.favorite-menu__title {
  font-size: 0px;
  line-height: 1;
  color: #737373;
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 10px;
  top: 18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .favorite-menu__title {
    font-size: 12px;
  }
}

.favorites-wrap__content .apartment-card {
  position: relative;
  padding: 35px 20px 60px;
}

@media (min-width: 480px) {
  .favorites-wrap__content .apartment-card {
    padding: 30px 20px 20px;
  }
}

@media (min-width: 768px) {
  .favorites-wrap__content .apartment-card {
    padding: 20px;
  }
}

.favorites-wrap__content .apartment-card-grid__realtor {
  display: none;
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
  text-align: center;
}

@media (min-width: 768px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
    display: block;
    text-align: center;
  }
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
    margin-left: 30px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
    padding-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
  }
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
    display: block;
  }
}

.favorites-wrap__content .apartment-card-grid__realtor.active {
  display: block;
}

.favorites-wrap__content .apartment-card-grid__email {
  display: none;
}

.favorites-wrap__content .apartment-card-grid__email.active {
  display: block;
}

.favorites-wrap__content .apartment-card-grid__more {
  right: 50px;
}

@media (min-width: 1280px) {
  .favorites-wrap__content .apartment-card-grid__more {
    right: 300px;
  }
}

.favorites-info {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .favorites-info {
    font-size: 16px;
    line-height: 26px;
  }
}

.apartment-card-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(/local/templates/main/css/../img/svg/delete.svg) no-repeat center / 12px 12px;
  cursor: pointer;
  z-index: 1;
}

.apartment-card-grid__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}

@media (min-width: 1280px) {
  .apartment-card-grid__aside {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    border-left: 1px solid #eeeeee;
    border-top: none;
  }
}

.apartment-card-grid__aside .realtor {
  padding: 20px 0px 0;
}

@media (min-width: 1280px) {
  .apartment-card-grid__aside .realtor {
    padding: 20px 20px 0;
  }
}

.apartment-card-grid__aside .realtor__content-info {
  margin-top: 0;
}

.apartment-card-grid__aside .realtor__content-btns {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .apartment-card-grid__aside .realtor__content-btns {
    margin-top: 20px;
  }
}

.apartment-card-grid__aside .realtor__content-btns-pdf {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .apartment-card-grid__aside .realtor__content-btns-pdf {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .apartment-card-grid__aside .realtor__content-btns-pdf {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.button_pdf {
  width: 162px;
  height: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .button_pdf {
    width: 132px;
  }
}

@media (min-width: 1280px) {
  .button_pdf {
    width: 192px;
  }
}

.hide-block {
  max-height: 695px;
}

@media (min-width: 480px) {
  .hide-block {
    max-height: 620px;
  }
}

@media (min-width: 768px) {
  .hide-block {
    max-height: 630px;
  }
}

@media (min-width: 1024px) {
  .hide-block {
    max-height: 444px;
  }
}

@media (min-width: 1280px) {
  .hide-block {
    max-height: 530px;
  }
}

.call-email {
  padding: 40px 34px 0;
  position: relative;
}

@media (min-width: 480px) {
  .call-email {
    padding: 40px 0px 0;
  }
}

@media (min-width: 768px) {
  .call-email {
    padding: 20px 0px 0;
  }
}

@media (min-width: 1280px) {
  .call-email {
    padding: 40px 40px 0;
  }
}

@media (min-width: 480px) {
  .call-email__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .call-email__form {
    display: block;
  }
}

.call-email__form-succes {
  text-align: center;
}

@media (min-width: 480px) {
  .call-email__form-succes {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .call-email__form-succes {
    text-align: center;
    display: block;
  }
}

.call-email__form-succes p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 18px;
}

@media (min-width: 1280px) {
  .call-email__form-succes p {
    margin-top: 0;
  }
}

.call-email__form-btn {
  margin-top: 18px;
  text-align: center;
}

@media (min-width: 480px) {
  .call-email__form-btn {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .call-email__form-btn {
    margin-top: 25px;
  }
}

.call-email .button-back {
  position: absolute;
  top: 10px;
  left: 0px;
}

@media (min-width: 1280px) {
  .call-email .button-back {
    top: -6px;
    left: 20px;
  }
}

.button-back {
  font-size: 12px;
  color: #b4b7bc;
  cursor: pointer;
}

.button-back:hover {
  color: #253970;
}

.button_addEmail {
  height: 40px;
  width: 180px;
  cursor: pointer;
}

@media (min-width: 480px) {
  .button_addEmail {
    margin-left: 30px;
  }
}

@media (min-width: 1280px) {
  .button_addEmail {
    width: 100%;
    margin-left: 0;
  }
}

.push-email {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .push-email {
    font-size: 16px;
  }
}

.price-table table {
  display: block;
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .price-table table {
    display: table;
  }
}

.price-table table thead {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

@media (min-width: 480px) {
  .price-table table thead {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .price-table table thead {
    display: table-header-group;
  }
}

@media (min-width: 1024px) {
  .price-table table thead {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .price-table table thead {
    font-size: 22px;
    line-height: 30px;
  }
}

.price-table table thead tr th {
  padding: 20px 10px 20px;
}

@media (min-width: 480px) {
  .price-table table thead tr th {
    padding: 30px 20px 30px;
  }
}

.price-table table tbody {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

@media (min-width: 768px) {
  .price-table table tbody {
    display: table-row-group;
  }
}

@media (min-width: 1280px) {
  .price-table table tbody {
    font-size: 16px;
    line-height: 26px;
  }
}

.price-table table tbody tr {
  border-top: 1px solid #dbdee0;
}

.price-table table tbody tr td {
  padding: 20px 10px;
  display: block;
}

@media (min-width: 480px) {
  .price-table table tbody tr td {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  .price-table table tbody tr td {
    display: table-cell;
  }
}

@media (min-width: 1280px) {
  .price-table table tbody tr td {
    padding: 50px 20px;
  }
}

.price-table table tbody tr td:nth-child(2) {
  background: #f2f6f9;
  padding: 30px 20px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .price-table table tbody tr td:nth-child(2) {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .price-table table tbody tr td:nth-child(2) {
    padding: 50px 40px;
  }
}

.s-filter-wrap .filter-grid__more {
  padding-top: 0;
  padding-bottom: 0;
}

.s-filter-wrap .filter-grid__additional .filter-inner {
  display: block;
}

.filter-item {
  padding-top: 20px;
}

.social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 -7px;
}

.social__link {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  opacity: 0.7;
}

.social__link:hover {
  opacity: 1;
}

.vk {
  background: url(/local/templates/main/css/../img/social/soc-vk.svg) no-repeat center;
}

.fb {
  background: url(/local/templates/main/css/../img/social/soc-facebook.svg) no-repeat center;
}

.in {
  background: url(/local/templates/main/css/../img/social/soc-insta.svg) no-repeat center;
}

.yt {
  background: url(/local/templates/main/css/../img/social/soc-youtube.svg) no-repeat center;
}

.tw {
  background: url(/local/templates/main/css/../img/social/soc-twitter.svg) no-repeat center;
}

.ok {
  background: url(/local/templates/main/css/../img/social/soc-ok.svg) no-repeat center;
}

.s-favorites .head {
  position: relative;
}

.s-favorites .button_sendemail {
  margin: -20px 0 30px;
}

@media (min-width: 768px) {
  .s-favorites .button_sendemail {
    margin: 0;
    position: absolute;
    left: 160px;
    top: -2px;
  }
}

@media (min-width: 1024px) {
  .s-favorites .button_sendemail {
    left: 200px;
    top: 4px;
  }
}

@media (min-width: 1280px) {
  .s-favorites .button_sendemail {
    left: 230px;
    top: 8px;
  }
}

#send-email .grid {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: block;
}

@media (min-width: 1024px) {
  #send-email .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#send-email .grid__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

#send-email .grid__input .e-input+.e-input {
  margin-top: 15px;
}

#send-email .e-submit {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  #send-email .e-submit {
    margin-top: 0;
  }
}

[data-hide] {
  position: relative;
  padding-bottom: 30px;
}

[data-hide] .btn-show {
  font-size: 16px;
  color: #253970;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

/*!
* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.descr__pad {
  text-align: left;
  font-size: 13px;
  padding: 0 0 20px 0;
  color: #737373;
}

.js__get_popup_send_director_m {
  border: 1px solid #253970;
  border-radius: 4px;
  text-align: center;
  font-size: 9px;
  padding: 6px;
  color: #fff !important;
  background-color: #253970;
  display: none !important;
  margin-right: 30px;
}

.js__get_popup_send_director {
  margin-left: auto;
  margin-right: 10px;
}

@media screen and (max-width: 532px) {
  .js__get_popup_send_director {
    display: none;
  }

  .js__get_popup_send_director_m {
    display: block !important;
  }
}

@media screen and (max-width: 350px) {
  .js__get_popup_send_director_m {
    padding: 3px 1px;
  }
}

.review__rating--is-active-1 svg:nth-child(1) path,
.review__rating--is-active-2 svg:nth-child(1) path,
.review__rating--is-active-2 svg:nth-child(2) path,
.review__rating--is-active-3 svg:nth-child(1) path,
.review__rating--is-active-3 svg:nth-child(2) path,
.review__rating--is-active-3 svg:nth-child(3) path,
.review__rating--is-active-4 svg:nth-child(1) path,
.review__rating--is-active-4 svg:nth-child(2) path,
.review__rating--is-active-4 svg:nth-child(3) path,
.review__rating--is-active-4 svg:nth-child(4) path,
.review__rating--is-active-5 svg:nth-child(1) path,
.review__rating--is-active-5 svg:nth-child(2) path,
.review__rating--is-active-5 svg:nth-child(3) path,
.review__rating--is-active-5 svg:nth-child(4) path,
.review__rating--is-active-5 svg:nth-child(5) path {
  fill: #253970 !important;
}

.review__head {
  display: flex;
  align-items: center;
}

.review__title {
  display: inline-block;
  margin-right: 10px;
}

.review__title2 {
  display: inline-block;
  margin-right: 10px;
}

.review__title--can {
  color: #253970;
}

.review__rating {
  display: inline-block;
}

.review__date {
  margin-left: auto;
}

.review__answers {
  position: relative;
}

/*.review__answers::after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 29px;*/
/*width: calc(100% - 2*29px);*/
/*height: 1px;*/
/*background: #ced9e0;*/
/*}*/

.review__answer {
  padding: 23px 29px;
}

.review__answer-head {
  display: flex;
  align-items: center;
  padding: 0 23px 22px;
}

.review__answer-head2 {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  padding: 0 13px 22px;
}

.review__answer-date {
  margin-left: auto;
}

.review__answer-text {
  font-size: 16px;
  line-height: 1.65;
  padding: 0 29px 15px;
  position: relative;
}

.review__answer-text2 {
  font-size: 16px;
  line-height: 1.65;
  padding: 0 29px 15px;
  position: relative;
}

.review {
  height: auto !important;
}

.reviews__add {
  margin: 0 auto auto;
  width: 464px;
}

@media screen and (max-width: 500px) {
  .reviews__add {
    width: auto;
  }

  .review__date {
    margin-left: 0;
  }

  .review__answer-head2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .review__title2 {
    padding: 0 12px;
  }
}

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

/* Выбор города */
#choose-city .pop-up-content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  max-width: 230px;
  color: #fff;
  padding: 0 20px;
  margin-right: 10px;
}

#choose-city .pop-up-content a:first-child {
  background: #253970;
}

#choose-city .pop-up-content a:last-child {
  color: #737373;
}

/*Slider main (objects)*/

.slider-obj {
  position: relative;
}

.slider-obj__item {
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .slider-obj__item {
    background: none !important;
  }
}

.slider-obj__item-inner {
  min-height: 320px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 769px) {
  .slider-obj__item-inner {
    text-align: center;
    min-height: 100%;
    padding: 40px 0;
  }
}

@media (min-width: 769px) {
  .slider-obj__item-inner {
    background: none !important;
  }
}

.slider-obj .wrap {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .slider-obj .wrap {
    padding: 20px 15px;
  }
}

.slider-obj__inner {
  width: 600px;
}

@media (max-width: 767px) {
  .slider-obj__inner {
    max-width: 100%;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-obj__inner .slider-main__title {
    margin-top: auto;
  }

  .slider-obj__inner .slider-main__btn {
    margin-top: auto;
  }
}

.slider-obj__inner.white {
  color: #fff;
}

@media (max-width: 767px) {

  .slider-obj__inner.hide .slider-main__title,
  .slider-obj__inner.hide .slider-main__content {
    display: none;
  }
}

.slider-obj__title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .slider-obj__title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .slider-obj__title {
    font-size: 24px;
    line-height: 44px;
  }
}

@media (min-width: 1280px) {
  .slider-obj__title {
    font-size: 27px;
    line-height: 48px;
  }
}

.slider-obj__content {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .slider-obj__content {
    font-size: 16px;
    line-height: 26px;
  }
}

.slider-obj__btn {
  margin-top: 20px;
}

.slider-obj__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E31E24;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  width: 100%;
  max-width: 230px;
  color: #fff;
}

@media (min-width: 1024px) {
  .slider-obj__btn a {
    font-size: 18px;
    height: 50px;
    max-width: 250px;
  }
}

.slider-obj__nav {
  position: absolute;
  top: 40px;
  z-index: 2;
  right: 20px;
}

@media (max-width: 767px) {
  .slider-obj__nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slider-obj__nav {
    right: calc((100% - 768px) / 2);
  }
}

@media screen and (min-width: 1024px) {
  .slider-obj__nav {
    right: calc((100% - 1024px) / 2);
  }
}

@media (min-width: 1280px) {
  .slider-obj__nav {
    right: calc((100% - 1240px) / 2);
  }
}

.slider-obj .slick-dots {
  -webkit-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}

@media (min-width: 1024px) {
  .slider-obj .slick-dots {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

.slider-obj .slick-dots li {
  width: 18px;
  height: 20px;
}

.slider-obj .slick-dots li.slick-active button {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #253970;
}

.slider-obj .slick-dots li.slick-active button:after {
  width: 18px;
  background: #253970;
}

.slider-obj .slick-dots button {
  cursor: pointer;
  background: transparent;
  font-size: 0;
  width: inherit;
  height: inherit;
  position: relative;
  padding-right: 30px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.slider-obj .slick-dots button:after {
  -webkit-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: rgba(79, 150, 226, 0.5);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.description_title {
  color: #d4d8dc;
  font-family: Montserrat, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 12px;
}

.white_descr {
  color: white;
  font-size: 16px;
}

.slider-obj__description {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.slider-obj__description__main,
.slider-obj__description__dop {
  display: flex;
  width: 100%;
}

.slider-obj__description__dop {
  margin-top: 15px;
}

.description__main1 {
  display: flex;
  flex-direction: column;
  width: 35%
}

.description__main2 {
  display: flex;
  flex-direction: column;
  width: 35%
}

.description__dop1 {
  display: flex;
  flex-direction: column;
  width: 35%
}

.description__dop2 {
  display: flex;
  flex-direction: column;
  width: 20%
}

.description__dop3 {
  display: flex;
  flex-direction: column;
  width: 45%
}

.image_slider {
  background-repeat: no-repeat;
  width: 439px;
  height: 320px;
  background-size: cover;
  margin-left: 68px;
  /*width: 30%;*/
  /*position: absolute;*/
  /*right: 10px;*/
}

.conteiner_descr {
  margin-top: 40px
}

@media (max-width: 1280px) {
  .image_slider {
    margin-left: 146px;
  }

  .conteiner_descr {
    margin-top: 20px;
  }

}

@media (max-width: 1024px) {
  .image_slider {
    width: 40%;
    position: absolute;
    right: 0;
  }

  .slider-obj__item-inner>.wrap {
    margin: 0;
    width: 100%;
  }

  .image_slider {
    margin-left: 135px;
  }
}


@media (max-width: 768px) {
  .slider-obj__description {
    margin: 0 auto;
  }

  .image_slider {
    display: none;
  }

  .slider-obj__inner {
    margin: 0 auto;
  }

  .slider-obj__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .slider-obj__item-inner>.wrap {
    z-index: 999;
  }

  .white_descr {
    text-align: start;
  }

  .description_title {
    text-align: start;
  }
}

@media (max-width: 769px) {
  .description_title {
    font-size: 11px;
  }

  .description__dop1 {
    width: 30%;
  }

  .description__main1 {
    width: 30%;
  }
}

.slider-obj__item-inner>.wrap {
  display: flex;
}

.back-black {
  background: #d4d8dc;
  opacity: 0.6;
}


.iframe-mob {
  height: 100%;
  width: 60%;
  margin-bottom: 20px;
  display: inline-block;
  transition-property: width;
  transition-duration: 0.5s;
}

.spisok-on {
  width: 20px;
  height: 100px;
  position: absolute;
  background: #e2e2e2;
  top: calc(50% - 50px);
  right: 0px;
  border-radius: 10px 0px 0px 10px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  cursor: pointer;
}

.spisok-adress {
  display: inline-block;
  width: 0%;
  height: 500px;
  vertical-align: top;
  overflow-y: scroll;
  text-align: right;
  transition-property: width;
  transition-duration: 0.5s;

}

.spisok-adress ul {
  font-family: Gotham-Pro;
  font-size: 18px;
  color: #737373;
  padding-right: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .iframe-mob {
    width: 100%;
  }

  .spisok-adress {
    display: none;
  }
}

/**
Неактивная страница недвижимости
*/
.s-card.s-card--first {
  padding-bottom: 0;
}

.s-card.s-card--first+section {
  padding-top: 0;
}

h3.h3-head--inactive {
  color: #E31E24 margin-top: 24px;
}

h3.h3-head--inactive::before {
  display: none;
}

.s-card--inactive .page-grid__content--inactive {
  filter: blur(2px);
  pointer-events: none;
}


:root {
  --transition-default: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  --main-background: #F2F6F9;
  --main-text: #737373;
  --additional-text: #737373;
  --light-text: #A4AAB0;
  --btn-background: #253970;
  --main-blue: #253970;
}

/** {*/
/*    box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    outline: none;*/
/*}*/

/*html {*/
/*    font-family: "Gotham Pro", sans-serif !important;*/
/*    font-size: 20px;*/
/*}*/

/*body {*/
/*    margin: 100px 0 0;*/
/*    background: var(--main-background);*/
/*    letter-spacing: 0.10px;*/
/*    color: var(--main-text);*/
/*}*/

/*button {*/
/*    font-family: "Gotham Pro", sans-serif !important;*/
/*}*/

/*ul {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

.service__popup-table tr {
  border: 1px solid #D0D9DF;
  border-collapse: collapse;
  border-spacing: 1px;
}

.service__popup-table td {
  border-right: 1px solid #D0D9DF;
  border-collapse: collapse;
  border-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .service__wrapper {
    padding: 0 20px
  }

  .service__popup-table tr {
    display: flex;
    flex-direction: column;
  }

  .service__popup-table table {
    width: 100%;
  }

  .service__popup-title {
    font-size: 16px;
    line-height: 22px;
  }

  .service__popup-table tr>td:last-of-type {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 18px;
  }

  .service__popup-table tr>td:first-of-type {
    flex-direction: row;
    padding: 5px 20px 5px 10px;
  }

  .service__popup-table tr>td>span {
    margin-right: 4px;
  }

  .service__popup-body {
    flex-direction: column;
  }

  .service__popup {
    padding: 30px;
    max-height: 90vh;
    overflow: auto;
    width: calc(100% - 20px);
  }

  .service__popup-list ul li {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .service__popup-list ul li::before {
    left: 4px;
    top: 5px;
  }

  .service__popup-list p {
    margin: 15px 0 0;
  }

  .service__popup-list ul {
    margin: 0;
  }

  .service__popup-list-title {
    margin: 15px 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .service__input-name,
  .service__input-phone,
  .service__btn-order-send {
    width: calc(100% - 34px);
    margin: 0 20px 20px 0;
  }

  .service__input-phone {
    margin: 0 20px 0 0;
  }

  .service__popup-close {
    right: -14px;
    top: -14px;
  }

  .service__popup-table tr>td:first-of-type {
    border-bottom: 1px solid #D0D9DF;
  }

  .service__popup-table tr:not(:last-child) {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .service__popup-table tr {
    display: table-row;
  }

  .service__popup-title {
    font-size: 22px;
    line-height: 28px;
  }

  .service__popup-table tr>td:last-of-type {
    width: 56%;
    font-size: 16px;
    line-height: 26px;
    padding: 0 18px;
  }

  .service__popup-table tr>td:first-of-type {
    flex-direction: column;
    padding: 10px 29px 10px 20px;
  }

  .service__popup-body {
    flex-direction: column;
  }

  .service__wrapper {
    width: 100%;
    padding: 32px 24px;
    max-width: 980px;
  }

  .service__popup-table {
    width: 100%;
  }

  .service__popup-list {
    width: 100%;
    margin: 20px 0 0 17px;
  }

  .service__popup {
    padding: 30px;
    width: calc(100% - 180px);
  }

  .service__popup-list ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 0 60px 0 0;
  }

  .service__popup-list-title {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: -6px 0 15px -18px;
  }

  .service__popup-list ul li::before {
    top: 5px;
    left: -18px;
  }

  .service__popup-close {
    right: -14px;
    top: -14px;
  }

  .service__btn-order {
    width: unset;
    margin: auto 0 0;
    width: 160px;
  }

  .service__input-name {
    width: 265px;
    margin: 0 20px 0 0;
  }

  .service__input-phone {
    width: 231px;
  }

  .service__btn-order-send {
    width: 265px;
  }
}

@media screen and (min-width: 1280px) {
  .service__wrapper {
    padding: 32px 90px;
    width: 1240px;
    max-width: 1240px;
  }

  .service__popup-body {
    flex-direction: row;
  }

  .service__popup-table {
    width: 47%;
  }

  .service__popup-list {
    width: 53%;
    margin: 0 0 0 67px;
  }

  .service__popup-list ul {
    margin-left: 20px;
    line-height: 22px;
  }

  .service__popup {
    padding: 30px 60px;
  }

  .service__popup-list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .service__popup-list-title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: -6px 0 15px -18px;
  }

  .service__popup-list li::before {
    top: 8px;
  }

  .service__popup-close {
    right: -46px;
    top: -16px;
  }
}

@media screen and (max-width: 1279px) {
  .service__popup-list ul {
    margin-left: 16px;
  }

  .service__popup-list ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.service__popup-list li {
  position: relative;
}

.service__wrapper {
  margin: auto;
}

.service__breadcrumbs {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.service__breadcrumb {
  cursor: pointer;
  color: var(--light-text);
  text-decoration: none;
}

.service__breadcrumb:hover {
  text-decoration: underline;
}

.service__breadcrumb::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDFMMi41IDMuNzI3MjdMMC41IDciIHN0cm9rZT0iI0E0QUFCMCIvPgo8L3N2Zz4K");
  width: 2px;
  height: 6px;
  color: var(--light-text);
  margin: 0 5px 0 8px;
}

.service__title-wrapper {
  margin: 0 0 27px;
}

.service__title {
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  margin: 7px 0 0;
  text-transform: uppercase;
  color: #253970;
}

.service__switch-wrapper {
  display: inline-flex;
  background-color: #DEEAFA;
  border-radius: 50px;
  gap: 5px;
}

@media (max-width: 500px) {
  .service__switch-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.service__btn-switch {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 10px;
}

.service__btn-switch.active,
.service__btn-switch:hover {
  background-color: var(--main-blue);
  color: #fff;
  border-radius: 50px;
}

.service__offers-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--main-blue);
}

.service__buyer {
  display: none;
  margin-top: 57px;
}

.service__buyer.active {
  display: block;
}

.service__offers-buyer {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1024px) {
  .service__offers-buyer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 670px) {
  .service__offers-buyer {
    grid-template-columns: 1fr;
  }
}

.service__offer-layout {
  background-color: #fff;
  padding: 25px 40px 20px;
  border-radius: 10px;
  display: grid;
}

.service__offer-layout-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.service__profit {
  font-weight: 300;
  font-size: 90px;
  color: #253970;
  line-height: 100%;
  text-align: center;
  margin-top: 12px;
  white-space: nowrap;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__profit.big_text {
  font-size: 28px;
}

.service__profit-description {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  color: #000;
  line-height: 16px;
}

.service__details {
  color: #253970;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
  margin: 25px 0 20px;
  cursor: pointer;
}

.service__details::after {
  content: ">";
  font-size: 8px;
  margin-left: 3px;
  font-weight: bold;
}

.service__btn {
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  border-radius: 50px;
  transition: var(--transition-default);
  padding: 13px 0;
  width: 100%;
}

.service__btn:hover {
  transition: var(--transition-default);
}

.service__btn-order {
  background: var(--btn-background);
}

.service-btn-order:hover {
  background: #52A0F3;
}

.service__btn-order-send {
  background: var(--btn-background);
  margin: auto 0 0;
}

.service-btn-order-send:hover {
  background: #52A0F3;
}

.service__popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: var(--transition-default);
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}

.service__popup-container.open {
  opacity: 1;
  transition: var(--transition-default);
  visibility: visible;

}

.service__popup {
  box-shadow: 0 4px 16px rgba(77, 89, 102, 0.15);
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 1;
  visibility: hidden;
  transition: var(--transition-default);
  transform: translateY(-100px);
  opacity: 0;
  border-radius: 4px;
  top: 50%;
  left: 50%;
}

.service__popup-container.open>.service__popup {
  visibility: visible;
  transition: var(--transition-default);
  transform: translateY(0);
  opacity: 1;
}

.service__popup-header {
  display: flex;
  align-items: center;
  margin: 0 0 31px;
  position: relative;
}

.service__popup-title {
  font-weight: bold;
  margin: -4px 0 0 30px;
}

.service__popup-order-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  margin: -4px 0 22px;
}

.service__popup-title>span {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 15px;
}

.service__popup-body {
  display: flex;
}

.service__popup-table {
  border-collapse: collapse;
}

.service__popup-table tr>td:first-of-type {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
}

.service__popup-table tr>td:first-of-type span {
  line-height: 26px;
}

.service__popup-table tr>td:last-of-type {
  font-weight: 500;
}

.service__popup-list-item {
  font-family: Montserrat, sans-serif;
  margin: 0 0 10px;
  letter-spacing: -0.05px;
  position: relative;
  list-style: none;
}

.service__popup-list ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: var(--btn-background);
  border-radius: 50%;
}

.service__popup-close {
  position: absolute;
  cursor: pointer;
}

.service__popup-order-close {
  position: absolute;
  right: 34px;
  top: 34px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.service__popup-order {
  box-shadow: 0 4px 16px rgba(77, 89, 102, 0.15);
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  visibility: hidden;
  transition: var(--transition-default);
  transform: translateY(-100px);
  opacity: 0;
  border-radius: 4px;
}

.service__popup-order-info {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.service__popup-container.open>.service__popup-order {
  visibility: visible;
  transition: var(--transition-default);
  transform: translateY(0);
  opacity: 1;
}

.service__popup-order-inputs {
  display: flex;
  margin: 19px 0 20px;
  flex-wrap: wrap;
}

.service__popup-order-inputs>input {
  border: 1px solid #D0D9DF;
  height: 42px;
  border-radius: 4px;
  padding: 15px;
}

.service__popup-order-description {
  font-size: 11px;
  line-height: 18px;
  color: var(--additional-text);
  margin: 18px 0 0;
  text-align: center;
}

.service__popup-order-law {
  text-decoration: underline;
  text-decoration-color: var(--additional-text);
  color: var(--additional-text);
}

.slider-main__item .service__btn-order {
  display: block;
  width: 230px;
  height: 40px;
  margin: 10px auto 0;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  .slider-main__item .service__btn-order {
    margin: 20px 0 0;
  }

  .slider-main__item .slider-main__btn+.service__btn-order {
    position: relative;
    top: -60px;
    left: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .slider-main__item .service__btn-order {
    width: 250px;
    height: 50px;
    font-size: 18px;
  }

  .slider-main__item .slider-main__btn+.service__btn-order {
    top: -70px;
    left: 270px;
  }
}

.article-content .service__btn-order {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .article-content .service__btn-order {
    width: 100%;
  }
}

/* Объект на карте */
#object-list-map-container {
  width: 500px;
  height: 300px;
}

#disAjaxWinnone_id #object-list-map-container-popup * {
  max-width: none !important;
}

.lg-backdrop.in {
  background: #000;
}

.apartment-photo__overflow {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.apartment-photo__overflow>div {
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(79, 150, 226, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(79, 150, 226, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(79, 150, 226, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(79, 150, 226, 0.4);
    box-shadow: 0 0 0 0 rgba(79, 150, 226, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(79, 150, 226, 0);
    box-shadow: 0 0 0 10px rgba(79, 150, 226, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(79, 150, 226, 0);
    box-shadow: 0 0 0 0 rgba(79, 150, 226, 0);
  }
}

.phone-container__not-link {
  color: #a4aab0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.protip-container {
  border: 1px solid #b2d6e8;
}

.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow {
  border-right-color: #b2d6e8 !important;
}

.protip-content {
  color: #a4aab0;
  font-size: 14px;
}

/* Услуга "Оценка" */

.call-request-form__inner--otsenka-fields .e-input:first-child {
  padding-right: 10px;
}

.call-request-form__inner--otsenka-fields .e-input:last-child {
  padding-left: 10px;
}

.call-request-form__inner--otsenka-submit .e-submit {
  margin: 12px auto 0 auto;
}

/* Коллекции */

.collection__thumbs {
  flex-direction: column;
  display: flex;
}

.collection__thumbs i:not(:last-of-type) {
  margin-right: 4px;
}

.collection__thumbs i {
  width: 72px;
  height: 72px;
  background-size: cover;
  margin-bottom: 12px;
  cursor: pointer;
}

.collection__thumbs i[data-thumbs-up] {
  background-image: url("/local/templates/main/img/thumbs-up1.png");
}

.collection__thumbs i[data-thumbs-up].active,
.collection__thumbs i[data-thumbs-up]:hover {
  background-image: url("/local/templates/main/img/thumbs-up2.png");
}

.collection__thumbs i[data-thumbs-down] {
  background-image: url("/local/templates/main/img/thumbs-down-1.png");
}

.collection__thumbs i[data-thumbs-down].active,
.collection__thumbs i[data-thumbs-down]:hover {
  background-image: url("/local/templates/main/img/thumbs-down-2.png");
}

.collection__additionals {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collection__additionals .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  width: 72px;
  height: 72px;
  background-size: cover;
  background-image: url("/local/templates/main/img/share.png");
  border-radius: 0;
}

.collection__additionals .ya-share2__badge {
  display: none;
}

/* Коллекции */
.s-search-result--collections .apartment-card {
  width: calc(100% - 84px);
}

.s-search-result--collections .contents {
  margin-top: 48px;
}

.s-search-result--collections .search-result-list__item {
  position: relative;
}

@media screen and (min-width: 480px) {
  .page-layout__inner h1.h1-head.h1-head--collections {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .page-layout__inner h1.h1-head.h1-head--collections {
    font-size: 24px;
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 1280px) {
  .page-layout__inner h1.h1-head.h1-head--collections {
    font-size: 32px;
  }
}

.page-layout__inner--collections .s-bread .wrap {
  position: relative;
}

.collection-realtor {
  position: absolute;
  top: 15px;
  right: 50px;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px;
  max-width: 220px;
}

.collection-realtor__heading {
  margin-bottom: 12px;
}

.collection-realtor-name__img {
  background: url('/local/templates/main/img/userpic.png') no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 4px;
  margin-left: -2px;
  flex-shrink: 0;
}

.collection-realtor-phone__img {
  background: url('/local/templates/main/img/phone.png') no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 4px;
  margin-left: -2px;
  flex-shrink: 0;
}

.collection-realtor-name {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.collection-realtor-phone {
  display: flex;
  align-items: center;
}

.collection__date {
  margin-top: 24px;
}

.collection-realtor-name__text,
.collection-realtor-phone__text {
  font-size: 14px;
}

.collection__additionals {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  bottom: 0 !important;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  background-color: transparent !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  mask: url("/local/templates/main/css/../../../assets/svg/icons/share.svg") no-repeat center;
  -webkit-mask: url("/local/templates/main/css/../../../assets/svg/icons/share.svg") no-repeat center;
  background-color: #253970;
  background-image: none !important;
}

.share-wrapper {
  display: flex;
  align-items: center;
}

.share-wrapper__text {
  color: #253970;
}

.share--caption .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: flex !important;
  align-items: center;
  width: auto !important;
}

.share--caption .ya-share2__link_more.ya-share2__link_more-button-type_short:after {
  content: "Поделиться";
  margin-left: 8px;
  color: #253970;
}

.apartment-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6px;
}

.objects__btn .button-green__container,
.objects__btn .button-blue__container {
  height: 42px;
  text-align: center;
}

.button-green__container {
  transition: box-shadow .3s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 22px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  background-color: #0DC143;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  outline: none;
  border: none;
}

.button-blue__container {
  transition: box-shadow .3s cubic-bezier(0.25, 1, 0.5, 1), color .3s cubic-bezier(0.25, 1, 0.5, 1), background-color .3s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 22px;
  border: 1px solid #253970;
  border-radius: 4px;
  background-color: #253970;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
  outline: none;
}

.objects__btn {
  width: calc(50% - 4px);
}

.objects__btn--full {
  width: 100%;
}

.button-green {
  display: block;
  cursor: pointer;
}

.button-blue {
  display: block;
  cursor: pointer;
}


@media screen and (max-width: 1279px) {
  .button-green__container {
    padding: 13px;
  }

  .button-blue__container {
    padding: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .apartment-actions__button {
    margin-top: 6px;
    width: 100%;
  }

  .apartment-actions {
    margin-top: 2px;
  }
}

.interview__list .articles-list__item a.button {
  justify-content: start;
  padding-left: 35px;
}

.interview__list .articles-list__item a.button::before {
  position: absolute;
  content: '';
  background-image: url(/local/templates/main/img/svg/phone_white.svg);
  width: 20px;
  height: 20px;
  left: 10px;
}

.articles-show-more {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 32px;
}

.articles-show-more div {
  width: 150px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #253970;
  border-radius: 4px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.articles-show-more div:hover,
.articles-show-more div:active {
  background: #253970;
  color: #fff;
}

.block-stat {
  margin-top: 40px;
}

/* ===== DEVELOPERS LIST ===== */
.developers-section {
  padding: 40px 0;
}

.developers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.developer-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.developer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #4a6cf7;
}

.developer-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.developer-card__media {
  height: 200px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.developer-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.3s ease;
}

.developer-card:hover .developer-card__image {
  transform: scale(1.05);
}

.developer-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
}

.developer-card__placeholder-icon {
  opacity: 0.5;
}

.developer-card__body {
  padding: 24px;
  flex-grow: 1;
}

.developer-card__title {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}

.developer-card__excerpt {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.developer-card__meta {
  margin-top: auto;
}

.developer-card__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #495057;
  font-size: 13px;
  font-weight: 500;
}

.developer-card__location-icon {
  color: #4a6cf7;
  flex-shrink: 0;
}

.developer-card__footer {
  padding: 16px 24px 24px;
  border-top: 1px solid #e8e8e8;
}

.developer-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a6cf7;
  font-weight: 500;
  font-size: 14px;
  transition: gap 0.2s ease;
}

.developer-card:hover .developer-card__cta {
  gap: 12px;
}

.developer-card__cta-icon {
  transition: transform 0.2s ease;
}

.developer-card:hover .developer-card__cta-icon {
  transform: translateX(4px);
}

/* Пагинация */
.developers-pagination {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

/* Empty state */
.developers-empty {
  text-align: center;
  padding: 80px 20px;
}

.developers-empty__icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.3;
}

.developers-empty__text {
  color: #6c757d;
  font-size: 18px;
}

/* ===== DEVELOPER DETAIL ===== */
.developer-detail-container {
  padding: 40px 0;
}

.developer-detail {
  padding: 40px 0 80px;
}

.developer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid #253970;
  margin-bottom: 50px;
}

.developer-header__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.developer-header__logo-circle {
  border-radius: 50%;
  background: #fff;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.developer-header__logo-circle img {
  max-width: 58px;
  max-height: 58px;
  margin: auto;
}

.developer-header__title {
  font-size: 32px;
  font-weight: 400;
  color: #253970;
  text-transform: uppercase;
}

.developer-header__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 20px;
  border-radius: 50px;
  color: #495057;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.developer-header__location-icon {
  color: #4a6cf7;
}

.developer-stat {
  display: flex;
  flex-direction: column;
}

.developer-stat__label {
  color: #848A92;
  font-size: 9px;
  font-weight: 500;
}

.developer-stat__value {
  color: #253970;
  font-size: 28px;
  font-weight: 300;
}

.developer-header__stats {
  display: flex;
  gap: 70px;
}

.developer-description {
  background: white;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e8e8e8;
}

.developer-description__content {
  font-size: 16px;
  line-height: 1.8;
  color: #495057;
}

.developer-description__content p {
  margin-bottom: 1.5em;
}

.developer-description__content p:last-child {
  margin-bottom: 0;
}

.developer-about__title {
  font-size: 23px;
  font-weight: 400;
  color: #253970;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.developer-about__content p {
  font-size: 11px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
}

.developer-about__empty {
  color: #6c757d;
  font-size: 14px;
  font-style: italic;
}

/* Список ЖК застройщика */
.developer-newbuildings {
  margin-top: 50px;
}

.developer-newbuildings__title {
  font-size: 23px;
  font-weight: 400;
  color: #253970;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}


/* Особенности */
.developer-features {
  margin-bottom: 40px;
}

.developer-features__title {
  font-size: 24px;
  margin: 0 0 30px 0;
  color: #212529;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.feature-card {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #4a6cf7;
  box-shadow: 0 10px 25px rgba(74, 108, 247, 0.1);
}

.feature-card__icon {
  font-size: 32px;
  flex-shrink: 0;
}

.feature-card__content {
  flex-grow: 1;
}

.feature-card__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.feature-card__value {
  color: #495057;
  font-size: 15px;
  line-height: 1.5;
}

.feature-card__link {
  color: #4a6cf7;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
}

.feature-card__link:hover {
  text-decoration: underline;
}

.services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.services-tag {
  background: #e9ecef;
  color: #495057;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.r_wrap {
  width: 100%;
  padding: 0 52px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.panorama-static__container {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1280px;
  margin: 20px auto;
}

.panorama-static__container .wrap-background {
  background: linear-gradient(180deg, rgba(25, 53, 136, 0) 0%, rgba(12, 84, 160, 0.7) 62.58%);
  background-blend-mode: multiply;
}

.panorama-static__title {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 18px;
}

.panorama-static__content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px 0;
}

.panorama-static__content-left {
  display: flex;
  color: #fff;
  gap: 30px;
}

.panorama-static__text-label {
  font-size: 9px;
  font-weight: 500;
}

.panorama-static__text-value {
  font-size: 20px;
  font-weight: 400;
}

.panorama-static__content-right {
  display: flex;
  gap: 20px;
}

.panorama-static__btn {
  background: #4a6cf7;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #4a6cf7;
  color: #fff;
  white-space: nowrap;
  height: auto;
  width: auto;
  padding: 4px 12px;
}

.panorama-static__btn:hover {
  background: #253970;
  border: 1px solid #253970;
}

.panorama-static__btn-red {
  background: rgba(211, 33, 38, 1);
  border: 1px solid rgba(211, 33, 38, 1);
}

.panorama-static__btn-transparent {
  background: transparent;
  border: 1px solid #fff;
}

.s-services-article {
  padding-bottom: 30px;
}

/* End */


/* Start:/local/templates/main/css/novostroyki_filter.css?178369336314935*/
/* Filter bar on /developers/novostroyki/ */
.s-filter-wrap--developers {
  background: #f5f6f8;
  padding: 24px 15px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: visible;
}

.developers-filter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 16px;
  align-items: end;
}

.developers-filter__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.developers-filter__label {
  font-size: 12px;
  color: #8d8d8d;
  white-space: nowrap;
}

.developers-filter__range {
  display: flex;
  align-items: center;
  gap: 4px;
}

.developers-filter__input {
  flex: 1;
  min-width: 0;
  height: 38px;
  min-height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
}

.developers-filter__input:focus {
  border-color: #e31e24;
}

.developers-filter__sep {
  flex-shrink: 0;
  width: 10px;
  height: 1px;
  background: #ccc;
}

.developers-filter__rooms {
  display: flex;
  gap: 4px;
}

.developers-filter__room {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  background: #fff;
}

.developers-filter__room input {
  display: none;
}

.developers-filter__room.active,
.developers-filter__room:hover,
.developers-filter__room:has(input:checked) {
  border-color: #e31e24;
  background: #fef0f0;
  color: #e31e24;
}

.developers-filter__select {
  position: relative;
}

.developers-filter__select-value {
  height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 28px 0 10px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
}

.developers-filter__select-value::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: #666;
}

.developers-filter__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 8px 0;
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  margin-top: 4px;
}

.developers-filter__select.open .developers-filter__dropdown {
  display: block;
}

.developers-filter__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  white-space: normal;
}

.developers-filter__check:hover {
  background: #f5f5f5;
}

.developers-filter__check input {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #e31e24;
  cursor: pointer;
  margin-top: 6px;
}

.developers-filter__check:has(input:checked) {
  background: #fef0f0;
  color: #e31e24;
  font-weight: 500;
}

.developers-filter__actions {
  display: flex;
  gap: 8px;
  align-items: end;
  grid-column: span 1;
}

.developers-filter__actions .button {
  flex: 1;
  white-space: nowrap;
  height: 38px;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 6px;
  line-height: 38px;
}

/* Map button — unified with submit button */
.button-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #253970;
  background: #253970;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  transition: all 0.15s ease-in;
}

.button-map span {
  position: relative;
  display: flex;
  align-items: center;
}

.button-map span::before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 22px;
  background: url(/local/templates/main/css/../img/svg/pin_location_white.svg) no-repeat center / 16px 22px;
}

.button-map:hover,
.button-map:active {
  border-color: #253970;
  background: transparent;
  color: #253970;
}

.button-map:hover span::before,
.button-map:active span::before {
  background-image: url(/local/templates/main/css/../img/svg/pin_location_red.svg);
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .developers-filter {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 850px) {
  .developers-filter {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .developers-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .developers-filter {
    grid-template-columns: 1fr;
  }
}

/* ---------- empty state ---------- */
.nb-cards-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  color: #8d8d8d;
  font-size: 16px;
}

/* ---------- flats cards ---------- */
.flats-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.flat-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.flat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.flat-card__image {
  width: 100%;
  height: 220px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.flat-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-card__no-image {
  color: #999;
  font-size: 14px;
}

.flat-card__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.flat-card__badge {
  display: inline-block;
  color: rgba(132, 138, 146, 1);
  font-size: 11px;
}

.flat-card__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flat-card__price {
  color: #000;
  flex: 1;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.flat-card__price-per-m2 {
  font-size: 11px;
  color: rgba(132, 138, 146, 1);
}

.flat-card__params-line {
  font-size: 11px;
  color: #000;
  line-height: 1.4;
}

.flat-card__jk-name {
  font-size: 13px;
  color: #e31e24;
  font-weight: 500;
}

.flat-card__delivery {
  font-size: 11px;
  color: rgba(132, 138, 146, 1);
}

.flat-card__info {
  font-size: 11px;
  color: #000;
  line-height: 1.5;
}

.flat-card__info-label {
  font-weight: 500;
  margin-right: 5px;
}

.flat-card__info-value {
  color: #333;
}

.flats-cards .nb-cards-empty {
  grid-column: 1 / -1;
}

/* ---------- pager ---------- */
.flats-pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.flats-pager__page {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background: #fff;
}

.flats-pager__page.active,
.flats-pager__page:hover {
  border-color: #e31e24;
  color: #e31e24;
}

/* ---------- responsive cards ---------- */
@media (max-width: 1023px) {
  .flats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .flats-cards {
    grid-template-columns: 1fr;
  }
}


/* --- Home filter additions --- */
.home-filter__deal {
  display: flex; gap: 4px;
}
.home-filter__deal-btn {
  flex: 1; height: 38px; border: 1px solid #d9d9d9; border-radius: 6px;
  cursor: pointer; font-size: 13px; background: #fff;
  display: flex; align-items: center; justify-content: center; user-select: none;
}
.home-filter__deal-btn.active,
.home-filter__deal-btn:hover {
  border-color: #e31e24; background: #fef0f0; color: #e31e24;
}
.home-filter__all-cities {
  display: flex; align-items: center; gap: 8px; height: 38px; font-size: 13px; cursor: pointer;
}
.home-filter__all-cities input { accent-color: #e31e24; }
.s-filter-wrap--home {
  background: #f5f6f8; padding: 24px 15px; margin-bottom: 24px; border-radius: 8px; overflow: visible;
}
.s-filter-wrap--home .filter-grid,
.s-filter-wrap--home .filter-grid__head { overflow: visible; height: auto; }
.s-filter-wrap--home .filter-item { padding-top: 0; }

/* --- Address collapsed panel --- */
.developers-filter__address-panel {
  width: 480px;
  max-width: 90vw;
  padding: 16px;
}
.developers-filter__address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
@media (max-width: 550px) {
  .developers-filter__address-panel { width: auto; }
  .developers-filter__address-grid { grid-template-columns: 1fr; }
}

/* --- jQuery UI overrides inside developers-filter --- */
/* Beat after.css .ui-selectmenu-button.ui-button (0,0,2,0) with (0,0,3,0) */
.developers-filter .ui-selectmenu-button.ui-button {
  height: 38px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px;
  background: #fff !important;
  padding: 0 28px 0 10px !important;
  font: 400 14px/100% "Montserrat", sans-serif !important;
  color: #333;
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.developers-filter .ui-selectmenu-button.ui-button:hover {
  background: #fff !important;
  border-color: #d9d9d9 !important;
  color: #333 !important;
}
.developers-filter .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.developers-filter .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #666;
  background: none !important;
  text-indent: 0;
  margin: 0;
}
.developers-filter .ui-selectmenu-button.ui-button:active,
.developers-filter .ui-selectmenu-button.ui-button.ui-state-focus {
  border-color: #e31e24 !important;
  background: #fff !important;
}
.developers-filter .ui-selectmenu-button.ui-button.ui-state-active {
  border-color: #e31e24 !important;
  border-radius: 6px 6px 0 0;
}

/* autocomplete input — beat after.css resets */
.developers-filter .developers-filter__input.ui-autocomplete-input {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  background: #fff !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Montserrat, sans-serif !important;
  line-height: normal !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.developers-filter .developers-filter__input.ui-autocomplete-input:focus {
  border-color: #e31e24 !important;
}

/* Autocomplete dropdown — beat after.css .ui-autocomplete */
.developers-filter .ui-autocomplete {
  z-index: 200 !important;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.1) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  margin-left: 0 !important;
}

/* selectmenu dropdown */
.developers-filter .ui-selectmenu-menu {
  z-index: 200 !important;
}
.developers-filter .ui-selectmenu-menu .ui-menu {
  max-height: 240px;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.developers-filter .ui-selectmenu-menu .ui-menu-item {
  padding: 6px 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.developers-filter .ui-selectmenu-menu .ui-menu-item:hover,
.developers-filter .ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background: #f5f5f5;
  border: none;
  margin: 0;
}
.developers-filter .ui-selectmenu-menu .ui-menu-item.ui-state-checked {
  background: #fef0f0;
  color: #e31e24;
  font-weight: 500;
}

/* --- Lead form («Продать»/«Сдать») — match developers-filter design --- */
.filter__sell .select-reality__label,
.filter__rent .select-reality__label {
  font: 400 12px/24px Montserrat, sans-serif !important;
  color: #8d8d8d !important;
  margin-bottom: 4px;
}
.filter__sell .input,
.filter__rent .input {
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
}
.filter__sell .input .input__input,
.filter__rent .input .input__input {
  height: 38px;
  font: 400 14px/38px Montserrat, sans-serif;
}
.filter__sell .input-phone,
.filter__rent .input-phone {
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
}
.filter__sell .input-phone .input-phone__input,
.filter__rent .input-phone .input-phone__input {
  height: 38px;
  font: 400 14px/38px Montserrat, sans-serif;
}
.filter__sell .input__label,
.filter__rent .input__label,
.filter__sell .input-phone__label,
.filter__rent .input-phone__label {
  font: 400 12px/24px Montserrat, sans-serif;
  color: #8d8d8d;
  margin-bottom: 4px;
}
.filter__sell .filter__col--2,
.filter__rent .filter__col--2 {
  align-items: flex-end;
}
.filter__sell .filter__send.button,
.filter__rent .filter__send.button {
  height: 38px;
  line-height: 38px;
  font: 600 14px/38px Montserrat, sans-serif;
  padding: 0 24px;
  border-radius: 6px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --- Extended filter popover — keep as popover, not fullscreen --- */
@media (max-width: 1359px) {
  .filter__popover-advanced-filters {
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    max-width: 90vw;
    max-height: 80vh;
    overflow-y: auto;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .filter__popover-advanced-filters {
    max-width: 95vw;
    max-height: 70vh;
  }
}

/* --- Extended filter buttons --- */
.advanced-filters__buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.advanced-filters__buttons .button--red {
  height: 38px;
  line-height: 38px;
  font: 600 14px/38px Montserrat, sans-serif;
  padding: 0 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advanced-filters__buttons .button--grey {
  height: 38px;
  line-height: 38px;
  font: 400 14px/38px Montserrat, sans-serif;
  padding: 0 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  user-select: none;
}
.advanced-filters__buttons .button--grey:hover {
  background: #e5e5e5;
}

/* End */


/* Start:/local/templates/main/js_dev/disAjax/styles.css?1771585051529*/
body div#disAjax_indicator {
	bottom: 0;
	display: none;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
}
body div#disAjax_indicator div {
	background: url("/local/templates/main/js_dev/disAjax/images/preloader.svg") center center no-repeat;
	background-color: rgba(255, 255, 255, 0.9);
	background-size: 80px 80px;
	border-radius: 50%;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
}
body.loading div#disAjax_indicator {
	display: block;
}
/* End */


/* Start:/local/templates/main/js_dev/disMsg/styles.css?1771585051812*/
.disMsg {
	display: none;
	z-index: 9500;
	position: fixed;
	background-color: #323232;
	color: #fff;
	border-radius: 2px;
	max-width: calc(100vw - 10px);
}
.disMsg:hover {
	z-index: 10000;
}
.disMsg__inner {
	padding: 25px 30px 25px 25px;
	line-height: 1.4;
}
.disMsg__close {
	position: absolute;
	top: -5px;
	right: -6px;
	padding: 5px;
	cursor: pointer;
}
.disMsg__close:after {
	display: block;
	text-align: center;
	content: "×";
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.disMsg.v--blue {
	background-color: #356ccc;
}
.disMsg.v--green,
.disMsg.v--true {
	background-color: #32a14a;
}
.disMsg.v--red,
.disMsg.v--false {
	background-color: #F21E16;
}
.disMsg a {
	color: #fff;
	border-bottom: 1px dotted;
}
.disMsg p {
	padding-bottom: 10px;
}
/* End */


/* Start:/local/css/global.css?17761639541668*/
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.button--main {
  color: #ffffff;
  background: #253970;
}

.button--main:hover {
  color: #ffffff;
  opacity: 0.8;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 13px;
  border-radius: 50px;
  font: 600 14px/150% "Montserrat", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10px;
  white-space: nowrap;
}

.button--small {
  height: 40px;
}

.button--grey-light {
  color: #253970;
  background: #f4f6fb;
}

.button--grey-light:hover {
  color: #253970;
  background: #deeafa;
}

.button--white {
  color: #253970;
  background: #ffffff;
}

.button--white:hover {
  color: #253970;
  background: #deeafa;
}

.button--red {
  color: #ffffff;
  background: #d32126;
}

.button--red:hover {
  color: #ffffff;
  opacity: 0.8;
}

.button--grey-primary {
  color: #253970;
  background: #f0f4f7;
}

.button--grey-primary:hover {
  color: #253970;
  background: #deeafa;
}

.button--grey {
  color: #777e8c;
  background: #f0f4f7;
}

.button--grey:hover {
  color: #777e8c;
  background: #d9dbde;
}

.button--fullWidth {
  width: 100%;
}
/* End */


/* Start:/local/css/header.css?177674693510760*/
/* В этот файл выношу стили только для шапки сайта */

[class*="--m-container"] {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar {
  position: relative;
  width: 100%;
  height: 64px;
  margin: 8px 0;
  background: #ffffff;
  border-radius: 16px;
}

.navbar__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
}

.navbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.navbar__logo {
  height: 50px;
  width: 50px;
}

.navbar__logo img {
  height: 100%;
}

.navbar__nav {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar__nav a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.navbar__item {
  position: relative;
}

.navbar__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  gap: 7px;
}

.navbar__arrow {
  width: 8px;
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}

.navbar__item--has-dropdown .navbar__dropdown-wrapper {
  position: absolute;
  top: -8px;
  left: -12px;
  z-index: 1000;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  display: none;
  background-color: #fff;
  border-radius: 10px;
}

.navbar__dropdown-wrapper .navbar__link {
  padding: 7px 11px;
}

.navbar__dropdown-wrapper .navbar__arrow svg {
  rotate: 180deg;
}

.navbar__dropdown {
  border-top: 1px solid #F2F2F2;
  padding: 7px 0 12px 0;
  display: flex;
  flex-direction: column;
}

.navbar__dropdown-item {
  padding: 0 11px;
}

.navbar__dropdown-item a {
  font-weight: 400;
}

.navbar__dropdown-link {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  height: 25px;
  align-items: center;
}

.navbar__dropdown-link:hover {
  color: #000;
}

.navbar__right {
  width: 37.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}

.navbar__phone a {
  font: 600 14px/150% "Montserrat", sans-serif;
  color: #333333;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
  font-feature-settings: "tnum" on, "lnum" on;
}

.navbar__phone a:hover {
  color: #253970 !important;
}

.navbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.navbar__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.navbar__geo {
  position: relative;
  cursor: pointer;
}

.navbar__piker {
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-image: url("/local/css/../images/piker.svg");
  cursor: pointer;
}

.geo_select-dropdown {
  display: none;
}

.geo_select-dropdown--active {
  display: flex;
}

.navbar__dropdown-item {
  cursor: default;
}

.navbar__favorite {
  width: 20px;
  height: 18px;
  background-image: url("/local/css/../images/favorite.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}

.navbar__favorite--active {
  background-image: url("/local/css/../images/favorite-active.svg");
}

.navbar__btn--menu {
  display: none;
}

.navbar__menu {
  width: 18px;
  height: 18px;
  background-image: url("/local/css/../images/menu.svg");
  cursor: pointer;
}

.menu {
  display: none;
  position: absolute;
  top: 110%;
  width: 100%;
  height: auto;
  padding: 32px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  z-index: 1000;
}

.menu--active {
  display: block;
}

.menu__close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/css/../images/close.svg");
  cursor: pointer;
}

.menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.menu__label {
  font: 600 16px/120% "Montserrat", sans-serif;
  color: #333333;
}

.menu__label a {
  color: #333333;
}

.menu__label a:hover {
  color: #253970;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.menu__list a {
  font: 500 14px/150% "Montserrat", sans-serif;
  color: #777e8c;
}

.menu__list a:hover {
  color: #253970;
}

.drawer-menu {
  z-index: 1000;
}

.drawer-menu__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/css/../images/close.svg");
  cursor: pointer;
}

.drawer-menu__label a {
  font: 600 16px/150% "Montserrat", sans-serif;
  color: #333333;
}

.drawer-menu__sub-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.drawer-menu__overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.drawer-menu__content {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  width: 50vw;
  height: 100%;
  padding: 56px 24px 0;
}

.drawer-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  z-index: 10151;
}

.drawer-menu--open {
  display: block;
}

.drawer-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.drawer-menu__header {
  display: none;
}

.drawer-menu__geo {
  position: relative;
}

.drawer-menu__geo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 500 14px/150% "Montserrat", sans-serif;
  color: #333333;
}

.drawer-menu__dropdown {
  left: 0 !important;
}

.drawer-menu__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  background: #f4f6fb;
  margin: 0 -24px;
  padding: 32px 24px;
}

.drawer-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.drawer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  margin-left: 16px;
}

.drawer-menu__list a {
  font: 500 14px/150% "Montserrat", sans-serif;
  color: #777e8c;
}

.drawer-menu__collapsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drawer-menu__collapsible.active .drawer-menu__collapsible-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-menu__collapsible-icon {
  width: 10px;
  height: 6px;
  background-image: url("/local/css/../images/arrow-input.svg");
}

.drawer-menu__label {
  font: 600 16px/150% "Montserrat", sans-serif;
  color: #333333;
}

.drawer-menu__sub-label {
  font: 600 16px/150% "Montserrat", sans-serif;
  color: #141414;
}

.drawer-menu__sub-label a {
  color: #141414;
}

.drawer-menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0 0;
  gap: 16px;
}

.drawer-menu__phone {
  font: 600 26px/120% "Montserrat", sans-serif;
}

.drawer-menu__phone a {
  color: #141414;
}

.drawer-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.drawer-menu__piker {
  margin-right: 4px;
}

.drawer-menu__arrow {
  margin-left: 20px;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-image: url("/local/css/../images/arrow-input.svg");
}

.drawer-menu__vk {
  width: 32px;
  height: 32px;
  background-image: url("/local/css/../images/vk.svg");
}

.drawer-menu__ok {
  width: 32px;
  height: 32px;
  background-image: url("/local/css/../images/ok.svg");
}

.drawer-menu__tg {
  width: 32px;
  height: 32px;
  background-image: url("/local/css/../images/tg.svg");
}

@media screen and (max-width: 1359px) {
  [class*="--m-container"] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar__nav {
    display: none;
  }

  .navbar__right {
    width: auto;
  }

  .navbar__phone {
    display: none;
  }

  .navbar__btn--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar__menu {
    display: block;
  }

  .menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [class*="--m-container"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    margin: 8px 0;
  }

  .navbar__container {
    padding: 12px 8.5px;
  }

  .navbar__geo {
    display: none;
  }

  .drawer-menu__close {
    right: 16px;
    top: 16px;
  }
  
  .drawer-menu__content {
    width: 100vw;
    padding: 16px 17px;
  }

  .drawer-menu__header {
    display: -ms-grid;
    display: grid;
    gap: 28px;
  }

  .drawer-menu__container {
    gap: 24px;
  }

  .drawer-menu__nav {
    margin: 0 -16px;
    padding: 24px 16px;
  }

  .drawer-menu__phone {
    font: 600 22px/120% "Montserrat", sans-serif;
  }

  .drawer-menu__call {
    height: 40px !important;
  }
}
/* End */


/* Start:/local/templates/main/template_styles.css?17761639541110*/
.fs15 {
	font-size: 15px;
}
.fs15i {
	font-size: 15px !important;
}
.fs12i {
	font-size: 12px !important;
}
.mt10 {
	margin-top: 10px;
}
.mt7 {
	margin-top: 7px;
}
.mt25 {
	margin-top: 25px;
}
.mb0 {
	margin-bottom: 0;
}
.mb0i {
	margin-bottom: 0 !important;
}
.pb0 {
	padding-bottom: 0;
}
.pb0i {
	padding-bottom: 0 !important;
}


/* Дополнение для стилей верстальщика */
.filter-tabs-mobile {
	cursor: pointer;
}



.service-links__item > span {
	display: block;
	color: #4d5966;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.service-links__item > span.active {
	color: #253970;
	border-bottom-color: #253970;
}
.article[data-tab]:not(.active) {
	display: none;
}

.topics-list__item-link {
	cursor: pointer;
}



.not-find {
	color: #e84533;
	font-size: 13px;
	padding-top: 5px;
}

.payment_stages:not(.active) {
	display: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #253970 !important;
}

.article-preview__image::before {
	width: 100%;
	height: 100%;
}
#js__press_list .article-preview__image::before {
    display: none;
}
/* End */
/* /local/templates/main/css/style_old.css?177158505167091 */
/* /local/templates/main/js/libs/jquery-ui-1.12.1.custom/jquery-ui.css?177158505123338 */
/* /local/templates/main/js/libs/disAjaxWin/styles.css?17715850516203 */
/* /local/templates/main/js/libs/disDropdown/styles.css?17715850514438 */
/* /local/templates/main/js/libs/ddText/styles.css?17715850511083 */
/* /local/templates/main/js/libs/mCustomScrollbar/jquery.mCustomScrollbar.css?177158505155003 */
/* /local/templates/main/js/libs/slick/slick.css?17715850511895 */
/* /local/templates/main/js/libs/lightbox2/lightbox.css?17715850513921 */
/* /local/templates/main/libs/lightgallery/css/lightgallery.min.css?177158505120531 */
/* /local/templates/main/libs/lightslider/css/lightslider.min.css?17715850515534 */
/* /local/templates/main/css/protip.min.css?177158505173399 */
/* /local/templates/main/css/style.css?1782883821426136 */
/* /local/templates/main/css/novostroyki_filter.css?178369336314935 */
/* /local/templates/main/js_dev/disAjax/styles.css?1771585051529 */
/* /local/templates/main/js_dev/disMsg/styles.css?1771585051812 */
/* /local/css/global.css?17761639541668 */
/* /local/css/header.css?177674693510760 */
/* /local/templates/main/template_styles.css?17761639541110 */
