* {
  box-sizing: border-box;
}

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%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
main,
#main-section {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  color: var(--black);
}

img {
    max-width: 100%;
}

h1 {
    font-weight: 400;
    font-family: Good Vibes Pro;
    font-size: 126px;
    line-height: 126px;
    letter-spacing: 0px;
    color: var(--white);
}

h1 br {
    display: none;
}

h2 {
    font-weight: 400;
    font-family: Good Vibes Pro;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: 0px;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0px;
}

h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
}

h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
}

.font-b1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}

.font-b2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.font-b3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.font-b4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.font-b5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.font-b6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.font-b7 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.font-b8 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.font-b9 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.button {
    padding: 19px 35px;
    border-radius: 40px;
    text-decoration: none;
    background: var(--accent-initial);
    color: var(--button);
    transition: all 0.5s;
    cursor: pointer;
    width: fit-content;
    outline: none;
    border: none;
    text-align: center;
    display: block;
}

.button:hover {
    background: var(--accent-hover);
}

.button:disabled,
.button.disabled {
    cursor: default;
    opacity: 0.4;
}

#header-section {
    background: linear-gradient(180deg, var(--button) 14.77%, #139EE7 73.65%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 32px 112px;
    position: relative;
}

#header-section::after {
    content: '';
    display: block;
    z-index: 1;
    height: 226px;
    position: absolute;
    bottom: -38px;
    width: 100%;
    background-image: url('/local/templates/addamant_shop/assets/images/bg-header.svg');
}

#header-section .logo-block .open-mobile-menu {
    display: none;
}

#header-section .header-ornament {
    width: 72px;
    height: 33px;
    display: block;
    margin: 0 auto;
}

#header-section .header-ornament svg {
    width: 100%;
    height: 100%;
}

#header-section .header-ornament.bottom {
    margin-top: 12px;
    transform: rotate(180deg);
}

#header-section .header-ornament.top {
    margin-bottom: -15px;
}

#header-section .header-logo {
    width: 140px;
    height: 140px;
    display: block;
    margin: 4px auto 20px;
    box-shadow: 0px 4px 9px 0px #2EAFFFFA, 1px 17px 17px 0px #2EAFFFD9, 3px 38px 23px 0px #2EAFFF80, 5px 67px 27px 0px #2EAFFF26, 9px 105px 29px 0px #2EAFFF05;
    border-radius: 50%;
}

#header-section .header-logo svg {
    width: 100%;
    height: 100%;
}

#header-section .description-header {
    display: block;
    font-weight: 600;
    margin: 0 auto 32px;
    color: var(--white);
}

#header-section .button.font-b6 {
    background: var(--white);
    color: var(--accent);
    margin: 0 auto;
}

#header-section .logo-block,
#header-section .header-menu-block,
#header-section .header-ornament,
#header-section h1,
#header-section .header-logo,
#header-section .description-header,
#header-section .font-b6.button {
    position: relative;
    z-index: 2;
}

#footer {
    width: 100%;
    height: fit-content;
    position: relative;
    background: linear-gradient(180deg, var(--button) 14.77%, #139EE7 73.65%);
}

#footer::after {
    content: '';
    display: block;
    z-index: 1;
    height: 195px;
    left: 0;
    right: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    background-image: url(/local/templates/addamant_shop/assets/images/bg-footer.svg);
    background-size: cover;
    background-position-x: center;
}

#footer .footer-content {
    max-width: 1448px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 64px 40px;
    position: relative;
    z-index: 2;
}

#footer .footer-content .logo-footer {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto 16px;
}

#footer .footer-content .logo-footer svg {
    width: 100%;
    height: 100%;
}

#footer .footer-content .header-menu-block {
    margin: 0 auto 52px;
}

#footer .footer-content h2 {
    font-weight: 400;
    font-size: 78px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--accent-contrast);
}

#footer .footer-content .footer-text {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    max-width: 680px;
    width: 100%;
    margin: 24px auto 52px;
}

#footer .top-blur-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
}

#footer .footer-content .bottom-content-footer {
    width: 100%;
    margin-top: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

#footer .footer-content .copyright {
    display: block;
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

#footer .footer-content .copyright br {
    display: none;
}

#footer .footer-content .policy-text,
#footer .footer-content .footer-email a {
    display: block;
    text-decoration: underline;
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

#footer .footer-content .footer-email {
    min-width: 341px;
    text-align: end;
}

#footer .footer-content .bottom-content-footer-mobile {
    display: none;
}

.section-header {
    margin: 0 auto;
    font-family: Good Vibes Pro;
    font-weight: 400;
    font-size: 78px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--accent);
}

.section-description {
    color: var(--accent);
    margin: 24px auto 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: 0px;
    text-align: center;
}

#header-section:not(.home-page) {
    background: transparent;
    padding-bottom: 0;
    color: var(--white);
}

#header-section:not(.home-page) .header-menu-block a {
    color: var(--accent);
}

@media (max-width: 1050px) {
    #header-section h1 {
        font-weight: 400;
        font-size: 92px;
        line-height: 70%;
        letter-spacing: 0px;
    }

    #header-section h1 br {
        display: block;
    }

    #header-section .header-ornament.top {
        margin-bottom: 60px;
    }

    #header-section {
        padding: 32px 32px 92px;
    }

    #footer .footer-content {
        padding: 100px 32px 40px;
    }
    
    #footer .footer-content .bottom-content-footer-mobile {
        width: 100%;
        margin-top: 46px;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: space-between;
    }

    #footer .footer-content .bottom-content-footer {
        display: none;
    }

    #footer .footer-content .copyright {
        max-width: 312px;
    }

    #footer .footer-content .copyright br {
        display: block;
    }

    #footer .footer-content .footer-text {
        max-width: 580px;
    }
}

@media (max-width: 650px) {
    .button {
        width: 100%;
    }
    
    #header-section {
        padding: 24px 16px 48px;
    }

    #header-section .header-section-content {
        width: 100%;
    }

    #header-section .logo-block {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: space-between;
    }

    #header-section.home-page .logo-block .open-mobile-menu {
        display: block;
        cursor: pointer;
        padding: 14px;
        border: none;
        background-color: transparent;
    }

    #header-section .logo-block .open-mobile-menu svg:last-child {
        display: none;
    }

    #header-section .header-ornament.top {
        margin-top: 4px;
    }

    #header-section h1 {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 80px;
        line-height: 70%;
        letter-spacing: 0px;
        text-align: center;
    }

    #header-section .header-logo {
        width: 92px;
        height: 92px;
        margin-top: 0;
    }

    #header-section.active .logo-block .open-mobile-menu svg:last-child {
        display: block;
    }

    #header-section.active .logo-block .open-mobile-menu svg:first-child,
    #header-section.active h1,
    #header-section.active .button.font-b6,
    #header-section.active .description-header {
        display: none;
    }

    #header-section.active .header-section-content {
        min-height: 698px;
    }

    #header-section.active .header-ornament.top {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 125px;
        opacity: 0.4;
    }

    #header-section.active .header-ornament.bottom {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.4;
        bottom: 380px;
    }

    #header-section.active .header-ornament.bottom svg {
        transform: rotate(180deg);
    }

    #header-section.active .header-logo {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 200px;
    }

    #footer .footer-content .header-menu-block {
        position: unset;
        display: flex;
    }

    #footer .footer-content {
        padding: 100px 16px 40px;
    }

    #footer .footer-content h2 {
        font-size: 68px;
        line-height: 62px;
    }

    #footer .footer-content .footer-text {
        max-width: 100%;
    }

    #footer .footer-content .copyright {
        max-width: 100%;
    }

    #footer .footer-content .copyright br {
        display: none;
    }

    #footer .footer-content .bottom-content-footer-mobile {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    #footer .footer-content .footer-email {
        min-width: unset;
        text-align: center;
    }

    .section-header {
        font-size: 68px;
        line-height: 62px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2440px) {
    #header-section::after {
        bottom: -38px;
    }

    #footer::after {
        top: -2px;
    }
}