:root {
    --color-white: #fff;
    --color-black: #000;
}

* {
    font-family: "Urbanist", sans-serif;
    box-sizing: border-box;
    font-weight: 400;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    display: block;
    text-decoration: none;
}
button,
input[type="submit"] {
    cursor: pointer;
}

.container {
    max-width: 1384px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.header {
    background-image: url(../content/header-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.header__inner {
    padding: 40px 0 486px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.login-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 4;
}
.login-button-style {
    font-weight: 600;
    font-size: 14px;
    color: #0f6042;
    background: #ffffff;
    border: 1px solid #0f6042;
    border-radius: 6px;
    padding: 8px 14px;
    line-height: 1;
}
.login-button-style:hover{
    background: #0f6042;
    color: #ffffff;
}
.header__logo {
    margin-bottom: 84px;
}
.header__title {
    font-weight: 700;
    font-size: 58px;
    line-height: 131%;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 16px;
}
.header__text {
    max-width: 712px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #8492a7;
    margin: 0 auto 44px;
}
.header__form-box {
    max-width: 600px;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 15px 30px 0 rgba(210, 217, 224, 0.35);
    border-radius: 5px;
    padding: 8px 8px 8px 30px;
    position: relative;
    overflow: hidden;
}
.header__form-box::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../content/mail-icon.png);
    display: block;
}
.header__form-input {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
    outline: none;
    border: none;
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-right: 206px;
    height: 71px;
}

.header__form-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #8492a7;
}
.header__form-submit {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
    padding: 15px 24px;
    width: 188px;
    height: 55px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--color-white);
    background: #0f6042;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.header__video {
    position: absolute;
    max-width: 1006px;
    width: 100%;
    bottom: -223px;
    left: 0;
    right: 0;
    margin: auto;
}
.secure {
    padding: 394px 0 128px;
}
.preheader {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f6042;
    margin-bottom: 14px;
    text-align: center;
}
.secure__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    text-align: center;
    color: #222d39;
    max-width: 824px;
    width: 100%;
    margin: 0 auto 80px;
}
.secure__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secure__box {
    max-width: 316px;
    width: 100%;
    height: 384px;
    box-shadow: 0 15px 30px 0 rgba(210, 217, 224, 0.35);
    border-radius: 3px;
    padding: 50px 40px 40px;
    position: relative;
}
.secure__box:nth-of-type(2n) {
    margin-bottom: 40px;
}
.secure__box:nth-of-type(2) {
    border-bottom: none;
}
.secure__box-image {
    margin-bottom: 35px;
}
.secure__box-title {
    font-weight: 600;
    font-size: 24px;
    color: #222d39;
    margin-bottom: 20px;
}
.secure__box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #8492a7;
}

.secure__box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0f6042;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}
.secure__box:hover::after {
    transform: scaleX(1);
}
.how {
    background: #eefff9;
    padding: 140px 0;
}
.how__boxes {
    max-width: 308px;
    width: 100%;
}
.how__box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.how__title {
    font-weight: 500;
    font-size: 58px;
    line-height: 131%;
    color: #232323;
    margin-bottom: 64px;
}
.how__title > span {
    font-weight: 700;
    color: #0f6042;
}
.how__box-header {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 32px;
}
.how__box-circle {
    margin-top: 5px;
}
.how__box-title {
    font-weight: 700;
    font-size: 24px;
    color: #232323;
}
.how__box-text {
    font-weight: 500;
    font-size: 20px;
    color: #6e6e6e;
    padding: 12px 0 10px 40px;
    min-height: 88px;
    max-width: calc(100% - 9px);
    border-left: 1px solid #88dfc7;
}
.how__box:last-of-type > .how__box-text {
    border-left: none;
}
.why {
    padding: 150px 0 130px;
}
.why__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.why__content-list {
    list-style: disc;
    padding-left: 22px;
}
.why__title {
    font-weight: 500;
    font-size: 58px;
    line-height: 131%;
    text-align: center;
    color: #232323;
    margin-bottom: 64px;
}
.why__title > span {
    font-weight: 900;
    color: #0f6042;
}
.why__content {
    max-width: 645px;
    width: 100%;
}
.why__content-title {
    font-weight: 700;
    font-size: 50px;
    color: #222d39;
    margin-bottom: 35px;
}
.why__content-item::marker {
    color: #0f6042;
}
.why__content-item {
    margin-bottom: 24px;
}
.why__content-item > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #8492a7;
}
.mobile {
    padding: 120px 0 300px;
}
.mobile__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 36px;
}
.mobile__box {
    border-radius: 12px;
    padding: 40px;
    max-width: 306px;
    width: 100%;
    box-shadow: 0 15px 30px 0 rgba(214, 224, 219, 0.35);
    background: var(--color-white);
    position: relative;
    z-index: 1;
}
.mobile__column:first-of-type > .mobile__box:first-of-type {
    margin-right: 49px;
}
.mobile__column:last-of-type > .mobile__box:first-of-type {
    margin-left: 49px;
}
.mobile__column:last-of-type > .mobile__box {
    margin-left: 49px;
}
.mobile__box:first-of-type {
    margin-bottom: 60px;
}
.mobile__box-title {
    font-weight: 600;
    font-size: 24px;
    color: #222d39;
    margin-bottom: 20px;
}
.mobile__box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #8492a7;
}
.mobile__box-icon.first {
    position: absolute;
    left: -32px;
    top: -32px;
    filter: drop-shadow(15px 15px 20px rgba(15, 96, 66, 0.3));
}
.mobile__box-icon.second {
    position: absolute;
    left: -32px;
    top: -32px;
    filter: drop-shadow(15px 15px 20px rgba(15, 96, 66, 0.3));
}
.mobile__box-icon.third {
    position: absolute;
    right: -32px;
    top: -32px;
    filter: drop-shadow(-15px 15px 20px rgba(15, 96, 66, 0.3));
}
.mobile__box-icon.fourth {
    position: absolute;
    right: -32px;
    top: -32px;
    filter: drop-shadow(-15px 15px 20px rgba(15, 96, 66, 0.3));
}
.footer {
    background: #232323;
}
.footer__inner {
    padding-top: 427px;
    position: relative;
}
.footer__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
    gap: 20px;
}
.footer__links {
    max-width: 504px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__links-link {
    font-weight: 400;
    font-size: 20px;
    color: #6c798f;
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer__links-link:hover{
    color: #fff;
}
.footer__socials {
    max-width: 264px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__bottom {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #6c798f;
}
.footer__bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #8c94a3;
}
.footer__button {
    outline: none;
    border: none;
    border: 1px solid #0f6042;
    background-color: #0f6042;
    max-width: 500px;
    width: 100%;
    padding: 30px 50px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 10px;
    margin: 0 auto 60px;
}
.footer__block {
    background: linear-gradient(225deg, #0f6042 23.55%, #1fc688 100%);
    border-radius: 24px;
    position: absolute;
    top: -183px;
    width: 100%;
    overflow: hidden;
}
.footer__block-inner {
    padding: 99px 100px;
    position: relative;
    z-index: 3;
}
.footer__block-header {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.footer__block-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 131%;
    color: #fff;
    margin-bottom: 40px;
    max-width: 630px;
    width: 100%;
}
.footer__block-links {
    display: flex;
    align-items: center;
    gap: 44px;
}
.footer__block-link {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 11px 22px 9px;
    background: rgba(255, 255, 255, 0.25);
}
.footer__block-circles {
    position: absolute;
    top: 0;
    right: -121px;
    z-index: 2;
}
.footer__block-phone {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 2;
}
.modals {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #23232388;
}
.modal {
    display: none;
    position: relative;
    max-width: 645px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 20px 0 rgba(15, 96, 66, 0.3);
}
.form__header {
    padding: 28px 40px;
    background-color: #0f6042;
    border-radius: 5px 5px 0 0;
}
.form__title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.closeModal {
    position: absolute;
    top: 23px;
    right: 40px;
    cursor: pointer;
}
.form__body {
    padding: 40px;
}
.form__subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #222d39;
    margin-bottom: 10px;
}
.form__input,
.form__textarea {
    background: #f8f9fa;
    border-radius: 3px;
    padding: 17px 25px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color-black);
    display: block;
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 30px;
}
.form__textarea{
    resize: none;
    min-height: 200px;
}
.form__textarea::placeholder,
.form__input::placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #8492a7;
}
.form__box > input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
}
.form__box > input[type="radio"]:not(:checked) + .form__label > svg {
    display: none;
}
.form__box > input[type="radio"]:checked + .form__label {
    border: none;
}


.form__submit {
    border-radius: 3px;
    padding: 16px 35px;
    background: #0f6042;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
}
.video__wrapper {
    position: relative;
}

.video,
.howVideo {
    width: 100%;
    display: block;
    border-radius: 15px;
    height: auto;
    background: #000;
    object-fit: cover;
}

.video__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.video__overlay img {
    width: 72px;
    height: auto;
}
.how__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.how__video {
    max-width: 936px;
    width: 100%;
}
.video__header {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #0f6042;
    border: 5px solid #eefff9;
    border-radius: 16px;
    width: 275px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 92px;
    top: -38px;
}
.footer__socials-link > svg > path,
.footer__block-link,
.header__form-submit,
.footer__button,
.form__submit{
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer__socials-link:hover > svg > path{
    fill: #0f6042;
}
.footer__block-link:hover{
    background-color: #000;
}
.header__form-submit:hover,
.footer__button:hover,
.form__submit:hover{
    background: #fff;
    color: #0f6042;
    border: 1px solid #8c94a3;
}
.popup{
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(210, 217, 224, 0.35);
}

/* Privacy Policy Styles */
.privacy-content {
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
    padding: 0 20px;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3 {
    color: #222d39;
    margin: 1.5em 0 0.5em;
    text-align: left;
}

.privacy-content h1 {
    font-size: 32px;
    font-weight: 700;
}

.privacy-content h2 {
    font-size: 24px;
    font-weight: 600;
}

.privacy-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.privacy-content p {
    margin: 0.8em 0;
    line-height: 1.6;
    color: #6e6e6e;
    text-align: left;
}

.privacy-content ul {
    margin: 1em 0;
    padding-left: 2em;
    list-style: disc;
}

.privacy-content ul.alpha-list,
.privacy-content ol.alpha-list {
    list-style: lower-alpha;
}
.privacy-content ul.alpha-list li,
.privacy-content ol.alpha-list li {
    position: relative;
    padding-left: 0.4em;
}
.privacy-content ul.alpha-list li::marker,
.privacy-content ol.alpha-list li::marker {
    content: "(" counter(list-item, lower-alpha) ") ";
    color: #0f6042;
}

/* Roman numeral list markers (i), (ii), ... in green */
.privacy-content ul.roman-list,
.privacy-content ol.roman-list {
    list-style: lower-roman;
}
.privacy-content ul.roman-list li::marker,
.privacy-content ol.roman-list li::marker {
    content: "(" counter(list-item, lower-roman) ") ";
    color: #0f6042;
}

.privacy-content li {
    margin: 0.5em 0;
    line-height: 1.6;
    color: #6e6e6e;
}

.privacy-content strong {
    font-weight: 600;
    color: #222d39;
}
.popup.--success{
    border-bottom: 5px solid #0f6042;
}
.popup.--decline{
    border-bottom: 5px solid #600f0f;
}
.popup__text{
    text-align: center;
    font-size: 14px;
    color: #222d39;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.video,
.howVideo {
    height: auto;
}

.header__form-box {
    overflow: hidden;
}

.why__image {
    max-width: 100%;
    height: auto;
    display: block;
}
