<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city {
  max-width: 720px;
  width: 100vw;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  padding: 20px 44px 40px; }
  @media only screen and (max-width: 960px) {
    .city {
      padding: 20px 20px 25px; } }
  @media only screen and (max-width: 740px) {
    .city {
      width: -webkit-calc(100vw - 30px);
      width: calc(100vw - 30px); } }
  .city .fancybox-button {
    width: 40px;
    height: 40px;
    background: url(/local/static/build/img/svg/close-modal.svg) no-repeat center/20px 20px;
    right: 28px;
    top: 20px; }
    .city .fancybox-button svg {
      display: none; }
  .city__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px; }
    @media only screen and (max-width: 740px) {
      .city__container {
        margin: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .city__title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
    padding-right: 50px; }
    @media only screen and (max-width: 960px) {
      .city__title {
        font-size: 20px;
        margin-bottom: 25px; } }
  .city__col {
    width: -webkit-calc(100%/3 - 20px - 40px);
    width: calc(100%/3 - 20px - 40px);
    margin: 0 10px; }
    @media only screen and (max-width: 960px) {
      .city__col {
        width: -webkit-calc(100%/3 - 20px);
        width: calc(100%/3 - 20px); } }
    @media only screen and (max-width: 740px) {
      .city__col {
        width: 100%;
        text-align: center; } }
  .city__link {
    display: block;
    white-space: nowrap;
    margin-bottom: 7px;
    font-size: 16px; }
    @media only screen and (max-width: 960px) {
      .city__link {
        font-size: 15px; } }

.city__link.current {
  color: #212529;
}

.city-link {
  font: 600 14px/130% "Open Sans", sans-serif;
  color: #4587e6; }

.header--main .city-link {
  font: 400 14px/130% "Open Sans", sans-serif;
  color: #ABCAE9;
}

.city-link svg {
  display: none;
}
.header--main .city-link svg {
  display: inline-block;
  height: 15px;
  fill: #ABCAE9;
  padding-bottom: 1px;
  margin-left: 3px;
}

/**/
.your-city-question__window {
  position: absolute;
  display: block;
  top: 30px;
  left: 0;
  padding: 14px 19px 13px 22px;
  width: 355px;
  color: #3a3f45;
  background: white;
  z-index: 1040;
  opacity: 1;
  -webkit-transition: top 0.6s ease, opacity 0.6s ease;
  transition: top 0.6s ease, opacity 0.6s ease;
  margin-bottom: 98px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .your-city-question__window:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 70px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 13px solid #fff; }

@media only screen and (max-width: 1000px) {
  .your-city-question__window {
    top: 76px; } }

@media only screen and (max-width: 680px) {
  .your-city-question__window {
    left: 50%;
    margin-left: -170px; } }

.your-city-question__your_city {
  margin: 0 0 5px;
  font: 14px/100% Tahoma;
  text-align: left; }

.your-city-question__city-name {
  margin: 7px 0 20px;
  font: bold 24px/100% Tahoma;
  text-align: left; }

.your-city-question__buttons {
  margin: 22px 0 8px;
  height: 38px; }

.your-city-question__right {
  margin: 0 10px 0 0;
  position: relative;
  width: 104px !important;
  float: left;
  color: #fff !important;
  height: 38px;
  top: 0 !important;
  bottom: 0 !important;
  text-decoration: none;
  font: 16px/38px Arial;
  background: #035fac !important;
  text-align: center;
  display: block;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .your-city-question__right:hover {
    background: #264179 !important; }

.your-city-question__change {
  width: 196px;
  height: 38px;
  font: 17px/35px Arial;
  float: right;
  color: #505050;
  text-align: center;
  border: 3px solid #0060ac;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 0;
  background: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer; }

.your-city-question__desc {
  font: 12px/110% Arial;
  color: #3a3f45; }

.displayNone {
  display: none; }


.modal-tv-title {
  font: bold 20px/120% "Open Sans", sans-serif;
  color: #1c1c1c;
  margin: 0 0 30px 0;
  padding: 0 100px 0 0;
}

.city-modal .modal-dialog {
  max-width: 780px;
}

.modal-city {
  position: relative;
}
.modal-city__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
.modal-city__subtitle {
  font: bold 20px/120% "Open Sans", sans-serif;
  color: #0753a3;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modal-city__subtitle {
    text-align: center;
    /*color: #fff;*/
  }
}
.modal-city__wrap {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  column-width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
@media only screen and (max-width: 768px) {
  .modal-city__wrap {
    width: 100%;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
    justify-content: center;
  }
}
.modal-city__img {
  display: inline-block;
  width: 35px;
  margin-left: 2px;
}
.modal-city__img img {
  width: 100%;
}
.modal-city__link {
  display: block;
  margin-bottom: 13px;
  overflow: hidden;
  text-decoration: none;
  font: normal 16px/150% "Open Sans", sans-serif;
  color: #0856a3;
  width: 33%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .modal-city__link {
    width: 100%;
    /*color: #fff;*/
  }
  .modal-city__link:hover {
    opacity: 0.7;
  }
}
.modal-city__link.active {
  opacity: 0.7;
}
.modal-city__flag {
  width: 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .modal-city__flag {
    display: none;
  }
}
.modal-city__country-section {
  padding: 20px;
  background: #f0f0f0;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .modal-city__country-section {
    background-color: transparent;
  }
}
.modal-city__country-section .modal-city__wrap {
  width: 100%;
  margin-top: 15px;
}
.modal-city__country-section .modal-city__img {
  margin-right: 17.266%;
}
@media only screen and (max-width: 768px) {
  .modal-city__country-section .modal-city__img {
    margin-right: 5%;
  }
}
.modal-city__country-section .modal-city__subtitle {
  margin-top: 0;
}
.modal-city__country-section .modal-city__link {
  font: bold 20px/120% "Open Sans", sans-serif;
}
.modal-city__section {
  padding: 0 18px;
}


.your-city-question__close {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  display: block;
}
.your-city-question__close:before {
  content: '+';
  color: #337AB7;
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  font-size: 45px;
  line-height: 1;
  top: -13px;
  left: 1px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.your-city-question__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  border-radius: 100%;
  background: #337AB7;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
  transform: scale(0.01);
}
.your-city-question__close:hover:after {
  transform: scale(1);
}
.your-city-question__close:hover:before {
  transform: scale(0.8) rotate(45deg);
  color: #fff;
}
</pre></body></html>