@font-face {
    font-family: 'FiraGO-Book';
    src: url('/assets/fonts/FiraGO/FiraGO-Book.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Regular';
    src: url('/assets/fonts/FiraGO/FiraGO-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Bold';
    src: url('/assets/fonts/FiraGO/FiraGO-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Medium';
    src: url('/assets/fonts/FiraGO/FiraGO-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/assets/fonts/Poppins/poppins-medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Poppins/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}

body {
    margin: 0 !important;
}

.box {
    width: 100%;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.box .background {
    width: 100%;
    z-index: 3;
    position: relative;
    border-radius: 15px 15px 0 0;
    display: block;
    height: 422px;
}

.box .weather-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    border-radius: 15px 15px 0 0;
    display: block;
    height: 422px;
}

.logo {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
}

.wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 5;
    height: calc(100% - 100px);
    overflow: hidden;
}

.illustration {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 4;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));
}

.other-info {
    height: 35px;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 25px 20px;
    position: relative;
    z-index: 9;
}

.box.small .current-degrees {
    font-size: 3rem;
}

.box.small .current-condition {
    width: 60px;
    height: 49px;
}

.box.small .current-condition img {
    width: 30px;
}

.box.small .weather-text {
    font-size: .9rem;
}

.wind {
    width: 28px !important;
    animation-name: rotate;

    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.box.small .other-info {
    width: 100%;
    height: 40px;
    padding: 0 20px;
}


.box.small .other-info img {
    width: 20px;
}

.other-info img {
    width: 25px;
}

.hourly {
    background-color: rgba(2, 2, 2, 0.4);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
    color: white;
    font-family: 'FiraGO-Book', sans-serif;
    position: relative;
    z-index: 800;
    padding: 20px 30px;
}

.hourly-slider1 {
    overflow: hidden;
}

.hourly .hour {
    text-align: center;
}

.cube > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hourly .degree {
    position: relative;
}

.hourly .degree-icon {
    top: 0;
    width: 5px;
}

.hourly .condition {
    width: 35px;
    margin: .5rem 0;
}

.hourly-slider {
    overflow: hidden;
}

p {
    margin: 0;
}

.weather-text {
    color: white;
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 1.1rem;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
    line-height: 130%;
    height: 45px;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
}

.hourly .swiper-button-prev, .hourly .swiper-button-next {
    color: white;
}

.hourly .swiper-button-next:after, .hourly .swiper-button-prev:after {
    font-size: 24px;
}

.current-region {
    color: white;
    font-family: 'FiraGO-Bold', sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
    display: inline-block;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .2));
}

.regions {
    margin: 0.5rem 1rem 0 0.5rem;
    padding: 10px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.region-choosing .regions {
    background-color: rgba(16, 16, 16, 0.4);
    border-radius: 11px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    height: calc(100% - 35px);
    color: white;
    font-family: 'FiraGO-Book', sans-serif;
    width: fit-content;
    overflow-y: auto;
    display: block;
}

.region-choosing .current-region {
    margin-bottom: 10px;
}

.regions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
    margin: 15px 0;
}

.regions::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.regions::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #EEEEEE;
}

.region-choosing .current-weather, .region-choosing .weather-text, .region-choosing .other-info, .region-choosing .hourly, .region-choosing .illustration, .region-choosing .cube-wrapper {
    display: none;
}

.ads {
    overflow: hidden;
    height: inherit;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(2, 2, 2, 0.4);
}

.regions .region {
    padding: 10px;
    cursor: pointer;
    display: none;
    color: white;
}

.region-choosing .region {
    display: block;
}


.regions .region:hover {
    background-color: rgba(16, 16, 16, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.current-degrees {
    line-height: 4rem;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 4rem;
    color: white;
    position: relative;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
}

.degree-icon {
    position: absolute;
    top: 0;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
}

.vl {
    width: 2px;
    height: 40px;
    background-color: #FFFF;
    display: block;
    opacity: .5;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
}

.current-weather {
    position: relative;
    display: flex;
    align-items: center;
}

.current-condition {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    width: 80px;
    height: 65px;
    justify-content: center;
    align-items: center;
}

.current-condition img {
    width: 56px;
}

.other-info .item {
    position: relative;
    display: flex;
}

.other-info .item .tooltip {
    display: flex;
    position: absolute;
    top: -10px;
    font-size: 14px;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 14px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    left: 50%;
    transform: translateX(-50%);
}

.other-info .item:first-child .tooltip {
    left: 160% !important;
}

.other-info .item:last-child .tooltip {
    left: -120% !important;
}

.other-info .item .tooltip p {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #383C4E;
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 14px;
}

.other-info .item .tooltip span {
    font-family: 'FiraGO-Bold', sans-serif;
}


.other-info .item .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.other-info .item:first-child .tooltip::before {
    left: 26% !important;
}

.other-info .item:last-child .tooltip::before {
    left: 79% !important;
}

.other-info .item:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.future-days-shown .wrapper, .future-days-shown .illustration {
    display: none;
}

.future-days {
    display: none;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(8 8 8 / 25%);
    backdrop-filter: blur(15px);
    box-sizing: border-box;
    z-index: 10;
    height: calc(100% - 100px);
}

.future-days-button img {
    transition: transform .2s ease;
}

.future-days-button img.opened {
    transform: rotate(180deg);
}

.future-days hr:last-child {
    display: none;
}

.future-days .region {
    border-radius: 7px;
    background-color: rgba(2, 2, 2, 0);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: white;
    font-family: 'FiraGO-Bold', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.future-days .day {
    font-size: 18px;
    font-family: 'FiraGO-Regular', sans-serif;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.future-days .day .degrees {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.future-days .day .degrees .weather-icon {
    background-color: rgba(2, 2, 2, 0);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.5rem;
}

.future-days .day .degrees .weather-icon img {
    width: 37px
}

hr {
    margin: 0;
    border-top: 1px solid #FFFFFF;
    opacity: 0.3;
}

.future-days-shown .future-days {
    display: block;
}

.future-days-button {
    cursor: pointer;
    color: #3A3A3A;
    background-color: #EBEBEB;
    border-radius: 0px 0px 19px 19px;
    width: 100%;
    height: 100px;
    position: relative;
    top: -55px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    font-family: 'FiraGO-Medium', sans-serif;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
}


.future-days-button p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box.twofivefive .current-degrees {
    font-size: 2.5rem;
    line-height: 3rem;
}

.box.twofivefive .other-info .item:last-child .tooltip {
    left: -150% !important;
}

.box.twofivefive .weather-text {
    font-size: 1rem;
}

.box.twofivefive .current-condition {
    width: 50px;
    height: 41px;
    border-radius: 10px;
}

.box.twofivefive .current-condition img {
    width: 40px;
}


.box.twofivefive .hourly .hour {
    font-size: .8rem;
}

.box.twofivefive .hourly {
    padding: 13px 20px;
    height: 100%;
    box-sizing: border-box;
}

.box.twofivefive .regions {
    margin: .5rem 0 0 .75rem;
}

.box.twofivefive .illustration {
    top: -4px;
}

.box.twofivefive .cube {
    margin-top: 3px;
}

.box.twofivefive .background {
    height: 349px;
}

.box.twofivefive .weather-img {
    height: 349px;
}

.box.twofivefive .other-info {
    margin-top: 33px;
}

.box.twofivefive .other-info img {
    width: 20px;
}

.box.twofivefive .other-info .wind {
    width: 24px !important;
}

.box.twofivefive .other-info .item:hover .tooltip {
    top: -40px;
}

.box.twofivefive .swiper-button-prev {
    left: 0;
}

.box.twofivefive .swiper-button-next {
    right: 0;
}

.box.twofivefive .vl {
    height: 25px;
}

.box.twofivefive .hourly .condition {
    margin: 0.25rem 0;
}

.box.twofivefive .hourly .swiper-button-next:after, .box.twofivefive .hourly .swiper-button-prev:after {
    font-size: 20px;
}

.box.twofivefive .other-info {
    padding: 23px 20px;
}

.box.twofivefive .future-days {
    height: calc(100% - 100px);
}

.box.twofivefive .future-days .day {
    font-size: 15px;
    padding: 7px 15px;
}

.box.twofivefive .future-days .day .degrees .weather-icon {
    margin-left: 1rem;
}

.box.twofivefive .future-days .day .degrees .weather-icon img {
    width: 30px;
}

.box.twofivefive .future-days .day .degrees .weather-icon {
    width: 50px;
    height: 38px;
}

.box.twoten {
    width: 210px;
}

.box.twoten .background, .box.twoten .weather-img {
    height: unset;
}

.box.twoten .current-degrees {
    font-size: 2rem;
    line-height: 2rem;
}

.box.twoten .weather-text {
    font-size: .8rem;
    margin: 0 1rem !important;
}

.box.twoten .current-condition {
    width: 50px;
    height: 41px;
    border-radius: 10px;
}

.box.twoten .current-condition img {
    width: 40px;
}


.box.twoten .hourly .hour {
    font-size: .8rem;
}

.box.twoten .hourly {
    padding: 7px 0;
}

.box .cube-wrapper {
    margin: 0.5rem 6px 0 6px !important;
}

.box.twoten .regions {
    margin-top: .5rem;
}

.box.twoten .illustration {
    top: -5px;
}

.box.twoten .other-info {
    margin: 13px .25rem 0 .25rem !important;
    border-radius: 12px;
}

.box.twoten .other-info img {
    width: 20px;
}

.box.twoten .other-info .wind {
    width: 24px !important;
}

.box.twoten .other-info .item:hover .tooltip {
    top: -40px;
}

.box.twoten .swiper-button-prev {
    left: -4px;
}

.box.twoten .swiper-button-next {
    right: -4px;
}

.box.twoten .vl {
    height: 25px;
}

.box.twoten .hourly .condition {
    margin: 0.25rem 0;
}

.box.twoten .hourly .swiper-button-next:after, .box.twoten .hourly .swiper-button-prev:after {
    font-size: 15px;
}

.box.twoten .other-info {
    padding: 0 15px;
}

.box.twoten {
    height: calc(100% - 100px);
}

.box.twoten .future-days .day {
    font-size: 12px;
    padding: 7px 10px;
}

.box.twoten .future-days .region {
    margin: 7px 7px 0 7px;
}

.box.twoten .future-days-button {
    font-size: 15px;
    top: -57px;
}

.box.twoten .future-days .day .degrees .weather-icon {
    margin-left: 1rem;
    border-radius: 7px;
}

.box.twoten .future-days .day .degrees .weather-icon img {
    width: 30px;
}

.box.twoten .future-days .day .degrees .weather-icon {
    width: 40px;
    height: 30px;
}

.box.twoten .regions {
    margin: .4rem .4rem 0 .4rem;
}

.box.twoten .regions .region {
font-size: .9rem;
}

.box.twoten .current-weather {
    margin: 0 1rem !important;
}

.box.twoten .current-region {
    font-size: .9rem;
}

.box.twoten .current-region img {
    width: 15px !important;
}


.box.twoten .other-info .item:first-child .tooltip {
    left: 185% !important;
}

.box.twoten .other-info .item:last-child .tooltip {
    left: -185% !important;
}

.box.twoten .other-info .item:first-child .tooltip::before {
    left: 24% !important;
}

.box.twoten .other-info .item:last-child .tooltip::before {
    left: 84% !important;
}
