@media only screen and (max-width: 1023px) {

html, body {
    font-size: 15px;
	min-height: 150vh;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 32px;
}
.btn {
    padding: 8px 20px;
}

nav button {
    display: flex;
}
nav .menu-block {
    flex-flow: column;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
nav .menu > a {
    margin-top: 0;
}
nav .menu-block span {
    position: relative;
    top: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9ab;
    border-bottom: 1px solid;
}
nav .menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    background: #fff;
    padding: 30px;
    flex-flow: column;
    gap: 15px;
    box-shadow: 3px 3px 10px #aaa;
    border-radius: 8px;
    align-items: flex-start;
    display: none;
}
nav .menu.active {
    display: flex;
}

.my-orders-item {
    padding: 15px 15px;
    align-items: flex-start;
    flex-flow: column;
    gap: 15px;
}
.my-orders-info {
    font-size: 14px;
}

.footer-top {
    gap: 15px;
    flex-flow: column;
}
.footer-bottom-links {
    display: flex;
    gap: 15px 30px;
    flex-flow: row wrap;
}
.cookie-banner {
    font-size: 10px;
}


.calc {
    margin: 30px 0;
    display: block;
}
.calc-l-wrap {
    position: relative;
    top: auto;
}
.calc h2 {
    font-size: 20px;
    margin-top: 60px;
    padding: 0 15px;
}
.calc h3 {
    color: var(--one);
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.calc p {
    font-size: 18px;
}
.calc-date {
    padding-top: 15px;
    padding-bottom: 35px;
}
#loader {
    padding: 15px;
	width: 75%;
}



.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 30px 0 45px;
    height: calc(100svh - 60px);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.hero h3 {
    font-size: 16px;
}
.hero h1 {
    max-width: 100%;
    font-size: 40px;
}
.hero h1+p {
    max-width: 100%;
    margin-top: 30px;
    color: #ddd;
    font-size: 18px;
}
.hero-benefits {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.hero-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    flex-flow: column;
    text-align: center;
}
.hero-matrix {
    right: 3%;
    top: 15%;
    width: 120px;
    height: 120px;
    left: auto;
}
/*.hero figure.hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100svh - 60px);
}*/
.hero figure.hero-bg img {
    object-position: 70%;
}
.hero-shd {
    backdrop-filter: blur(9px);
    background: rgba(0,0,0,0.5);
	width: 100%;
}
.hero .btn {
    font-size: 16px;
}


.about-intro {
    font-size: 18px;
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 40px;
}
.about-intro span {
    font-size: 16px;
}
.about-list {
    gap: 40px;
    flex-flow: row wrap;
}
.about-list li {
    flex: 100% 0 0;
    position: relative;
}
.about-list svg {
    position: absolute;
    left: 0;
    top: 0px;
    height: 25px;
    width: 25px;
}
.about-list img {
    height: 50px;
    width: 50px;
    margin-bottom: 8px;
    position: absolute;
    left: 5px;
    top: -30px;
}
.about-list b {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 70px;
}
.about-list span {
    font-size: 16px;
    line-height: 1.2;
}


.service-card {
    flex: 100% 0 0;
}
.service-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
}


.top .top-content {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 0px;
    padding: 20px 0 35px;
}
.top figure {
    flex: none;
    padding-top: 42%;
    width: 70%;
    margin: 0 auto;
    transform: rotate(-3deg);
}
.top h1 {
    font-size: 34px;
    text-align: right;
    line-height: 1;
}
    .top-text {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }

    .top-text.open {
        max-height: 1000px;
    }
.top p {
    max-width: 100%;
    margin-top: 30px;
    color: var(--two);
    font-size: 17px;
    text-align: justify;
}

.top button {
    display: block;
    background: none;
    border: none;
    padding: 30px 0 0;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.top button:before {
    position: absolute;
    content: " ";
    top: 42px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--one);
}
.top button span {
    padding: 0px 45px;
    border: 1px solid var(--one);
    border-radius: 20px;
    color: var(--one);
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    position: relative;
	overflow: hidden;
}
.top button span::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(245, 235, 255, 0) 0%, 
    rgba(245, 235, 255, 1) 50%, 
    rgba(245, 235, 255, 0) 100%
  );
  transform: skewX(-25deg); 
  animation: shimmer 4s infinite linear;
}

/* Описываем движение полосы слева направо */
@keyframes shimmer {
  0% {
    left: -150%; /* Старт в начале */
  }
  20% { 
    left: 150%;  /* Быстро пробегает за 0.5с (14.3% от 3.5с) */
  }
  100% {
    left: 150%;  /* Остальные 3 секунды (до 100%) стоит на месте и ждет */
  }
}

.buypopup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


.diff-wrap {
    flex-flow: column;
}
.diff-txt {
    font-size: 16px;
}
.trust-wrap {
    flex-flow: column;
}
.trust-intro .section-title {
    font-size: 52px;
}
.trust-grid {
    flex-flow: column;
    gap: 15px;
}
.trust-card {
    gap: 15px;
    padding: 15px 15px;
}

.faq-wrap {
    flex-flow: column;
}

  .panel-content { flex-direction: column; }




#dailyForecastModal {
    width: 100dvw;
    height: 100dvh;
}
.daily-modal {
    border-radius: 4px;
    width: 96%;
    max-height: 96svh;
    height: 96svh;
}
.daily-hdr {
    padding: 8px 8px;
}
.daily-slogan {
    padding: 15px 8px 8px;
    /* font-size: 15px; */
}
.daily-slogan svg {
    height: 70px;
    position: absolute;
    opacity: 0.2;
    top: 0;
    right: 0;
    margin: 0;
}
.daily-footer {
    padding: 8px 8px;
    justify-content: flex-start;
}
.daily-content h2 {
    font-size: 18px;
}
.daily-content h3 {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 8px;
}

    .daily-float-btn {
        bottom: 16px;
        right: 16px;
        padding: 9px 14px;
    }
    .daily-float-text {
        font-size: 13px;
    }


.permission-field {
    flex: 100% 0 0;
}
.partner-row label {
    gap: 30px;
}


}