.top_choice{
  margin-top: 11px;
  position: relative;
}
/* .top_choice p{
  color: #838383;
  font-size: 16px;
  float: left;
  margin: 3px 10px 0 0;
}
.top_choice>p{
  padding-right: 25px;
  background: url("../img/ico-geo.png") no-repeat right 0;
} */
.top_choice{
  position: relative;
  margin-top: 15px;
}
/* .top_choice>a{
  float: left;
  color: #a60202;
  margin-top: 5px;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
} */
.top_choice_toggle{
  width: 330px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 40px;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  display: none;
  opacity: 0;
}
.top_choice_toggle:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 150px;
  top: -10px;
}
.top_choice_toggle p span{
  font-weight: 700;
}
.top_choice .top_choice_toggle p{
  float: none;
  width: 100%;
  font-size: 16px;
  margin-bottom: 9px;
}
/* .top_choice_toggle a{
  color: #fff;
  text-align: center;
  background: #b6b5b5;
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
} */
/* .top_choice_toggle a:nth-child(2){
  background: #a60202;
} */
.top_choice .top_choice_toggle>span{
  color: #b6b5b5;
  font-size: 14px;
  line-height: 14px;
  padding-right: 30px;
  margin-top: 15px;

  display: block;
}
#small-modal7 {
  position: relative;
  width: 870px;
  height: 680px;
  background: #f9f9f9;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 2px 25px 0px rgba(50, 50, 50, 0.75);
  border-radius: 5px;
  padding: 30px;
}
.gc_main_list{
  margin-bottom: 30px;
}
.gc_main_list li{
  list-style: none;
}
.gc_main_list li a{
  padding: 5px 50px 5px 10px;
  display: inline-block;
  color: #000;
}
.gc_main_list li a:hover{
  background: #008f35;
  color: #fff;
}
.gc_main_list li .active{
  background: #008f35;
  color: #fff;
}
.gc_list li{
  cursor: pointer;
}
.gc_list li.active{
  background: #008f35;
}
.gc_list li.active a{
  color: #fff;
}
.gc_list li.active span{
  color: #fff;
}
.gc_list{
  box-sizing: border-box;
  padding-left: 15px;
}
.gc_list li{
  list-style: none;
  margin-bottom: 7px;
}
.gc_list li span{
  color: #008f35;
  display: inline-block;
  width: 30px;
}
.gc_list li a{
  color: #000;
}
.gc_column{
  height: 620px;
  overflow-y: scroll;
  width: 270px;
  float: left;
}
.gcc_w2{
  width: 230px;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 5px;
}
.gcc_w3{
  overflow-y: visible;
  width: 300px;
  float: right;
}
.gorod_search input{
  width: 250px;
  height: 30px;
  border: 1px solid #e7e7e7;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 40px;
  font: 16px 'robotocondensed';
  outline: none;
}

.gcc_w2 .gc_list li.inactive {
    display: none;
}
.gorod_search{
  position: relative;
}
.gorod_search:before{
  content: '';
  width: 19px;
  height: 18px;
  background: url("../img/ico22.png") no-repeat;
  position: absolute;
  left: 35px;
  top: 8px;
  z-index: 8900;
}
.gs_attention{
  color: #b6b5b5;
  line-height: 18px;
  margin-left: 30px;
  margin-top: 20px;
}
.modal{
  display: none;
}
.modal-close {
  width: 38px;
height: 38px;
position: absolute;
right: 0px;
top: 0px;
background: url("../img/close.png") no-repeat;
cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #small-modal7{
    width: 670px;
    height: auto;
  }
  .gc_column{
    width: 100%;
    height: 200px;
    float: none;
    margin-bottom: 30px;
  }
  .gcc_w2{
    width: 100%;
    padding-left: 0;
  }
  .gcc_w3{
    width: 100%;
    float: none;
    height: 100px;
    margin-bottom: 0;
  }
  .gorod_search input{
    width: 100%;
  }
  .gorod_search:before{
    content: '';
    left: 10px;
  }
  .gs_attention{
    margin-left: 0;
    padding: 0;
  }
  .modal-close {
    right: 5px;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .arcticmodal-container_i2{
    padding: 0;
  }
  #small-modal7{
    width: 400px;
  }
}
@media only screen and (max-width: 479px) {
  #small-modal7{
    width: 300px;
  }
  .gcc_w3{
    height: auto;
    margin-bottom: 30px;
  }
  .top_choice_toggle{
    width: 300px;
    height: auto;
  }
/*   .top_choice p{
    display: block;
  } */
  .top_choice_toggle a{
    font-size: 13px;
  }
  .top_choice{
    margin: 15px 0 0 0;
    box-sizing: border-box;
    padding-left: 0;
  }
 /*  .top_choice p{
    overflow: hidden;
  } */
  .gc_list{
    padding-left: 0;
  }
  .top_choice_toggle:before{
    content: '';
    left: 110px;

  }
}