@charset "UTF-8";
@media all and (max-width: 40em) {
  .mini {
    display: none;
  }
}

/*REGION SWITCH*/
.popup {
  width: 100%;
  min-height: 100%;
  position: fixed;
  display: none;
  z-index: 11;
  left: 0;
  top: 0;
}

.popup-background {
  background: #eee;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  display: block;
  z-index: 3;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.popup-inner {
  width: 100%;
  position: relative;
  display: table-cell;
  top: 50%;
  vertical-align: baseline;
}

.popup-inner__ie {
  width: 100%;
  position: relative;
  /*top: -50%;*/
  text-align: center;
}

.popup-inner__content {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin: 2em 0;
  z-index: 3;
  text-align: left;
}

.popup-inner__content-link {
  position: absolute;
  right: 1.3em;
  top: 0.1em;
  z-index: 5;
  text-decoration: none;
}

.popup-inner__content-link-text {
  color: #000;
  cursor: pointer;
  border-bottom: dashed 1px #000;
}

.popup-inner__content-link:hover .popup-inner__content-link-text {
  color: #ff6702;
  border-bottom: dashed 1px #ff6702;
}

.popup-inner__content-form {
  padding: 1.5em 2.1em 2.4em 1.1em;
  background: #fff;
  box-shadow: 0 0 30px 0 #555555;
  border-radius: 10px;
}
@media all and (min-width: 60em) {
  .popup-inner__content-form {
    width: 600px;
  }
}
@media all and (max-width: 60em) {
  .popup-inner__content-form {
    width: 100%;
  }
}

.popup-inner__content-gallery {
  padding: 1.5em 1.1em 2.4em 1.1em;
  width: 860px;
  background: #fff;
  box-shadow: 0 0 30px 0 #555555;
  display: none;
  min-height: 570px;
  border-radius: 10px;
}

.popup-inner__content-gallery-desc {
  float: left;
  padding: 0.5em 0 0.5em 0;
}

.popup-inner__content-gallery-link {
  float: left;
  color: #777;
  padding: 0.5em 0 0 0;
}

.popup-inner__content-gallery-link:hover .popup-inner__content-gallery-link-text {
  color: #000;
}

.popup-inner__content-gallery-link-text {
  color: #777;
}

.popup-inner__content-gallery-link-info {
  display: block;
}

.popup-inner__content-gallery-count {
  float: right;
  color: #000;
  padding: 0.5em 0 0 0;
}

.region-switch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.region-switch__text {
  color: #006496;
}

.region-switch__text a {
  text-decoration: none !important;
  color: #006496;
}

.region-switch-selector {
  position: relative;
}

.region-switch-selector__link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.region-switch-selector__link-inner {
  color: #006496;
  border-bottom: dashed 1px #006496;
  font-size: 12px;
  text-overflow: clip;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1086px) {
  .region-switch-selector__link-inner {
    width: unset;
    overflow: visible;
    font-size: 14px;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .region-switch-selector__link-inner {
    text-overflow: clip;
    overflow: hidden;
    display: block;
    width: 82px;
    height: 16px;
    font-size: 15px;
    line-height: 1em;
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}

.region-switch-selector__link-inner:hover {
  color: #e5097f;
  border-bottom: dashed 1px #e5097f;
}

.region-switch-selector__link-inner:after {
  width: 7px;
  height: 10px;
  font-size: 0;
  background-position: 0 65%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA5SURBVAiZVYxBDsAgEAKHvlUPfkgPPna8dJtKQggTQmhTAPcIr9KXAE/BApXukajX+npRP9Om/34AJ9Qo4rlZdLEAAAAASUVORK5CYII=);
  display: inline-block;
  position: relative;
  margin: 0;
  left: 5px;
}

.region-switch-popup {
  position: absolute;
  z-index: 11;
  background-color: #fff;
}
@media all and (max-width: 60em) {
  .region-switch-popup {
    width: 100%;
  }
}
@media all and (min-width: 60em) {
  .region-switch-popup {
    top: 5em;
    right: 50px;
  }
}

.region-switch-inner {
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media all and (max-width: 60em) {
  .region-switch-inner {
    padding: 0;
    margin: 0;
  }
}
@media all and (min-width: 60em) {
  .region-switch-inner {
    padding: 0 0 0 1em;
    margin: 0 0 4em 0;
  }
}

.region-switch-list__title {
  margin: 25px 0;
}
.region-switch-list__title i {
  margin-right: 10px;
  vertical-align: middle;
}
.region-switch-list__title span {
  cursor: pointer;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 5px;
}
.region-switch-list__title span.active {
  background: #ffe066;
}

.region-switch-close {
  color: #1f1f1f;
  position: absolute;
  top: 5px;
  right: 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.region-switch-close .fa-close {
  color: #7d7d7d;
  border: 1px solid;
  border-radius: 10px;
  width: 17px;
  height: 17px;
  text-align: center;
  padding-top: 0;
}

@media all and (max-width: 60em) {
  .region-switch-col {
    width: 60%;
    display: inline-block;
    padding: 0;
  }
}
@media all and (min-width: 60em) {
  .region-switch-col {
    width: 170px;
    display: table-cell;
    padding: 1em 0 1.5em 1.5em;
    float: left;
  }
}

@media all and (min-width: 60em) {
  .region-switch-col_type_important {
    width: 120px;
    border-right: solid 1px #eee;
    padding: 1em 0 1.5em 0.5em;
    margin-right: 10px;
  }
}
@media all and (max-width: 60em) {
  .region-switch-col_type_important {
    width: 30%;
    min-width: 109px;
    float: left;
    display: inline-block;
    padding: 0;
  }
  .region-switch-col_type_important .region-switch-list {
    padding: 0 0 0 6px;
  }
}

.region-switch-col_type_important .region-switch-list__item-group-link {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-size: 12px;
}

.region-switch-list {
  padding: 0 1em 0 0;
  margin: 0;
  list-style: none;
}
.region-switch-list.list-country {
  padding-top: 1em;
}
.region-switch-list.list-country .region-switch-list__item {
  padding: 0.2em 0 0.2em 130px;
}

.region-switch-list__item {
  vertical-align: top;
  padding: 0.2em 0 0.2em 0;
}

.region-switch-list__item-group-link {
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
  color: #0094de;
}

.region-switch-list__item-group-link:hover {
  color: #e5097f;
  border-bottom: none;
}

.region-switch-list__item-item {
  padding: 0.3em 0;
}

.region-switch-list__item-item-link {
  color: #006496;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.region-switch-list__item-item-link:hover {
  color: #e5097f;
}

.region-switch-list__item-item-link_state_active {
  font-weight: bold;
  color: #ff6702;
}

.region-switch-list__item-link {
  color: #000;
  position: relative;
}

.region-switch-list__item-link:hover {
  color: #ff6702;
}

.region-switch-list__item-link_state_active {
  font-weight: bold;
  text-decoration: none;
  color: #ff6702;
}

.region__digital-bg {
  float: left;
  display: inline-block;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
  font-size: 50px;
}
@media all and (max-width: 60em) {
  .region__digital-bg {
    line-height: 18px;
    font-size: 18px;
  }
}

.region__office {
  padding-left: 90px;
  padding-bottom: 3px;
}

.region__city {
  text-align: left;
  font-size: 22px;
}

.region__text {
  padding: 8px 10px 3px 10px;
  color: hsl(198, 100%, 90%);
  background-color: #009ee2;
  display: inline-block;
  border-radius: 6px;
}
@media all and (max-width: 60em) {
  .region__text {
    margin-bottom: 5px;
    padding: 0 4px !important;
    border-radius: 3px;
    font-size: 12px;
  }
}

.region-switch__link-text {
  color: #006496;
  border-bottom: dashed 1px #006496;
  text-decoration: none;
}

.region-switch__link-text:hover {
  color: #ff6702;
  border-bottom: dashed 1px #ff6702;
}

.region-switch__link_state_active {
  border: solid 1px #fff;
}

/*REGION SWITCH*/
/*Right menu*/
.page-menu {
  border: solid 1px #ccc;
  border-radius: 8px;
  position: relative;
  margin: 0 0 2em 0;
  background-color: rgba(0, 138, 206, 0.05);
  overflow: hidden;
}

.page-menu:before {
  width: 98%;
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 1%;
  right: 0;
  box-shadow: 0 5px 20px #ccc;
  border-radius: 10px;
}

.page-menu-list {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}

.page-menu-list--title {
  color: #fff;
  background: #1788d5;
  padding: 10px;
}

.page-menu-list--active {
  background-color: #e5097f;
}

.page-menu-list:first-child {
  padding: 0;
}

.page-menu-list__item {
  padding: 0;
  border-bottom: 1px solid #006fa6;
}

.page-menu-list__item-link {
  color: #007abc !important;
  display: inline-block;
  position: relative;
  padding: 14px 0 14px 26px;
  width: 100%;
}

.page-menu-list__item:last-child {
  border-bottom: none;
}

.page-menu-list__item:hover {
  background-color: #fff;
}

.page-menu-list__item-link:hover {
  text-decoration: none;
}

.page-menu-list__item-link:visited {
  color: #fff;
}

.page-menu-list__item-link_state_current {
  font-weight: bold;
  color: #007abc !important;
  text-decoration: underline;
}

.page {
  width: 100%;
  padding: 0 0 110px 0;
}

.page__title {
  padding: 0 0 0.5em 0;
  color: #777;
  font-size: 24px;
  margin: 5px 17px 5px 17px;
}

.page__left {
  float: left;
  display: inline-block;
}
@media all and (max-width: 60em) {
  .page__left {
    width: 100%;
  }
  .page__left .gallery__list .gallery__item {
    width: 49%;
  }
}
@media all and (min-width: 60em) {
  .page__left {
    width: 75%;
  }
  .page__left .gallery__list .gallery__item {
    width: 32%;
  }
}

.page__left-inner-content {
  border: solid 1px #ccc;
  padding: 1.2em 1.5em 0.4em 1.5em;
  border-radius: 8px;
  background: #fff;
  min-height: 200px;
}

.page__left-inner-content:before {
  box-shadow: 0 5px 20px #ccc;
  border-radius: 10px;
}

.page__right {
  float: left;
  display: inline-block;
}
@media all and (max-width: 60em) {
  .page__right {
    width: 100%;
  }
}
@media all and (min-width: 60em) {
  .page__right {
    width: 25%;
    padding-left: 2%;
  }
}

/*Right menu*/
/*NAV*/
.nav {
  position: relative;
  margin: 1em 1em 1em 2em !important;
}

.nav__button {
  display: inline-block;
  position: relative;
  z-index: 8;
}

.nav__link {
  color: #006496;
}

.nav__link:hover {
  color: #e5097f;
}

.nav__separator {
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wNi8xMgAJ6E8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAfklEQVQImXXPMRHCYBQD4K9FADjAQiVUAg4Q0DewsSLiCUBCJVQCSGDv0Cr4WX447oBMuSSXS5phGDqMOGTmTUWLCXtMEdF9GpfKtxgjYgdNKUVEXHGsgTv6ppQCX2brD9pfafSbeZ5POFdxRZeZy+eqFX1mLq+qHo8qvg8+AWmDKi7TM8UiAAAAAElFTkSuQmCC);
  background-position: 50% 68%;
  text-decoration: none;
  position: relative;
  padding: 0 0.5em;
}

.nav__item_state_current {
  color: #006496;
  position: relative;
  top: 0.05em;
}

.nav__sitemap {
  width: 90%;
  position: absolute;
  left: -0.7em;
  top: -0.7em;
  border: solid 2px #3a95cb;
  padding: 0.7em;
  z-index: 8;
  background: #fff;
  border-radius: 5px;
}

.nav__sitemap:after {
  display: block;
  clear: both;
  content: "";
}

.nav__sitemap-group-link {
  display: inline-block;
  border: solid 1px lime;
  color: #525252;
}

.nav__sitemap-subgroup__item-link {
  color: #525252;
}

.site-menu-button {
  display: inline-block;
  position: relative;
  z-index: 8;
}

.site-menu-button__link {
  position: relative;
  z-index: 9;
  padding: 0.2em 0.5em 0.3em 0.5em;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #ccc;
  text-decoration: none;
}

.site-menu-button__link-inner {
  color: #006496;
  border-bottom: dashed 1px #006496;
}

.site-menu-button__link:hover .site-menu-button__link-inner {
  color: #e5097f;
  border-bottom: dashed 1px #e5097f;
}

.site-menu-button__link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8wOS8xNNvUVgYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAS0lEQVQYlcWQwQnAMAwDdaWj2NslXsb7xv0mkEAfheopDnGI1tqQRGYSEaVDbndnLsxsC1J1HFlyvaIkMTv23gfADlwcAX5y/OTHByllG3q17veHAAAAAElFTkSuQmCC);
}

.site-menu-button__link:after {
  content: "";
  width: 8px;
  height: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8wOS8xNNvUVgYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAT0lEQVQImV2MMQ6AMAzEXGYkdkje2T4h/0zUHbV7mEDASV5s6Yq7h5ltwMp3U1XHIiLSWjuB+Y/AUTITgIi4n1DVUWvdAcjMB3fvZtbf/gJLvS2URWsrwQAAAABJRU5ErkJggg==);
  position: relative;
  top: -1px;
}

.site-menu-button__link_state_active {
  border: solid 1px #fff;
}

.site-menu-button__link_state_active:after {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8wOS8xNNvUVgYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAUElEQVQImW2MsQ3AIBDE/N8GKT0Rc7ICizDZnzJB0kIa6OLWlm3OyUbS3Xt3INdaB4DtQJJaaydAKeUFsrsPiwgDYsm0Zs+KLv+RACkiDkAfmhsjdpG8gHcAAAAASUVORK5CYII=);
}

.site-menu-button-inner {
  display: table;
  position: absolute;
  left: -1em;
  top: -0.5em;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 0 0 0 1em;
  margin: 0 0 90px 0;
}

.site-menu-button-inner:before {
  width: 99%;
  content: "";
  position: absolute;
  z-index: -2;
  top: 1%;
  bottom: 0;
  left: 0.5%;
  right: 0;
  box-shadow: 0 5px 20px #9aacb4;
  border-radius: 10px;
}

.site-menu-col {
  max-width: 270px;
  min-width: 270px;
  display: table-cell;
  padding: 3em 0 2em 0.5em;
}

.site-menu-list {
  padding: 0 2em 0 0;
  margin: 0;
  list-style: none;
}

.site-menu-list__item {
  vertical-align: top;
  padding: 0.3em 0 1em 0;
}

.site-menu-list__item-group {
  padding: 0 0 0.3em 0;
}

.site-menu-list__item-group-link {
  color: #000;
}

.site-menu-list__item-group-link:hover {
  color: #e5097f;
}

.site-menu-list__item-item {
  padding: 0.3em 0;
}

.site-menu-list__item-item-link {
  color: #11a0e0;
  text-decoration: none;
  border-bottom: solid 1px #11a0e0;
}

.site-menu-list__item-item-link:hover {
  color: #e5097f;
  border-bottom: solid 1px #e5097f;
}

.site-menu-list__item-item-link_state_active {
  font-weight: bold;
  border-bottom: solid 1px #fff;
  color: #e5097f;
}

.site-menu-list__item-link {
  color: #000;
  position: relative;
}

.site-menu-list__item-link:hover {
  color: #e5097f;
}

.site-menu-list__item-link_state_active {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

/**/
.city-choose {
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 10px;
  width: 230px;
  position: absolute;
  z-index: 8;
  margin: 0;
  top: -4px;
  right: 0;
  background: #f4f4f5;
  background-size: 20%;
  display: none;
}
.city-choose:before {
  top: -6px;
  left: 50%;
  border-right: 6px solid transparent;
  border-left: 6px solid #f4f4f5;
  position: absolute;
  display: inline-block;
  border-bottom: 6px solid #f4f4f5;
  content: "";
}
.city-choose p {
  font-size: 12px;
}
.city-choose__buttons {
  text-align: center;
}
.city-choose__buttons button {
  border: none;
  padding: 5px 0;
  margin: 5px;
  border-radius: 5px;
  width: 120px;
  color: #fff;
  opacity: 0.8;
}
.city-choose__buttons button.confirm {
  width: 40px;
  background: #009846;
}
.city-choose__buttons button.select {
  background: #009ee2;
}
.city-choose__buttons button:hover {
  opacity: 1;
}

.topline .body-wrapper {
  margin: 0 auto;
  display: flex;
}
.topline .mobile-menu-activator {
  display: none;
  line-height: 32px;
  height: 32px;
  width: 50px;
  padding: 0 10px;
}
@media all and (max-width: 60em) {
  .topline .mobile-menu-activator {
    display: table-cell;
  }
}
.topline .mobile-menu-activator i {
  font-size: 18px;
  vertical-align: sub;
}
.topline .phone .fa-phone {
  margin-right: 5px;
}
.topline .site-name {
  white-space: nowrap;
  width: 360px;
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  text-transform: lowercase;
  color: #e5077e;
  line-height: 34px;
}
.topline .site-name span {
  margin-right: 15px;
}
.topline .site-name a.digits {
  color: #333 !important;
  font-weight: bold;
}
.topline .languages {
  width: 100px;
  padding-top: 7px;
  padding-right: 0;
  margin-right: 15px;
}
.topline .languages i {
  opacity: 0.7;
}
.topline .languages i:hover {
  opacity: 1;
}
.topline .phone.mobile {
  white-space: nowrap;
  height: 32px;
  width: 55%;
  text-align: right;
  display: table-cell;
  padding-right: 15px;
  line-height: 32px;
  vertical-align: top;
  color: #806600 !important;
  font-size: 16px !important;
}
@media all and (min-width: 60em) {
  .topline .phone.mobile {
    width: 20%;
    vertical-align: top;
  }
}
@media all and (max-width: 40em) {
  .topline .phone.mobile {
    width: 40%;
    font-size: 12px !important;
  }
}
.topline .login {
  white-space: nowrap;
  line-height: 28px;
  display: table-cell;
  vertical-align: top;
}
.topline .login a {
  padding: 0 5px;
  display: inline-block;
  text-decoration: none;
  border-top: 4px solid #fff;
}
.topline .login a.active {
  border-top: 4px solid #e5077e;
}
.topline .login a:hover {
  border-top: 4px solid #3a95cb;
  color: #045c8c;
}
@media all and (min-width: 60em) {
  .topline .login {
    width: 350px;
  }
}
.topline .login a .login-button {
  width: 100%;
  color: #fff;
  font-size: 14px !important;
  display: inline-block;
  background: #eca900;
  margin: 0;
  line-height: 22px;
  padding: 5px;
  border-radius: 0 !important;
}
.topline .login a .login-button:hover {
  background: #feb601;
}
@media all and (max-width: 60em) {
  .topline .login a .login-button {
    display: none;
  }
}
.topline .login a .login-mini {
  width: 100%;
  color: #009a47;
  font-size: 14px !important;
  margin: 0;
  padding: 0 15px;
  line-height: 32px;
  text-align: center;
  display: none;
}
.topline .login a .login-mini .fa-users {
  margin-right: 5px;
}
@media all and (max-width: 60em) {
  .topline .login a .login-mini {
    display: block;
  }
}
.topline .region {
  display: table-cell;
  width: 30%;
  height: 32px;
  padding: 0;
  text-align: right;
  vertical-align: top;
  line-height: 36px;
}
@media all and (min-width: 60em) {
  .topline .region {
    width: 20%;
    line-height: 32px;
  }
}
@media all and (max-width: 40em) {
  .topline .region {
    width: 20%;
    line-height: 32px;
  }
}
.topline .region .region-switch-selector__link-inner {
  font-size: 14px;
  width: auto !important;
}
.topline .region .region-switch__link {
  display: none;
}

#my-menu {
  display: inline-block;
  line-height: 32px;
}

@media all and (max-width: 40em) {
  .zvonilkaspan {
    display: none;
  }
}

.login-select-form {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 320px;
  margin-left: -160px;
  margin-top: -150px;
  background: #fff;
  border-radius: 3px;
  z-index: 10;
}
.login-select-form .login-select__header {
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background: #ffcc4e;
  color: #333;
  border-radius: 3px 3px 0 0;
  padding: 0.5rem 1rem;
  height: auto;
  margin: 0;
}
.login-select-form a {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #ffecb3;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  padding: 0 1rem;
  text-align: left;
  margin: 1rem;
}
.login-select-form a:hover {
  color: #fff;
  text-decoration: none;
}
.login-select-form a.agency {
  background: #00a0e3;
}
.login-select-form a.tourist {
  background: #e50a7e;
}
.login-select-form a.bizness {
  background: #009a47;
}
.login-select-form .close {
  color: #fff;
  opacity: 0.5;
  height: 20px;
  position: absolute;
  z-index: 1;
  font-size: 24px;
  border: none;
  background: transparent;
  top: 1rem;
  right: 1rem;
}
.login-select-form .close:hover {
  opacity: 1;
}

.gt-popup__bg {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gt-popup__open {
  overflow: hidden;
}
.gt-popup__window {
  background: #fefefe;
  margin: 20px auto;
  width: 800px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  min-height: 90%;
}
@media all and (max-width: 60em) {
  .gt-popup__window {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    padding: 5px;
    margin-top: 0;
  }
  .gt-popup__window .hotel-detail {
    margin: 20px;
  }
  .gt-popup__window .hotel-detail .tabs__list {
    display: flex;
  }
}
.gt-popup__window #ts_country_result {
  background: #fff;
  border-radius: 4px;
}
.gt-popup__window .hotel-info__images {
  float: none;
  width: 100%;
  margin: 0 auto 20px;
}
@media all and (max-width: 40em) {
  .gt-popup__window .hotel-info__images {
    width: 100%;
  }
}
.gt-popup__window .hotel-info__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  font-size: 16px;
}
.gt-popup__window .hotel-info__list {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0 0 20px;
  border-bottom: 1px solid #db4294;
}
.gt-popup__window .hotel-info__list .hotel-info__item p {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  gap: 10px;
}
@media all and (max-width: 60em) {
  .gt-popup__window .hotel-info__list .hotel-info__item p {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.gt-popup__window .hotel-info__block {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #db4294;
  list-style-position: inside;
}
.gt-popup__window .hotel-info__block:last-of-type {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 60em) {
  .gt-popup__window .hotel-info__block {
    row-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.gt-popup__window .hotel-info__block .hotel-info__header {
  font-weight: 700;
}
.gt-popup__window .hotel-info__block .hotel-info__list-container {
  display: flex;
  flex-direction: column;
}
.gt-popup__window .hotel-info__block .hotel-info__list-container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gt-popup__window .hotel-info__block .hotel-info__list-container ul li::marker {
  color: #db4294;
}
.gt-popup__window .hotel__header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.gt-popup__window .rating {
  height: 26px;
  width: max-content;
  line-height: 19px;
  vertical-align: bottom;
  border-radius: 3px;
  padding: 4px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: #429750;
  color: #fff;
  flex-shrink: 0;
}
@media all and (min-width: 60em) {
  .gt-popup__window .rating {
    height: 28px;
    padding: 4px 5px;
  }
}
@media all and (max-width: 60em) {
  .gt-popup__window .rating {
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
  }
}
.gt-popup__window .hotel__stars {
  color: #db4294;
  font-weight: 700;
  font-size: 20px;
}
.gt-popup__window h2 {
  color: #444;
  border-radius: 5px 5px 0 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (max-width: 60em) {
  .gt-popup__window h2 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 18px;
  }
}
.gt-popup__window h2 span {
  margin-right: 20px;
}
.gt-popup__window h2 .country {
  font-weight: bold;
  font-size: 14px;
}
.gt-popup__window h2 .fa-star {
  color: #db4294;
  cursor: default;
}
.gt-popup__close {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 26px;
  color: #909090;
  cursor: pointer;
  transition: all 0.3s;
}
.gt-popup__close:hover {
  color: #bf2525;
}
@media all and (max-width: 60em) {
  .gt-popup__close {
    top: 10px;
    right: 10px;
    text-align: center;
    position: absolute;
    font-size: 28px;
    color: #e56c6c;
  }
}

.index-map {
  width: 100%;
  text-align: center;
  opacity: 0.8;
  padding-bottom: 30px;
}
.index-map:hover {
  opacity: 1;
}

.office-map {
  margin-bottom: 10px;
}

.tabs {
  padding: 0;
}
.tabs .tabs__list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  font-size: 0;
}
.tabs .tab__list-item {
  text-decoration: none;
  text-align: center;
  padding: 0;
  width: 120px;
  height: 40px;
}
.tabs .tab__list-item a {
  height: 100%;
  width: 100%;
  outline-color: #db4294;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}
.tabs .tab__list-item a:hover {
  border: 1px solid #db4294;
  text-decoration: none;
}
.tabs .tab__list-item.active a {
  border: 2px solid #db4294;
}
.tabs .tab__list-item.active a:hover {
  text-decoration: none;
}
.tabs .tab__content-wrapper {
  display: none;
}

.hotel-tours {
  border-radius: 5px;
}
.hotel-tours .tabs__list {
  background: #53b7e9;
  margin-bottom: 0;
}
.hotel-tours .tab__list-item {
  margin: 2px;
  color: #fff !important;
}
.hotel-tours .tab__list-item a {
  border-radius: 5px;
  outline: none;
  padding: 6px 15px;
  display: block;
  color: #525252;
  background-color: #0094de;
}
.hotel-tours .tab__list-item a:hover {
  color: #0094de !important;
  text-decoration: none;
}
.hotel-tours .tab__list-item.active a {
  background-color: #cceeff;
}
.hotel-tours .tab__list-item.active a:hover {
  color: #0094de;
}
.hotel-tours__title {
  padding: 10px 10px 0 10px;
  color: #806600;
  font-size: 16px;
}
.hotel-tours img {
  border-radius: 4px;
}

.tab__content-wrapper .tour__reviews .js-review__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab__content-wrapper .tour__reviews .review__empty {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.tab__content-wrapper .tour__reviews .review__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: white;
  padding: 10px;
  border: 1px solid #db4294;
  box-shadow: 0 0 3px #db4294;
  border-radius: 5px;
}
.tab__content-wrapper .tour__reviews .review__item .item__header {
  position: relative;
  border-bottom: 1px solid #db4294;
  padding-bottom: 10px;
}
.tab__content-wrapper .tour__reviews .review__item .item__header .item__name {
  font-size: 16px;
}
.tab__content-wrapper .tour__reviews .review__item .item__header span {
  cursor: default;
}
.tab__content-wrapper .tour__reviews .review__item .item__header .fa-star {
  cursor: default;
}
.calendar__wrap {
  margin-bottom: 50px;
  margin-top: 30px;
}
.calendar__wrap .country__list ul {
  text-align: center;
}
.calendar__wrap .country__list ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  cursor: pointer;
  color: #555;
}
.calendar__wrap .country__list ul li.active {
  background: #60a3d4;
  color: #fff;
  border-radius: 3px;
}
.calendar__wrap .calendar__body {
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 25px;
  position: relative;
  background: #ececec;
  width: 100%;
  height: 100px;
  padding-left: 40px;
}
.calendar__wrap .calendar__body .calendar__lines .lines__top {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #c9655e;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  transition: bottom 0.5s linear 0.2s;
}
.calendar__wrap .calendar__body .calendar__lines .lines__top span {
  position: absolute;
  left: -35px;
  top: -10px;
  font-size: 10px;
  display: inline-block;
  text-align: right;
  width: 35px;
  padding-right: 5px;
  color: #c9655e;
}
.calendar__wrap .calendar__body .calendar__lines .lines__bottom {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #4caf50;
  position: absolute;
  bottom: 10%;
  transition: bottom 0.5s linear 0.2s;
  z-index: 1;
}
.calendar__wrap .calendar__body .calendar__lines .lines__bottom span {
  position: absolute;
  left: -35px;
  top: -2px;
  font-size: 10px;
  display: inline-block;
  text-align: right;
  width: 35px;
  padding-right: 5px;
  color: #4caf50;
}
.calendar__wrap .calendar__body .calendar__items {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.calendar__wrap .calendar__body .calendar__item {
  position: absolute;
  width: 2%;
  background: #3e92cf;
  bottom: 0;
  border-radius: 3px 3px 0 0;
  opacity: 0.8;
  transition: height 0.5s linear 0.2s;
}
.calendar__wrap .calendar__body .calendar__item:hover .item__price {
  display: block;
}
.calendar__wrap .calendar__body .calendar__item:hover {
  opacity: 1;
  cursor: pointer;
}
.calendar__wrap .calendar__body .item__price {
  display: none;
  position: absolute;
  top: -36px;
  font-size: 12px;
  color: #444;
  margin-left: -50%;
  text-align: center;
  background-color: #c3dcef;
  padding: 3px;
  border-radius: 5px;
  left: -65%;
  z-index: 2;
  transition: all 1s ease 0s;
}
.calendar__wrap .calendar__body .item__price:before {
  bottom: -6px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #c3dcef;
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  left: 25px;
}
.calendar__wrap .calendar__body .item__date {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -12px;
  font-size: 10px;
  color: #444;
}
@media all and (max-width: 40em) {
  .calendar__wrap .calendar__body .item__date {
    font-size: 6px;
  }
}
.calendar__wrap .calendar__body .calendar__mounth {
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 5px;
  border: 1px solid #adadad;
  border-top: none;
  text-align: center;
}
.calendar__wrap .calendar__body .calendar__mounth .fa {
  padding: 0 10px;
  cursor: pointer;
}
.calendar__wrap .calendar__body .calendar__mounth .fa:hover {
  color: #eca900;
}
.calendar__wrap .calendar__body .calendar__mounth .mounth {
  background: #fff;
  color: #777;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: -3px;
  font-size: 16px;
}
.calendar__wrap .calendar__body .calendar__mounth .mounth .js-mounth {
  display: inline-block;
  width: auto;
}

.geo-preloader {
  background: url(/static/index/img/geo_bg.png) no-repeat 0px -1px;
  opacity: 0.7;
}

/**
 * Скрывать телефон
 */
div.phone-wrap {
  position: relative;
  margin: 1em 0;
}
div.phone-wrap div.phone {
  position: relative;
  overflow: hidden;
}
div.phone-wrap div.phone.hidden p {
  width: 82px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
div.phone-wrap div.phone.hidden::after {
  width: 100%;
  height: 70px;
  position: absolute;
  content: " ";
  display: table;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
div.phone-wrap .show-phone {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #ffd498;
  font-size: 14px;
  padding: 2px 4px;
  border: none;
  border-radius: 5px;
  color: #5f503c;
  cursor: pointer;
}
@media all and (max-width: 60em) {
  div.phone-wrap .show-phone {
    left: 100px;
    right: auto;
  }
}
div.phone-wrap .show-phone .fa-eye {
  margin-right: 5px;
}

/*# sourceMappingURL=original-geo.css.map */
