.emigrants-main-wrapper{
    width: 100%;
    background-image: url('/v4_imgs/others/emigrants/dotted_map.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 30px;
}

.emigrants-inner-wrapper {
    max-width: 1150px;
    padding-left: 35px;
    padding-right: 35px;
}

.mv_width_wrapper{
    width: 100%;
    /*margin: 0 auto;*/
}

.emigrants-left-container{
    max-width: 680px;
}

.emigrants-left-container p{
    color: green;
    padding-top: 40px;
    font-family: "BPG_Arial";
    font-size: 15px;
    line-height: 22px;
    color: #4c4c4c;
}

.emigrants-left-container p:first-child{
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 17px;
    line-height: 24px;
    color: #000;
    padding-top: 50px;
}

.emigrants-right-image{
    margin-top: 150px;
    margin-right: 50px;
}

.emigrants-red-container{
    background-color: #b31217;
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.emigrants-red-container h2{
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 23px;
    color: #fff;
}

.emigrants-packages-wrapper{

}

.emigrants-packages-main-wrapper{
    display: inline-block;
}

.emigrants-packages-main-wrapper h2{
    text-align: center;
}

.emigrants-package{
    width: 300px;
    margin-right: 20px;
    margin-top: 25px;
}

.emigrants-package-header {
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 22px;
    padding-left: 70px;
}

.emigrants-package-header .lari{
    margin-top: 12px;
    font-size: 21px;
    margin-left: 5px;
}

.emigrants-package-month{
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 23px;
    color: #000;
    margin-top: 9px;
}

.emigrants-package-price{
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 41px;
    color: #bc0d16;
    margin-left: 10px;
}

.emigrants-package-purchase{
    background-color: #30383d;
    text-align: center;
    cursor: pointer;
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
}

.emigrants-package-purchase:hover,
.emigrants-package-purchase.active{
    background-color: #1d1f20;
}

.emigrants-not-enough-money{
    display: none;
    text-align: center;
}

.emigrants-not-enough-money.active{
    display: block;
}

.emigrants-not-enough-money p{
    font-family: "BPG_Arial";
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.emigrants-not-enough-money a{
    display: inline-block;
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 14px;
    color: #000;
    border-radius: 2px;
    background-color: #fff;
    padding: 12px 30px 8px 30px;
    margin-top: 15px;
}

.emigrants-packages-description {
    margin-top: 30px;
    padding-left: 80px;
    max-width: 750px;
    text-align: center;
    font-family: "BPG_Arial";
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.emigrants-services-description-header{
    font-family: "BPG_Nino_Mtavruli_Bold";
    font-size: 23px;
    color: #1d1f20;
    margin-top: 30px;
}

.emigrants-services-list{
    margin-top: 20px;
    margin-left: 40px;
}

.emigrants-services-list li{
    font-family: "BPG_Arial";
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.emigrants-services-list li::before{
    content: "";
    background-color: #b72126;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -20px;
}

.emigrants-support-text{
    font-family: "BPG_Arial";
    font-size: 15px;
    color: #4c4c4c;
    margin-top: 25px;
}

.emigrants-support-text a{
    color: #b31217;
}

.emigrants-bottom-description{
    font-family: "BPG_Arial";
    font-size: 14px;
    color: #727272;
    margin-top: 60px;
}

