.info-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info-widget {
    height: 192px;
    margin-bottom: 20px;
    padding: 22px 34px 13px;
    background: #f5f5f5;
    width: 100%;
}
.info-widget--sm {
    width: 49%;
}
.info-widget h3 {
    margin: 0 0 10px;
    padding: 0;
    /*font-weight: 600;*/
    font-size: 16px;
    color: #000;
}
.info-widget__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}
.info-widget__time-value {
    font-weight: 300;
    font-size: 38px;
    color: #333;
    line-height: normal;
}
.info-widget__time-place {
    display: block;
    font-size: 13px;
    color: #999;
}
.info-widget__time-dots {
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}
.info-widget__time-value--to {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.info-widget__time-diff {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 13px;
}

/* погода-выбор */
.info-widget__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Select.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select {
    position: relative;
    margin-bottom: 8px;
}
.widget-select .Select-control {
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #000;
    border: none;
}
.Select-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.Select--single>.Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    /*color: #aaa;*/
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-select .Select-control .Select-value {
    padding: 0;
    padding-left: 5px;
    position: static;
    display: inline-block;
    text-decoration: underline;
}
.widget-select .Select-control .Select-input {
    height: 1px;
    padding: 0;
}
.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}
.Select.is-open>.Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}
.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative;
}
.Select-menu-outer {
    display: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 400px;
    font-size: 14px;
    position: absolute;
    top: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
.Select-menu-outer.collapsed {
    display: block;
}
.Select-menu .select-option {
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 0 10px;
}
.Select-menu .select-option:hover {
    background: #e6e6e6;
}
/*погода-температура*/
.info-widget__weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 0;
}
.info-widget__weather-item {
    font-size: 38px;
    line-height: 1;
}
.info-widget__air {
    margin-bottom: 20px;
    color: #f0c83d;
}
.info-widget__water {
    color: #2361bc;
}

/* страна по месяцам */
.info-widget__list, .info-flying__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info-widget__month {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
}
.info-widget__item i {
    color: #666;
    font-size: 16px;
    margin-right: 10px;
}



/*.info-widget__month:before {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 7px;
    vertical-align: middle;
    content: '';
    background-repeat: no-repeat;
}
.info-widget__month--winter:before {
    background-image: url(../img/Snow.svg);
    height: 16px;
    width: 14px;
}
.info-widget__month--spring:before {
    background-image: url(../img/Flower.svg);
    height: 16px;
    width: 14px;
}
.info-widget__month--summer:before {
    background-image: url(../img/Sun.svg);
    height: 16px;
    width: 14px;
}
.info-widget__month--autumn:before {
    background-image: url(../img/Leafe.svg);
    height: 16px;
    width: 14px;
}*/

.info-block-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-block-list__item {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-block-list__link {
    color: #000;
    text-decoration: none;
}


/* полет */
h2.info-section-title {
    color: #3366ff;
}
.info-flying__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.info-flying__info i {
    margin-top: 15px;
    font-size: 50px;
    height: 50px;
    color: #666;
}
.info-flying__key {
    font-size: 14px;
}
.info-flying__value {
    font-size: 24px;
}


/* погода таблица */
.info-weather__table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.info-weather__keys {
    padding: 44px 7px 0 0;
}
.info-weather__key {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 17px;
    vertical-align: middle;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-weather__key i {
    min-width: 15px;
}
.info-weather__key-text {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.info-weather__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: auto;
    -ms-overflow-style: none;
}
.info-weather__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 13px;
    text-align: center;
}
.info-weather__item--current {
    border: 1px solid #e8e8e8;
}
.info-weather__month {
    padding: 15px 0 20px;
    font-size: 12px;
    white-space: nowrap;
}
.info-weather__value {
    padding: 4px 0 14px;
    font-size: 18px;
}
.info-weather__value--air {
    color: #2361bc;
}
.info-weather__value--water {
    color: #e4be3a;
}


/* Описание страны */
.country-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    clear: both;
    position: relative;
}
.country-desc__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.71;
    width: 100%;
}
.country-desc__item h2 {
    font-weight: 600;
    line-height: 1.35;
    font-size: 26px;
    margin-bottom: 16px;
}
.country-desc__back {
    position: relative;
    background-color: #faf8eb;
    margin-bottom: 25px;
    padding: 20px 65px 15px 30px;
}
.country-desc__item--small {
    width: 49%;
}

/* иконки для описания */
.country-desc__back:before, .country-desc__back>i {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    font-family: "Font Awesome 6 Pro";
}


.country-desc__item--beach:before { /* пляж */
    content: '';
    background-image: url(../img/Beach.svg);
    width: 42px;
    height: 42px
}
.country-desc__item--excursions:before { /* экскурсии */
    content: '';
    background-image: url(../img/Car.svg);
    width: 42px;
    height: 42px
}


/* таблицы */
.country-desc__item table tr td {
    border: 1px solid #00b2d6;
    background: #fff;
}






@-webkit-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 1; }
    51% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 1; }
    51% { opacity: 0; }
    100% { opacity: 0; }
}



@media screen and (max-width: 1023px) {
    .info-widget--sm {
        width: 100%;
    }

    .country-desc__item--small {
        width: 100%;
    }
}
@media screen and (max-width: 760px) {
    .info-widget {
        height: 100%;
    }
    .info-widget__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

}
