* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    color: inherit;
}

:root {
    --main-color: #196E02;
    --pane-bg: #C1FE00;
    --main-bgbtn: #3d4d0f;
    --main-bgb: #D1FE40;
    --main-itBg: #196903;
}


body {
    font-family: sans-serif;
    font-family: 'Gilroy';
}

main {
    overflow-x: hidden;
}


.main__wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.acc__wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #292929;
    padding: 10px 0 0;
    z-index: 999;
    transform: translateY(100%);
    transition: transform .5s;
}

.acc__title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    font-size: 14px;
}

.timer__wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto 10px;
}

.timer__block {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}

.timer__cnt {
    font-family: "Montserrat", sans-serif;
}

.timer__block div {
    width: 30px;
    height: 40px;
    background: var(--pane-bg);
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer__afText {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.acc__left {
    width: 100%;
    padding: 9px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: var(--pane-bg);
}

header {
    /*background: url('../img/bg.png') no-repeat top / cover;*/
    background: white;
    margin-bottom: 20px;
  
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 0 auto 10px;
}

.logo {
    max-width: 60px;
}

.menu {
    max-width: 55px;
}

.header__wrapper {
    padding: 0 10px;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 10px;
}

h1 span {
    color: var(--main-color);
}

.header__for {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 10px;
}

.header__for img {
    max-width: 135px;
}

.text__for {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 3.2px 8px 0px #00000026;
    background: #fff;
    border-radius: 4px;
}

.text__for span {
    color: var(--main-color);
}

.header__up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 0 auto 15px;
}

.hUp__title {
    font-size: 27px;
}

.hUp__title span {
    font-size: 36px;
}

.hUp__text {
    font-size: 16px;
    font-weight: 400;
}

.form__wrapper {
    background: var(--pane-bg);
    padding: 20px 10px 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
}

.form__title {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 8px;
    text-transform: uppercase;
}

.form__titleAfter {
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    margin: 0 auto 20px;
    font-weight: 400;
}

._main-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

._main-form input {
    background: white;
    padding: 15px 10px;
    font-size: 16px;
    border: none;
    border-radius: 17px;
}

.buttonSend {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #136408;
    color: #fff;
    padding: 15px 10px;
    font-size: 21px;
    border-radius: 9px;
}

.main__topSection {
    background: url('../index/secBg.png') no-repeat center / cover;
    padding: 10px 0;
    overflow-x: hidden;
}

.main__head {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.logoW {
    max-width: 115px;
}

.logoX {
    max-width: 25px;
}

.lice__list {
    margin: 0 auto 40px;
}

.licens__title {
    background: var(--main-bgb);
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px 2px;
    border-radius: 15px;
    max-width: 330px;
    text-align: center;
    margin: 0 auto 20px;
}

.licens__it {
    width: 100%;
    max-width: 301px;
    padding: 15px 20px;
    background: url('../index/liceBg.png') no-repeat center / cover;
    box-shadow: 0px 0px 35.4px 0px #FFFFFF80;
    border-radius: 13px;
    margin: 0 auto;
}

.licens__it img {
    max-width: 242px;
    margin: 0 auto 10px;
}

.licens__itText {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    background: var(--main-itBg);
    margin: 0 auto;
    text-align: center;
    padding: 10px 2px;
    border-radius: 5px;
}

.slick-next:before,
.slick-prev:before {
    content: '';
}

.slick-next,
.slick-prev {
    background: url('../index/next.png') no-repeat center / cover;
    width: 45px;
    height: 45px;
    right: 0;
}

.slick-prev {
    right: unset;
    left: 0;
    background: url('../index/prev.png') no-repeat center / cover;
}


.cot__title {
    text-align: center;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

.cot__afterTitle {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 auto 20px;
}

.factors {
    padding: 30px 0;
    overflow-x: hidden;
}

.title__factors {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto 40px;
}

.title__factors span {
    color: var(--main-color);
}

.factor__itemCnt {
    width: 100%;
    position: relative;
    max-width: 298px;
    height: 248px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(20, 90, 1, 0.9) 0%, rgba(26, 118, 1, 0.8) 100%);
}

.factor__cnt {
    position: absolute;
    width: 100%;
    max-width: 33px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    padding: 10px;
    background: #fff;
    right: 30px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 49px;
}

.factor__itemImg {
    max-width: 66px;
    margin: 0 auto 30px;
}

.factor__itemTitle {
    font-weight: 600;
    font-size: 17px;
    margin: 0 auto 30px;
}

.factor__itemText {
    font-size: 14px;
}

.factors__list .slick-prev,
.reviews__list .slick-prev {
    background: url('../index/prevG.png') no-repeat center / cover;
}

.factors__list .slick-next,
.reviews__list .slick-next {
    background: url('../index/nextG.png') no-repeat center / cover;
}

.factors__list {
    margin: 0 auto 30px;
}

.reviewsTitle {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 50px;
}

.reviewsTitle span {
    color: var(--main-color);
}

.rev__itemCnt {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    text-align: center;
}

.rev__itemCnt img {
    max-width: 318px;
    margin: 0 auto 30px;
}

.reviews__itemTitle {
    color: var(--main-color);
    font-size: 21px;
    font-weight: 600;
    margin: 0 auto 8px;
}

.rev__itemAfTitle {
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 20px;
}

.rev__itemText {
    font-size: 16px;
    line-height: 160%;
}

.reviews__list .slick-prev,
.reviews__list .slick-next {
    top: 200px;
}

.opor {
    background: url('../index/secBg.png') no-repeat center / cover;
    padding: 30px 0 60px;
    overflow-x: hidden;
}

.opor__title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px;
}

.opor__afterTitle {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    margin: 0 auto 60px;
}

.opor__item img {
    max-width: 286px;
    margin: 0 auto 30px;
}

.opor__itemText {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.opor__list {
    margin: 0 auto 40px;
}

footer {
    padding: 15px 15px 220px;
}

.logo__footer {
    max-width: 60px;
    margin: 0 auto 30px;
}

.footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 auto 50px;
}

.footer__text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.pop__wrapper {
    position: fixed;
    display: flex;
    width: 100%;
    max-width: 250px;
    right: 0;
    top: 8%;
    background: #E3E3E3;
    padding: 8px 6px 8px 15px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    border: 2px solid #000;
    border-right: 0;
    z-index: 999;
    /* display: flex; */
    align-items: center;
    gap: 8px;
}

.popLa {
    width: 48px;
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
}

.pop__cnt p {
    font-size: 14px;
}

.pop__cnt span {
    font-size: 12px;
}

.bell {
    position: absolute;
    max-width: 16px;
    top: 6px;
    left: 10px;
}


.form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
}

.form-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.form-popup__close:hover {
    background: #f3f3f3;
}

.fadein {
    display: flex;
    animation: fadein .5s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lang-popup .form__wrapper {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    width: 100%;
}

.lang-popup .form__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.lang-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.lang-btn {
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s;
}

.yes-btn {
    background-color: #a4d703;
    color: white;
}

.no-btn {
    background-color: #333333;
    color: white;
}

.lang-btn:hover {
    opacity: 0.9;
}
