@font-face {
    font-family: "ProximaNova-400";
    src: url("../fonts/ProximaNova-400.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-600";
    src: url("../fonts/ProximaNova-600.ttf");
    font-weight: normal;
    font-style: normal;
}

/* fonts */

/* main */

.body {
    font-family: 'ProximaNova-400';
    color: #261F1D;
}

:link {
    transition: 0.3s;
}

:hover {
    transition: 0.3s;
}

:focus {
    transition: 0.3s;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    transition: 0.3s;
}

section {
    margin-bottom: 76px;
}

button {
    overflow: none;
    border: 0;
}

/* main */

/* titles */

.title {
    font-family: "ProximaNova-600";
    color: #261F1D;
    margin-bottom: 3rem;
}

h1.title {
    font-size: 64px;
}

h2.title {
    font-size: 64px;
}

h3.title {
    font-size: 20px;
    margin-bottom: 0rem;
}

@media (max-width: 991px) {
    h1.title {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }

    h2.title {
        font-size: 44px;
        margin-bottom: 1.5rem;
    }
}

/* titles */

/* links */

.link {
    font-family: "ProximaNova-600";
    color: #ffffff;
}

.link:hover {
    opacity: 70%;
}

/* links */

/* buttons */

.click {
    font-family: "ProximaNova-600";
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 48px;
    padding: 11px 33px;
    border-radius: 48px;
    transition: 0.3s;
}

.click.item-1 {
    color: #261F1D;
    background: #F6DFC0;
}

.click.item-1:hover {
    color: #ffffff;
    background: #751D20;
}

.click.item-2 {
    color: #ffffff;
    background: #751D20;
}

.click.item-2:hover {
    color: #ffffff;
    background: #5C2123;
}

.click.item-3 {
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
}

.click.item-3:hover {
    color: #261F1D;
    background: #ffffff;
}

.click.item-4 {
    color: #F6DFC0;
    background: none;
    border: 1px solid #F6DFC0;
}

.click.item-4:hover {
    color: #261F1D;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.click.item-5 {
    color: #261F1D;
    border: 1.5px solid #261F1D;
    padding: 11px 23px;
}

.click.item-5:hover {
    color: #ffffff;
    background: #261F1D;
}

.click.item-5:hover svg path {
    stroke: #ffffff;
}

@media (max-width: 991px) {
    .click.item-5 {
        font-size: 12px;
        height: 38px;
        padding: 7px 13px;
    }

    .click.item-5 svg {
        width: 14px;
    }
}

/* buttons */

.header-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding: 0;
    /* margin-left: 130px; */
    margin-left: 30px;
    margin-bottom: 0;
}

.header-list .link {
    color: #261F1D;
    font-size: 16px;
}

.header-list li:nth-child(1) {
    margin-right: auto;
}

.header-list li:nth-child(3) {
    margin-right: auto;
}

.header-list li svg path {
    fill: #261F1D;
}

@media (max-width: 1399px) {
    .header-list {
        margin-left: 30px;

        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px;
    }

    .header-list .link {
        font-size: 14px;
        white-space: nowrap;
    }

}
@media(max-width:1200px) {

}
@media (max-width: 991px) {
    .header-list {
        display: block;
        margin-top: 32px;
        margin-left: 0;
    }

    .header-list li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .header-list li:last-child {
        margin-bottom: 0;
    }
}

/* header-home */

.header-home {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 1rem;
}

.header-home .header-home-list {
    display: none;
}

.header-home-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.header-home-list li {
    margin-bottom: 1rem;
}

@media (max-width: 1199px) {
    .logo {
        width: 142px;
    }
}

@media (max-width: 991px) {

    .header-home .navbar-collapse {
        position: absolute;
        width: 245px;
        height: 100vh;
        z-index: 2;
        top: 0;
        bottom: 0;
        background: #00000080;
        backdrop-filter: blur(10px)
    }

    .header-home .navbar-collapse.collapsing {
        -webkit-transition: left 200ms ease;
        -o-transition: left 200ms ease;
        -moz-transition: left 200ms ease;
        transition: left 200ms ease;
        left: -100%;
        top: 0;

    }

    .header-home .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 200ms ease;
        -o-transition: left 200ms ease;
        -moz-transition: left 200ms ease;
        transition: left 200ms ease;
    }

    .header-home .header-home-list {
        display: flex;
        align-items: normal;
        justify-content: start;
        flex-direction: column;
        padding: 1rem;
        height: 100%;
    }

    .header-home .header-home-list li a.link {
        font-family: 'ProximaNova-400';
        font-size: 16px;
    }

    .header-home .header-home-list li {
        margin-bottom: 12px;
    }
}

/* header-home */

.header-home {
    display: none;
}

.header {
    display: block;
}

.home .header {
    display: none;
}

.home .header-home {
    display: none;
}

@media (max-width: 991px) {
    .home .header-home {
        display: block;
    }
}

/* intro-section */

.intro-section {
    position: relative;
    display: flex;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro-section h1.title {
    color: #ffffff;
    font-size: 5em;
    margin-bottom: 3rem;
    font-family: "Great Vibes", cursive;
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 356px;
    width: 356px;
    height: 100vh;
    padding: 3rem;
    margin-right: 1rem;
    background: #00000080;
    backdrop-filter: blur(10px)
}

.overlay-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.overlay-menu li {
    margin-bottom: 1rem;
}

.overlay-menu li a.link {
    font-family: 'ProximaNova-400';
    font-size: 20px;
}

@media (max-width: 1199px) {
    .intro-section h1.title {
        font-size: 44px;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991px) {
    .intro-section {
        background-image: url(../intro-2.jpg) !important;
    }

    .overlay-menu {
        margin-top: auto;
        margin-bottom: auto;
    }

    .intro-section .header-home-list {
        display: none;
    }

    .intro-section .click {
        width: 100%;
        margin-bottom: .5rem;
    }

    .intro-section h1.title {
        font-size: 44px;
        margin-bottom: 1.5rem;
    }

    .overlay {
        display: none;
    }
}

/* intro-section */

/* about-section */

.about-section {
    padding: 1rem 0;
    height: auto;
    background-image: url(img/about-1.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    /* margin-bottom: 152px; */
}

/* about-section */

/* akczii-section */

.akczii-section {
    margin-bottom: 152px;
}

.akczii-slide {
    position: relative;
    color: #ffffff;
}

.akczii h2.title {
    color: #ffffff;
    margin-bottom: .5rem;
}

.akczii-slide h2.title {
    color: #ffffff;
    margin-bottom: .5rem;
}

.akczii-slide img {
    object-fit: cover;
}

.akczii-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 3rem;
    color: #ffffff;
}

@media (max-width: 991px) {
    .akczii-section {
        margin-bottom: 76px;
    }

    .akczii-slide img {
        height: 530px;
    }

    .akczii-text {
        top: auto;
        bottom: 0;
        transform: none;
        padding: 1.5rem;
    }
}
/* Стили для сетки мероприятий */
.event-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.event-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(180, 16, 16, 0.2);
}

.event-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
    transition: all 0.3s ease;
}

.event-card-title {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.75rem;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    width: 100%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.event-card:hover .event-card-overlay {
    background: linear-gradient(180deg, rgba(117, 29, 32, 0.4) 0%, rgba(0,0,0,0.8) 100%);
}

.event-card:hover .event-card-title {
    transform: translateY(-5px);
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    .event-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .event-card {
        height: 150px;
    }

    .event-card-title {
        font-size: 1rem;
        padding: 15px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 576px) {
    .event-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .event-card {
        height: 120px;
    }
}
/* akczii-section */

/* category-section */

.category-section {
    margin-bottom: 152px;
}

.category-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.category-item {
    position: relative;
    transition: 0.3s;
}

.category-item .zatemn {
    opacity: 100%;
}

.category-item:hover .zatemn {
    opacity: 0%;
}

.category-item img {
    object-fit: cover;
    height: 600px;
}

@media (max-width: 991px) {
    .category-section {
        margin-bottom: 76px;
    }

    .category-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-item img {
        height: 180px;
    }

    .category-item .click {
        font-size: 12px;
        padding: 10px 11px;
        height: 34px;
    }
}

/* category-section */

/* galereya-section */

.galereya-section {
    margin-bottom: 152px;
}

.galereya-slider {
    margin-right: -15px;
}

.galereya-slide {
    margin-right: 15px;
}

.galereya-slider .slick-list {
    padding: 0px 250px;
}

.galereya-slide img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}

@media (max-width: 991px) {
    .galereya-section {
        margin-bottom: 76px;
    }

    .galereya-slide img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }

    .galereya-slider {
        margin-right: 0;
    }

    .galereya-slide {
        margin-right: 0;
    }

    .galereya-slider .slick-list {
        padding: 0px;
    }
}

/* galereya-section */

/* sobytiya-section */

.archive .sobytiya-section {
    margin-bottom: 76px;
}

.sobytiya-card img {
    /* object-fit: cover; */
    /* height: 250px; */
    width: 100%;
    height: auto;
}

.sobytiya-card:hover img {
    transform: scale(1.1);
}

.sobytiya-slider {
    margin-bottom: 152px;
}

.sobytiya-slider {
    margin-right: -15px;
}

.sobytiya-slide {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .sobytiya-slider {
        margin-bottom: 76px;
    }

    .sobytiya-slider {
        margin-right: 0;
    }

    .sobytiya-slide {
        margin-right: 0;
    }
}

/* sobytiya-section */

/* kontakty-section */

.kontakty-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.kontakty-list li {
    margin-bottom: 1rem;
}

.kontakty-list a.link {
    color: #261F1D;
    font-family: "ProximaNova-400";
}

@media (max-width: 991px) {
    .kontakty-section .click {
        width: 100%;
    }
}

/* kontakty-section */

/* footer */

.footer {
    padding: 1rem 0px;
    background: #FFFAF2;
}

.footer-list {
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.footer-list .overlay-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-list .overlay-menu li {
    margin-right: 32px;
    margin-bottom: 0;
}

.footer-list .overlay-menu a.link {
    font-family: "ProximaNova-600";
    color: #261F1D;
    font-size: 16px;
}

/* .footer-list li:first-child {
    margin-right: 108px;
} */

.footer-list li {
    margin-right: 32px;
}

.footer-list li:last-child {
    margin-left: auto;
    margin-right: 0;
}

.footer-list a.link {
    font-family: "ProximaNova-600";
    color: #261F1D;
    font-size: 16px;
}

.footer-bottom {
    padding: 5px 0px;
    color: #ffffff;
    background: #5C2123;
}

.footer-bottom span {
    opacity: 70%;
    font-family: "ProximaNova-400";
}

.footer-bottom .link {
    opacity: 70%;
    font-family: "ProximaNova-400";
}

.footer-bottom .link:hover {
    opacity: 50%;
}

@media (max-width: 1399px) {
    .footer-list .overlay-menu li {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .footer-list li:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .footer-list li:first-child {
        margin-right: 20px;
    }

    .footer-list a.link {
        font-size: 14px;
    }

    .footer-list .overlay-menu a.link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-list {
        flex-direction: column;
        justify-content: center;
    }

    .footer-list .overlay-menu {
        flex-direction: column;
    }

    .footer-list .overlay-menu li {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .footer-list li:first-child {
        margin-right: 0;
    }

    .footer-list li {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .footer-list li:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-bottom {
        line-height: 35px;
        text-align: center;
        padding: 3rem;
    }

    .footer-bottom span {
        display: block;
    }
}

@media (min-width: 1400px) {

    .footer .container,
    .footer .container-lg,
    .footer .container-md,
    .footer .container-sm,
    .footer .container-xl,
    .footer .container-xxl {
        max-width: 1526px;
    }
}

/* footer */

/* last-class */

.content p {
    margin-bottom: 0;
}

.single section {
    margin-bottom: 76px;
}

.opa-70 {
    opacity: 70%;
}

.zatemn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    background: #00000066;
}

.fs-64 {
    font-size: 64px;
}

.fs-44 {
    font-size: 44px;
}

.fs-40 {
    font-size: 40px;
}

h1.fs-40 {
    font-size: 40px;
}

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

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fw-600 {
    font-family: "ProximaNova-600";
}

.fw-400 {
    font-family: "ProximaNova-400";
}

.border-top {
    border-top: #ffffff70 1px solid !important;
}

.border-bottom {
    border-bottom: #ffffff70 1px solid !important;
}

.opa-50 {
    opacity: 50%;
}

@media (max-width: 991px) {
    h1.fs-40 {
        font-size: 20px;
    }
}

/* last-class */

/* РќР°СЃС‚СЂРѕР№РєРё СЃР»Р°Р№РґРµСЂР° */

.slick-slider img {
    border-radius: 4px;
}

.slick-slider .slick-track {
    border-radius: 4px;
}

.slick-slider .slick-list {
    border-radius: 4px;
}

.slick-prev {
    right: 30px;
    bottom: -50px;
    z-index: 5;
    top: auto;
    left: auto;
    opacity: 70%;
}

.slick-next {
    right: 0;
    top: auto;
    bottom: -50px;
    z-index: 5;
    opacity: 70%;
}

.slick-prev:hover {
    opacity: 100%;
}

.slick-next:hover {
    opacity: 100%;
}

.slick-prev:before {
    content: url(img/arrow-prev.svg);
}

.slick-next:before {
    content: url(img/arrow-next.svg);
}

.slick-prev:before,
.slick-next:before {
    opacity: 100%;
}

.slider-info {
    position: absolute;
    bottom: -44px;
    right: 75px;
    font-size: 14px;
}

/* РќР°СЃС‚СЂРѕР№РєРё СЃР»Р°Р№РґРµСЂР° */

.modal-content {
    border: 0;
}

.modal-inner {
    display: block;
    padding: 3rem;
}

.sent-on {
    width: 80px;
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.sent .modal-inner {
    display: none;
}

.sent .sent-on {
    display: block;
}

.sent .sent-on path{
    fill: #261F1D;
}

.modal-inner .border-bottom {
    border-bottom: 1px solid #261F1D !important;
}

.modal-inner h3.title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.modal-inner .opa-70 a {
    color: #261F1D;
}

.modal-inner .opa-70 a:hover {
    opacity: 70%;
}

.form-label {
    color: #261F1D;
    font-family: "ProximaNova-600";
    width: 100%;
}

.form-input {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    color: #261F1D;
    border-radius: 48px;
    border: 1px solid #751D20
}

@media (max-width: 991px) {
    .sent-on {
        margin-top: -1rem;
    }
}

.gosti-block {
    display: flex;
    align-items: center;
}

.gosti-block .form-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
}

.gosti-block .minus,
.plus {
    cursor: pointer;
    font-size: 34px;
    color: #751D20;
}

.modal-inner .textarea {
    height: 101px;
    border-radius: 24px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: .5rem;
}

.wpcf7 form .wpcf7-response-output {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    border: 0;
    text-align: center;
    margin-bottom: 3rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 1rem;
}

table {
    font-family: "ProximaNova-400";
}

table td {
    font-family: "ProximaNova-400";
}

table th {
    font-family: "ProximaNova-400";
}

/* РЈР±РёСЂР°РµРј СЃС‚СЂРµР»РєРё Сѓ input type="number" */
input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    margin: 0;
    /* РЈР±РёСЂР°РµРј РѕС‚СЃС‚СѓРїС‹ */
}

@media (max-width: 991px) {
    .modal-inner {
        padding: 1rem;
    }

    .modal-inner h3.title {
        font-size: 24px;
    }

    .form-label {
        font-size: 14px;
    }

    .form-input {
        font-size: 14px;
        padding: 10px 15px;
    }

    .wpcf7 form .wpcf7-response-output {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        margin-top: -1.5rem;
    }

    .modal-inner .click {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* РҐР»РµР±РЅС‹Рµ РєСЂРѕС€РєРё */

.bread-inner {
    margin-top: 32px;
    margin-bottom: 32px;
}

.breadcrumbs {
    color: #1C1B1A;
    opacity: 50%;
}

.woocommerce .bread-inner {
    display: none;
}

.breadcrumbs .home {
    color: #1C1B1A;
    margin-right: 5px;
}

.breadcrumbs .archive {
    color: #1C1B1A;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs .post {
    color: #1C1B1A;
    margin-left: 5px;
}

.breadcrumbs .taxonomy {
    color: #1C1B1A;
    margin-left: 5px;
    margin-right: 5px;
}

.taxonomy .bread-inner {
    display: none;
}

/* @media (max-width: 991px) {
    .bread-inner {
        white-space: nowrap;
        overflow-x: auto;
    }
} */

/* РҐР»РµР±РЅС‹Рµ РєСЂРѕС€РєРё */

/* Р‘СѓСЂРіРµСЂ РјРµРЅСЋ */

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    margin: 0 0 0 0px;
    overflow: visible;
    outline: none;
    border: none;
    --bs-navbar-toggler-border-color: none;
    --bs-navbar-toggler-focus-width: none;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after {
    background-color: #261F1D;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-light .navbar-toggler {
    color: #FFFFFF;
    border: 0;
}

/* Р‘СѓСЂРіРµСЂ РјРµРЅСЋ */

/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
} */

.grecaptcha-badge {
    right: -256px !important;
}

.wpcf7-form .accordion-panel-wrapper {
    position: relative;
    height: 56px;
    margin-bottom: 8px;
    z-index: 1;
}

.wpcf7-form .accordion-panel-wrapper.areas {
    z-index: 2;
}

.wpcf7-form .accordion-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #751D20;
    margin-bottom: 8px;
    border-radius: 48px;
    z-index: 2;
    transition: .2s;
    padding: 0px 20px;
}

.wpcf7-form .accordion-panel-wrapper.times.invalid .accordion-panel {
    border: 1px solid #dc3232;
}

.wpcf7-form .accordion-panel.in {
    border-radius: 24px;
}

.wpcf7-form .accordion-heading {
    padding: 15px 0px 15px;
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7E7E7E;
    cursor: pointer;
    transition: 0.3s;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.wpcf7-form .accordion-heading i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 13px;
    height: 100%;
    transition: 0.3s;
    display: flex;
    background-color: transparent;
}

.wpcf7-form .accordion-heading i svg {
    width: 100%;
    height: 100%;
}

.wpcf7-form .accordion-heading.in i {
    transform: rotate(180deg);
}

.wpcf7-form .accordion-collapse {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    z-index: 3;
    padding-bottom: 15px;
    padding-top: 5px;
    max-height: 250px;
    overflow: auto;
}

.wpcf7-form .accordion-panel-wrapper.times .accordion-collapse {
    max-height: 140px;
}

.wpcf7-form .accordion-collapse::-webkit-scrollbar {
    width: 4px;
    height: 0;
}

.wpcf7-form .accordion-collapse::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
}

.wpcf7-form .accordion-collapse::-webkit-scrollbar-thumb {
    background-color: #751D20;
    border-radius: 2px;
}

.wpcf7-form .accordion-collapse li {
    padding: 5px 0px 4.5px;
    margin: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #261F1D;
    transition: 0.3s;
}

.wpcf7-form .accordion-collapse li:first-child {
    padding-top: 0;
}

.wpcf7-form .accordion-panel.in .accordion-collapse li {
    color: #000;
}

.wpcf7-form .accordion-collapse li:hover,
.wpcf7-form .accordion-panel.in .accordion-collapse li:hover {
    color: #751D20;
}

.wpcf7-form .accordion-panel .accordion-collapse li.disable {
    display: none;
}

.btn-outline-primary {
    --bs-btn-color: #751D20;
    --bs-btn-border-color: #751D20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FFFAF2;
    --bs-btn-hover-border-color: #751D20;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FFFAF2;
    --bs-btn-active-border-color: #751D20;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #751D20;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #751D20;
    --bs-gradient: none;
}

.gostinaya-section h3 {
    font-size: 32px;
    font-weight: 600;
    color: #261F1D;
}

.gostinaya-section h4 {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .gostinaya-section .click.item-5 {
        font-size: 16px;
        height: 50px;
        padding: 14px 20px;
    }
}

.puls {
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 50px;
    animation: puls 1.5s infinite linear;
}
.puls-2 {
    bottom:120px;
}

.puls.above-footer{
    position: unset;
}

@keyframes puls {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #5c212377;
        -moz-box-shadow: 0px 0px 0px 0px #5c212377;
        box-shadow: 0px 0px 0px 0px #5c212377;
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 10px #5c212377;
        -moz-box-shadow: 0px 0px 0px 10px #5c212377;
        box-shadow: 0px 0px 0px 10px #5c212377;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #5c212377;
        -moz-box-shadow: 0px 0px 0px 0px #5c212377;
        box-shadow: 0px 0px 0px 0px #5c212377;
    }
}

@media (max-width: 991px) {
    .puls{
        font-size: 14px;
        bottom: 20px;
        right: 15px;
        height: 40px;
        padding: 10px 26px;
    }
    .puls-2 {
        bottom:80px;
    }
}