.country-all {
    margin-top: 40px;
}



@media (max-width: 767px) {
    .country-all  .city-exchange-page__title {
        padding: 10px 10px 10px;
    }
}

.city-exchange__top {
    position: relative;
    top: -40px;
}

.country-top {
    background-color: #120D09;
    border-radius: 1rem;
    padding: 50px 70px;
}

@media (max-width: 767px) {
    .country-top {
        margin: -50px -20px 0;
        border-radius: 0;
        padding: 30px;
        text-align: center;
    }
}

.country-top p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .country-top p {
        font-size: 13px;
    }
}

.country-top__title {
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 767px) {
    .country-top__title {
        font-size: 15px;
        margin-bottom: 20px;
    }
}
.submit-application,
.country-icons__btn,
.country-top__btn {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    background: #ff7a00;
    border: solid 2px #ff7a00;
    height: 50px;
    line-height: 50px;
    width: 180px;
    display: inline-block;
    transition: all .3s;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}

.submit-application {
    width: 240px;
    margin: -40px auto 40px;
    display: block;
}

.submit-application:hover {
    background: transparent;
}

@media (max-width: 767px) {
    .country-top__btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.country-icons {
    margin: 50px 0 0;
    background-color: #120D09;
}

@media (max-width: 767px) {
    .country-icons {
        margin-top: 0;
    }
}
.country-icons .wrapper {
    background: transparent;
}

.country-icons .col-4 {
    margin: 0 15px 20px;

    width: 33.3333%;
}

@media (max-width: 767px) {
    .country-icons .col-4 {
        margin: 0 5px 10px;

    }
}

.country-icons__item {
    margin-bottom: 20px;
    text-align: center;

}
.country-icons__item img,
.country-icons__item svg {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: inline !important;
}

.country-icons__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .country-icons__btn {
        display: none;
    }
    .country-icons__item img,
    .country-icons__item svg {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .country-icons__text {
        font-size: 8px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .country-icons .row {
        flex-direction: row;
    }
}

.country-select {
    width: 810px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    display: block;
    border: solid 1px #fff;
    color: #fff;
    background: #171717;
}

.search-input__inner {
    position: relative;
    margin-bottom: 100px;
}

.search-input__inner svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    fill: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
}

.search-input__inner input::placeholder { color: #fff;}




@media (max-width: 767px) {
 .search-input__inner ul#menu-obmenniki-goroda {
     grid-template-columns: repeat(1, 1fr);
     grid-gap: 10px;
     border: solid 1px #fff;
     border-radius: 10px;
     position: absolute;
     top: 100%;
     max-height: 136px;
     overflow: auto;
     width: calc(100% - 22px);
     z-index: 0000;
     padding: 10px;
    }
}
@media (max-width: 767px) {
    form.ajax_post_form {
        padding: 0 20px;
    }
}