

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

.wp-site-blocks {
    font-family: Proxima Nova, sans-serif;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    color: var(--color-4);
}

body {
    margin: 0;
    overflow-x: hidden;
}

.container {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.header .container {

    max-width: 1560px;
}


aside {
    position: sticky;
    top: 0;
    height: 100dvh;
}

.transition {
    transition: all 0.3s;
}


a {
   text-decoration: none;
}

a:focus {
    outline: none;
}

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

.section_wrapper {
    padding: 30px 0;
}


header {
    width: -webkit-fill-available;
    background: var(--color-2);
}

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

}

.boyle-sports1-comIframe {
    margin-bottom: 20px;
}

form .footer__brands {
    justify-content: center;
}

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

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



.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: 35px;
    height: 35px;
}

.navigation-wrapper .arrow.arrow--left {
    left: 40px;
    right: auto;
    rotate: 180deg;
}

.navigation-wrapper .arrow.arrow--right {
    right: 40px;
    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;
}

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.arrow--disabled {
    display: none;
}

.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;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    font-weight: bold;
}

.swiper-button-next {
    right: 0;
    left: auto;
}

.swiper-button-prev {
    left: 0;
    right: auto;
}

.slider__custom_wrapper {
    position: relative;
}

@media (max-width: 1200px) {
    aside {
        width: fit-content;
        position: sticky;
        z-index: 99999999;
        height: fit-content;
        transition: all 0.3s;
        top: 0;
    }

}

