html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mbank-light.woff) format("woff"), url(../fonts/mbank-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mbank-regular.woff) format("woff"), url(../fonts/mbank-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/mbank-semibold.woff) format("woff"), url(../fonts/mbank-semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mbank-bold.woff) format("woff"), url(../fonts/mbank-bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mbanklite-light.woff) format("woff"), url(../fonts/mbanklite-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mbanklite-regular.woff) format("woff"), url(../fonts/mbanklite-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/mbanklite-semibold.woff) format("woff"), url(../fonts/mbanklite-semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mbanklite-bold.woff) format("woff"), url(../fonts/mbanklite-bold.woff2) format("woff2")
}

html {
    overflow-x: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mbank", "Helvetica", "Arial", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.15
}

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

a {
    color: #000;
    text-decoration: none;
    word-break: break-word
}

a:hover {
    text-decoration: underline
}

.border {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e90a0a), color-stop(27%, #e90a0a), color-stop(27%, #26221e), color-stop(32%, #26221e), color-stop(32%, #ff8600), color-stop(57%, #ff8600), color-stop(57%, #ae0000), color-stop(73%, #ae0000), color-stop(73%, #0065b1), color-stop(77%, #0065b1), color-stop(77%, #008f20), to(#008f20));
    background: linear-gradient(90deg, #e90a0a 0, #e90a0a 27%, #26221e 0, #26221e 32%, #ff8600 0, #ff8600 57%, #ae0000 0, #ae0000 73%, #0065b1 0, #0065b1 77%, #008f20 0, #008f20);
    display: block;
    height: 8px
}

.btn-arrow {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .25);
    box-shadow: 0 0 14px rgba(0, 0, 0, .25);
    color: transparent;
    display: block;
    font-size: 0;
    height: 64px;
    position: relative;
    width: 64px
}

@media (hover:hover) {
    .btn-arrow:hover:before {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.btn-arrow:before {
    background: url(../images/arrow_green.svg) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    width: 12px
}

@media screen and (max-width:992px) {
    .btn-arrow {
        height: 50px;
        width: 50px
    }
}

.btn {
    background-color: #ae0000;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 28px 12px;
    text-align: center;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.btn:hover {
    background-color: #850000;
    text-decoration: none
}

@media screen and (max-width:768px) {
    .btn {
        font-size: 16px
    }
}

.btn--lg {
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 42px 20px
}

@media screen and (max-width:1200px) {
    .btn--lg {
        font-size: 18px;
        padding: 16px 38px 18px
    }
}

@media screen and (max-width:768px) {
    .btn--lg {
        font-size: 16px
    }
}

.calendar {
    background: url(../images/calendar_bg2.png) 50% 50%/100% 100% no-repeat;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 702px;
    max-width: 1060px;
    padding: 45px 0 60px
}

@media screen and (max-width:1200px) {
    .calendar {
        height: auto;
        padding: 30px 0 60px
    }
}

@media screen and (max-width:768px) {
    .calendar {
        background-color: #fff;
        background-image: none;
        border-radius: 20px;
        display: block;
        padding: 30px 30px 60px
    }
}

.calendar__item {
    padding: 0 15px;
    width: 33.3333%
}

@media screen and (max-width:768px) {
    .calendar__item {
        padding: 0;
        width: 100%
    }
}

.calendar__item:not(:last-of-type) {
    border-right: 2px solid #cfcfcf
}

@media screen and (max-width:768px) {
    .calendar__item:not(:last-of-type) {
        border: 0;
        border-bottom: 2px solid #cfcfcf;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.calendar__item--1 .calendar__date,
.calendar__item--1 .calendar__hour {
    color: #e90a0a
}

.calendar__item--1 .calendar__arrow {
    fill: #e90a0a
}

.calendar__item--2 .calendar__date,
.calendar__item--2 .calendar__hour {
    color: #ff8600
}

.calendar__item--2 .calendar__arrow {
    fill: #ff8600
}

.calendar__item--3 .calendar__date,
.calendar__item--3 .calendar__hour {
    color: #008f20
}

.calendar__item--3 .calendar__arrow {
    fill: #008f20
}

.calendar__row:not(:last-of-type) {
    margin: 0 0 20px
}

@media screen and (max-width:1200px) {
    .calendar__row:not(:last-of-type) {
        margin: 0 0 15px
    }
}

.calendar__arrow {
    display: block;
    height: 22px;
    margin: 5px auto 15px;
    width: 20px
}

@media screen and (max-width:992px) {
    .calendar__arrow {
        height: 20px;
        width: 16px
    }
}

@media screen and (max-width:768px) {
    .calendar__arrow {
        height: 22px;
        margin: 0 auto 15px;
        width: 20px
    }
}

.calendar__date,
.calendar__guest,
.calendar__hour {
    letter-spacing: -.04em
}

.calendar__date {
    font-size: 25px
}

@media screen and (max-width:992px) {
    .calendar__date {
        font-size: 20px
    }
}

@media screen and (max-width:768px) {
    .calendar__date {
        font-size: 24px
    }
}

.calendar__guest,
.calendar__hour {
    font-size: 22px
}

@media screen and (max-width:1200px) {

    .calendar__guest,
    .calendar__hour {
        font-size: 20px
    }
}

@media screen and (max-width:992px) {

    .calendar__guest,
    .calendar__hour {
        font-size: 18px
    }
}

.calendar__hour {
    margin: 0 0 8px
}

.calendar__leader {
    font-size: 16px
}

.documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.documents__item {
    padding: 15px
}

.documents__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    min-height: 30px;
    padding: 0 0 0 40px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.documents__link--cookie {
    padding: 0
}

.documents__ext {
    background: url(../images/doc.svg) 50%/contain no-repeat;
    color: #ff8600;
    content: "";
    font-size: 8px;
    font-weight: 700;
    height: 30px;
    left: 0;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 26px
}

@-webkit-keyframes hamburger-animation {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes hamburger-animation {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.hamburger {
    background: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    z-index: 999
}

@media screen and (max-width:992px) {
    .hamburger {
        opacity: 1;
        visibility: visible
    }
}

.hamburger__line {
    background-color: #000;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 6px auto;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 40px
}

.hamburger__line--1 {
    background-color: #e90a0a
}

.hamburger__line--2 {
    background-color: #ff8600
}

.hamburger__line--3 {
    background-color: #008f20
}

.hamburger.is-active {
    -webkit-animation: hamburger-animation .6s forwards;
    animation: hamburger-animation .6s forwards
}

.hamburger.is-active .hamburger__line {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger.is-active .hamburger__line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .hamburger__line:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

.hamburger.is-active .hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.important {
    background-color: #e90a0a;
    color: #fff;
    display: inline-block
}

.logo {
    height: 70px
}

@media screen and (max-width:992px) {
    .logo {
        height: 60px
    }
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:992px) {
    .navigation {
        background-color: #fff;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden
    }

    .navigation.is-open {
        opacity: 1;
        visibility: visible
    }
}

.navigation__item:not(:last-of-type) {
    margin: 0 68px 0 0
}

@media screen and (max-width:992px) {
    .navigation__item:not(:last-of-type) {
        margin: 0 0 30px
    }
}

.text {
    font-size: 28px
}

@media screen and (max-width:1200px) {
    .text {
        font-size: 25px
    }
}

@media screen and (max-width:768px) {
    .text {
        font-size: 20px
    }
}

.title {
    font-size: 38px
}

@media screen and (max-width:1200px) {
    .title {
        font-size: 35px
    }
}

@media screen and (max-width:992px) {
    .title {
        font-size: 30px
    }
}

@media screen and (max-width:768px) {
    .title {
        font-size: 25px
    }
}

.container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px
}

@media screen and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

.footer {
    padding: 35px 0
}

.guests {
    padding: 15px 0 30px;
    position: relative
}

@media screen and (max-width:1680px) {
    .guests {
        padding: 30px 0
    }
}

@media screen and (max-width:992px) {
    .guests {
        padding: 30px 0 175px
    }
}

.guests__content {
    position: relative;
    z-index: 5
}

.guests__title {
    margin: 0 auto 45px;
    max-width: 675px
}

@media screen and (max-width:1200px) {
    .guests__title {
        max-width: 625px
    }
}

@media screen and (max-width:992px) {
    .guests__title {
        max-width: 535px
    }
}

@media screen and (max-width:768px) {
    .guests__title {
        max-width: 450px
    }
}

.guests__subtitle {
    margin: 0 0 50px
}

@media screen and (max-width:1200px) {
    .guests__subtitle {
        margin: 0 0 40px
    }
}

@media screen and (max-width:768px) {
    .guests__subtitle {
        margin: 0 auto 40px;
        max-width: 345px
    }
}

@media screen and (max-width:576px) {
    .guests__subtitle {
        margin: 0 auto 35px
    }
}

.guests__text {
    font-size: 18px;
    margin: 0 auto 25px;
    max-width: 1050px
}

@media screen and (max-width:1200px) {
    .guests__text {
        font-size: 16px
    }
}

@media screen and (max-width:992px) {
    .guests__text br {
        display: none
    }
}

.guests__btn {
    margin: 0 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.guests__logo {
    margin: 0 auto;
    width: 163px
}

.guests__flower,
.guests__flowers,
.guests__shape {
    position: absolute
}

.guests__flower,
.guests__flowers {
    bottom: 0
}

.guests__shape {
    height: 1100px;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1100px
}

@media screen and (max-width:1200px) {
    .guests__shape {
        height: 950px;
        top: 0;
        width: 950px
    }
}

@media screen and (max-width:768px) {
    .guests__shape {
        display: none
    }
}

.guests__flower {
    left: calc(50% + 495px);
    width: 202px
}

@media screen and (max-width:1200px) {
    .guests__flower {
        left: calc(50% + 375px);
        width: 150px
    }
}

@media screen and (max-width:992px) {
    .guests__flower {
        display: none
    }
}

.guests__flowers {
    left: calc(50% - 758px);
    width: 535px
}

@media screen and (max-width:992px) {
    .guests__flowers {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 425px
    }
}

.header {
    background-color: #fef2e6;
    background: url(../images/header_bg.jpg) 50% 10%/cover no-repeat;
    padding: 120px 0;
    position: relative
}

@media screen and (max-width:1680px) {
    .header {
        padding: 120px 0 100px
    }
}

@media screen and (max-width:1200px) {
    .header {
        padding: 80px 0 60px
    }
}

@media screen and (max-width:992px) {
    .header {
        background: url(../images/header_bg_mobile.jpg) 50% 50%/auto 100% no-repeat;
        padding: 30px 0 315px
    }
}

.header__content {
    background-color: #ae0000;
    border-radius: 0 120px 120px 0;
    margin: 0 0 25px;
    max-width: 755px;
    padding: 20px 15px 25px 0;
    position: relative
}

@media screen and (max-width:1200px) {
    .header__content {
        max-width: 615px
    }
}

@media screen and (max-width:992px) {
    .header__content {
        border-radius: 0 100px 100px 0;
        max-width: 100%;
        padding: 20px 15px 20px 0
    }
}

.header__content:before {
    background-color: #ae0000;
    content: "";
    height: 100%;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 9999px
}

.header__img {
    left: calc(50% + 10px);
    position: absolute;
    top: 0
}

@media screen and (max-width:1200px) {
    .header__img {
        max-width: 575px
    }
}

@media screen and (max-width:992px) {
    .header__img {
        display: none
    }
}

.header__logo {
    margin: 0 0 44px
}

@media screen and (max-width:1200px) {
    .header__logo {
        margin: 0 0 30px
    }
}

@media screen and (max-width:992px) {
    .header__logo {
        margin: 0 0 20px
    }
}

.header__text,
.header__title {
    color: #fff
}

.header__title {
    font-size: 43px;
    line-height: 1.25;
    margin: 0 0 10px
}

@media screen and (max-width:1200px) {
    .header__title {
        font-size: 35px
    }
}

@media screen and (max-width:992px) {
    .header__title {
        font-size: 30px
    }
}

@media screen and (max-width:768px) {
    .header__title {
        font-size: 25px
    }
}

.header__text {
    font-size: 32px;
    max-width: 450px
}

@media screen and (max-width:1200px) {
    .header__text {
        font-size: 25px;
        max-width: 350px
    }
}

@media screen and (max-width:768px) {
    .header__text {
        font-size: 20px;
        max-width: 300px
    }
}

.navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999
}

.navbar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.questions {
    padding: 90px 0 125px;
    position: relative
}

@media screen and (max-width:1680px) {
    .questions {
        padding: 90px 0 100px
    }
}

@media screen and (max-width:1200px) {
    .questions {
        padding: 75px 0 85px
    }
}

@media screen and (max-width:992px) {
    .questions {
        padding: 40px 0 60px
    }
}

@media screen and (max-width:768px) {
    .questions {
        padding: 30px 0 60px
    }
}

.questions__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    .questions__content {
        display: block
    }
}

.questions__copy {
    margin: 70px 0 0
}

@media screen and (max-width:1200px) {
    .questions__copy {
        margin: 65px 0 0
    }
}

@media screen and (max-width:992px) {
    .questions__copy {
        margin: 0 0 40px;
        text-align: center
    }
}

@media screen and (max-width:576px) {
    .questions__copy {
        margin: 0 0 35px
    }
}

.questions__title {
    line-height: 1.25;
    margin: 0 0 10px
}

@media screen and (max-width:992px) {
    .questions__title {
        margin: 0 0 30px
    }
}

@media screen and (max-width:768px) {
    .questions__title {
        margin: 0 0 20px
    }
}

.questions__text {
    margin: 0 0 8px;
    max-width: 550px
}

@media screen and (max-width:1200px) {
    .questions__text {
        max-width: 500px
    }
}

@media screen and (max-width:992px) {
    .questions__text {
        margin: 0 auto 8px
    }
}

@media screen and (max-width:768px) {
    .questions__text {
        max-width: 400px
    }
}

.questions__text--last {
    margin: 0
}

@media screen and (max-width:992px) {
    .questions__text--last {
        margin: 0 auto
    }
}

.questions__img {
    display: block;
    margin: 0 -70px 0 0;
    max-width: 610px
}

.jazgot__box {
    margin-top: 75px;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jazgot__copy {
    margin: 0;
}

.jazgot__title {
    background-color: transparent;
    margin: 10;
}

.jazgot__btn {
    margin-top: 15px;
}

.jazgot__img {
    margin: 0;
     max-width: 450px
}

.shadow-wrapper {
  position: relative;
  display: inline-block;
}

.shadow-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px; 
  border-radius: 50%; 
  box-shadow: 0 0 370px 55px rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.shadow-wrapper img {
  display: block;
}
.jazgot__btn__mobile {
    visibility:hidden;
}

@media screen and (max-width:1200px) {
    .questions__img {
        margin: 0 -85px 0 0;
        max-width: 500px
    }
}

@media screen and (max-width:1200px) {
    .jazgot__img {
        margin-left: -80px;
        max-height: 380px;
    }

    .shadow-wrapper {
        position: relative;
        display: inline-block;
        margin-right: 80px;
    }

    .shadow-wrapper::before {
    width: 320px;
    height: 320px; 
    }
}
@media screen and (max-width:992px) {
    .jazgot__img {
        margin-left: -80px;
        max-width: 400px;
    }

    .shadow-wrapper {
        position: relative;
        display: inline-block;
        margin-right: 0;
        margin-left: -10px;
        justify-content: center;
        align-items: center;
    }

    .shadow-wrapper::before {
    width: 310px;
    height: 310px; 
    }

    .jazgot__box {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }
    
    .jazgot__btn {
        visibility: hidden;
    }

    .jazgot__btn__mobile {
        visibility: visible;
        margin-left: 25px;
    }

    .jazgot__btn__mobile2 {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:992px) {
    .questions__img {
        margin: 0 auto;
        max-width: 450px;
        -webkit-transform: translateX(3%);
        transform: translateX(3%)
    }
}

@media screen and (max-width:576px) {
    .questions__img {
        width: 100%
    }
}

.questions__flower,
.questions__leaves {
    position: absolute;
    z-index: 5
}

.questions__flower {
    left: calc(50% - 730px);
    top: -125px;
    width: 188px
}

@media screen and (max-width:1200px) {
    .questions__flower {
        left: calc(50% - 555px);
        top: -85px;
        width: 150px
    }
}

@media screen and (max-width:992px) {
    .questions__flower {
        display: none
    }
}

.questions__leaves {
    left: calc(50% - 730px);
    top: 464px;
    width: 204px
}

@media screen and (max-width:1680px) {
    .questions__leaves {
        top: 452px
    }
}

@media screen and (max-width:1200px) {
    .questions__leaves {
        left: calc(50% - 570px);
        top: 375px;
        width: 175px
    }
}

@media screen and (max-width:992px) {
    .questions__leaves {
        display: none
    }
}

.section-dark {
    background-color: #000;
    color: #fff
}

.section-skewed {
    position: relative
}

.section-skewed:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 100%;
    z-index: -1
}

.section {
    scroll-margin-top: 100px
}

@media screen and (max-width:992px) {
    .section {
        scroll-margin-top: 90px
    }
}

.skewed {
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.special-guest {
    padding: 0 0 60px;
    position: relative;
    z-index: 5
}

@media screen and (max-width:1680px) {
    .special-guest {
        padding: 20px 0 60px
    }
}

@media screen and (max-width:992px) {
    .special-guest {
        padding: 20px 0 40px
    }
}

@media screen and (max-width:768px) {
    .special-guest {
        padding: 20px 0 30px
    }
}

.special-guest__title {
    margin: 0 auto 14px;
    max-width: 865px
}

@media screen and (max-width:1200px) {
    .special-guest__title {
        max-width: 885px
    }
}

@media screen and (max-width:992px) {
    .special-guest__title {
        margin: 0 auto 30px
    }
}

.special-guest__img {
    margin: 0 auto -48px
}

@media screen and (max-width:1200px) {
    .special-guest__img {
        max-width: 550px
    }
}

@media screen and (max-width:992px) {
    .special-guest__img {
        margin: 0 auto -15px;
        max-width: 400px;
        width: 100%
    }
}

.special-guest__text {
    font-size: 20px
}

.special-guest__text--last {
    margin: 25px 0 0
}

@media screen and (max-width:1200px) {
    .special-guest__text {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .special-guest__text {
        font-size: 16px
    }
}

@media screen and (max-width:992px) {
    .special-guest__text--last {
        margin: 15px 0 0
    }
}

.special-guest__flower,
.special-guest__shape {
    position: absolute
}

.special-guest__flower {
    left: calc(50% - 765px);
    top: 125px;
    width: 240px
}

@media screen and (max-width:1680px) {
    .special-guest__flower {
        top: 145px
    }
}

@media screen and (max-width:1200px) {
    .special-guest__flower {
        left: calc(50% - 585px);
        top: 175px;
        width: 200px
    }
}

@media screen and (max-width:992px) {
    .special-guest__flower {
        display: none
    }
}

.special-guest__shape {
    left: calc(50% + 490px);
    top: 268px;
    width: 227px
}

@media screen and (max-width:1680px) {
    .special-guest__shape {
        top: 288px
    }
}

@media screen and (max-width:1200px) {
    .special-guest__shape {
        left: calc(50% + 350px);
        top: 265px;
        width: 200px
    }
}

@media screen and (max-width:992px) {
    .special-guest__shape {
        display: none
    }
}

.font-weight-thin {
    font-weight: 100
}

.font-weight-extralight {
    font-weight: 200
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-extrabold {
    font-weight: 800
}

.font-weight-black {
    font-weight: 900
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-red {
    color: #ae0000
}

.text-green {
    color: #008f20
}

.text-blue {
    color: #0065b1
}

.text-orange {
    color: #ff8600
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.is-hidden {
    display: none
}