.popular_block_cont {
    display: flex
}

.popular_block_cont .popular_block_left_cont {
    width: 50%;
    min-width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px
}

.popular_block_cont .popular_block_left_cont .popular_block_center, .popular_block_cont .popular_block_left_cont .popular_block_left {
    width: 50%;
    min-width: 50%
}

.popular_block_cont .popular_block_left_cont .popular_block_left {
    padding-right: 20px
}

.popular_block_cont .popular_block_left_cont .popular_block_center {
    padding-left: 20px
}

.popular_block_cont .popular_block_right {
    width: 50%;
    min-width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px
}

.popular_block_cont .popular_block_left .item {
    height: 208px;
    width: 100%;
    margin-bottom: 20px
}

.popular_block_cont .popular_block_left_cont .item_big {
    height: 436px
}

.popular_block_cont .popular_block_right .item {
    height: 208px;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px
}

.popular_block_cont .popular_block_right .item_two {
    padding-left: 20px;
    padding-right: 0
}

.popular_block_cont .popular_block_right .item_big_horizontal {
    height: 208px;
    width: 100%
}


.select_text_blue {
    background-color: #2172de1a;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_blue:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #2172de;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.static_page p {
    line-height: 1.5;
}

.static_page h2 {
    font-size: 20px;
    padding: 30px 0 15px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
}

.static_page ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.static_page ul {
    padding-left: 0;}

.static_page ul li{
    padding-left: 2em;
    margin: 0;
}
.static_page li:hover {
    color: rgb(0,0,0);
}

.static_page ol li:before {
    content:counter(myCounter);
    counter-increment:myCounter;
    position:absolute;
    top: 1px;
    left:0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding:0px;
    color:#fff;
    background: #2172de;
    font-weight:normal;
    text-align:center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.static_page ul li:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 10px;
    height: 10px;
    line-height: 1.8em;
    padding:0px;
    color:#fff;
    background:#2172de;
    font-weight:bold;
    text-align:center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.static_page li:hover:before {
    background-color: #17509b;
}

.static_page li li:before{
    background-color: #0073a3;
}

.static_page li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    /*content: '';*/
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.static_page li:hover:after {
    background-color: #8ab75a;
}

.static_page li li {
    font-size: 0.8em;
}


.contact-page {
    margin-bottom: 20px;
}

.contact-list {
    padding: 30px 20px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.contact-page h2 {
    padding: 10px 0 10px;
}
.contact-page .item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.contact-page .item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.part-title{
    text-align: center;
    text-transform: uppercase;
    color: #7a7794;
    font-weight:bold;
}

.ag_cnotice_window.color_theme_neutral .ag_cnotice_window_content {
    width: 1300px;
    padding-left: 0;
    padding-right: 15px;
}

.ag_cnotice_window.color_theme_neutral .ag_cnotice_window_content {
    margin: 0 auto;
    background-color: #fff;
}

#js-cnotice-window {
    border: 2px solid #182544;
    background-color: #fff;
}

.ag_cnotice_window.color_theme_neutral .ag_cnotice_window_text {
    font-size: 16px;
    color: #727272;
}

.ag_cnotice_window.color_theme_neutral .ag_cnotice_window_text a {
    color: #182544;
}

#js-cnotice-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    font-size: 14px;
    background: #182544;
    border: 1px solid #182544;
    color: #fff;
    padding: 7px 25px;
    transition: .2s ease-in-out;
}

#js-cnotice-close:hover {
    background: #1e67c8;
    transition: .2s ease-in-out;
}

@media (max-width: 481px) {
    .ag_cnotice_window_text {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .ag_cnotice_window_text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    #js-cnotice-close {
        width: auto;
    }
    .ag_cnotice_window_image {
        display: none;
    }
}

@media (min-width: 992px) {
    .ag_cnotice_window.color_theme_neutral .ag_cnotice_window_content {
        padding-left: 20px;
    }
}

.custom-feedback.text-center {
    text-align: unset;
}