@media (max-width: 1199px) {

    .timeline_item {
        padding-top: 0;
    }

    .timeline_item_wrapper {
        padding-top: 25px;
    }

    .timeline_item_icon {
        margin-left: 15px;
    }

    .timeline_title, .timeline_text {
        padding-left: 15px;
    }

    .timeline_title {
        margin-bottom: 45px;
    }

    .timeline_item_icon::before {
        width: 220px;
        height: 2px;
        top: 50% !important;
        bottom: auto !important;
        right: -220px;
        left: auto;
        margin-top: -1px;
    }

    .timeline_card .timeline_item_icon::after {
        top: 50% !important;
        bottom: auto !important;
        right: -220px;
        left: auto;
        margin-top: -5px;
    }

    .timeline_item::before {
        display: none;
    }
}


@media (max-width: 959px) {
    html {
        font-size: 24px;
    }
    .box_wrapper::after {
        display: none;
    }
    #countries .uk-list {
        margin-left: 0;
    }
    .timeline_text {
        font-size: 1rem;
        margin-bottom: 45px !important;
    }
    .timeline_title {
        margin-bottom: 30px;
	font-size: 1.2rem;
    }
    .logo_big_wrapper::after {
        display: none;
    }
    .logo_big {
        max-width: 300px;
        margin-bottom: 45px;
    }
    .no_padding_m {
        padding: 0;
    }
    #about {
        padding-bottom: 0;
    }

}

@media (max-width: 639px) {
    .box {
        font-size: 1rem;
        padding: 15px 25px;
    }
    footer .info .phone {
        font-size: 1.5rem;
    }
    footer {
        font-size: .9rem;
    }
    h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .timeline_item_icon::before {
        width: 100px;
        right: -100px;

    }
    .timeline_card .timeline_item_icon::after {
        right: -100px;
    }

    .line {
        margin-left: 0;
        margin-right: 0;
    }
    
    .timeline_title {
      font-size: 32px;
      margin-bottom: 40px;
    }
}
