.section-popup-bgd {
    display: flex;

}

.section-popup-bgd-popup__picture {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;

}

.section-popup-bgd-popup__picture svg {
    height: unset;
    width: 100%;
    margin: 0 auto;
}


@media screen and (min-width: 0\0
) {
    /*.section-popup-bgd-popup__picture {*/
        /*transform: scale(2.5);*/
    /*}*/

    .section-popup-bgd-popup__picture {
        width: 100%;

    }

    /*.section-popup-bgd-popup__picture {*/
    /*width: 100%;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*padding: 30px;*/
    /*}*/

    /*#svg001 {*/
    /*width: 25%;*/
    /*min-width: 200px;*/
    /*min-height: 150px;*/
    /*display: block;*/
    /*margin: auto;*/
    /*}*/
}

.section-popup-bgd-popup__picture .region-map__circle {
    r: 1px;
    stroke-width: 6px;
    fill: #673bbb;
    stroke: rgba(103, 59, 187, 0.3);
    -webkit-animation-name: regionCircleStrokeWidth;
    animation-name: regionCircleStrokeWidth;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -ms-animation-name: regionCircleStrokeWidth;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-popup-bgd-popup__picture .region-map__circle.dl1 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
}

.section-popup-bgd-popup__picture .circle-map {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
}

.section-popup-bgd-popup__picture .region-map__circle.dl3 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
}

.section-popup-bgd-popup__picture .region-map__circle.dl4 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

.section-popup-bgd-popup__picture .region-map__circle.dl5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.section-popup-bgd-popup__picture .region-map__circle.dl6 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
}




@-webkit-keyframes regionCircleStrokeWidth {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100)\9
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        filter: alpha(opacity=0)\9
    }
}

@keyframes regionCircleStrokeWidth {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100)\9
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        filter: alpha(opacity=0)\9
    }
}





/*@media (max-width: 0) {*/
    /*@-webkit-keyframes regionCircleStrokeWidth {*/
        /*from {*/
            /*stroke-width: 2px;*/
            /*opacity: 1;*/
        /*}*/
        /*to {*/
            /*stroke-width: 64px;*/
            /*opacity: 0.7;*/
        /*}*/
    /*}@keyframes regionCircleStrokeWidth {*/
         /*from {*/
             /*stroke-width: 2px;*/
             /*opacity: 1;*/
         /*}*/
         /*to {*/
             /*stroke-width: 64px;*/
             /*opacity: 0.7;*/
         /*}*/
     /*}*/
/*}*/

/*@media (min-width: 0) {*/
    /*@-webkit-keyframes regionCircleStrokeWidth {*/
        /*from {*/
            /*stroke-width: 2px;*/
            /*opacity: 1;*/
        /*}*/
        /*to {*/
            /*stroke-width: 30px;*/
            /*opacity: 0.7;*/
        /*}*/
    /*}@keyframes regionCircleStrokeWidth {*/
         /*from {*/
             /*stroke-width: 2px;*/
             /*opacity: 1;*/
         /*}*/
         /*to {*/
             /*stroke-width: 30px;*/
             /*opacity: 0.7;*/
         /*}*/
     /*}*/
/*}*/

/*@media (min-width: 768px) {*/
    /*@-webkit-keyframes regionCircleStrokeWidth {*/
        /*from {*/
            /*stroke-width: 2px;*/
            /*opacity: 1;*/
        /*}*/
        /*to {*/
            /*stroke-width: 20px;*/
            /*opacity: 0.7;*/
        /*}*/
    /*}@keyframes regionCircleStrokeWidth {*/
         /*from {*/
             /*stroke-width: 2px;*/
             /*opacity: 1;*/
         /*}*/
         /*to {*/
             /*stroke-width: 20px;*/
             /*opacity: 0.7;*/
         /*}*/
     /*}*/
/*}*/

.section-popup-bgd-popup__picture .region-map:hover .region-map__circle {
    fill: #55a51c;
    stroke: rgba(85, 165, 28, 0.3);
}

.section-popup-bgd-popup__picture .region-map:hover .region-map__text {
    fill: rgba(85, 165, 28, 0.9);
}

.section-popup-bgd-popup__picture .region-map__text {
    fill: #673bbb;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-popup-bgd-popup__picture a, .section-popup-bgd-popup__picture a:hover, .section-popup-bgd-popup__picture a:visited {
    text-decoration: none !important;
    outline: none !important;
}

@media (min-width: 100px) {
    .section-popup-bgd .region-map__text {
        display: block;
    }
}

.popup__title {
    display: block;
    height: 50px;
    text-align: left;
    line-height: 50px;

}

.col100 {
    display: block;
    width: 1000px;
    height: 100px;
    margin: auto;
}

/*@media (min-width: 768px) {*/
/*    .col-xs-3.col-sm-2{*/
/*        !*border: #333333;*!*/
/*        left: 100px;*/
/*    }*/
/*}*/

.single-features-part1 {
    position: relative;
    top: 12px
}

.single-features-part2 {
    position: relative;
    top: 13px
}

.single-features-part3 {
    position: relative;
    top: 20px
}

.img-responsive1 {
    left: 0;
}

.blog-filter-title {

}