.component{
  padding:80px 0 70px 0;
}

.component-title{
  width:100%;
  text-align:center;
  font-size:50px;
  color:#942039;
  margin:0 0 20px 0;
}
.component-description{
  padding-bottom:70px;
  width:100%;
}
.component-description p{
  color:#6d6e70;
  font-size:22px;
  line-height:30px;
  max-width:600px;
  margin:0 auto;
  text-align:center;
}


.tooltipMain {
  padding: 20px;
  width: 100%;
  float: left;
  background:#fff;
  box-shadow:0px 0px 10px 0px #4d4d4d;
  overflow: hidden;
}
.tooltiptop {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
.tooltiptop .title{
    font-size:14px;
    line-height: 17px;
    color:#942039;
}
.tooltipbottom{
  float: left;
  width: 100%;
}
.tooltipbottom ul{
  padding-left:10px;
  margin:0;
}
.tooltipbottom li{
  font-size: 14px;
  line-height: 20px;
  color:#6d6e70;
}

.map-section-inner{
  position:relative;
  overflow: hidden;
}
.mapPopup{
    position: absolute;
    display: block !important;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    transform: translate(100%, -50%);
    transition: transform 1s ease;
}
.mapPopup.activePopup{
  display:block;
  transform: translate(-50%, -50%);
}
.popupClose{
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    display:block;
    line-height: 20px;
    padding-top:4px;
}
.mapPopup .tooltipMain {
    padding: 10px 20px;
    padding-bottom: 13px;

}
.mapPopup .tooltiptop{
  margin-bottom:0;
  padding-bottom:0;
  border:none;
}
.mapPopup .tooltipbottom{
  padding-top: 5px;
margin-top: 5px;
border-top: 1px solid #d6d6d6;
}
.gotoBlock{
    text-align: left;
    padding-top: 10px;
}
.gotoBlock a{
  background: transparent;
  color: #c0a265;
  margin: 0 auto;
  border: 1px solid #c0a265;
  border-radius: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
}
.popupClose{
  cursor:pointer;
}

.map-component-inner{
    /*background: #02366F;*/
    background: transparent;
        height: 100%;

        z-index: 3;
    position: relative;
}
/*.map-component-inner .map-component-body{
  height: calc(100% - 45px);
}*/


.map-component-inner .component-title{
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
        /*color: #4d4d4d;*/
    font-size: 20px;
    font-weight: 600;
}


.map-component {
    /*background: #02366F;*/
    background: #0E3A58;
}


.mob-map-img{
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;

    transform: scale(1.2);
    transform-origin: center;
    transition: transform 1.5s ease-in-out;    
}
.mapContent.active .mob-map-img{
transform: scale(1);
}

.mob-map-img img{
    position: absolute;
   max-width: 100%;
}
.mob-map-img .map-left{
    bottom: 0;
    left: 0;
}
.mob-map-img .map-right{
    top: 0;
    right: 0;
}




@media screen and (max-width: 767px){


/*  .mob-map-img img.cloud-img {
  -ms-transform: translate(-50%,-50%) scale(0);
  -moz-transform: translate(-50%,-50%) scale(0);
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform-origin: center center !important;

  -ms-animation-name: cloudlarge;
  -webkit-animation-name: cloudlarge;
  -moz-animation-name: cloudlarge;
  animation-name: cloudlarge;

  -ms-animation-duration: 40s;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  animation-duration: 40s;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;

}
@-webkit-keyframes cloudlarge {
    0%   {transform: translate(-50%,-50%) scale(0);opacity:0;}
    50% {transform: translate(-50%,-50%) scale(0.8);opacity:0.5;}
    100% {transform: translate(-50%,-50%) scale(1.6);opacity:0;}
}

@keyframes cloudlarge {
    0%   {transform: translate(-50%,-50%) scale(0);opacity:0;}
    50% {transform: translate(-50%,-50%) scale(0.8);opacity:0.5;}
    100% {transform: translate(-50%,-50%) scale(1.6);opacity:0;}
}*/

/*.mob-map-img .step-8 + img.cloud-img {
  transform: translate(-50%,-50%) scale(0.8);
  animation: none;
}*/

.mob-cloud-img-animated {
  position: absolute;
  top: 10%;
/*  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  backface-visibility: hidden;

/*  -ms-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;*/
  perspective: 1000;

/*  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;*/
  transform-style: preserve-3d;

  opacity: 0.4 !important;
  /*display:none;*/
  left: -100px;
  transform: translateY(-50%);
  z-index: -1;

}

.mob-map-img .mob-cloud-img-animated{

  display:block!important;

/*  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  backface-visibility: hidden;

/*  -ms-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;*/
  perspective: 1000;

/*  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;*/
  transform-style: preserve-3d;


/*  -ms-animation-name: mob-cloud;
  -moz-animation-name: mob-cloud;
  -webkit-animation-name: mob-cloud;*/
  animation-name: mob-cloud;

/*  -ms-animation-duration: 60s;
  -moz-animation-duration: 60s;
  -webkit-animation-duration: 60s;*/
  /*animation-duration: 60s;*/
  animation-duration: 20s;

/*  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;*/
  animation-iteration-count: infinite;

/*  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;*/
  animation-timing-function: linear;

/*  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;*/
  animation-direction: normal;

}
.mob-cloud-img-animated.cloud1 {
  /*animation-duration: 50s;*/
  animation-duration: 60s;
  top: 35%;
  height: auto !important;
  width: auto !important;
  left: auto;
  right:0;

}
.mob-cloud-img-animated.cloud1 {
/*  -ms-animation-name: cloud2;
  -moz-animation-name: cloud2;
  -webkit-animation-name: cloud2;*/
  animation-name: mob-cloud2;
}
.mob-cloud-img-animated.cloud2 {
  /*animation-duration: 90s;*/
  animation-duration: 30s;
  top: 45%;
  height: auto !important;
  width: auto !important;
  left: auto;
  right:0;
}
.mob-cloud-img-animated.cloud3 {
  top: 60%;
  height: auto !important;
  width: auto !important;
  /*animation-duration: 120s;*/
  animation-duration: 50s;
  left: auto;
  right:100px;
}
.mob-cloud-img-animated.cloud4 {
  top: 60%;
  height: auto !important;
  width: auto !important;
  display: none;
  /*animation-duration: 90s;*/
  animation-duration: 20s;
  animation-name: mob-cloud2;
}
.mob-cloud-img-animated.cloud5 {
  top: 50%;
  height: auto !important;
  width: auto !important;
  /*animation-duration: 160s;*/
  animation-duration: 10s;
  display: none;
  /*animation-timing-function:cubic-bezier(0.1, 0.7, 1.0, 0.1);*/
}

.mob-cloud-img-animated.cloud6 {
  top: 65%;
  height: auto !important;
  width: auto !important;
  /*animation-duration: 140s;*/
  animation-duration: 50s;
  /*animation-timing-function:cubic-bezier(0.1, 0.7, 1.0, 0.1);*/
}

@-webkit-keyframes mob-cloud {
0%   {transform: translateX(0px); opacity: 0;}
50%  {transform: translateX(300px); opacity: .25;}
100% {transform: translateX(0px); opacity: 0;}
}

@keyframes mob-cloud {
0%   {transform: translate(-50%,-50%) scale(0.8);opacity:0;}
50% {transform: translate(0%,-50%) scale(0.8);opacity:0.5;}
100% {transform: translate(50%,-50%) scale(1.9);opacity:0;}
}


@-webkit-keyframes mob-cloud2 {
0%   {transform: translate(50%,-50%) scale(0.8);opacity:0;}
50% {transform: translate(0%,-50%) scale(0.8);opacity:0.5;}
100% {transform: translate(-50%,-50%) scale(1.6);opacity:0;}
}


@keyframes mob-cloud2 {
0%   {transform: translate(50%,-50%) scale(0.8);opacity:0;}
50% {transform: translate(0%,-50%) scale(0.8);opacity:0.5;}
100% {transform: translate(-50%,-50%) scale(1.6);opacity:0;}
}




}
