@import url('https://fonts.googleapis.com/css2?family=Felipa&family=Montserrat:wght@100..900&display=swap');
@media (max-width: 1500px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 782px) {
    .languages-top-bl {
        margin-right: 40px !important;
    }
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1690px;
    }
}

input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
    color: #FFFFFF80 !important;
    opacity: 1;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
    color: #FFFFFF80 !important;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
    color: #FFFFFF80 !important;
    opacity: 1;
}

body {
    overflow-y: auto;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-display: swap;
    line-height: 17px;
    color: #D6D6D6;
    position: relative;
    background-color: rgba(32, 32, 32, 1);
}

body.filter--active,
body.nav--active {
    overflow: hidden;
}

/*body.filter--active:after,*/
body.nav--active:after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(32, 32, 32, 0.9);

    pointer-events: none;
    z-index: 99;

}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: white;
    margin-bottom: 15px;
    margin-top: 30px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: white;
    margin-bottom: 15px;
    margin-top: 30px;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: white;
    margin-bottom: 15px;
    margin-top: 30px;
}

ul.list-type-disc {
    list-style: none;
    padding-left: 0;
}

ul.list-type-disc li {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    padding-left: 20px;
    margin-bottom: 10px;
}

ul.list-type-disc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F9DC5C;
    border-radius: 50%;
}

ul.list-type-decimal {
    list-style: none;
    padding-left: 0;
    counter-reset: decimal-counter;
}

ul.list-type-decimal li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: flex-start;
}

ul.list-type-decimal li::before {
    content: counter(decimal-counter) ".";
    counter-increment: decimal-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #F9DC5C;
}

@media (min-width: 768px) {
    .section-blog-article {
        padding-bottom: 100px;
    }

    body {
        font-size: 16px;
        line-height: 130%;
    }

    h2 {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    h3 {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    h4 {
        font-size: 40px;
        line-height: 130%;
        color: white;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    ul.list-type-disc li {
        font-size: 16px;
    }

    ul.list-type-decimal li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 30px;
    }

    ul.list-type-decimal li::before {
        font-size: 21px;
        line-height: 100%;
    }
}

@media (min-width: 992px) {
    body {

        font-weight: 400;
        font-size: 16px;
        line-height: 24px;

    }

    h2 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    h3 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    h4 {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 30px;
        margin-top: 60px;
    }
}

.fiximage {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.fiximage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    border-radius: 5px;
}


.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.breadcrumb a,
.breadcrumb span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #F9DC5C;
}

.breadcrumb span {
    color: #D6D6D6;
}

.modal {
    --bs-modal-margin: 10px;
}

.blockbg1 {
    position: relative;
}

.blockbg1::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../image/bg.png") repeat center center;
    background-size: auto;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;

}

.modal-content {
    background: #202020;
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
}

.modal-header {
    border: 0;
    text-align: center;
    position: relative;
    padding: 20px;
    justify-content: center;
}

.modal-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.modal-header .btn-close {
    position: absolute;
    top: 19px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7998 0.799805L0.799805 16.7998M0.799805 0.799805L16.7998 16.7998' stroke='%23D6D6D6' stroke-opacity='0.4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    opacity: 1;
    width: 16px;
    height: 16px;
    padding: 0;
}

.modal-body {
    padding: 0px 30px 30px;

    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;

}

a.url:hover {
    color: #F8CE13;
}

.form-control {
    border: 1px solid #333533;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF80;
    padding: 17px 15px;
    border-radius: 5px;
    background: #202020;

}

.form-control:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
    background: #202020;
    border: 1px solid #333533;
    color: #FFFFFF80;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #202020;
    background: #F9DC5C;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    text-decoration: none;
}

.btn:hover {
    background: #F8CE13;
    color: #202020;
}

/*accordion*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.accordion-button {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    background-color: #333533;
    border-radius: 5px;
}

.accordion-button:focus {

    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #333533;
    box-shadow: none;
}

.accordion-item {
    color: #FFFFFF;
    background-color: #333533;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L10 14L18 6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L10 6L18 14' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.accordion-body {
    padding: 0 30px 20px;
}

/**/
.swiper {
    padding-bottom: 60px;
}

.slider-arrows {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
}

.swiper-pagination {
    position: static;
    width: unset !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 30px;
    height: 30px;
    margin: 0 !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 30px;
    height: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #F9DC5C;
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    stroke: #F9DC5C;
}

.swiper-pagination-bullet {
    background: transparent;
    border-radius: 100%;
    border: 1.5px solid #D6D6D6;
    display: inline-block;
    height: 12px;
    width: 12px;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
}

@media (min-width: 768px) {
    .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
    }

}

/**/
.header {
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #FFFFFF1A;
    z-index: 200;
    width: 100%;
}

.header.nav--active {
    background: #202020;

}

.header.scrolled {
    background-color: #202020; /* или любой другой цвет */
    backdrop-filter: blur(10px); /* для эффекта размытия */
}

.logo-top img {
    width: 112px;
    height: auto;
    display: block;
}

.header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*mainmenu*/
.nav {
    display: none;
    background: #202020;
}

.nav--active .nav {
    padding: 0px;
    border-bottom: 1px solid #FFFFFF1A;
}

.nav-link {
    padding: 0 25px;
}

.mega-menu .nav-item {

    border-bottom: 1px solid #FFFFFF1A;

}

.nav--active .mega-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}


.nav--active .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    padding: 16px 16px 19px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link .toggle {
    position: absolute;
    border: 1px solid #FFFFFF1A;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 16px;
    border-radius: 5px;

}

.nav-link .toggle:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
}

.nav-link .toggle.active {
    background-color: #FFFFFF1A;
    border: 0;
    width: 30px;
    height: 30px;
}

.nav-link .toggle.active:after {
    transform: rotate(-180deg);

}

.nav--active .mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav--active .mega-menu > li.megamenu > div.sub-menus .sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 0;
    margin-top: -9px;
    margin-bottom: 15px;
}

.nav--active .mega-menu ul a {

    text-decoration: none
}

.nav--active .mega-menu > li.megamenu > div.sub-menus .sub-menu .children {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr;
    gap: 15px;
    margin: 10px;

}

.nav--active .mega-menu > li.megamenu a.item {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    margin-left: 10px;
    text-decoration: none;
}

.mega-menu > li.megamenu a.item:hover {
    text-decoration: underline;
}



.header__nav {
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    border-radius: 0;
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    order: 3;
}

.header__nav i,
.header__nav i:after,
.header__nav i:before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 20px;
    height: 2px;
    display: block;
    background: #D6D6D6;
    border-radius: 3px;
    transition: all 0.3s linear;
}

.header__nav i {
    margin: -1px 0 0 0;
}

.header__nav i:after, .header__nav i:before {
    width: 30px;
    content: "";
    top: -8px;
    left: 0;
}

.header__nav i:after {
    top: 8px;
}

.nav--active .header__nav i {
    background: transparent;
}

.nav--active .header__nav i:after, .nav--active .header__nav i:before {
    top: 0;
}

.nav--active .header__nav i:after {
    transform: rotate(-45deg);
}

.nav--active .header__nav i:before {
    transform: rotate(45deg);
}

.sub-menus {
    display: none;
}

.nav--active .nav {
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 100;
}

.phone-top-bl,
.social-top-bl {
    display: none;
}

.nav--active .phone-top-bl,
.nav--active .social-block {
    display: grid;
}

.header-block .buttontop {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.header-block .buttontop a.whatsapp:hover svg path {
    fill: white;
}

.header-block .buttontop a.telegram:hover svg path {

    stroke: white;
}

.languages-top-bl {
    margin-left: auto;
    margin-right: 0px;
   /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L10 12L14 8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    padding-right: 20px;
    background-position: center right;
    background-repeat: no-repeat;*/
    display: flex;
    align-items: center;
}

.languages-top-bl a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.social-top-bl {
    order: 2;
}

.phone-top-bl {
    order: 1;
}


.phone-top-bl {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;


}

.phone-top-bl .tel-block {
    order: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-top-bl .tel-block a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #F9DC5C;
    text-decoration: none;
    white-space: nowrap;
}

.phone-top-bl .tel-block a:hover {
    color: #F8CE13;

}

.phone-top-bl .book-block {
    order: 2;
}

.phone-top-bl .book-block {
    grid-column: span 2;
    margin-top: 20px;
}

.phone-top-bl .book-block svg {
    display: none;
}

.phone-top-bl .book-block a {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #202020;
    background: #F9DC5C;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    text-decoration: none;
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
}

.phone-top-bl .book-block a:hover {
    background: #F8CE13;
    color: #202020;
}

.buttontop .social-block {
    order: 3;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.buttontop .social-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #F9DC5C;
    border-radius: 25px;
}

.buttontop .social-block a:hover {
    border: 1px solid #F8CE13;
}

@media (min-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container > .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .container > .row > * {

        padding-right: 20px;
        padding-left: 20px;
    }

}

@media (min-width: 992px) {
    .logo-top img {
        width: 140px;
    }

    .header__nav,
    .buttontop .social-block {
        display: none;
    }

    .nav {
        display: flex;
        background: transparent;
    }

    .mega-menu li a {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;

    }

    .nav-link .toggle {
        position: static;
    }

    .mega-menu li a:hover {
        color: #303030;
    }

    .mega-menu {
        margin: 0 auto;
        padding-left: 0;
        align-items: center;
    }

    .mega-menu ul {
        margin: 0;
        padding: 0;
    }

    .mega-menu li {
        margin: 0;
        list-style-type: none;
    }

    .sub-menus {
        display: block;
    }

    .mega-menu .nav-item {
        border-bottom: 0;
    }

    .nav-link {
        padding: 0 10px;
    }

    .mega-menu > li.megamenu > div.sub-menus {
        visibility: hidden;
        position: absolute;
        margin-top: 0px;
        box-sizing: border-box;
        z-index: 3;
        opacity: 1;
        text-align: left;
        max-width: unset;
        width: unset;
        margin-left: 0;
    }

    .mega-menu > li.megamenu > div.sub-menus > div {
        flex-wrap: wrap;
        margin-top: 27px;
        box-shadow: 0px 0px 10px 0px #2828280F;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #202020;
        padding: 25px;
        gap: 20px;
    }

    .mega-menu > li.megamenu > div.sub-menus .sub-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .mega-menu > li.megamenu > div.sub-menus .sub-menu > li:first-child {
        grid-column: span 1;
    }

    .mega-menu > li.megamenu > div.sub-menus .sub-menu > li:first-child .children {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 15px;
    }


    .mega-menu > li.megamenu > div.sub-menus .sub-menu > li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }

    .mega-menu > li.megamenu > div.sub-menus .sub-menu > li > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .mega-menu > li.megamenu > div.sub-menus .sub-menu:last-child > li > ul {
        padding-right: 0;

    }

    .mega-menu > li > a.nav-link {
        display: inline-flex;
        align-items: center;
    }

    .mega-menu > li > a.nav-link > span {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L10 12L14 8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 0px;
        width: 20px;
        height: 20px;
        transition: all 0.3s linear;
    }

    .mega-menu > li:hover > a.nav-link span {
        transform: rotate(-180deg);
    }

    .mega-menu > li.megamenu:hover > div.sub-menus {
        visibility: visible;
        opacity: 1;
    }

    .mega-menu > li.megamenu a.item {
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF;
    }


    .mega-menu > li.megamenu a.children-item {
        text-decoration: none;
    }

    .mega-menu li a:hover {
        color: #F8CE13;
    }

    .tel-block.whatsapp {
        display: none;
    }

    .phone-top-bl,
    .social-top-bl {
        display: flex;
    }

    .social-top-bl {
        order: 1;
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .phone-top-bl {
        order: 2;
        gap: 30px;
    }

    .languages-top-bl {
        order: 3;
    }

    .header-block .buttontop {
        flex-direction: row;
        gap: 30px;
    }

    .phone-top-bl .book-block svg {
        display: block;
    }

    .phone-top-bl .book-block {
        margin-top: 0px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .phone-top-bl .book-block a {
        font-size: 16px;
        line-height: 24px;
        color: #F9DC5C;
        background: transparent;
        border-radius: 0;
        padding: 0;
        width: unset;
        text-decoration: none;
        text-align: left;
    }

    .phone-top-bl .book-block a:hover {
        background: transparent;
        color: #F8CE13;
    }

    .languages-top-bl {
        margin-left: unset;
        margin-right: 0;
    }

    .header-block .buttontop > div {
        border-right: 1px solid #FFFFFF1A;
        padding-right: 30px;
    }

    .header-block .buttontop > div:last-child {
        border-right: 0;
        padding-right: 0px;
    }
}

.languages-top-bl {
    position: relative;
}

.languages-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}

.languages-top-bl:hover .languages-dropdown {
    display: block;
}
@media (min-width: 1451px) {
    .nav-link {
        padding: 0 20px;
    }

}

/**/
footer {
    background-color: rgba(10, 10, 10, 1);
}

.footer-block {
    padding: 60px 0px 40px;
}

.footer-logo {
    text-align: center;

}

.footer-logo p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #D6D6D6;

}

.footer-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
}

.copyright-block {

    border-top: 1px solid #333533;
}

.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #D6D6D6;
    text-align: center;
    padding: 12px 0;
}

.footer-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.footer-link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-address {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    justify-content: center;
    margin-top: 24px;

}

.footer-address a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #FFFFFF;
}

.footer-address > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer-address > div.address span {
    max-width: 210px;
}

.footer-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.footer-social .tel-block a {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #F9DC5C;
    text-decoration: none;
}

.footer-social .tel-block a:hover {
    color: white;
}

.footer-social .btn-block,
.footer-social .social-block {
    grid-column: span 2;

}

.footer-col1,
.footer-col2 {
    padding: 0px 27px;
}

.footer-col1 {
    text-align: center;
}

.footer-social .tel-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.footer-social .btn-block {
    margin-top: 15px;
}

.footer-social .social-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.footer-social .social-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #F9DC5C;
    border-radius: 25px;
}

.footer-social .social-block a:hover {
    border: 1px solid white;
}

.footer-col2 {
    column-count: 2;
    column-width: auto;
    column-gap: 10px;
}

.footer-col2 ul {
    display: unset;

}

.footer-col2 li a {
    white-space: nowrap;

}

.footer-col2 li a:hover {
    color: #F9DC5C;
}

@media (min-width: 768px) {
    .footer-block {
        padding: 80px 0px 40px;
    }

    .footer-col1 {
        text-align: left;
    }

    .footer-logo {
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-logo img {
        width: 250px;
        margin-bottom: 30px;
    }

    .footer-logo p {
        font-size: 12px;
        line-height: 11px;
        margin-bottom: 15px;
        text-align: left;
    }

    .footer-link ul {
        gap: 15px;
    }

    .footer-link a {
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
    }

    .footer-col1, .footer-col2, .footer-col3 {
        padding: 0px 0px;
    }

    .footer-col2 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        max-width: 600px;
    }

    .footer-col3 {
        max-width: 300px;
        float: left;
    }

    .footer-col4 {

        float: right;
    }

    .footer-address {
        gap: 30px;
        font-size: 15px;
        line-height: 20px;
        max-width: 283px;
        margin-top: 30px;
        justify-content: start;
    }

    .footer-address > div {
        justify-content: start;
    }

    .footer-social {
        display: grid;
        grid-template-columns: auto 180px;
        align-items: start;
        margin-right: 0px;
        justify-content: end;
    }

    .footer-social .tel-block {
        grid-column: 1;
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 10px;
        margin-right: 30px;
    }

    .footer-social .btn-block,
    .footer-social .social-block {
        grid-column: 2;
    }

    .footer-social .btn-block {
        display: flex;
        margin: 0;
        margin-top: -34px;
    }

    .footer-social .social-block {
        margin-top: 30px;
    }

    .copyright {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #D6D6D6;
        text-align: center;
        padding: 21px 0;
    }

}

@media (min-width: 992px) {
    .footer-block {
        padding: 120px 0px;
    }

    .footer-cols {
        display: grid;
        gap: 70px;
        grid-template-columns: repeat(4, auto);
    }

    .footer-social .tel-block {
        grid-column: 2;
        margin-right: 0;
    }

    .footer-social .btn-block {

        margin: 15px 0;
    }

    .footer-col2 ul {
        display: flex;
    }

    .footer-address {
        margin-top: 0px;
    }

    .footer-social {
        margin-top: 0px;
        margin-right: 0;
    }

    .footer-social .social-block {
        margin-top: 0px;
    }

    .footer-social .btn,
    .footer-social .tel-block a,
    .footer-link a {
        font-size: 16px;
        line-height: 24px;
    }

    .copyright {
        padding: 30px 0;
    }

    .footer-social .btn {
        padding: 12px;
    }
}


/*home*/

.section-infos {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.section-infos:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.6);
    z-index: 1;

}

.container {
    position: relative;
    z-index: 3;
}

.section-info {
    display: flex;
    flex-direction: column;
    height: 600px;
    padding-top: 70px;
    align-items: center;
    justify-content: center;
}

.section-info .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: white;
    margin-bottom: 15px;

}

.section-info .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #D6D6D6;
    margin-bottom: 30px;
}

.whatsapp-book.btn-block,
.section-info .btn-block {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

.whatsapp-book.btn-block .btn-url,
.section-info .btn-block .btn-url {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F9DC5C;
    text-decoration: none;
    white-space: nowrap;
}

.whatsapp-book.btn-block .btn-url:hover,
.section-info .btn-block .btn-url:hover {
    color: #F8CE13;
}

.whatsapp-book.btn-block .btn {
    max-width: 146px;
}

#staticBook .text {
    margin-bottom: 20px;
}

.section-info .text .tel {

    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #F9DC5C;
    margin-left: 15px;
    text-decoration: none;
}

.section-info .text .tel:hover {
    color: #F8CE13;
}

.section-infos.type2 .section-info {
    height: unset;
    padding: 110px 0 50px;
    justify-content: start;
    align-items: start;
}

.section-infos.type2.text-center .section-info {
    justify-content: center;
    align-items: center;
}

.section-infos.type2 .breadcrumb {

    margin-bottom: 40px;
}

.section-infos.type2.text-center .breadcrumb {
    justify-content: center;
}

.section-infos.type2 .section-info .title {
    font-size: 32px;
    line-height: 120%;
    text-align: left;
}

.section-infos.type2.text-center .section-info .title {
    text-align: center;
}

.section-infos.type2 .section-info .title2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #D6D6D6;
    margin-bottom: 15px;
}

.section-infos.type2 .section-info .text {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    text-align: left;
    color: #D6D6D6;
    margin-bottom: 0px;
}

.section-infos.type2.text-center .section-info .text {
    text-align: center;
}

.section-infos.type2::before {
    content: none;
}

.section-infos.type2 .params {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px;
}

.section-infos.type2 .param-item {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 15px;
    align-items: center;
}

.section-infos.type2 .param-item .icon img {
    width: 80px;
    height: auto;
}

.section-infos.type2 .param-item .txt {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    text-align: left;
    color: #D6D6D6;
}

.section-infos .blog-info-block {
    display: grid;
    gap: 10px 60px;
    grid-template-columns: auto auto;
    align-items: center;
    margin-bottom: 15px;
}

.section-infos .blog-info-block > div {
    height: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #D6D6D6;
    display: flex;
    align-items: center;

}

.section-infos .blog-info-block > div > svg {
    margin-right: 5px;
}

.section-infos .blog-info-block .date {
    position: relative;
}

.section-infos .blog-info-block .date:before {
    position: absolute;
    right: -30px;
    content: '';
    border: 1px solid #FFFFFF1A;
    width: 1px;
    height: 25px;
    top: 0;
    bottom: 0;
}

.section-infos .blog-info-block .articles {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF1A;
    padding-top: 10px;
}

.section-infos .blog-info-block .articles span {
    display: flex;
    align-items: center;
    gap: 5px
}

.section-infos .blog-info-block .articles a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #F9DC5C;

}

.section-infos .blog-info-block .articles a:hover {
    color: #F8CE13;
}

.section-infos.type3:before {
    content: none;
}

.section-infos.type3 .section-info {
    height: unset;
    padding-top: 110px;
    padding-bottom: 20px;
    align-items: start;
    justify-content: start;
}

.section-infos.type3 .breadcrumb {

    margin-bottom: 15px;
}

.section-infos.type3 .section-info .title {
    font-size: 32px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 15px;
}

.section-infos.type3 .section-info .title2 {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 15px;
}

.section-infos.type3 .section-info .text {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 15px;
}

.section-infos.type3 .section-info .image {
    height: 300px;
    margin-bottom: 20px;
}

.author-article-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.author-article-text .tit {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.author-article-text .txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #D6D6D6;
}

.section-infos.type3 .right {
    display: none;
}

.section-infos.type3 .btn-social {
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.section-infos.type3 .btn-social > div {
    position: relative;
}

.section-infos.type3 .btn-social > div::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    height: 40px;
    width: 1px;
    background: #FFFFFF1A;
}

.section-infos.type3 .btn-social > div:last-child::before {
    content: none;
}

.section-infos.type3 .btn-social a:hover svg rect {
    stroke: white;
}


@media (min-width: 768px) {
    .section-info {
        height: 800px;
    }

    .section-info .title {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .section-info .text {
        font-size: 18px;
        margin-bottom: 50px;
        max-width: 600px;

    }

    .section-info .btn-block {
        max-width: 310px;
        width: 100%;
        padding: 0;

    }

    .section-infos.type2 .section-info {
        padding: 120px 0 100px;
    }

    .section-infos.type2 .breadcrumb {

        margin-bottom: 34px;
    }

    .section-infos.type2 .section-info .title {
        font-size: 50px;
        line-height: 130%;

    }

    .section-infos.type2 .section-info .title2 {
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .section-infos.type2 .section-info .text {
        font-size: 16px;
        line-height: 130%;
        max-width: 666px;
    }

    .section-info .text .tel {
        font-size: 21px;
        line-height: 100%;
    }


    .section-infos.type2 .params {
        gap: 30px;
        margin-top: 30px;
        max-width: 530px;
    }

    .section-infos.type2 .param-item {
        grid-template-columns: 100px auto;
    }

    .section-infos.type2 .param-item .icon img {
        width: 100px;
        height: auto;
    }

    .section-infos.type2 .param-item .txt {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .section-infos .blog-info-block {
        display: grid;
        gap: 30px;
        grid-template-columns: auto auto auto;
        align-items: center;
        margin-bottom: 25px;
    }

    .section-infos .blog-info-block .articles {
        grid-column: span 1;
        border-top: 0;
        padding-top: unset;
        gap: 15px;
    }

    .section-infos .blog-info-block .articles a {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }

    .section-infos .blog-info-block > div {
        font-size: 14px;
        line-height: 16px;
        position: relative;
    }

    .section-infos .blog-info-block .date::before,
    .section-infos .blog-info-block .reading::before {
        position: absolute;
        right: -15px;
        content: '';
        border: 1px solid #FFFFFF1A;
        width: 1px;
        height: 25px;
        top: 0;
        bottom: 0;
    }

    .section-infos.type3 .section-info {

        padding-top: 120px;
        padding-bottom: 0px;
    }

    .section-infos.type3 .section-info .title {
        font-size: 50px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .section-infos.type3 .section-info .title2 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .section-infos.type3 .section-info .text {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 25px;
    }

    .section-infos.type3 .section-info .image {
        height: 600px;
        margin-bottom: 30px;
    }

    .author-article-texts {

        gap: 25px;
    }

    .author-article-text .tit {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .author-article-text .txt {
        font-size: 14px;
        line-height: 130%;
    }
}

@media (min-width: 992px) {
    .section-info {
        height: 920px;
    }

    .section-info .title {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 30px;
        max-width: 1370px;
    }

    .section-info .text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 60px;
        max-width: unset;

    }

    .section-infos.type2 .section-info {
        padding: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .section-infos.type2 .breadcrumb {

        margin-bottom: 20px;
    }

    .section-infos.type2 .section-info .title {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 30px;
        text-align: center;
    }

    .section-infos.type2 .section-info .title2 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-infos.type2 .section-info .text {
        font-size: 16px;
        line-height: 24px;
    }

    .section-infos.type2 .params {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 60px;
        max-width: unset;
        justify-content: space-between;
    }

    .section-infos.type2 .param-item {
        grid-template-columns: 140px auto;
    }

    .section-infos.type2 .param-item .icon img {
        width: 140px;
        height: auto;
    }

    .section-infos .blog-info-block {
        margin-bottom: 30px;
    }

    .section-infos.type3 .section-info {
        display: grid;
        grid-template-columns: auto 670px;
        gap: 60px;
        padding-top: 150px;
    }

    .section-infos.type3 .section-info .image {
        display: none;
    }

    .section-infos.type3 .right {
        display: block;
    }

    .section-infos.type3 .right .image {
        height: 845px;
        display: block;
    }

    .section-infos.type3 .section-info .title {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 15px;
    }

    .section-infos.type3 .section-info .title2 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-infos.type3 .btn-social {
        margin-bottom: 30px;
    }

    .section-infos.type3 .section-info .text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 60px;
    }

    .author-article-texts {
        gap: 60px;
    }

    .author-article-text .tit {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .author-article-text .txt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.section-escort-models {
    padding: 70px 0;
}

.section-escort-models .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.escort-models {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.escort-model-item {
    position: relative;
    border: 1px solid transparent;
    border-radius: 5px;
}

.escort-model-item:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    border-radius: 6px;
    z-index: -1;
}

.escort-model-item:hover {
    border-color: transparent; /* скрываем обычный бордер */
}

.escort-model-item:hover .fiximage:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(59, 48, 2, 0.8) 79.29%);

}

.escort-model-item .image {
    height: 400px;
    position: relative;
}

.escort-model-item .params {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 3;

}

.escort-model-item .image:before {
    content: '';
    position: absolute;
    right: 0;
    height: 200px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.29%);
    z-index: 2;
}

.escort-model-item .params {
    display: flex;
    flex-direction: column;
    gap: 5px;
    bottom: 20px;
}

.escort-model-item .params .nane {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.escort-model-item .params .info {
    display: flex;
    gap: 31px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;

}

.escort-model-item .params .info span {
    position: relative;
    color: #FFFFFF;
}

.escort-model-item .params .info span:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    bottom: 0;
    background: #FFFFFF1A;
    width: 1px;
    height: 20px;
    transform: translate(0, -50%);
}

.escort-model-item .params .info span:last-child:before {
    content: none;
}

.escort-model-item .params .price {
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.escort-model-item .params .tag {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;


}

.escort-model-item .params .tag span {
    background: #202020CC;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

.section-escort-models .btn {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .section-escort-models {
        padding: 100px 0 90px;
    }

    .section-escort-models .title {
        font-size: 40px;
        line-height: 100%;

        margin-bottom: 30px;
    }

    .escort-models {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .escort-model-item .image {
        height: 450px;
    }

    .escort-model-item .params {
        gap: 10px;
    }

    .escort-model-item .params .nane {
        font-size: 21px;
    }

    .escort-model-item .params .info {
        font-size: 16px;
        line-height: 24px;
    }

    .section-escort-models .btn-block {
        text-align: center;
    }

    .section-escort-models .btn {
        display: inline-flex;
        padding: 13px 30px;
        width: unset;
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .escort-models {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .section-escort-models {
        padding:80px 0 80px;
    }

    .section-escort-models .title {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 60px;
    }

    .section-escort-models .btn {
        margin-top: 60px;
        width: auto;
        padding: 13px 30px;
    }

    .section-escort-models .btn-block {
        text-align: center;
    }

}

@media (min-width: 1400px) {

    .escort-models {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
    }

    .escort-model-item .image {
        height: 520px;
    }

}

/*section-section1*/
.section-section1 {

    background-repeat: no-repeat;
    background-position: -386px -47px; /* ← вот перевод твоих top/left */
    padding: 70px 0;
    position: relative;
}

.section-section1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.section-section1-block .left .title {
    font-family: "Felipa", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 5px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    -webkit-background-clip: text; /* для Safari/Chrome */
    -webkit-text-fill-color: transparent; /* делает текст прозрачным, чтобы был виден градиент */
    background-clip: text;
    color: transparent;

}

.section-section1-block .left .title2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #FFFFFF;

}

.section-section1-block .left .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #D6D6D6;
    margin-bottom: 25px;
}

.section-section1-block .params {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-right: -10px;
}

.section-section1-block .params .param {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 15px;
    align-items: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 100px;
    background: #202020;
    padding: 16px 16px 16px 10px;
}

.section-section1-block .params .param .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-section1-block .params .param .icon img {
    width: 70px;
    height: 70px;
}

.section-section1-block .params .param .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 5px;
    color: #F9DC5C;

}

.section-section1-block .params .param .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #D6D6D6;
}

@media (min-width: 768px) and  (max-width: 992px) {

    .section-section1 {
        background: rgba(10, 10, 10, 1) !important;
        padding: 100px 0;
    }

    .section-section1:after {
        content: none;
    }
}

@media (min-width: 768px) {
    .section-section1-block .left .title {
        font-size: 110px;
        line-height: 110px;
        margin-bottom: 15px;
    }

    .section-section1-block .left .title2 {

        font-size: 35px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-section1-block .left .text {
        font-size: 18px;
        line-height: 24px;
        color: #D6D6D6;
        margin-bottom: 50px;
    }

    .section-section1-block .params {
        gap: 20px;
        margin-right: unset;
    }

    .section-section1-block .params .param {
        display: grid;
        grid-template-columns: 100px auto;
        gap: 15px;
        background: #202020;
        padding: 15px
    }

    .section-section1-block .params .param .icon img {
        width: 100px;
        height: 100px;
    }

    .section-section1-block .params .param .title {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .section-section1-block .params .param .text {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .section-section1 {
        background-repeat: no-repeat;
        background-position: center center;
        padding: 120px 0;
        background-size: cover;
    }

    .section-section1-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 120px;
        align-items: center;
    }

    .section-section1-block .left .title {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 10px;
    }

    .section-section1-block .left .title2 {
        font-size: 50px;
        line-height: 100%;

    }

    .section-section1-block .left .text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: unset;
    }

    .section-section1-block .params {
        gap: 30px;
    }

    .section-section1-block .params .param {
        grid-template-columns: 140px auto;
    }

    .section-section1-block .params .param .icon img {
        width: 140px;
        height: 140px;
    }

    .section-section1-block .params .param .title {
        font-size: 21px;
    }

    .section-section1-block .params .param .text {
        font-size: 16px;
        line-height: 24px;
    }
}

/*section-services*/
.section-services {
    padding: 65px 0 70px;
}

.section-services .titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.section-services-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.section-services-item {
    position: relative;
    border-radius: 5px;
    border: 1px solid transparent;
}

.section-services-item:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    border-radius: 6px;
    z-index: -1;
}

.section-services-item:hover {
    border-color: transparent;
}

.section-services-item .image {
    border-radius: 5px;
    height: 200px;
}

.section-services-item .image:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(32, 32, 32, 0.5);

}

.section-services-item .image img {
    border-radius: 5px;
}

.section-services-item .info-block {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 20px;
}

.section-services-item .info-block .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.section-services-item .info-block .tag span {
    background: #202020CC;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.section-services .btn-block {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .section-services {
        padding: 100px 0;
    }

    .section-services .titles {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .section-services-block {
        gap: 20px;
    }

    .section-services-item .image {
        height: 330px;
    }

    .section-services-item .info-block {
        bottom: 30px;
        left: 30px;
    }

    .section-services-item .info-block .title {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .section-services .btn-block {
        text-align: center;
        margin-top: 50px;
    }

    .section-services .btn-block .btn {
        display: inline-flex;
        padding: 13px 30px;
        width: unset;

    }
}

@media (min-width: 992px) {

    .section-services {
        padding: 120px 0;
    }

    .section-services .titles {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 60px;
    }

    .section-services-block {

        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .section-services-item .info-block .title {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .section-services .btn-block {
        margin-top: 60px;
    }

}

/*section-section2*/
.section-section2 {

    background-repeat: no-repeat;
    background-position: center center;
    padding: 70px 0;
    position: relative;
}

.section-section2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.section-section2-block {
    padding: 0 10px;
}

.section-section2-block .left .title {
    font-family: "Felipa", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 5px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    -webkit-background-clip: text; /* для Safari/Chrome */
    -webkit-text-fill-color: transparent; /* делает текст прозрачным, чтобы был виден градиент */
    background-clip: text;
    color: transparent;

}

.section-section2-block .left .title2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #FFFFFF;

}

.section-section2-block .left .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #D6D6D6;
    margin-bottom: 25px;
}


.section-section2-block .accordion-item .tag {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;


}

.section-section2-block .accordion-item .tag span {
    background: #202020CC;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-section2-block .accordion-item .url {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F9DC5C;
    margin-top: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.section-section2-block .accordion-item .url:hover {
    color: white;
}

.section-section2-block .accordion-item .url:hover svg path {
    stroke: white;
}

@media (min-width: 768px) and  (max-width: 992px) {

    .section-section2 {
        background: rgba(10, 10, 10, 1) !important;
        padding: 100px 0;
    }

    .section-section2:after {
        content: none;
    }
}

@media (min-width: 768px) {
    .section-section2-block {
        padding: 0;
    }

    .section-section2-block .left .title {
        font-size: 110px;
        line-height: 110px;
        margin-bottom: 15px;
    }

    .section-section2-block .left .title2 {

        font-size: 35px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-section2-block .left .text {
        font-size: 18px;
        line-height: 24px;
        color: #D6D6D6;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .section-section2 {
        padding: 120px 0;
    }

    .section-section2-block {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 170px;
        align-items: center;
    }

    .section-section2-block .left .title {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 10px;
    }

    .section-section2-block .left .title2 {
        font-size: 50px;
    }

    .section-section2-block .left .text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}


/*section-trustsignals*/
.section-trustsignals {
    padding: 50px 0 80px;
}

.section-trustsignals .titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.section-trustsignals-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.section-trustsignals-item {
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
}

.section-trustsignals-item .image {
    height: 218px;
    margin-bottom: 5px;
}

.section-trustsignals-item .info-block {
    padding: 15px;
}

.section-trustsignals-item .info-block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.section-trustsignals-item .info-block-top .name {

    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;

}

.section-trustsignals-item .info-block-top .btn-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    justify-content: end;
}

.section-trustsignals-item .info-block-top .btn-block .verifiedescorts {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 9px 14px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

/* создаём градиентную рамку */
.section-trustsignals-item .info-block-top .btn-block .verifiedescorts::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px; /* толщина рамки */
    background: linear-gradient(
            180deg,
            #f9dc5c 0%,
            #fae588 30%,
            #fcefb4 50%,
            #fdf8e1 74.52%,
            #f9dc5c 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* градиентный текст */
.section-trustsignals-item .info-block-top .btn-block .verifiedescorts span {
    background: linear-gradient(
            180deg,
            #f9dc5c 0%,
            #fae588 30%,
            #fcefb4 50%,
            #fdf8e1 74.52%,
            #f9dc5c 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}


.section-trustsignals-item .info-block-top .btn-block .securebooking {
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    white-space: nowrap;
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 9px 14px;
    text-decoration: none;
    color: #202020;

}

.section-trustsignals-item .info-block-top .btn-block a:first-child {
    display: inline-block;
}

.section-trustsignals-item .info-block .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #D6D6D6;
    border-bottom: 1px solid #333533;
    padding-bottom: 15px;
}

.section-trustsignals-item .info-block-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.section-trustsignals-item .info-block-bottom .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #D6D6D6;
    margin-bottom: 5px;
}

.section-trustsignals-item .info-block-bottom .review {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.section-trustsignals-item .info-block-bottom .url {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #F9DC5C;
    text-decoration: none;
    margin-top: 15px;
}

.section-trustsignals-item .info-block-bottom .url:hover {
    color: #F8CE13;
}

@media (min-width: 768px) {

    .section-trustsignals {
        padding: 100px 0;
    }

    .section-trustsignals .titles {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .section-trustsignals-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .section-trustsignals-item .image {
        height: 218px;
        margin-bottom: 0px;
    }

    .section-trustsignals-item .info-block {
        padding: 20px;
        display: flex;
        flex-direction: column;
        height: calc(100% - 218px);
    }

    .section-trustsignals-item .info-block-top .name {
        font-size: 24px;
        line-height: 100%;
    }

    .section-trustsignals-item .info-block .text {
        font-size: 15px;
        line-height: 20px;
        flex: 1;
    }

    .section-trustsignals-item .info-block-bottom .url,
    .section-trustsignals-item .info-block-bottom .review {
        font-size: 15px;
        line-height: 20px;
    }

    .section-trustsignals-item .info-block-bottom .url svg {
        margin-left: 10px;
    }
}


@media (min-width: 992px) {

    .section-trustsignals {
        padding: 120px 0;
    }

    .section-trustsignals .titles {
        font-size: 50px;
        margin-bottom: 60px;
    }

    .section-trustsignals-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .section-trustsignals-item .image {
        height: 280px;
        margin-bottom: 0px;
    }

    .section-trustsignals-item .info-block {
        padding: 30px;
        height: calc(100% - 280px);
    }

    .section-trustsignals-item .info-block-top .name {
        font-size: 28px;
        line-height: 100%;
    }

    .section-trustsignals-item .info-block .text {
        font-size: 16px;
        line-height: 24px;
       /* padding-bottom: 47px;*/
    }

    .section-trustsignals-item .info-block-bottom {
        margin-top: 30px;
    }

    .section-trustsignals-item .info-block-bottom .url,
    .section-trustsignals-item .info-block-bottom .review {
        font-size: 16px;
        line-height: 24px;
    }

    .section-trustsignals-item .info-block-bottom .url svg {
        margin-left: 10px;
    }

    .section-trustsignals-item .info-block-bottom .date {
        font-size: 12px;
        line-height: 16px;
    }

    .section-trustsignals-item .info-block-top .btn-block a {
        display: inline-block !important;
    }
}

/*section-section3*/
.section-section3 {
    padding: 70px 0;

}

.section-section3-block {
    padding: 0 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.section-section3-block .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    color: white;
    margin-bottom: 15px;

}

.section-section3-block .title2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: white;
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-section3-block .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #D6D6D6;
}

.section-section3-block .more {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    margin-top: 15px;
    color: white;
    text-decoration: none;
}

.section-section3-block .accordion-button {
    padding: 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
}

.section-section3-block .accordion-body {
    padding: 0 30px 15px 15px;
}

.section-section3-block .section-section3-block .text {
    font-size: 11px;
    line-height: 130%;
    color: #D6D6D6;
}

@media (min-width: 768px) {
    .section-section3 {
        padding: 100px 0;
    }

    .section-section3-block {
        padding: 0;
        gap: 50px;
    }

    .section-section3-block .title {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .section-section3-block .title2 {
        font-size: 24px;
        line-height: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .section-section3-block .text {
        font-size: 15px;
        line-height: 20px;
    }

    .section-section3-block .more {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20px;
    }

    .section-section3-block .accordion-button {
        padding: 20px;
        font-size: 15px;
        line-height: 130%;
    }

    .section-section3-block .accordion-body {
        padding: 0 100px 20px 20px;
    }
}

@media (min-width: 992px) {
    .section-section3 {
        padding: 120px 0;
    }

    .section-section3-block {
        padding: 0;
        grid-template-columns: 1fr 1fr;
        gap: 170px;
    }

    .section-section3-block .title {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-section3-block .title2 {
        font-size: 28px;
        line-height: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .section-section3-block .text {
        font-size: 16px;
        line-height: 24px;
    }

    .section-section3-block .more {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
        margin-left: auto;
    }

    .section-section3-block .accordion-button {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 24px;
    }

    .section-section3-block .accordion-body {
        padding: 0 30px 20px 30px;
    }
}

/*section-infos2*/
.section-infos2 {
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left -97px;
    position: relative;
}

.section-infos2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;

}

.section-info2 {
    text-align: center;
}

.section-info2 .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.section-info2 .title2 {
    font-family: "Felipa", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 7px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-info2 .text2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.section-info2 .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #D6D6D6;
    margin-bottom: 20px;
}

.section-info2 .btn-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.section-info2 .btn-block .btn-url {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F9DC5C;
    text-decoration: none;
    white-space: nowrap;
}

.section-info2 .btn-block .btn-url:hover {
    color: #F8CE13;
}

.section-info2 .btn-block .btn {
    max-width: 160px;
}

@media (min-width: 768px) {
    .section-infos2 {
        padding: 100px 0;
        background-size: 250%;
        background-repeat: no-repeat;
        background-position: top -160px center;
        position: relative;
    }

    .section-info2 .title {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .section-info2 .title2 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 10px;
    }

    .section-info2 .text2 {
        font-size: 40px;
        line-height: 100%;
    }

    .section-info2 .text2 {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .section-info2 .text {

        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .section-info2 .btn-block .btn {
        max-width: 146px;
    }
}

@media (min-width: 992px) {
    .section-infos2 {
        padding: 120px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -220px center;
        position: relative;

    }

    .section-info2 {
        max-width: 950px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-info2 .title {
        font-size: 50px;
        line-height: 100%;
    }

    .section-info2 .title2 {
        font-size: 100px;
        line-height: 110px;
    }

    .section-info2 .text2 {
        font-size: 50px;
        line-height: 100%;
    }

    .section-info2 .text2 {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .section-info2 .text {

        font-size: 21px;
        line-height: 28px;
        margin-bottom: 60px;

    }
}

/*section-meetingplaces*/
.section-meetingplaces {
    padding-bottom: 90px;
}

.section-meetingplaces .titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: white;
    margin-bottom: 25px;
}

.section-meetingplaces-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.section-meetingplaces-item {
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
}

.section-meetingplaces-item .image {
    height: 180px;
}

.section-meetingplaces-item .info-block {
    padding: 15px;
}

.section-meetingplaces-item .info-block .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}


.section-meetingplaces-item .info-block .title > span {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 9px 14px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.section-meetingplaces-item .info-block .title > span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
            180deg,
            #f9dc5c 0%,
            #fae588 30%,
            #fcefb4 50%,
            #fdf8e1 74.52%,
            #f9dc5c 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.section-meetingplaces-item .info-block .title > span > span {
    background: linear-gradient(
            180deg,
            #f9dc5c 0%,
            #fae588 30%,
            #fcefb4 50%,
            #fdf8e1 74.52%,
            #f9dc5c 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.section-meetingplaces-item .info-block .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #D6D6D6;
    margin-bottom: 15px;
}

.section-meetingplaces-item .info-block .info-places {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section-meetingplaces-item .info-block .info-places .location {
    grid-column: span 2;
}

.section-meetingplaces-item .info-block .info-places .tel a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-meetingplaces-item .info-block .info-places .tel a:hover {
    color: #F9DC5C;
}


.section-meetingplaces-item .info-block .info-places .tel {
    position: relative;

}

.section-meetingplaces-item .info-block .info-places .tel:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 1px;
    background: #FFFFFF1A;
}

.section-meetingplaces-item .info-block .info-places .website a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #F9DC5C;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-meetingplaces-item .info-block .info-places .website a:hover {
    color: white;

}

.section-meetingplaces-item .info-block .info-places .website a:hover svg path {
    stroke: white;
}

.section-meetingplaces-item .info-block .info-places .location a {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #F9DC5C;
    white-space: nowrap;
    border: 1px solid #F9DC5C;
    text-decoration: none;
    padding: 16px 30px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-meetingplaces-item .info-block .info-places .location a:hover {
    background: #F8CE13;
    border: 1px solid #F8CE13;
    color: #202020;


}

.section-meetingplaces .btn-block {
    margin-top: 30px;
    text-align: center;
}

.section-meetingplaces .btn-block .btn {
    max-width: 181px;
}

@media (min-width: 768px) {
    .section-meetingplaces {
        padding-bottom: 100px;
    }

    .section-meetingplaces .titles {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 40px;
    }

    .section-meetingplaces-item .image {
        height: 320px;
    }

    .section-meetingplaces-item .info-block {
        padding: 25px;
    }

    .section-meetingplaces-item .info-block .title {
        font-size: 28px;
        line-height: 100%;
        justify-content: start;
        gap: 15px;
    }

    .section-meetingplaces-item .info-block .text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .section-meetingplaces-item .info-block .title > span {
        padding: 10px;
    }

    .section-meetingplaces-item .info-block .info-places {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        gap: 60px;
    }

    .section-meetingplaces-item .info-block .info-places .location {
        grid-column: unset;
    }

    .section-meetingplaces-item .info-block .info-places > div {
        position: relative;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .section-meetingplaces-item .info-block .info-places .tel::before,
    .section-meetingplaces-item .info-block .info-places .website::before {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        bottom: 0;
        height: 50px;
        width: 1px;
        background: #FFFFFF1A;
    }

    .section-meetingplaces-item .info-block .info-places .tel a {
        font-size: 21px;
        line-height: 100%;
        margin-top: 0px;
    }

    .section-meetingplaces-item .info-block .info-places .website a {
        font-size: 21px;
        line-height: 100%;
    }

    .section-meetingplaces-item .info-block .info-places .location a {
        font-size: 16px;
        line-height: 24px;
        padding: 13px 30px;
        margin-top: 0px;

    }

    .section-meetingplaces .btn-block {
        margin-top: 50px;

    }
}

@media (min-width: 992px) {
    .section-meetingplaces {
        padding-bottom: 120px;
    }

    .section-meetingplaces .titles {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 60px;
    }

    .section-meetingplaces-item {
        border: 1px solid #FFFFFF1A;
        border-radius: 5px;
        display: grid;
        grid-template-columns: auto 390px;
        gap: 30px;
    }

    .section-meetingplaces-item .image {
        height: 320px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .section-meetingplaces-item .image img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .section-meetingplaces-item .info-block {
        padding: 30px;
        display: flex;
        flex-direction: column;
    }

    .section-meetingplaces-item .info-block .info-places {
        margin-top: auto;
        justify-content: start;
        max-width: 690px;
    }

    .section-meetingplaces-item .info-block .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/*section1-trustsignals*/
.section1-trustsignals .section-section1 {
    background: none;
    padding: 70px 0 20px;
    position: relative;
}

.section1-trustsignals .section-section1::after {
    content: none;
}

.section1-trustsignals .section-trustsignals {
    padding: 20px 0 74px;
}

.section1-trustsignals .section-trustsignals-block {
    display: flex;
    gap: 0;
}

.swiper-trustsignals {
    height: auto;
}

.swiper-trustsignals .swiper-wrapper {
    align-items: stretch;
}

.swiper-trustsignals .swiper-slide {
    height: auto;
    display: flex;
}

.swiper-trustsignals .section-trustsignals-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swiper-trustsignals .info-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.swiper-trustsignals .text {
    flex: 1;
}

.swiper-trustsignals .info-block-top,
.swiper-trustsignals .info-block-bottom {
    flex-shrink: 0;
}


@media (min-width: 768px) {
    .section1-trustsignals {
        background-color: rgba(10, 10, 10, 1) !important;
        background-image: none !important;
    }

    .section1-trustsignals::after {
        content: "";
        position: absolute;
        inset: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../image/bg.png") repeat center center;
        background-size: auto;
        opacity: 0.15;
        pointer-events: none;
        z-index: 0;
    }

    .swiper {
        padding-bottom: 70px;
    }

    .section1-trustsignals .section-section1 {
        padding: 100px 0 25px;
    }

    .section1-trustsignals .section-trustsignals {
        padding: 25px 0 100px;
    }

}

@media (min-width: 768px) {
    .section1-trustsignals .section-section1 {
        padding: 120px 0 30px;
    }

    .section1-trustsignals .section-trustsignals {
        padding: 30px 0 120px;
    }

    .swiper-trustsignals .swiper-wrapper {
        padding-bottom: 50px;
    }
    .swiper {
        padding-bottom: 0px;
    }

}

/*filter*/
.section-filters {
    position: fixed;
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 30px;
    border: 1px solid #FFFFFF1A;
    background: #202020;
    border-radius: 5px;
    padding: 20px;
    z-index: 100;
    display: none;
    overflow: auto;

}

.section-filters.active {
    display: block;
}

.filter-btn {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #FFFFFF1A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.filter > div.filter1 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.filter > div.filter2 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-direction: column;
}

.filter-headers {
    text-align: center;
    margin-bottom: 20px;
}

.filter-headers .filter-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.filter-btn-cloce {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
}

.filter-header .filter-selected {
    color: #f5d57a;
    margin-right: auto;
    margin-left: 0px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
	    padding-left: 7px;
}

.filter-options {
    display: none;
    padding: 10px 0;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #ccc;
    cursor: pointer;
}

.filter-checkbox input {
    display: none;
}

/* чекбокс квадрат */
.filter-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    border-radius: 2px;
    position: relative;
}

/* галочка видна когда выбран */
.filter-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7998 0.799805L3.9248 6.7998L0.799805 4.07253' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
}
.filter-group.open .filter-header{
    border: 1px solid #FFFFFF4D;
}
/* открытие блока */
.filter-group.open .filter-options {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 15px;
}

.filter-group .filter-toggle {
    transition: all 0.3s linear;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.filter-group.open .filter-toggle {
    transform: rotate(-180deg);
}

.select-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.select-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.custom-select {
    position: relative;
    width: 100%;
}

.select-header {

    border: 1px solid #333533;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    min-width: 200px;

}


.arrow {
    transition: transform 0.3s ease;
}

.arrow.rotated {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #333533;
    background-color: rgba(32, 32, 32, 1);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -3px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.select-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.option {
    padding: 15px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.option:hover {
    color: #202020;
    background: #F8CE13;
}

.option:last-child {
    border-bottom: none;
}

.option.selected {
    color: #202020;
    background: #F8CE13;
}

.filter-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.section-tabs-block{
    position: relative;
}
/*section-tabs*/
.section-tabs {
    background: #0A0A0A;
    overflow: auto;
    position: sticky;
    top: 71px;
    z-index: 100;
}

.section-tab {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.section-tab a {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 13px 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.section-tab li {
    border-bottom: 1px solid #0A0A0A
}
.section-tab li.active,
.section-tab li:hover {
    border-bottom: 1px solid #F9DC5C
}
.section-tab li.active a,
.section-tab li:hover a {
    color: #F9DC5C;
}

/**/
.section-model-photos {
    padding: 70px 0;
}

.section-model-photos .titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.section-model-photos .image {
    height: 400px;
}


@media (min-width: 768px) {
    .section-model-photos {
        padding: 100px 0;
    }

    .section-model-photos .titles {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-model-photos .image {
        height: 474px;
    }

    .section-tab {
        justify-content: space-between;
    }

    .section-tab a {
        font-weight: 300;
        font-size: 21px;
        line-height: 28px;
        padding: 26px 0;

    }
}

@media (min-width: 992px) {

    .section-model-photos {
        padding: 120px 0;
    }

    .section-model-photos .titles {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 40px;
    }

    .section-model-photos .image {
        height: 710px;
    }
    .section-tabs{
        top: 81px;
    }
    .section-tab {
        justify-content: space-between;
        max-width: 910px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-tab a {
        padding: 30px 0;

    }

    .section-filters {
        position: static;
        border: 0;
        background: transparent;
        padding: 0px;
        display: block;
        overflow: unset;
    }

    .filter {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .filter > div:not(.filter-actions) {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .sort,
    .filter-actions,
    .filter-headers,
    .filter-btn {
        display: none !important;
    }

    .filter-group {
        max-width: 216px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    .filter-options {
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #FFFFFF4D;
        background-color: rgba(32, 32, 32, 1);
        border-radius: 5px;
        margin-top: 7px;
        padding: 15px;
        z-index: 9999;

    }
    .filter-group.open .filter-options{
        gap: 10px 40px;
    }
    .filter-group:last-child .filter-options {

        left: unset;
        right: 0;
    }
}


/*.section-model-sedcard*/
.section-model-sedcard {
    padding-top: 50px;
}

.table-block-param {
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    padding: 20px 20px 0px 20px;
}

.table-block-param .titles {

    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;

}

.model-sedcard-block .left {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.table-block-param .params {
    display: flex;
    flex-direction: column;
}

.table-block-param .params .param-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF1A;
    padding: 14px 0;
}

.table-block-param .params .param-item:last-child {
    border-bottom: 0;
}

.table-block-param .params .param-item .nane {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #D6D6D6;

}

.table-block-param .params .param-item .value {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #D6D6D6;
}

.model-sedcard-block .image-block {
    position: relative;
    margin-top: 10px;
}

.model-sedcard-block .image-block .image {
    height: 400px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.model-sedcard-block .image-block .image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.model-sedcard-block .image-block .image:before {
    content: '';
    position: absolute;
    right: 0;
    height: 340px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.29%);
    z-index: 2;
}

.model-sedcard-block .text-block {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: 4;
}

.model-sedcard-block .text-block .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 15px;
    color: #FFFFFF;

}

.model-sedcard-block .text-block .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    color: #D6D6D6;

}

.model-sedcard-block .tag-block {
    background: #0A0A0A;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.model-sedcard-block .tag-block .title2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.model-sedcard-block .tag-block .tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.model-sedcard-block .tag-block .tag span {
    background: #202020CC;
    padding: 11px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .section-model-sedcard {
        padding-top: 30px;
    }

    .table-block-param {
        padding: 30px;
    }

    .table-block-param .titles {
        font-size: 21px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .table-block-param .params .param-item {
        padding: 18px 0;
    }

    .table-block-param .params .param-item .nane {
        font-size: 16px;
        line-height: 24px;
    }

    .table-block-param .params .param-item .value {
        font-size: 16px;
        line-height: 24px;
    }

    .model-sedcard-block .left {
        gap: 20px;
    }

    .model-sedcard-block .image-block {
        margin-top: 20px;
    }

    .model-sedcard-block .image-block .image {
        height: 850px;
    }

    .model-sedcard-block .text-block {
        position: absolute;
        left: 67px;
        right: 67px;
        bottom: 30px;
        z-index: 4;
    }

    .model-sedcard-block .text-block .title {
        font-size: 21px;
        line-height: 100%;
    }

    .model-sedcard-block .text-block .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .model-sedcard-block .tag-block {
        padding: 30px;
    }

    .model-sedcard-block .tag-block .title2 {
        font-size: 21px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .model-sedcard-block .tag-block .tag {
        gap: 15px;
    }

    .model-sedcard-block .tag-block .tag span {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}


@media (min-width: 992px) {
    .model-sedcard-block {
        justify-content: space-between;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .model-sedcard-block .image-block {
        margin-top: 0px;
    }

    .model-sedcard-block .left {
        gap: 30px;
    }

    .table-block-param {
        padding-bottom: 20px;
    }
}

/*section-model-fees*/
.section-model-fees {
    padding: 70px 0;
}

.section-model-fees .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    color: #FFFFFF;

}

.section-model-fees .btn-block {
    margin: 15px 0;
    justify-content: start;
}

@media (min-width: 768px) {
    .section-model-fees {
        padding: 100px 0;
    }

    .section-model-fees .title {
        font-size: 40px;
        line-height: 130%;

    }

    .section-model-fees .btn-block {
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    .section-model-fees {
        padding: 120px 0;
    }

    .section-model-fees .title {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 40px;

    }

    .section-model-fees .btn-block {
        margin: 40px 0 0;
    }

    .model-fees-block {
        justify-content: space-between;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .model-fees-block .right {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

/**/
.stars-outer {
    position: relative;
    display: inline-block;
    font-size: 23px;
    letter-spacing: 5px;
}

.stars-outer::before {
    content: "★★★★★";
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #F9DC5C;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stars-inner::before {
    content: "★★★★★";
}

.section-model-reviews {
    padding: 70px 10px;
    background-color: rgba(10, 10, 10, 1);

}

.model-reviews .title {
    font-family: "Felipa", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #F9DC5C 0%, #FAE588 30%, #FCEFB4 50%, #FDF8E1 74.52%, #F9DC5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.model-reviews .title2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;

    margin-bottom: 20px;
}

.model-reviews-block {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.model-reviews-item .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.model-reviews-item .info-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 10px;

}

.model-reviews-item .info-block .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #D6D6D6;

}

.model-reviews-item .review {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #D6D6D6;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .stars-outer {
        font-size: 30px;
    }

    .section-model-reviews {
        padding: 100px 0px;

    }

    .model-reviews .title {
        font-size: 110px;
        line-height: 110px;
        margin-bottom: 15px;
    }

    .model-reviews .title2 {
        font-size: 35px;
        line-height: 100%;
        margin-bottom: 40px;
    }

    .model-reviews-block {
        gap: 30px;
    }

    .model-reviews-item .name {
        font-size: 21px;
        line-height: 100%;
        margin-bottom: 10px;

    }

    .model-reviews-item .info-block .date {
        font-size: 16px;
        line-height: 24px;
    }

    .model-reviews-item .info-block {
        padding-bottom: 15px;
    }

    .model-reviews-item .review {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .section-model-reviews {
        padding: 120px 0px;

    }

    .model-reviews {
        justify-content: space-between;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .model-reviews .title {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 10px;
        max-width: 500px;
    }

    .model-reviews .title2 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 0px;
    }

    .model-reviews-block {
        gap: 60px;
    }
}

/*section-ride-costs*/
.section-ride-costs {
    padding-bottom: 70px;
}

.ride-costs-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .section-ride-costs {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .section-ride-costs {
        margin-bottom: 120px;
    }

    .ride-costs-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

}

/*section-blog-article*/
.section-blog-article .blog-article-texts {
    display: grid;
    grid-template-columns:1fr;

}

.section-blog-article .right {
    order: 1;
}

.section-blog-article .left {
    order: 2;
}

.blog-article-navigation {
    margin: 0 -10px;
    background: #0A0A0A;
    padding: 17px 15px 18px 15px;
}

.blog-article-navigation .title {

    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
    color: white;
}

.blog-article-navigation .url-block {
    display: grid;
    grid-template-columns:1fr;
    gap: 10px;
}

.blog-article-navigation .url-block a {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: white;
    text-decoration: none;
}

.blog-article-navigation .url-block a:hover {
    color: #F9DC5C;
}

.section-blog-article .left .text {
    padding: 30px 5px;
}

@media (min-width: 768px) {
    .blog-article-navigation {
        margin: 0 -20px;
        padding: 26px 30px;
    }

    .blog-article-navigation .title {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .blog-article-navigation .url-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
        max-width: 505px;
    }

    .section-blog-article .left .text {
        padding: 30px 0px;
    }
}

@media (min-width: 992px) {
    .section-blog-article .blog-article-texts {
        display: grid;
        gap: 60px;
        grid-template-columns: auto 530px;
        padding: 60px 0 120px;
    }

    .section-blog-article .left {
        order: 1;
    }

    .section-blog-article .right {
        order: 2;
    }

    .section-blog-article .left .text {
        padding: 0px;
    }

    .blog-article-navigation {
        margin: 0;
        padding: 30px;
        border-radius: 5px;
    }

    .blog-article-navigation .title {
        font-size: 21px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .blog-article-navigation .url-block a {
        font-size: 21px;
        line-height: 28px;
    }

    .blog-article-navigation .url-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 27px;
        max-width: unset;
    }
}

/*section-articles-models*/
.section-articles-models {
    background: rgba(10, 10, 10, 1);
    padding: 60px 0;

}

.section-articles-models.all {
    background: none;
}

.section-articles-models .titles {

    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.articles-models-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;

}

.articles-models-item {
    border: 1px solid #FFFFFF1A;
}

.articles-models-item .image {
    height: 180px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.articles-models-item .image img {
    height: 180px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.articles-models-item .text-block {
    padding: 15px;
}

.articles-models-item .text-block .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #FFFFFF;
    padding-bottom: 0;
}

.articles-models-item .text-block .text {
    font-weight: 600;
    font-size: 10px;
    line-height: 130%;
    color: #D6D6D6;
    padding-bottom: 12px;
    border-bottom: 1px solid #333533;
}

.articles-models-item .text-block .info-block {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    margin-bottom: 15px;
    max-width: min-content;
}

.articles-models-item .text-block .info-block > div {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #D6D6D6;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    white-space: nowrap;
}

.articles-models-item .text-block .info-block > div svg {
    width: 16px;
    height: auto;
}

.articles-models-item .text-block .info-block > div::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    height: 16px;
    width: 1px;
    background: #FFFFFF1A;

}

.articles-models-item .text-block .info-block > div:last-child::before {
    content: none;
}

.articles-models-item .text-block .btn-block {
    text-align: right;
    margin-top: 11px;
}

.articles-models-item .text-block .btn-block a {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #F9DC5C;
    text-decoration: none;
}

.articles-models-item .text-block .btn-block a:hover {
    color: #F8CE13;
}

@media (min-width: 768px) {
    .section-articles-models {
        padding: 100px 0;
    }

    .section-articles-models .titles {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 25px;
    }

    .articles-models-block {
        grid-template-columns: 1fr 1fr;
    }

    .articles-models-item .image {
        height: 200px;
    }

    .articles-models-item .text-block .info-block > div {
        font-size: 12px;
        line-height: 120%;

    }

    .articles-models-item .text-block .title {
        font-size: 20px;
        line-height: 130%;

    }

    .articles-models-item .text-block .text {
        font-size: 12px;
        line-height: 130%;
    }
}

@media (min-width: 992px) {
    .section-articles-models {
        padding: 120px 0;
    }

    .section-articles-models .titles {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 60px;
    }

    .articles-models-block {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .articles-models-item .text-block {
        padding: 30px;
    }

    .articles-models-item .image {
        height: 280px;
    }

    .articles-models-item .text-block .info-block > div {
        font-size: 12px;
        line-height: 120%;

    }

    .articles-models-item .text-block .title {
        font-size: 28px;
        line-height: 100%;

    }

    .articles-models-item .text-block .text {
        font-size: 16px;
        line-height: 24px;
    }

    .articles-models-item .text-block .btn-block {
        margin-top: 30px;
    }

    .articles-models-item .text-block .btn-block a {
        font-size: 16px;
        line-height: 24px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px !important;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    background: #202020;
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #202020;

}

.pagination .page-item.prev a {
    margin-right: 10px;
    border: 0;
    width: auto;
}

.pagination .page-item.prev a svg {
    width: 26px;
    height: auto;
}

.pagination .page-item.next a {
    margin-left: 10px;
    border: 0;
    width: auto;
}

.pagination .page-item.next:hover .page-link,
.pagination .page-item.prev:hover .page-link {
    background: transparent;
    border: 0;
    color: #FFFFFF;
}

.pagination .page-item.next:hover .page-link svg path,
.pagination .page-item.prev:hover .page-link svg path {
    stroke: white;
}


@media (min-width: 768px) {
    .pagination .page-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 24px;
    }

    .pagination .page-item.prev a svg {
        width: 30px;
        height: auto;
    }

    .pagination {
        margin-top: 50px;
    }

    .pagination .page-item.prev a {
        margin-right: 60px;
    }

    .pagination .page-item.next a {
        margin-left: 60px;
    }
}

@media (min-width: 992px) {

    .pagination {
        margin-top: 60px;
    }


}


/**/
@media (min-width: 993px) and (max-width: 1350px) {
    .nav-link {
        padding: 0 10px !important;
    }

    .megamenu .nav-link {
        padding-right: 30px;
    }

    .header-block .buttontop > div {
        border-right: 1px solid #FFFFFF1A;
        padding-right: 15px;
    }

    .footer-cols {
        display: grid;
        gap: 70px;
        grid-template-columns: repeat(2, auto);
    }

    .phone-top-bl a span {
        display: none !important;
    }

    .filter > div:not(.filter-actions) {
        flex-wrap: wrap;
        justify-content: start !important;
    }

    .social-top-bl {
        gap: 15px;
    }

    .header-block .buttontop {

        gap: 15px;
    }

    .section-meetingplaces-item .info-block .info-places,
    .section-section1-block,
    .section-section3-block,
    .section-section2-block {
        gap: 30px;
    }

    .section-trustsignals-item .info-block-top,
    .section-trustsignals-item .info-block-bottom {
        flex-direction: column;
        align-items: start;
    }

    .section-trustsignals-item .info-block-top .btn-block {
        margin-top: 15px;
    }

    .section-infos2 {
        background-position: center center;
    }

    .nav {

        flex-wrap: nowrap;
    }

    .articles-models-block {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .section-infos.type3 .section-info {
        grid-template-columns:  1fr;
    }

    .model-reviews,
    .section-blog-article .blog-article-texts {

        grid-template-columns:  1fr;
    }

    .section-blog-article .right {
        order: 1;
    }

    .section-blog-article .left {
        order: 2;
    }

    .section-model-photos .image {
        height: 400px;
    }

    .model-reviews .title {
        max-width: unset;
    }

    .section-meetingplaces-item .info-block .info-places {
        max-width: unset;
    }

    .section-meetingplaces-item .info-block .info-places .website a,
    .section-meetingplaces-item .info-block .info-places .tel a {
        font-size: 16px;
    }

    .section-meetingplaces-item .info-block .info-places .location a {
        padding: 13px;
    }

    .section-meetingplaces-item .info-block .info-places .tel::before,
    .section-meetingplaces-item .info-block .info-places .website::before {
        right: -15px;
    }

    .section-meetingplaces-item .info-block {
        padding: 20px;


    }

    .section-meetingplaces-item {
        grid-template-columns: auto 340px;
    }

    .table-block-param {
        padding: 15px;
    }

    .ride-costs-block {
        gap: 15px;
    }

    .section-infos.type2 .param-item {
        grid-template-columns:  1fr;
    }

    .section-infos.type2 .param-item .icon {
        text-align: center;
    }
}

@media (min-width: 993px) and (max-width: 1450px) {

    .footer-cols {
        display: grid;
        gap: 30px;
    }

    .footer-col2 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 30px;
        max-width: unset;
    }
}

main .url {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
    position: relative;
}

main .url svg {
    transition: transform 0.3s ease;
}

main .url:hover {
    color: #F9DC5C;
}

main .url:hover svg {
    transform: translate(4px, -4px);
}

.model-photos-item .fiximage img{
    object-fit: none;
}


.section-section3-block .read-more-btn {
    align-items: center;
    gap: 0px;
    margin-top: 10px;
    background: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    padding: 0;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    justify-content: end;
    width: fit-content;
    margin-left: auto;
}

.section-section3-block .read-more-btn:hover {
    color: #fff;
}

.section-section3-block .read-more-btn:hover .arrow {
    transform: translateX(4px);
}

.section-section3-block .arrow {
    font-style: normal;
    transition: transform 0.25s ease;
    display: inline-block;
}.phone-top-bl .tel-block {
     display: none;
 }
.section-text-block{
    margin-bottom: 50px;
}
 .section-text-block .gallery-block{
     display: grid;
    grid-template-columns: 1fr 1fr;
     gap: 10px;
     justify-content: center;

 }
.section-text-block .gallery-block a{
width: 100%;
    height: 300px;
}
.page-id-1897  .section-text-block .gallery-block a,
.page-id-1899  .section-text-block .gallery-block a{
    width: 100%;
    height: auto;
}
.page-id-1897 .section-text-block .gallery-block a img,
.page-id-1899 .section-text-block .gallery-block a img{
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {
    .section-text-block .gallery-block{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .page-id-1897  .section-text-block .gallery-block,
    .page-id-1899  .section-text-block .gallery-block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}
@media (min-width: 992px) {
    .page-id-1897  .section-text-block .gallery-block,
    .page-id-1899  .section-text-block .gallery-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.contact-form-block{
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #202020;
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    padding: 25px;
}

.contact-form-block label{
    margin-bottom: 10px;
}
.contact-form-block .cf-check  { display: flex; gap: 8px; align-items: flex-start;  }
.post-type-archive-models .section-section3-block .read-more-btn{
    display: none;
}

.cf-status { margin: 10px 0; padding: 10px; border-radius: 4px; display: none; }
.cf-status:not(:empty) { display: block; }
.cf-status.cf-ok  { background: #d4edda; color: #155724; }
.cf-status.cf-err { background: #f8d7da; color: #721c24; }
.cf-invalid { border-color: #dc3545 !important; outline: none; box-shadow: 0 0 0 2px rgba(220,53,69,.25); }
#contact-form button[type=submit]:disabled { opacity: .6; cursor: not-allowed; }

.cf-photo-upload {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0;
}

.cf-upload-label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #1a1a1a;
    border: 1px solid #333;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.cf-upload-label:hover {
    border-color: #f0c132;
    background-color: #222;
}

.cf-upload-label input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.cf-upload-icon {
    font-size: 28px;
    color: #f0c132;
    line-height: 1;
    margin-bottom: 6px;
}

.cf-upload-text {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cf-upload-hint {
    font-size: 10px;
    color: #666;
    margin-top: 3px;
}

/* Превью после выбора файла */
.cf-upload-label.has-file {
    border-color: #f0c132;
}

.cf-upload-label.has-file .cf-upload-icon,
.cf-upload-label.has-file .cf-upload-hint {
    display: none;
}

.cf-upload-label.has-file .cf-upload-text {
    color: #f0c132;
    font-size: 10px;
}

.cf-upload-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
#cf-privacy{
    margin-top: 5px;
}
.contact-form-block h5{
    text-align: center;
    margin-bottom: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}