.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}
@media (min-width:320px){
  .col-md-five{
    width: 100%;
    float: left;
  }
}
@media (min-width: 480px){
  .col-md-five{
    width: 50%;
    float: left;
  }
  .col-md-five:nth-child(2){
    order: 3;
  }
  .col-md-five:nth-child(3){
    order: 5;
  }
  .col-md-five:nth-child(4){
    order: 2;
  }
  .col-md-five:nth-child(5){
    order: 4;
  }
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
    .col-md-five{
      width: 50%;
      float: left;
    }
    .col-md-five:nth-child(2){
      order: 3;
    }
    .col-md-five:nth-child(3){
      order: 5;
    }
    .col-md-five:nth-child(4){
      order: 2;
    }
    .col-md-five:nth-child(5){
      order: 4;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
    .col-md-five:nth-child(2){
      order: 2;
    }
    .col-md-five:nth-child(3){
      order: 3;
    }
    .col-md-five:nth-child(4){
      order: 4;
    }
    .col-md-five:nth-child(5){
      order: 5;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}




.dialog-container.region-dialog {
  padding-top: 7px;
  width: 980px;
  height: 640px;
  margin-left: -490px;
  margin-top: -320px;
  border-radius: 4px;
}
.region-dialog .region-dialog-search-container {
  position: relative;
  background-color: #edf1f7;
  margin: 0 50px 0 7px;
  height: 62px;
  border-radius: 4px;
  color: #506186;
  font-weight: 700;
  font-size: 16px;
  padding-left: 21px;
}
.region-dialog .region-dialog-input-container {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 100px;
  border-radius: 4px;
  border: 1px solid #9eafc9;
  background-color: #ffffff;
}
.region-dialog-caption {
  padding-top: 20px;
  display: inline-block;
}
.region-dialog .region-dialog-input-container input {
  border: none;
  background-color: transparent;
  color: #9497A2;
}
.region-dialog .dialog-content {
  padding-top: 10px;
}
.region-dialog .region-dialog-item {
  float: left;
  width: 25%;
  line-height: 12px;
  box-sizing: border-box;
  padding: 6px 15px 6px 0;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: padding 0.3s, height 0.3s, opacity 0.1s;
  -moz-transition: padding 0.3s, height 0.3s, opacity 0.1s;
  -webkit-transition: padding 0.3s, height 0.3s, opacity 0.1s;
}
.region-dialog .region-dialog-item a {
  color: #475367;
  font-size: 13px;
}




/* ===== Current Region Dialog ==== */
.current-region-dialog {
  width: 420px;
  height: 390px;
  margin-left: -24px;
  margin-top: -14px;
}
.current-region-dialog .dialog-content {
  height: 340px;
}
.current-region-dialog a {
  position: relative;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  line-height: 14px;
  color: #5f7291;
}
.current-region-dialog a.current-region {
  font-weight: 700;
  color: #5f7eb1;
}
.current-region-dialog a.choose-region {
  color: #5f7eb1;
  padding: 6px 15px 6px 0;
  vertical-align: top;
  line-height: 14px;
}
.current-region-dialog a.choose-region span {
  display: inline;
  border-bottom: 1px solid #bbc8de;
  padding: 0;
}
.current-region-dialog a.choose-region:hover span {
  border-bottom-color: #a6b6d2;
}
.current-region-dialog a span {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 6px 15px 6px 0;
}
.current-region-dialog a:hover {
  color: #55637a;
}
.current-region-dialog a:hover::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #f3f5fa;
  left: -10px;
  top: -5px;
  bottom: -5px;
  right: 0;
}
.current-region-dialog a.choose-region:hover::before {
  display: none;
}

.region-dialog-wrapper{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(54, 61, 77, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.region-dialog-block{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-width: 1070px;
  min-width: 1070px;
  border-radius: 2px;
}

.region-dialog-header{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.first-header-dialog-line{
  padding: 16px 30px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fafafa;
  width: 100%;
}

.last-header-dialog-line{
  padding: 22px 30px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  width: 100%;
}

.dialog-content{
  margin-top: 10px;
  padding: 20px 30px 20px 30px;
  background-color: #fff;
}

.cantry-name{
  flex: 1;
}
.col-9497A2{
  color: #9497A2;
}
.region-dialog-search-wrapper{
  flex: 4;
  width: 100%;
}
.region-dialog-input-wrapper input{
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  height: 42px !important;
} 

.region-dialog-input-wrapper input::placeholder{
 color: #9497A2 !important;
 font-weight: 400;
}

.close-modal-region-dialog{
  cursor: pointer;
}

.region-dialog-item {
  padding: 4px 0px;
}
.region-dialog-item a{
  padding: 4px 3px;
}
.col-md-five:last-child .region-dialog-item:last-child::before{
  content: 'room';
  font-family: 'Material Icons';
  position: absolute;
  top: -30px;
  font-size: 26px;
  left: 8px;
  color: #474c5f;
}

.col-md-five:last-child .region-dialog-item:last-child{
  margin-top: 50px;
  position: relative;
}

.region-dialog-item a:hover{
  background-color: #e4e4e7;
  border-radius: 3px;
}

.alphabet-letter{
  margin-top: 20px;
}

.alphabet-letter:first-child{
  margin-top: 0px;
}
.alphabet-letter:nth-child(6){
  margin-top: 0px;
}

@media (max-width: 1069.98px){
  .region-dialog-block{
    min-width: 992px;
  }
}

@media (max-width: 991.98px){
  .region-dialog-block{
    min-width: 780px;
    width: 100%;
  }
  .region-dialog-wrapper{
    bottom: auto;
    position: absolute;
  }
  .region-dialog-header{
    position: fixed;
    z-index: 999;
    left: 0;
  }
  .dialog-content{
    margin-top: 150px;
  }
}
@media (max-width: 991.98px){
  .region-dialog-block{
    min-width: auto;
  }
}
@media (max-width: 479.98px){
  .region-dialog-header{
    height: auto;
  }
	.first-header-dialog-line{
	padding: 15px 30px;
	}

  .last-header-dialog-line{
    padding: 10px 15px 20px 15px;
    flex-direction: column;
  }
  .cantry-name{
    padding-bottom: 10px;
  }
}