html {
    box-sizing: border-box;
}

:root,
:before,
:after {
    --main-text-color: #1C1C1C;
    --second-text-color: #fff;
    --burger-color: #1C1C1C;
    --main-background: white;
    --header-background: white;
    --footer-background: white;
    --border-color: #1c1c1c33;
    --button-border-color: transparent;
    --fields-color: #0BC29A;
    --button-arrow-background: linear-gradient(114deg, #0BC29A -30.97%, #13EDA8 0.09%, #2AD9E2 98.47%);
    --button-header-background: linear-gradient(90deg, #0F7 -73.79%, #31D0FB 132.5%);
    --right-button-gradient-bg: linear-gradient(270deg, #ffffffeb 0%, #ffffff59 100%);
    --left-button-gradient-bg: linear-gradient(90deg, #ffffffeb 0%, #ffffff59 100%);
    --main-gradient: linear-gradient(114deg, #0BC29A -30.97%, #13EDA8 0.09%, #2AD9E2 98.47%);
    --star-icon-color: #FFCE00;
}

body {
    font-family: var(--font-family-body);
    margin: 0;
    color: var(--main-text-color);
}

*,
::after,
::before {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-headline);
    font-weight: 400;
    line-height: 100%;
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 3.5rem;
}

h3,
h4,
h5,
h6 {
    font-size: 3rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.max-container {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.carusel-slider {
    padding: 4.56rem var(--container-space);
}

.wreath-icon-cx {
    filter: grayscale(100%) opacity(0.6);
}