#menu {
    background: rgb(34, 170, 199);
}

#footer {
    background: rgb(34, 170, 199);
}

/* Weather main */
.weather-module-top {
    background: url(../images/bg-module-top.jpg);
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /* background-size: 100% auto;*/
    /* background-position: center top;*/
    /* background-attachment: fixed;*/
}

.weather-main h1 {
    font-size: 2rem;
}

.weather-main h2 {
    font-size: 1.5rem;
}

.weather-container {
    color: #fff;
}

.weather-container a {
    color: #fff;
}

.weather-main-today-topleft {
    font-size: 1rem;
}

.weather-main-today-span {
    color: #aeb6c6;
    font-size: 12px;
    margin: 0 0 0 5px;
}

.weather-main-today-topright {
    color: #aeb6c6;
    font-size: 12px;
}

.day-length img {
    display: inline-block;
    margin-bottom: -4px;
    padding-right: 4px;
}

.night-length img {
    display: inline-block;
    margin-bottom: -2px;
    padding-right: 1px;
}

/*-------------------------------------------------------------------------*/
.weather-main-gfx-small {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6rem;
}

.weather-icon {
    position: relative;
    height: 100%;
    width: 100%;
}

/* tomorrow */

.weather-main-deg-box {
    font-size: 24px;
}

.weather-main-deg-day {

}

.weather-main-deg-night div {
    background: #10223d;
    border-radius: .1rem;
}

.deg-num {
    font-size: 24px;
    padding: 0 3px;
}

sup {
    top: -.6em;
}

.weather-main-tomorrow {
    border-left: .1rem solid #5b7397;
}

.deg-num-main {
    /* font-size: 78px;*/
    /*line-height: 146px;*/
    font-size: 4rem;
    line-height: 9.5rem;
}

.weather-main-today-wind {
    color: #aeb6c6;
    font-size: 12px;

}

.weather-main-today-wind img {
    display: inline-block;
    margin-bottom: -4px;
    padding-right: 4px;
}

.weather-main-today-rainfall {
    color: #aeb6c6;
    font-size: 12px;
}

.weather-main-today-rainfall img {
    margin-bottom: -4px;
    padding-right: 4px;
}

.weather-main-today-link {
    font-size: 16px;
    color: #ffc331;
}

.weather-main-precipitation div {
    padding-top: 20px;
}

.weather-main-today-link {
    padding-top: 20px;
}

/*.weather-main-today-link::after {*/
/*    content: '';*/
/*    margin: 0 0 0 4px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 4px solid transparent;*/
/*    border-bottom: 4px solid transparent;*/
/*    border-left: 4px solid #ffc331;*/
/*}*/

/* END Weather main */

.no-padding-bottom {
    padding-bottom: 0px !important
}

/*Page 2*/

.blocks:nth-child(even) {
    background-color: #f0f0f0; /* Цвет подсветки */
}

.blocks div {
    overflow: hidden;
}

.font-one {
    font-weight: 600;
    color: black;
    font-size: 0.7rem;
}

.day-week {
    font-size: 1.3rem;
    font-weight: bold;
}

.day-span {
    /*color: #28282b;*/
    font-weight: 500;
    color: black;
    font-size: 1.1rem;
}

.day-week-block {
    /*line-height: 3rem;*/
}

.day-temp {
    font-size: 2.5rem;
}

.day-desc {
    font-weight: 500;
    color: black;
    font-size: 1.1rem;
}

/*Widget gallery and Settings */
.get_widget {
    text-decoration: none;
    display: inline-block;
    background: #878787;
    padding: 3px;
    border-radius: 3px;
    color: #ececec;
}

.title {
    color: #595959;
    font-size: 17px;
    padding-left: 5px;
    font-weight: bold;
}

.setting_border {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.tab {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px;
}

.tab.on {
    color: #ffc331;
}

/* Search */
.search .caret {
    fill: white;
}

.search .select-dropdown {
    color: white;
}

.search .input-field {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.seo-text {
    /*padding-top: 10px;*/
    padding-bottom: 1rem;
}

.weather-desc:first-letter {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}