/* First Screen - Start */
.main-posts {
    padding: 64px 0px 96px 0px;
}
.main-posts .col-new {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 569px;
}
.main-posts .col-new .post-card > .post-title {
    -webkit-line-clamp: 2;
    height: 59px;
}
.main-posts .col-popular {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc((100% - 569px - 48px) / 2);
}
.main-posts .col-featured {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc((100% - 569px - 48px) / 2);
}
.main-posts .col-popular .post-title,
.main-posts .col-featured .post-title {
	/*height: 67px;*/
	/*margin: 16px 0 30px 0;*/
	height: 87px;
	margin: 16px 0;
}
.main-posts .post-card {
    position: relative;
    width: 100%;
}
.main-posts .col-featured .weather-load {
    display: block;
    /*height: 752px;*/
    height: 766px;
    border-radius: 12px;
    background: #fbfbfb;
}
.sub-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
    gap: 28px;
    padding: 24px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--blue);
    color: #fbfbfb;
}
.sub-banner .h4 {
	max-width: 308px;
	margin-bottom: 21px;
}
.sub-banner .huge-g {
    position: absolute;
    right: 31px;
    top: -65px;
    -webkit-text-stroke: 2px #00ffce;
    color: transparent;
    font-size: 255px;
    line-height: 100%;
    font-weight: 400;
}
@media (min-width: 1281px) and (max-width: 1400px) {
	.main-posts .col-new .post-card > .post-excerpt p {
		-webkit-line-clamp: 3;
		height: 60px;
	}
	.main-posts .col-featured .weather-load {
		height: 715px;
	}
	.sub-banner .h4 {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1280px) {
	.main-posts .col-new .post-card > .post-excerpt p {
		-webkit-line-clamp: 3;
		height: 60px;
	}
	.main-posts .col-new {
		width: 525px;
	}
	.main-posts .col-popular {
		width: calc((100% - 525px - 48px) / 2);
	}
}
@media (max-width: 1279px) {
    main .h2 {
        font-size: 26px;
        line-height: 32px;
    }
    main br {
        display: none;
    }
    .main-posts {
        padding: 40px 0px 56px 0px;
    }
    .main-posts > .container {
        flex-direction: column;
        gap: 48px;
    }
    .main-posts .col-new,
    .main-posts .col-popular,
    .main-posts .col-featured {
        width: 100%;
    }
    .main-posts .col-new .post-title,
    .main-posts .col-popular .post-title,
    .main-posts .col-featured .post-title {
        -webkit-line-clamp: initial!important;
        height: auto!important;
    }
    .sub-banner {
        padding: 20px;
    }
    .sub-banner .huge-g {
        right: -65px;
        top: -53px;
        font-size: 190px;
        -webkit-text-stroke: 1px #00ffce;
    }
    .sub-banner .h4 {
        margin-bottom: 0px;
    }
    .main-posts .col-featured .weather-load {
        display: none;
    }
}
/* First Screen - End */

/* Weather widget - Start */
.eapp-weather-weather-component {
    max-width: 500px !important;
}
.eapp-weather-weather-detail + div {
    height: 496px !important;
}
.eapp-weather-weather-detail + div > div {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.eapp-weather-weather-detail + div > div:nth-child(3) {
    display: none !important;
}
.eapp-weather-daily-item-component {
    height: 65px;
}
.eapp-weather-daily-item-day {
    font-family: "e-Ukraine";
}
/* Weather widget - End */

/* Stripe Why Gosta - Start */
.why-gosta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
    color: #fbfbfb;
}
.why-gosta img {
    position: relative;
    top: 3px;
}
.stripe-why {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 64px 0;
    background: var(--dark-blue);
}
.stripe-why .why {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stripe-why .why span {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
}
.stripe-why .how-much {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.info-why {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 32px;
    width: 324px;
    padding: 24px;
    border: 1px solid #0000ef;
    border-radius: 12px;
}
.info-why > span {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}
.info-why span:not(.h2) {
    display: flex;
    align-items: flex-end;
    /*font-size: 15px;*/
    /*line-height: 26px;*/
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1366px) {
    .why-gosta img {
        width: 190px;
    }
}
@media (max-width: 1279px) {
    .stripe-why {
        padding: 48px 0;
    }
    .stripe-why .why-gosta {
        flex-direction: column;
        align-items: center;
    }
    .stripe-why .why img {
        width: 228px;
        position: relative;
        top: 0;
    }
    .stripe-why .why span {
        align-items: flex-end;
        font-size: 20px;
        line-height: 24px;
    }
    .stripe-why .how-much {
        flex-direction: column;
    }
    .stripe-why .how-much .info-why {
        width: 100%;
        max-width: 360px;
    }
    .stripe-why .how-much .info-why span.h2 {
        font-size: 28px;
        line-height: 34px;
    }
}
/* Stripe Why Gosta - End */

/* About Gosta - Start */
.about-gosta {
    padding: 96px 0px;
}
.ads-banner-1 {
    position: relative;
    background: url(/wp-content/themes/gosta/img/banners/banner-main.webp);
    background-repeat: no-repeat;
    background-position: 135% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 24px;
    margin-top: auto;
    border-radius: 12px;
    overflow: hidden;
}
.ads-banner-1:before {
    content: "";
    background: #06065f;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
}
.ads-banner-1 * {
    color: #fff;
}
.ads-banner-1 .h3 {
    z-index: 100;
    position: relative;
}
.ads-banner-1 .huge-g {
    position: absolute;
    left: 10px;
    bottom: 123px;
    color: transparent;
    font-size: 320px;
    line-height: 100%;
    -webkit-text-stroke: 2px #0000ef;
    font-weight: 400;
}
@media (max-width: 1279px) {
    .about-gosta {
        flex-wrap: wrap;
        gap: 32px;
        padding: 48px 15px;
    }
    .ads-banner-1 {
        background: url(/wp-content/themes/gosta/img/banners/banner-main-mob.webp);
        background-repeat: no-repeat;
        background-position: 190% -50%;
        background-size: auto;
        height: initial;
        padding: 20px;
    }
    .ads-banner-1 .btn {
        width: 100%;
    }
    .ads-banner-1 .h3 {
        width: 280px;
        font-size: 20px;
        line-height: 24px;
    }
    .ads-banner-1 .huge-g {
        -webkit-text-stroke: 1px #0000ef;
        bottom: 155px;
    }
    .ads-banner-1 p {
        width: 140px;
    }
    .about-gosta .col-right .h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
/* About Gosta - End */


.menu-header {
    
}

/* Crypto block start */
.crypto-block {
    background: linear-gradient(222deg, #06065f 0%, #00f 100%);
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}
.crypto-block .name {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 124%;
}
.crypto-block .crypto-logo {
    margin: 64px -16px;
}
.crypto-block .info {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}
.crypto-block .btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.crypto-block .btn-block a {
    background: #FBFBFB;
    border: 1px solid #F0F0F6;
    border-radius: 8px;
    font-size: 14px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px;
    font-weight: 700;
}
.crypto-block .crypto-logo .swiper-wrapper {
    transition-timing-function: linear!important;
}
.crypto-block .crypto-logo .swiper-slide {
    width: 40px;
}
@media (max-width: 780px) {
    .crypto-block .name {
        font-size: 22px;
    }
    .crypto-block .info {
        font-size: 15px;
    }
    .crypto-block .crypto-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .crypto-block .btn-block {
        flex-direction: column;
    }
    .crypto-block .btn-block a {
        width: 100%;
    }
}
/* Crypto block end */