
.pin.active .icon::after {
  top: 100%;
}
.qtg-select button.btn{
  padding: 10px 25px 10px 12px;
  border-radius: 0;
  border-color: rgb(232, 232, 232);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.pin-container{
  position: relative;
}
.pin .icon{
  display: none;
  cursor: pointer;
  color: rgba(221,39,72,.6);
  font-size: 30px;
  transition: all .3s;
  margin-top: -8px;
}
.pin .icon:hover{
  color: rgba(221,39,72,.8);
  margin-top: 0px;
}
.pin.active .icon{
  color: rgba(221,39,72,1);
  margin-top: 0px;
}
.pin .icon:after{
  content: '';
  position: absolute;
  top: 125%;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: -5px;
  left: 50%;
  transition: all .3s;
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.pin .icon:hover:after{
  top: 100%;
  /*background: -webkit-linear-gradient(bottom left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top right, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);*/
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.pin.active .icon:after{
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
}

  .pin-details{
    display: none;
    position: relative;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(232, 232, 232);
    background-color: rgb(255,255,255);
  }


  .pin.active .pin-details{
    display: block;
  }
  .pin-details-caption{
    font-size: 14px;
    font-family: 'open_sansbold';
    color: rgb(56, 56, 56);
    text-align: left;
    font-weight: 900;
  }
  .pin-details .divider{
    background-color: rgb(221, 39, 72);
    width: 30px;
    height: 2px;
    margin: 10px 0;
  }
  .pin-details ul{
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .pin-details ul li{
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'open_sanslight';
    color: #434e50;
    white-space: nowrap;
  }
  .pin-details ul li a{
    text-align: left;
    color: #568ecc;
    text-decoration: underline;
  }
  .pin-details ul li a:hover{
    text-decoration: none;
  }




























/*@media (max-width: 991px){
  .pin-container{
    position: relative;
  }
  .pin .icon{
    display: none;
    cursor: pointer;
    color: rgba(221,39,72,.6);
    font-size: 30px;
    transition: all .3s;
  }
  .pin .icon:hover{
    color: rgba(221,39,72,.8);
  }
  .pin.active .icon{
    color: rgba(221,39,72,1);
  }
  .pin .icon:after{
    content: '';
    position: absolute;
    top: 100%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-left: -5px;
    left: 50%;
    transition: all .3s;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  }
  .pin .icon:hover:after{
    transform: rotate(-225deg);
    background: -webkit-linear-gradient(bottom left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom left, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top right, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
  }

  .pin.active .icon:after{
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
  }

  .pin-details{
    display: none;
    position: relative;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(232, 232, 232);
    background-color: rgb(255,255,255);
  }

  .pin-details:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(232, 232, 232);
  }

  .pin-details:after{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255,255,255);
  }

  .pin.active .pin-details{
    display: block;
  }
  .pin-details-caption{
    font-size: 14px;
    font-family: 'open_sansbold';
    color: rgb(56, 56, 56);
    text-align: left;
    font-weight: 900;
  }
  .pin-details .divider{
    background-color: rgb(221, 39, 72);
    width: 30px;
    height: 2px;
    margin: 10px 0;
  }
  .pin-details ul{
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .pin-details ul li{
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'open_sanslight';
    color: #434e50;
    white-space: nowrap;
  }
  .pin-details ul li a{
    text-align: left;
    color: #568ecc;
    text-decoration: underline;
  }
  .pin-details ul li a:hover{
    text-decoration: none;
  }

/*}






















*/




@media (min-width: 992px){

  .select__map-block{
    width: 760px;
    /* margin: 40px auto; */
  }
  .pin{
    position: absolute;
  }
  .pin .icon{
    display: block;
  }
  .pin-details{
    position: absolute;
    bottom: 39px;
    z-index: 2;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 10px;
  }

  .pin-details:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(232, 232, 232);
  }

  .pin-details:after{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255,255,255);
  }

  .pin-canada{
    top: 35px;
    left: 35px;
  }
  .pin-usa{
    top: 90px;
    left: 75px;
  }
  .pin-mexico{
    top: 105px;
    left: 20px;
  }
  .pin-colombia{
    top: 140px;
    left: 65px;
  }
  .pin-equador{
    top: 165px;
    left: 50px;
  }
  .pin-peru{
    top: 190px;
    left: 65px;
  }
  .pin-chile{
    top: 225px;
    left: 60px;
  }
  .pin-england{
    top: 40px;
    left: 275px;
  }
  .pin-spain{
    top: 66px;
    left: 272px;
  }
  .pin-italy{
    top: 63px;
    left: 292px;
  }
  .pin-kiev{
    top: 49px;
    left: 345px;
  }
  .pin-dnipro{
    top: 55px;
    left: 358px;
  }
  .pin-moscow{
    top: 28px;
    left: 366px;
  }
  .pin-zambia{
    top: 150px;
    left: 343px;
  }
  .pin-africa{
    top: 180px;
    left: 350px;
  }
  .pin-oae{
    top: 103px;
    left: 400px;
  }
  .pin-dalian{
    top: 66px;
    right: 183px;
  }
  .pin-changzhou{
    top: 101px;
    right: 187px;
  }
  .pin-thailand{
    top: 116px;
    right: 201px;
  }
  .pin-perth{
    top: 210px;
    right: 139px;
  }
  .pin-melbourne{
    top: 225px;
    right: 53px;
  }
  .pin-sydney{
    top: 213px;
    right: 30px;
  }
  .pin-auckland{
    top: 212px;
    right: 0px;
  }

  .qtg-select{
    height: 42px;
    margin: 10px 0;
  }
  .form-group .bootstrap-select.btn-group.qtg-select{
  /*margin: 10px 0;*/
  }


  .qtg-select .dropdown-menu{
    border-radius: 0;
  }

  .qtg-select input{
    margin: 0;
  }


}
