body {
    font-family: Arial, serif;
}
.container {
    width: 100%;
}

.main_text_color {
    color: #082467;
    font-weight: 400;
    position: relative;
    z-index: 100;
}

.font_520 {
    font-size: 5.20rem;
}
.font_350 {
    font-size: 3.50rem;
}
.font_250 {
    font-size: 2.50rem;
}
.font_200 {
    font-size: 2.00rem;
}
.font_150 {
    font-size: 1.50rem;
}

.font_100 {
    font-size: 1.00rem;
}
.font_56 {
    font-size: 56px;
}
.font_bold {
    font-weight: bold;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}
.margin-top-100 {
    margin-top: 100px;
}

.margin-left-20 {
    margin-left: 20px;
}

.center-align {
    align-content: center;
    text-align: center;
    align-self: center;
}

.left-align {
    text-align: left;
}

.plane {
    width: 50%;
    align-content: center;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.text-block {
    border-radius: 50px;
    background: #f5f5f5;
    padding: 50px;
    position: relative;
}

.text-block-mini {
    float: left;
    width: 22%;
    /* border: 1px solid #000000; */
    height: 150px;
    margin: 4px;
}

.center-div {
    display: grid;
    justify-items: center;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    /*width: 50%;*/
}

.width-33 {
    /*width: 33%;*/
}

.price-block > div {
    border-radius: 25px;
    background: #f5f5f5;
    position: relative;
    float: left;
    margin: 5px;
    padding:20px
}

.ates-block > div {
    border-radius: 25px;
    background: #f5f5f5;
    position: relative;
    float: left;
    margin: 5px;
    padding:20px;
    width: 90%;

}


.blue-fill {
    background: #eef3ff!important;
}

a {
    text-decoration: none;
    color: #082467;
}
.country, .country_apec {
    width: 54%;
}
.country > div {
    float: left;
    margin-right: 10px;
}
.country_apec {
    width: 150px;
    height: 165px;
}
.country_apec > div {
    font-size: 1rem;
}

.apec{
    width: 35%;
    margin-top: 10px;
    margin-left: 31%;
    margin-right: 31%;
}
.apec_block {
    margin-top: 10px;
}
.apec_block > div {
    float: left;
    margin-right: 10px;
}

.ates-block > div > div{
    margin-top:7px;

}

.red_color {
    color: red;
}