*,
*:after,
*::before {
    box-sizing: border-box;
}

img {
    vertical-align: unset;
}

.container {
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}

.intro__wrapper,
#introSlider {
    height: 660px;
    position: relative;
}

.intro__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 660px;
}

.intro__slider-items .owl-dots {
    position: absolute;
    bottom: 30px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.intro__slider-items .owl-dots .owl-dot.active span {
    background: #009486 !important;
    width: 16px;
    height: 16px;
    margin: 0;
}

.intro__slider-items .owl-dots .owl-dot.active {
    margin-right: 8px;
}

.intro__slider-items .owl-dots .owl-dot span {
    background: #009486 !important;
    width: 12px;
    height: 12px;
    margin: 0;
}

.intro__slider-items .owl-dots .owl-dot {
    margin-right: 8px;
}

.intro__slider-items .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.intro__slider-items .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

.intro__slider-items .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    width: 42px;
    height: 42px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    background: #fff !important;
    z-index: 100;
    transition: all .3s ease;
}

.intro__slider-items .owl-nav .owl-prev span,
.intro__slider-items .owl-nav .owl-next span {
    font-size: 30px;
    line-height: 18px;
    font-weight: 900;
    color: #009486;
    transition: all .3s ease;
}

.intro__slider-items .owl-nav .owl-prev i,
.intro__slider-items .owl-nav .owl-next i {
    color: #fff;
}

.intro__slider-items .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    width: 42px;
    height: 42px;
    border: 2px solid #fff !important;
    background: #fff !important;
    border-radius: 50%;
    z-index: 100;
    transition: all .3s ease;
}

.intro__slider-items.owl-theme .owl-nav .owl-prev:hover,
.intro__slider-items.owl-theme .owl-nav .owl-next:hover {
    background: #009486 !important;
    transition: all .3s ease;
}

.intro__slider-items.owl-theme .owl-nav .owl-prev:hover span,
.intro__slider-items.owl-theme .owl-nav .owl-next:hover span {
    color: #fff;
    transition: all .3s ease;
}

@media (max-width: 950px) {
    .intro__wrapper, #introSlider {
        height: fit-content;
        position: relative;
    }
    .intro__item {
        background-size: contain;
        height: 520px;
    }
}

@media (max-width: 900px) {
    .intro__item {
        height: 420px;
    }
    .intro__slider-items .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
        margin: 0;
    }

    .intro__slider-items .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 767px) {
    .intro__item {
        height: 390px;
    }
}

@media (max-width: 660px) {
    .intro__item {
        height: 370px;
    }
}

@media (max-width: 610px) {
    .intro__item {
        height: 300px;
    }
}

@media (max-width: 550px) {
    .intro__item {
        height: 280px;
    }
}

@media (max-width: 490px) {
    .intro__item {
        height: 260px;
    }
}

@media (max-width: 450px) {
    .intro__item {
        height: 240px;
    }
}

@media (max-width: 390px) {
    .intro__item {
        height: 220px;
    }
}

@media (max-width: 360px) {
    .intro__item {
        height: 200px;
    }
}