.nautile-theme .section.with-illustration .illustration img {
  width: auto; }
  @media (max-width: 767px) {
    .nautile-theme .section.with-illustration .illustration img {
      width: 100%; } }
.popup-video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: -1;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5); }
  .popup-video-wrapper.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 100;
    visibility: visible; }
  .popup-video-wrapper .close-handler {
    right: 1em;
    top: 1em;
    position: absolute; }

iframe {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/*Style for city list*/
@media (max-width: 767px) {
  .section-city-list .list {
    text-align: initial; } }

.section-city-list .list .second-title {
  font-size: 1.35em; }

.section-city-list .city-list {
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0;
  font-size: 1.2em;
  text-align: center; }
  .section-city-list .city-list li {
    display: inline; }
    .section-city-list .city-list li a {
      font-weight: 400;
      color: #404040;
      transition-duration: .2s; }
      @media (min-width: 768px) and (max-width: 1223px) {
        .section-city-list .city-list li a {
          color: #8e1d1d; } }
      @media (max-width: 767px) {
        .section-city-list .city-list li a {
          color: #8e1d1d; } }
      .section-city-list .city-list li a:hover {
        color: #8e1d1d;
        font-weight: 500; }
    .section-city-list .city-list li:not(:last-child)::after {
      content: ", "; }
    .section-city-list .city-list li:last-child::after {
      content: "."; }
