@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../../../assets/fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
    url('../../../assets/fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'); ;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova Bld";
    src: url('../../../assets/fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
    url('../../../assets/fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'); ;
    font-weight: 700;
    font-style: normal;
  } 
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: unset;
    background-color: unset;
}

strong {
    font-weight: 700;
}

/* Wrapper */
.wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* Sections */
.main-section {
    padding: 32px 16px 24px;
    border-bottom: 1px solid var(--color-grey-92, #E5EFEE);
}

.second-section {
    margin-bottom: 40px;
}

/* Slider */
.slide-reviews-section {
    margin-bottom: 40px;
}

.slide-reviews-section h2 {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.slide-reviews-section .swiper-slide {
    overflow: hidden;
}

.slide-reviews-section .swiper-wrapper {
    margin-bottom: 24px;
}

.slide-reviews-section .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    position: absolute;
    bottom: 34px;
    z-index: 10;
    left: 0;
    right: 0;
}

.slide-reviews-section .swiper-reviews-button-next,
.slide-reviews-section .swiper-reviews-button-prev {
    cursor: pointer;
}

.reviews-image img,
.photo-image img {
    width: 100%;
}

.reviews-image,
.photo-image {
    max-width: 500px;
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
    background-color: #5b0d07 !important;
}

/* Stik section */
.stik--inner {
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.section-stik {
    height: 80px;
}

.stik--inner img {
    width: 95%;
    max-width: 400px;
}

/* Popup styles */

.header-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-grey-92, #E5EFEE);
    padding: 20px;
}

.header-image img {
    display: block;
    max-width: 90px;
    margin: 0 auto;
}

.btn_wrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
}

.logo {
    max-width: 86px;
    position: relative;
    margin: 0 auto 20px;
}

.popup_section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #F6E7CB;
    background: #C1EAFA;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 16px 16px;
    box-sizing: border-box;
    overflow: auto;
}

.form_section {
    position: relative;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.form_section_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.form_section_title {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova Bld", sans-serif;
    font-size: var(--line-height-27, 27px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-32_4, 32.4px);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form_section_text {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
}

.form_section_subtitle {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 21.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.form_section_subtitle span {
    font-weight: 700;
}

.form_section_text2 {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.popup_section form input[type="email"] {
    width: 100%;
    color: var(--Color-White-70, #B4B3B1);
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1.5px solid var(--color-grey-92, #E5EFEE);
    background: var(--color-white-solid, #FFF);
    padding: 14px 16px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.popup_section form input[type="submit"] {
    width: 100%;
    color: var(--White, var(--color-white-solid, #FFF));
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    background: #3870CA;
    padding: 14px 20px;
    cursor: pointer;
}

.form_section_bottom {
    color: var(--Color-Black-0, #000);
    text-align: center;
    font-family: var(--font-family-Font-2, Inter);
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_section_bottom span {
    color: #0C7291;
    font-weight: 700;
}

.popup_section a {
    text-decoration: none;
}

.popup_section .button {
    width: 100%;
    display: none;
    padding: 24px 0 0 0;
}

.gradient_button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, var(--color-white-solid, #FFF));
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFD814 0%, #FF6301 100%);
    padding: 14px 24px;
    box-sizing: border-box;
}

.orange_button {
    width: 100%;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.863px solid #FF6301;
    border-radius: 12px;
}

.button_left {
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--Color-White-100, #FFF);
    border-radius: 12px 0 0 12px;
    padding: 0 12px;
}

.button_right {
    height: 100%;
    min-height: 64px;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--White, var(--color-white-solid, #FFF));
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0 12px 12px 0;
    background: #FF6301;
    padding: 12px 16px;
    box-sizing: border-box;
}

.popup_section .error-message {
    color: #DD2C2C;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    display: none;
}

.agree_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 12px;
}

.agree_checkbox input {
    display: none;
}

.custom_checkbox {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #1A8FBA;
    position: relative;
    flex-shrink: 0;
}

.agree_checkbox input:checked + .custom_checkbox {
    background: #1A8FBA;
}

.agree_checkbox input:checked + .custom_checkbox::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.agree_text {
    color: var(--Black-100, #1A1A1A);
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.agree_text a {
    font-weight: 600;
    color: #3870CA;
    text-decoration: underline;
}

.agree_checkbox svg {
    display: none;
    position: absolute;
}

.custom_checkbox_svg {
    width: 18px;
    height: 18px;
    border: 1px solid #1A8FBA;
    border-radius: 50%;
    position: relative;
}

.agree_checkbox input:checked + .custom_checkbox_svg,
.agree_checkbox input:checked + .custom_checkbox_svg svg {
    display: inline-block;
}

.success_item {
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.success_item_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px dashed var(--Color-Water, #3870CA);
    background: var(--Color-Sky-light, #F3F7FB);
    padding: 16px;
}

.form_section_info .form_section_title {
    margin-bottom: 8px;
}

.form_section_info .form_section_text {
    margin-bottom: 0;
}

.code {
    color: var(--Color-Maree, #0D1D3C);
    font-family: "Proxima Nova Bld", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
}

.success_item_info {
    color: var(--Color-White-60, #8F8C8A);
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.sent {
    color: var(--Color-White-70, #B4B3B1);
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

.popup_section .popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(0, 0, 0, 0.8);
    font-family: "Proxima Nova Rg", sans-serif;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.popup_section .popup.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.popup_close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 999;
    cursor: pointer;
}

.sent span {
    font-weight: 700;
}

.sticky_block {
    position: fixed;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #D7EF81;
    display: none;
    justify-content: center;
    align-items: center;
    color: #FAFCFC;
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.sticky_block:hover {
    cursor: pointer;
}

.sticky_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #FAFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
}
