@media screen and (max-width: 600px) {
    header.fx-cont {
        flex-direction: column;
        align-items: center;
    }

    header.fx-cont .sub-flex {
        text-align: center;
        width: 100%;
    }

    header.fx-cont .sub-flex .top-button {
        float: none;
        display: inline-block;
        margin: 4px 6px;
    }
}

html {
    font-size: 1em;
}
body {
    background-color: #f7f4f4; /* e9e9e9 F7F8FA */
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
header {
    min-height: 70px;
    background-color: #fff;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
h1 {
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    
}
h1, h2, h3, h4 {
    color: #387474;
    margin: 5px 0;
    font-weight: 500;
}
a:link{text-decoration: none;}
/* a:visited {}
a:hover {}
a:active {} */

#search-top, #logo-top {
margin: 0;
}
#search-input {
    margin: 1px 1px 5px 1px;
    padding: 3px;
    width: 70%;
}
#search-btn {
    margin: 0;
    padding: 5px 7px;
    background-color: #387474;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.top-button {
    float: right;
    padding: 8px 7px;
    margin: 1px 4px 1px 0;
    border: 1px solid #ccc; 
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.05rem;
    cursor: pointer;
}
#adbull {
    background-color: #e37222;
    color: #fff;
    font-weight: 500;
}
#adbull:hover, #adbullbig:hover {
    background-color: #fc6a02;
    border: 1px solid #555;
    transition: all 2s;
}
#login {
    color: #555;
}
#register {
    color: #555;
    border: 0;
    font-size: 0.95rem;
}
#login:hover {
    background-color: #387474;
    color: #fff;
    transition: all 2s;
    
}

.crambs {
    border: 1px solid #ccc;
    width: 90%;
    max-width: 1300px;
    margin: 15px auto;
    padding: 10px 20px;
    background-color: #ffe;
    font-size: 0.8rem;
}
.crambs a, .usermenu a {
    color: #387474;
    text-decoration: none;
    font-size: 1rem;
}
 main {
     min-height: 400px;


}
.main-center {
    flex: 5 1 500px;
    overflow: hidden;
  /*  border: 1px solid #ccc; */
}
.a-box {
    flex: 1 1 200px;
    display: block;
    max-width: 300px;
    text-align: center;
    background-color: #ffe;
    padding: 1px 1px 10px 1px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.a-box:hover {
    background-color: #ffd;
    box-shadow: 5px 5px 5px #ccc;
}
.a-selected {
    border: 3px solid #eeaa7b;

}
.a-vtop {
    border: 3px solid #387474;

}
.a-img {
    max-width: 99%;
    max-height: 170px;
}

.a-link {
    display: inline-block;
    padding: 10px;
    color: black;
    text-decoration: none;
}
.price {
    display: block;
    margin: 5px 20%;
    background-color: #fff; /* eeaa7b */
    overflow: hidden;
    font-weight: 500;
}



/*
Aside block
*/



#adbullbig {
    display: block;
    background-color: #e37222;
    color: #fff;
    font-weight: 500;
    padding: 8px 18px;
    margin: 10px 5px 17px 5px;
    border: 1px solid #ccc; 
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
}






footer {
    background-color: #387474;
    color: #ccc;
    padding: 30px 20px 100px 20px;
    margin: 80px 0 0 0;
    text-align: center;
}

.footer-ads {
    text-align: center;
    padding: 48px 0 0;
}

.footer-ads__placeholder {
    display: inline-block;
}
footer ul {
    margin: 20px 10px;
}
footer li {
    display: inline;
    padding: 10px 5px;
}
.geo-switcher {
    max-width: 680px;
    margin: 30px auto 40px auto;
    padding: 22px 26px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(56, 116, 116, 0.25);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    text-align: left;
    color: #2d5858;
}

.geo-switcher__heading {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d5858;
}

.geo-switcher__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    align-items: center;
}

.geo-switcher__label {
    display: block;
    font-weight: 600;
    color: #2d5858;
}

.geo-switcher__select {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid rgba(56, 116, 116, 0.35);
    border-radius: 6px;
    background-color: #fff;
    color: #2d5858;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.geo-switcher__select:focus {
    outline: none;
    border-color: #387474;
    box-shadow: 0 0 0 3px rgba(56, 116, 116, 0.2);
}

.geo-switcher__submit {
    justify-self: start;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    background-color: #387474;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.geo-switcher__submit:hover,
.geo-switcher__submit:focus {
    background-color: #2d5858;
    box-shadow: 0 4px 12px rgba(45, 88, 88, 0.35);
    outline: none;
}

.geo-switcher__message {
    grid-column: 1 / -1;
    padding: 10px 14px;
    border-left: 4px solid #387474;
    border-radius: 6px;
    background-color: rgba(56, 116, 116, 0.08);
    color: #2d5858;
    font-size: 0.95rem;
}

.geo-switcher__message--error {
    border-left-color: #d9534f;
    background-color: rgba(217, 83, 79, 0.15);
    color: #7f1d1d;
}

.geo-switcher__message--success {
    border-left-color: #4cae4c;
    background-color: rgba(76, 174, 76, 0.12);
    color: #1f5d2d;
}

.geo-switcher__fallback {
    margin: 18px 0 0;
    font-size: 0.95rem;
}

.geo-switcher__fallback a {
    color: #387474;
    text-decoration: underline;
}

.language-switcher {
    margin: 0 auto 30px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.language-switcher label {
    font-weight: 600;
    color: #fff;
}

.language-switcher select {
    min-width: 160px;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #fff;
    color: #387474;
    font-size: 1rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.language-switcher select:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.language-switcher__submit {
    padding: 9px 18px;
    border-radius: 6px;
    border: none;
    background-color: #e37222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.language-switcher__submit:hover,
.language-switcher__submit:focus {
    background-color: #fc6a02;
    box-shadow: 0 4px 12px rgba(252, 106, 2, 0.35);
    outline: none;
}

.footer-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0 10px;
    flex-wrap: wrap;
}

.order-page {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 40px auto;
}

.order-page__section {
    background-color: #fff;
    border: 1px solid #d5e4e4;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 6px 18px rgba(56, 116, 116, 0.08);
}

.order-page__section h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.35rem;
    color: #285a5a;
}

.order-details {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.order-details__row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 18px;
    border: 1px solid #d5e4e4;
    border-radius: 12px;
    background: linear-gradient(145deg, #f9fefe 0%, #edf8f8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.order-details__row dt {
    min-width: 110px;
    margin: 0;
    font-weight: 600;
    color: #2d5f5f;
}

.order-details__row dd {
    margin: 0;
    flex: 1;
    color: #1e3232;
}

.order-details__row a {
    color: #2d5f5f;
    text-decoration: none;
    font-weight: 600;
}

.order-details__row a:hover,
.order-details__row a:focus {
    text-decoration: underline;
}

.order-plan-description,
.order-plan-extra {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #d5e4e4;
    background: #f9fefe;
    color: #3c5050;
    line-height: 1.5;
}

.order-plan-extra {
    background: #e8f4f4;
}

.order-invoice {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #d5e4e4;
    background: #f9fefe;
    color: #3c5050;
    line-height: 1.5;
}

.order-amount {
    margin: 0;
    font-size: 1.5rem;
    color: #2d5f5f;
}

.order-checkout-form {
    margin-top: 12px;
}

.order-providers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.order-provider-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, #f1fbfb 100%);
    border: 1px solid #d5e4e4;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(56, 116, 116, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-provider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(56, 116, 116, 0.16);
}

.order-provider-card__body {
    padding: 22px 22px 0 22px;
    flex-grow: 1;
}

.order-provider-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #285a5a;
}

.order-provider-card__description {
    margin: 0;
    color: #4f6666;
    line-height: 1.45;
    font-size: 0.95rem;
}

.order-provider-card__footer {
    padding: 0 22px 22px 22px;
}

.order-provider-card__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 18px;
    background: linear-gradient(135deg, #3a8686 0%, #2f6f6f 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(42, 100, 100, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.order-provider-card__button:hover,
.order-provider-card__button:focus {
    background: linear-gradient(135deg, #2f6f6f 0%, #285a5a 100%);
    box-shadow: 0 12px 22px rgba(42, 100, 100, 0.3);
    transform: translateY(-2px);
}

.order-provider-card__button:focus {
    outline: 3px solid rgba(58, 134, 134, 0.35);
    outline-offset: 2px;
}

.order-checkout-result {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 10px;
    background: rgba(227, 114, 34, 0.12);
    color: #8b3f05;
    display: none;
}

.order-checkout-result.is-visible {
    display: block;
}

.order-providers__empty {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #d5e4e4;
    background: #f9fefe;
    color: #3c5050;
}

@media (max-width: 640px) {
    .order-page {
        width: 94%;
    }

    .order-page__section {
        padding: 18px;
    }

    .order-details__row {
        flex-direction: column;
        gap: 8px;
        padding: 14px 16px;
    }

    .order-details__row dt {
        min-width: auto;
    }

    .order-provider-card__body {
        padding: 18px 18px 0 18px;
    }

    .order-provider-card__footer {
        padding: 0 18px 18px 18px;
    }
}
.footer-payments__logo {
    display: block;
    width: auto;
    height: 32px;
    max-width: 100%;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.16));
}

@media (max-width: 640px) {
    .footer-payments__logo {
        height: 28px;
    }
}

@media (max-width: 480px) {
    .footer-payments__logo {
        height: 24px;
    }
}
.footer-link {
    text-decoration: none;
    color: #ccc;
    padding: 7px;
    border: 1px solid #387474;
    border-radius: 3px;
}
.footer-link:hover {
    border: 1px solid #ccc;
}


/*
Advertisement page 
*/

.box-centered-img {
    text-align: center;
}
.a-img-big {
    max-width: 99%;
    max-height: 450px;
}
.a-img-sm {
    max-width: 20%;
    max-height: 100px;
    display: inline-block;
    margin: 5px;
}
.a-page {
    border: 1px solid #ccc;
    width: 90%;
    max-width: 900px;
    margin: 1px 20px;
    padding: 20px;
    background-color: #ffe;
}

.a-desctiption {
    text-align: left;
    padding: 0;
}
p {
    line-height: 1.7rem;
    text-indent: 1rem;
}
.a-info {
    margin: 20px 0;
    text-align: left;
}
.a-info-cont {
    font-weight: 500;
    font-size: 1.1rem;
}
.a-danger {
    font-weight: 500;
    font-size: 1.3rem;
    color: red;
}
#contactform {
    width: 99%;
    margin: 10px auto;
    padding: 10px;
    box-sizing: border-box;
}
.similar {
    margin: 50px 0 0 0;
    padding: 50px;
    box-sizing: border-box;
    background-color: #ddd;
    width: 100%;
    display: flex;
    flex-flow: row wrap; 

}
.userOtherAds{
    display: block;
    margin: 10px 5px;
    padding: 5px;
}
.mySlides {display:none}
.demo {cursor:pointer}

.i-buttons {
    display: inline-block;
    background: #ddd;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 1.05rem;
    padding: 9px 15px;
    margin: 5px;
    cursor: pointer;
}
.a-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    margin: 15px 0 5px;
}
.a-actions__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}
.a-actions__item form {
    margin: 0;
}
.a-actions__notice {
    margin: 0 0 15px;
}
.a-actions__notice p {
    margin: 0;
    text-indent: 0;
}
.a-actions__item .i-buttons {
    white-space: nowrap;
}
.i-info {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 1.05rem;
    padding: 9px 15px;
    margin: 5px;
}
.inline-form{
    display: inline-block;
}
.a-content-notice {
    margin: 20px 0 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1.4rem;
}
.a-content-notice p {
    margin: 0;
    text-indent: 0;
}

@media screen and (max-width: 640px) {
    .a-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .a-actions__item {
        width: 100%;
        justify-content: center;
    }

    .a-actions__item .i-buttons,
    .a-actions__item form {
        width: 100%;
    }

    .a-actions__item .i-buttons {
        text-align: center;
    }
}


/*
Form
*/
fieldset {
    width: 90%;
    background: #e9e9e9;
}
fieldset legend {
    padding: 5px;

}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
padding: 10px;
margin: 15px 5px;
border: solid 1px #555;
display: block;
width: 95%;
}
textarea {
    height: 200px;
    }
label {
    font-size: 1.1rem;
}
select {
padding: 5px;
margin: 10px;
border: solid 1px #555;

}
#formsubmit {
    background: #e37222;
    border: 1px solid #e37222;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5rem;
    display: block;
    width: 95%;
    padding: 15px;
    margin: 15px;
    
}
#formsubmit:hover {
    background: #fc6907;
    border: 1px solid #555;
    cursor: pointer;
}
#formunsubmit {
    font-size: 1.5rem;
    display: block;
    width: 90%;
    text-align: center;
    padding: 15px;
    margin: 15px;
    
}
#formunsubmit:hover {
    text-decoration: underline;
}

/*
Flex 
*/
.fx-cont {

display: flex;
flex-flow: row wrap; 
align-items: center;
}

.sub-flex {
  flex: 1 1 320px;

}

.fx-box {
    margin: 5px auto;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap; 

}
.fx-big {
    display: flex;
    flex-flow: row wrap; 
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1300px;
    margin: 20px 20px;
}
.fx-aside {
    flex: 1 1 250px;
    border: 1px solid #ccc; 
    background-color: #fff;
    padding: 10px;
    margin-top: 1px;
}








/*
citybb
*/

.addthis {
    display: inline-block;
    padding: 5px;
    border: 1px solid #555;
    border-radius: 3px;
    margin: 5px 20px; 
}
.filterform {
    padding: 5px;
    margin: 5px 20px; 
    min-width: 50%;
}
.marks, .time, .region {
    display: block;
    margin: 3px auto;
    padding: 0;
}
.time {
    font-size: 0.8rem;
}
#userlinks {
    background: #b1f0ae;
    text-align: right;
    margin: 15px 0;
    padding: 15px 10px;
    border: 1px solid #ccc;
}
.usermenu {
    padding: 5px 10px;
}

/*Временная заглушка т.к. при добавлении картинки она становится огромная*/
img {
    max-width: 70%;
}





/*  -----Simple page-----  */

.simple {
    min-height: 350px;
    max-width: 1300px;
  /*  background-color: #fff;         */
    border: 1px solid #ccc;
    margin: 15px auto;
    padding: 15px;
    border-radius: 3px;
}

/*---------Login and register pages-----------*/
.simple-sm {
    min-height: 350px;
    max-width: 700px;
  /*  background-color: #fff;         */
    border: 1px solid #ccc;
    margin: 15px auto;
    padding: 15px;
    border-radius: 3px;
}


/*  -----Pagination-----  */

.pagiblock {

    text-align: center;
    display: block;

}
.pagination {

    background-color: #fff;
    border: 1px solid #ccc;
    margin: 7px;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;

}
.pagination:hover {

    background-color: #eeaa7b;


}


/*Table user page */

th, td {
    border: 1px solid black;
    padding: 10px;
}

/*USER PAGE DISPLAY ADS*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.7s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1.2s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}




/* Flex отображение списка объявлений с настройками */
.sub-flex-img {
    flex: 1 0 100px;
    text-align: left;
  
  }
.sub-flex-buttons {
    flex: 1 0 100px;
    text-align: right;
  
  }
.sub-flex-admin3 {
    flex: 5 1 300px;
    padding: 5px 15px;
  
  }
  
  .fx-admin {
      margin: 15px auto;
      padding: 10px;
      max-width: 1200px;
      border: 1px solid #555;
      border-radius: 3px;
      display: flex;
      flex-flow: row wrap;   
  }

.adm-button {
    display: inline-block;
    padding: 7px;
    margin: 3px;
    color: #111;
    text-decoration: none;
    font-size: 1.05rem;
    background-color: #b1f0ae;
    cursor: pointer;
    border: 1px solid #ccc; 
    border-radius: 3px;
}







/*END USER PAGE DISPLAY ADS*/






/* Main page categories block*/
.topcats{
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 15px 7px;
    padding: 8px 5px;
}
.category-name {
    display: inline-block;
    color: #387474;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 5px 10px;
}
/* Main page cities */
.cities-block {
    border: 1px solid #ccc; 
    padding: 10px;
    margin: 10px;
}
.city-name {
    display: inline-block;
    color: #387474;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
    border: 1px solid #555;
    border-radius: 3px;
}
.city-name:hover {
    background-color: #fff;
}



/* Admin page*/

.adminmenu{
    margin: 10px;
    text-align: right;
}
.adminlink{
    display: inline-block;
    padding: 8px;
    margin: 5px;
    background-color: #ccc;
    color: #387474;
    border: 1px solid #555;
    border-radius: 3px;
}

.img-sub-flex {
    flex: 1 0 100px;
    text-align: left;
  
  }
.buttons-sub-flex {
    flex: 1 0 115px;
    text-align: right;
  
  }
.title-sub-flex {
    flex: 7 1 500px;
    padding: 5px 15px;
  
  }
  
.admin-fx {
      margin: 15px auto;
      padding: 10px;
      max-width: 1200px;
      border: 1px solid #555;
      border-radius: 3px;
      display: flex;
      flex-flow: row wrap;   
  }


  /* Search page*/
  .searchformbox{
      text-align: center;
  }
  input[type="search"] {
    padding: 10px;
    margin: 5px;
    border: solid 1px #555;
    display: inline-block;
    width: 65%;
    }

    #searchbtn {
        background: #e37222;
        border: 1px solid #e37222;
        border-radius: 3px;
        color: #fff;
        font-size: 1.1rem;
        display: inline-block;
        padding: 10px 17px;
        margin: 5px;
    }
    .searchresult{
        font-size: 1.2rem;
        display: block;

    }
    .searchresbox{
        padding: 7px;
        margin: 25px 15px;
        border: 1px dashed #ddd;
        border-radius: 3px;


    }


    /*   404 page */

.page404img{
    max-width: 99%;
    margin: 20px;
    max-height: 400px;
    opacity: 0.8;
}
.page404img:hover{
    opacity: 1;
}
.wraper{
    margin: 5px;
    padding: 5px;
}


    /*   page auth */
.pageauthlink {
    font-size: 1.2rem;
    color: #111; 
}
.pageauthlink:hover {
    color: #fc6a02; 
}
.pageauthbutton {
    display: inline-block;
    margin: 45px 20px;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eeaa7b;
    max-width: 250px;
    text-align: center;
}



/* page do-highlight  */
* {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.columns {
    float: left;
    width: 38.3%;
    padding: 8px;
}

.highlight {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.highlight:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.highlight .header {
    background-color: #555;
    color: white;
    font-size: 25px;
}

.highlight li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.highlight .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.country-hero,
.country-info-block {
    max-width: 1200px;
    margin: 20px auto;
    padding: 24px 28px;
    background-color: #ffe;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.country-hero p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.country-hero p:last-child {
    margin-bottom: 0;
}

.country-hero__intro {
    font-size: 1.1rem;
    color: #333;
}

.country-hero__stats {
    font-weight: 600;
    color: #387474;
}

.country-hero__cities {
    color: #555;
}

.country-info-block {
    flex: 1 1 100%;
    width: 100%;
}

.country-faq__heading,
.country-howto__heading {
    margin-top: 0;
    color: #1f4141;
}

.country-faq__items {
    margin: 18px 0 0;
}

.country-faq__item {
    margin: 0 0 12px;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.7);
}

.country-faq__item:last-child {
    margin-bottom: 0;
}

.country-faq__question {
    font-weight: 600;
    color: #2d5858;
    cursor: pointer;
}

.country-faq__answer {
    margin: 10px 0 0;
    color: #333;
    line-height: 1.55;
}

.country-howto__intro {
    margin: 12px 0 18px;
    line-height: 1.55;
    color: #333;
}

.country-howto__steps {
    margin: 0;
    padding-left: 20px;
}

.country-howto__step {
    margin: 0 0 14px;
}

.country-howto__step:last-child {
    margin-bottom: 0;
}

.country-howto__step-title {
    margin: 0 0 6px;
    color: #2d5858;
}

.country-howto__step-text {
    margin: 0;
    color: #333;
    line-height: 1.55;
}

.country-howto__cta {
    display: inline-block;
    margin-top: 18px;
}

.country-empty-state {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 15px auto;
    padding: 18px;
    box-sizing: border-box;
}

.country-empty-state__heading {
    margin-top: 0;
}

.country-empty-state__body {
    margin-bottom: 15px;
}

.country-empty-state__cta {
    display: inline-block;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
    .geo-switcher {
        padding: 18px 20px;
    }
    .geo-switcher__form {
        grid-template-columns: 1fr;
    }
    .geo-switcher__submit {
        width: 100%;
        justify-self: stretch;
    }
    .language-switcher {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
    .language-switcher__submit {
        width: 100%;
    }
}


