

html ,*{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.wp-site-blocks {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    color:black;
}

.block__head__title {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

h1,h2,h3,h4 {
    font-family: Bangers, sans-serif;
    font-style: italic;
    font-weight: bold;
}

body {
    margin: 0;

}

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

.transition {
    transition: all 0.3s;
}

a {
   text-decoration: navajowhite;
    width: fit-content;
}

a:focus {
    outline: none;
}

header,
header.block-editor-block-list__layout .block-editor-block-list__block{
    position: fixed;
    width: 100%;
    z-index: 9999;
}


header {
    width: -webkit-fill-available;
}

main {
    margin-top: 127px!important;
    flex: 1 0 auto;
    padding-bottom: 50px;
}

.theme_wrapper {
    display: flex;
    margin: 0;
    position: relative;
}

.content_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

:root :where(.wp-site-blocks) > * {
    margin-block-start: 0!important;
}


.keen-slider,
.navigation-wrapper{
    height: 100%;
}

.navigation-wrapper {
    position: relative;
}

.dots {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;

}

.navigation-wrapper .arrow {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 100%;

    top: 40%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-wrapper .arrow svg {
    width: 20px;
    height: 20px;
}

.navigation-wrapper .arrow.arrow--left {
    left: -60px;
    right: auto;
}

.navigation-wrapper .arrow.arrow--right {
    right: -60px;
    left: auto;
}
.big__banner_wrapper .dots {
    bottom: 50px;
    left: 20%;
}

.dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--color-7);
    transition: all 0.3s;
}

.dots .dot.dot--active {
    background: var(--color-3);
}

.page__title_wrapper {
    padding: 40px 0 20px;
    font-size: 32px;
    font-weight: bold;
}


footer {
    flex: 0 0 auto;
    position: relative;
}

section section{
    padding: 24px 0;
}

.arrow_wrapper {
    display: flex;
}

.arrow_wrapper .arrow {
    position: static;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-7);
    height: 37px;
    cursor: pointer;
}

.arrow_wrapper .arrow.arrow--disabled {
    opacity: 0.5;
}

.navigation-wrapper .arrow {
    background: #048bb3;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 15px;
}

.arrow_wrapper .arrow svg {
    width: 14px;
    height: 14px;
}

.arrow_wrapper .arrow:first-child {
    border-radius: 30px 0 0 30px;
}

.arrow_wrapper .arrow:last-child {
    border-radius: 0 30px 30px 0;
}


.button_wrapper {
    display: flex;
}

.button__svg_wrapper {
    width: 32px;
    min-height: 32px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

@media (max-width: 850px) {
    .navigation-wrapper .arrow.arrow--left {
        left: 0;
        right: auto;
        bottom: 0;

        top: auto;
    }
    .navigation-wrapper .arrow.arrow--right {
        right:0;
        left: auto;
        bottom: 0;
        top: auto;
    }

    .block__head__title {
        font-size: 20px;
    }
}
