@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: "Arimo", sans-serif;
}

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

body video {
    width: 100%;
    max-width: 300px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

body a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

body a:hover {
    color: #808543;
}

body ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
}


/*--------------------- Navbar ---------------------*/


nav .aura-mini-logo {
    font-size: 27px;
    font-weight: 500;
}

nav .navbar-nav a {
    font-size: 18px;
}

/*-- кнопка Burger --*/


nav .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 22px;
    filter: contrast(200%);
}

nav .navbar-toggler:focus,
.btn-close:focus {
    outline: none;
    box-shadow: none;
}


/*--------------------- Body Wrapper -----------------------*/


.head-wrapper {
    background: url(/img-sys/hero-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
}


/*--------------------- Hero ---------------------*/


main .btn:hover::after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 16px;
    transition: .2s;
}


.btn-warning {
    padding: 12px 34px;
    background-color: #808543;
    color: white;
    border-radius: 100px;
    border: none;
}

.btn-warning::after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 14px;
}

.btn-warning:hover {
    color: white;
    background-color: #9aa146;
}

.btn-warning:hover::after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 16px;
    transition: .2s;
}


.hero img {
    filter: saturate(120%);
}


/*--------------------- Галерея ---------------------*/


.gallery .img-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.5s;
}

@media (min-width: 991px) {
    .gallery .img-thumbnail:hover {
        scale: 103%;
    }
}

.gallery .hidden-gallery {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .img-fluid {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }
}

@media (min-width: 991px) {
    .img-fluid {
        width: 100%;
        height: 700px;
        object-fit: cover;
        border-radius: 10px;
    }
}


/*--------------------- Иконки ---------------------*/


.best-icons {
    background-image: url(/img-sys/hero-bg.jpg);
    object-fit: cover;
}

.best-icons img {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}


/*--------------------- Video ---------------------*/


.arrows {
    display: flex;
    gap: 12rem;
}

.swiper-pagination {
    bottom: 15px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    margin-top: auto !important;
}

.swiper-button-prev {
    background-image: url(/img-sys/icons/Arrow.svg);
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 21px;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next {
    background-image: url(/img-sys/icons/Arrow.svg);
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 21px;
    width: 50px !important;
    height: 50px !important;
    transform: rotate(180deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: whitesmoke;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Скрытие кнопки при воспроизведении */
.video.playing+.play-button {
    display: none;
}


/*--------------------- Accordion ---------------------*/


.accordion {
    background-image: url(/img-sys/hero-bg.jpg);
    object-fit: cover;
}

.accordion .accordion-button {
    --bs-accordion-bg: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-focus-box-shadow: none;
    font-size: 19px;
    font-weight: 500;
}

.accordion .accordion-button:hover {
    color: #90973d;
}

.accordion .accordion-button.collapsed {
    border: 1px solid black;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 2px solid black;
    box-shadow: 4px 4px black;
}

.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #90973d;
}


/*--------------------- Form ---------------------*/


.form .btn-success {
    background-color: #808543;
    padding: 13px 30px;
    border-radius: 100px;
    border: none;
}

.form .btn-success:hover {
    background-color: #9aa146;
}


/*--------------------- Footer ---------------------*/


.footer {
    background-image: url(/img-sys/hero-bg.jpg);
    object-fit: cover;
}

footer .bi-instagram:hover {
    color: rgb(255, 125, 233);
}

footer .bi-telegram:hover {
    color: rgb(64, 201, 255);
}

footer .bi-facebook:hover {
    color: rgb(54, 69, 211);
}

footer .bi-telephone-fill:hover {
    color: rgb(100, 211, 66);
}


/*--------------------- GoTop ---------------------*/


.go_top {
    position: fixed;
    bottom: -60px;
    right: 40px;
    background: #808543;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: 0.3s linear;
    z-index: 999;
}

.go_top:hover {
    background: #a6af3c;
}

.go_top.active {
    bottom: 50px;
    transition: 0.3s linear;
}


/*------------------ Политика конфиденциальности ------------------*/


.breadcrumbs ul li {
    margin-right: 8px;
}

.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    color: #777;
}

.breadcrumbs ul li a:hover {
    display: flex;
    align-items: center;
    color: black;
}

.breadcrumbs ul li a::after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 8px;
}

.politics h5 {
    margin: 40px 0;
}

.politics .wp-block-table th,
.politics .wp-block-table td {
    border: 1px solid;
    padding: .5em;
}