*, *:before, *:after {
    box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, input, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

footer, header, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: PathwayExtreme;
    font-display: swap;
    src: url("../fonts/PathwayExtreme_14pt-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: PathwayExtreme;
    font-display: swap;
    src: url("../fonts/PathwayExtreme_14pt-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: PathwayExtreme;
    font-display: swap;
    src: url("../fonts/PathwayExtreme_14pt-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

html {
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

body {
    overflow-x: hidden;
    padding-top: 140px;
}

body.b--open, body.header--mobile-menu-open {
    overflow: hidden;
}

section {
    margin-bottom: 80px;
}

html {
    height: 100%;
}

body {
    font-family: "PathwayExtreme";
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #000;
}

body.is-lang-ru {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body.is-lang-ru .sub-menu {
    min-width: 160px;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (min-width: 479.98px) {
    .container {
        max-width: 400px;
    }
}

@media screen and (min-width: 575.98px) {
    .container {
        max-width: 570px;
    }
}

@media screen and (min-width: 767.98px) {
    .container {
        max-width: 760px;
    }
}

@media screen and (min-width: 991.98px) {
    .container {
        max-width: 990px;
    }
}

@media screen and (min-width: 1199.98px) {
    .container {
        max-width: 1440px;
        padding: 0 40px;
    }
}

@media screen and (min-width: 1639.98px) {
    .container {
        max-width: 1800px;
        padding: 0 80px;
    }
}

@keyframes showBlockLtoR {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes showBlockRtoL {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-up-big {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOutNew {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}

@keyframes slit-in-vertical {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growFromTop {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes growFromCenter {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes zooming {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb > .splide__list {
    display: block;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}

.splide__arrow:disabled {
    opacity: 0.3;
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.header--scrolled .header__bg:before, .header--scrolled .header__bg:after {
    width: 100%;
}

.header__bg {
    position: relative;
    padding: 20px 0;
    background: #000;
}

.header__bg:before, .header__bg:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #D514AE;
    box-shadow: #D514AE 0 5px 10px;
    transition: 1s ease;
}

.header__bg:before {
    left: 0;
}

.header__bg:after {
    right: 0;
}

.header .top-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

@media screen and (max-width: 991.98px) {
    .header .top-header__socials {
        order: 1;
    }
}

.header .top-header__socials ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .top-header__socials ul li {
    display: inline-flex;
}

.header .top-header__socials ul li a {
    display: inline-flex;
    gap: 10px;
    transition: 0.3s ease;
}

.header .top-header__socials ul li a:hover {
    opacity: 0.7;
}

.header .top-header__socials ul li a .icon {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header .top-header__socials ul li a span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

@media screen and (max-width: 1199.98px) {
    .header .top-header__socials ul li a span {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .header .top-header__actions {
        margin-right: auto;
    }
}

@media screen and (max-width: 767.98px) {
    .header .top-header__actions .btn--primary {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.header .top-header .lang {
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .header .top-header .lang {
        order: 2;
    }
}

.header .top-header .lang__current {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header .top-header .lang__current .icon {
    display: inline-block;
    min-width: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .top-header .lang__current img {
    min-width: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.header .top-header .lang__options {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    display: none;
    flex-direction: column;
    z-index: 10;
}

.header .top-header .lang__options li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.header .top-header .lang__options li.lang__option--active {
    display: none;
}

.header .top-header .lang__options li a {
    display: inline-flex;
}

.header .top-header .lang__options li a img {
    min-width: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.header .top-header .lang--open .lang__options {
    display: flex;
    animation: slit-in-vertical 0.5s ease;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (min-width: 991.98px) {
    .header__wrapper {
        gap: 40px;
    }
}

.header__logo {
    outline: none;
    flex-shrink: 0;
}

@media screen and (min-width: 767.98px) {
    .header__logo {
        margin-top: -60px;
    }
}

.header__logo a {
    display: inline-flex;
    flex-direction: column;
    transition: 0.3s ease;
}

.header__logo a img {
    margin-left: -20px;
    width: auto;
    height: 70px;
}

@media screen and (min-width: 767.98px) {
    .header__logo a img {
        height: 100px;
    }
}

.header__logo a span {
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    margin: -10px 0 0 0;
}

@media screen and (min-width: 767.98px) {
    .header__logo a span {
        margin: -10px 0 0 20px;
    }
}

.header__nav {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .header__nav {
        display: none;
    }
}

.header__menu {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}

@media screen and (min-width: 1199.98px) {
    .header__menu {
        gap: 0 40px;
    }
}

.menu-item {
    position: relative;
}

.menu-item:hover a {
    color: #D514AE;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.current-menu-item a {
    color: #D514AE;
}

.sub-menu {
    opacity: 0;
    position: absolute;
    top: calc(100% + 5.5px);
    left: 0;
    z-index: 1000;
    min-width: 80px;
    padding: 10px;
    background: #D514AE;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.sub-menu .menu-item a {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 5px 0;
    position: relative;
}

.sub-menu .menu-item a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}

.sub-menu .menu-item a:hover:before {
    width: 100%;
}

.header__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 991.98px) {
    .header__burger {
        display: flex;
    }
}

.header__burger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.header__burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__burger.active span:nth-child(2) {
    opacity: 0;
}

.header__burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.header__mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    background: #000;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
}

@supports (-webkit-touch-callout: none) {
    .header__mobile-menu {
        height: 100vh;
        height: -webkit-fill-available;
    }
}

.header__mobile-menu.active {
    transform: translateX(0);
}

@media screen and (min-width: 991.98px) {
    .header__mobile-menu {
        display: none;
    }
}

.header__mobile-menu-open {
    overflow: hidden;
    height: 100dvh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

@supports (-webkit-touch-callout: none) {
    .header__mobile-menu-open {
        height: 100vh;
        height: -webkit-fill-available;
    }
}

.header__mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__mobile-logo {
    outline: none;
    flex-shrink: 0;
}

.header__mobile-logo a {
    display: inline-flex;
    flex-direction: column;
    transition: 0.3s ease;
}

.header__mobile-logo a img {
    margin-left: -20px;
    width: auto;
    height: 70px;
}

@media screen and (min-width: 767.98px) {
    .header__mobile-logo a img {
        height: 100px;
    }
}

.header__mobile-logo a span {
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    margin: -10px 0 0 0;
}

@media screen and (min-width: 767.98px) {
    .header__mobile-logo a span {
        margin: -10px 0 0 20px;
    }
}

.header__mobile-close {
    background: none;
    border: none;
    cursor: pointer;
}

.header__mobile-close .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header__mobile-nav {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.header__mobile-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__mobile-menu-item:last-child {
    border-bottom: none;
}

.header__mobile-menu-item--open .header__mobile-submenu {
    display: block;
}

.header__mobile-menu-item--open .header__mobile-menu-toggle svg {
    transform: rotate(180deg);
}

.header__mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    cursor: pointer;
    text-align: left;
}

.header__mobile-menu-toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.header__mobile-menu-toggle .icon {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.header__mobile-submenu {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
}

.header__mobile-submenu-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.header__mobile-submenu-link:hover {
    opacity: 1;
}

@media screen and (max-width: 991.98px) {
    .header__nav {
        display: none;
    }
}

main {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__main-wrapper {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .footer__main-wrapper {
        padding: 80px 0;
        grid-template-columns: 1.5fr 1.5fr 2fr;
    }
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__content-info h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer__content-info p {
    font-size: 12px;
    color: #fff;
}

.footer__content-info p:not(:last-child) {
    margin-bottom: 20px;
}

.footer__content-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__content-contacts ul li {
    display: inline-flex;
}

.footer__content-contacts ul li a {
    display: inline-flex;
    gap: 10px;
    transition: 0.3s ease;
}

.footer__content-contacts ul li a:hover {
    opacity: 0.7;
}

.footer__content-contacts ul li a .icon {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__content-contacts ul li a span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.footer__content-socials ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__content-socials ul li {
    display: inline-flex;
}

.footer__content-socials ul li a {
    display: inline-flex;
    transition: 0.3s ease;
}

.footer__content-socials ul li a:hover {
    opacity: 0.7;
}

.footer__content-socials ul li a .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__map {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer__map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.footer__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__form h3 {
    color: #fff;
}

.footer__form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media screen and (min-width: 767.98px) {
    .footer__form-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer__form-input, .footer__form-textarea {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.footer__form-input::placeholder, .footer__form-textarea::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.footer__form-input:focus, .footer__form-textarea:focus {
    outline: none;
    border-color: #D514AE;
}

.footer__form-textarea {
    resize: vertical;
    height: 140px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: 20px 0 0;
    padding: 0;

    color: #fff;
    font-size: 14px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 1.6;
    padding: 5px 0;
}

.footer__form-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
}

.footer__form-checkbox {
    appearance: auto;
    min-width: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.wpcf7-list-item-label {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
    margin: 0;
}

.footer .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .bottom-footer__wrapper {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767.98px) {
    .footer .bottom-footer__wrapper {
        flex-direction: column;
        text-align: center;
    }
}

.footer .bottom-footer__copyright p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer .bottom-footer__links {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767.98px) {
    .footer .bottom-footer__links {
        flex-direction: column;
    }
}

.footer .bottom-footer__links a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .bottom-footer__links a:hover {
    color: #D514AE;
}

.footer .bottom-footer__attribution a {
    font-size: 14px;
    font-weight: 400;
    color: #D514AE;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .bottom-footer__attribution a:hover {
    color: #fff;
}

.btn {
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    padding: 12px 24px;
    width: 100%;
    max-width: fit-content;
    border: none;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn--primary {
    background: transparent;
    border: 2px solid #D514AE;
    color: #D514AE;
    box-shadow: 0 0 0 rgba(229, 0, 50, 0.4), 0 0 20px rgba(229, 0, 50, 0.4);
}

.btn--primary:before {
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    background: rgba(213, 20, 174, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.btn--primary:hover {
    transform: translateY(-5px);
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (min-width: 767.98px) {
    h1 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1199.98px) {
    h1 {
        font-size: 64px;
    }
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    h2 {
        font-size: 44px;
    }
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    h3 {
        font-size: 32px;
    }
}

h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    h5 {
        line-height: 1.6;
    }
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    p {
        line-height: 1.6;
    }
}

a {
    transition: color 0.3s ease;
}

ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    ul li {
        line-height: 1.6;
    }
}

ol {
    list-style-type: decimal;
}

ol li ul {
    list-style-type: disc;
}

ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    ol li {
        line-height: 1.6;
    }
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 440px;
}

.banner:before {
    content: "";
    width: 100%;
    height: 80px;
    background: rgba(30, 30, 30, 0.5);
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner-slide__img picture img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    filter: brightness(0.3);
    transition: transform 9s ease;
}

.splide__slide.is-active .banner-slide__img picture img {
    transform: scale(1.05);
}

.banner__content {
    position: absolute;
    inset: 0;
    min-height: 440px;
    color: #fff;
}

.banner__content .container {
    height: 100%;
}

.banner__content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner__content-wrapper .container--x {
    padding: 40px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.banner__content-info span {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.banner__content-info h1 {
    color: #fff;
    text-transform: uppercase;
}

.banner__content-line {
    overflow: hidden;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.banner__content-line ul {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (min-width: 1199.98px) {
    .banner__content-line ul {
        padding: 0 40px;
    }
}

.banner__content-line ul li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}

.banner__content-line ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner.banner--single:before {
    display: none;
}

.banner.banner--single .breadcrumbs {
    margin: 0;
}

.breadcrumbs span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}

.breadcrumbs span a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}

.breadcrumbs span a:hover {
    opacity: .7;
}

.breadcrumbs span {
    margin: 0 5px;
}

.banner-custom {
    position: relative;
    overflow: hidden;
}

.banner-custom__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-custom__media video, .banner-custom__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-custom__content {
    position: relative;
    z-index: 1;
    padding: 0 0 60px 0;
}

.banner-custom__content-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 991.98px) {
    .banner-custom__content-info {
        text-align: center;
    }
}

.banner-custom__content-info h1 {
    color: #fff;
}

.banner-custom__content-info p {
    color: #fff;
}

.studio .title--md {
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (min-width: 991.98px) {
    .studio .title--md {
        display: none;
    }
}

.studio__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .studio__wrapper {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

@media screen and (min-width: 1199.98px) {
    .studio__wrapper {
        gap: 80px;
    }
}

.studio__image picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.studio__content h2 {
    display: none;
    color: #fff;
}

@media screen and (min-width: 991.98px) {
    .studio__content h2 {
        display: block;
        margin-bottom: 40px;
    }
}

.studio__content p {
    color: #fff;
}

.studio__content p:not(:last-child) {
    margin-bottom: 20px;
}

.studio__content ul {
    margin-left: -10px;
}

.studio__content ul:not(:last-child) {
    margin-bottom: 20px;
}

.studio__content ul li {
    display: flex;
    align-items: center;
    color: #fff;
}

.studio__content ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.studio__content-action {
    margin-top: 20px;
}

@media screen and (min-width: 991.98px) {
    .studio__content-action {
        margin-top: 40px;
    }
}

.services h2 {
    color: #fff;
    margin-bottom: 40px;
}

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

@media screen and (min-width: 767.98px) {
    .services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 991.98px) {
    .services__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.services__action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.services.services--single .services__heading {
    max-width: 880px;
    margin: 0 auto 40px;
}

.services.services--single .services__heading h2 {
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .services.services--single .services__heading h2 {
        text-align: center;
    }
}

@media screen and (min-width: 767.98px) {
    .services.services--single .services__heading p {
        text-align: center;
    }
}

.card-services {
    display: block;
    position: relative;
    overflow: hidden;
}

.card-services:hover:before {
    min-height: 100%;
}

.card-services:hover .card-services__content {
    transform: translateY(-20%);
}

.card-services:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 240px;
    background: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    z-index: 1;
    transition: 0.3s ease;
}

@media screen and (min-width: 991.98px) {
    .card-services:before {
        min-height: 300px;
    }
}

.card-services__image picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.3s ease;
}

.card-services__content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    transition: 0.3s ease;
}

.card-services__content h4 {
    color: #fff;
    margin-bottom: 20px;
}

.card-services__content p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-services__content p:not(:last-child) {
    margin-bottom: 20px;
}

.card-services__content-link {
    color: #D514AE;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 5px;
    display: inline-block;
    max-width: fit-content;
}

.image-card:hover .card-services__content-link {
    color: #fff;
}

.portfolio h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio--simple h2 {
    text-align: left;
}

.portfolio__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 40px;
}

.portfolio__tab {
    padding: 10px 20px;
    background: #383737;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
}

.portfolio__tab:hover {
    background: rgba(56, 55, 55, 0.7);
}

.portfolio__tab--active {
    background: #D514AE;
    color: #fff;
}

.portfolio__tab--active:hover {
    background: #D514AE;
}

.portfolio__content {
    display: none;
}

.portfolio__content--active {
    display: block;
}

.portfolio__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (min-width: 767.98px) {
    .portfolio__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1199.98px) {
    .portfolio__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
}

.portfolio__item {
    overflow: hidden;
    cursor: pointer;
}

.portfolio__item.is-hidden {
    display: none;
}

.portfolio__item:hover img {
    transform: scale(1.1) rotate(2deg);
}

.portfolio__item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.portfolio__action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.portfolio.portfolio--single h2 {
    text-align: left;
}

.reviews {
    padding: 80px 0;
    background: #fff;
}

.reviews h2 {
    color: #000;
    margin-bottom: 40px;
}

.faq h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq__item {
    background: #1E1E1E;
    padding: 20px;
    transition: 0.3s ease;
}

.faq__item:hover {
    background: rgba(30, 30, 30, 0.7);
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
}

.faq__item.faq__item--active .faq__icon {
    transform: rotate(0deg);
}

.faq__question-text {
    flex: 1;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
    margin-top: 0;
}

.faq__answer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.faq__answer p:not(:last-child) {
    margin-bottom: 20px;
}

.faq__item.faq__item--active .faq__answer {
    max-height: 400px;
    padding-top: 20px;
}

.courses-main__wrapper {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .courses-main__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }
}

.courses-main__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.courses-main__content h1 {
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .courses-main__content h1 {
        font-size: 32px;
    }
}

.courses-main__content h5 {
    color: #D514AE;
}

.courses-main__content h5:not(:last-child) {
    margin: 10px 0;
}

.courses-main__content p:not(:last-child) {
    margin-bottom: 20px;
}

.courses-main__content ul {
    margin-left: -10px;
}

.courses-main__content ul:not(:last-child) {
    margin: 20px 0;
}

.courses-main__content ul li {
    display: flex;
    align-items: center;
    color: #fff;

    position: relative;
    padding-left: 44px;
}

.courses-main__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.courses-main__content ul li:before {
    content: '';
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHZpZXdCb3g9IjAgMCA4MiA4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTQwLjk0OCA1MUw1MSA0MUw0MC45NDggMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTMxIDUxTDQxLjA1MiA0MUwzMSAzMSIgc3Ryb2tlPSIjRDUxNEFFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yOThfMzY2IiB4PSI5Ljk0OCIgeT0iMCIgd2lkdGg9IjcyLjA1MiIgaGVpZ2h0PSI4MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzI5OF8zNjYiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8yOThfMzY2IiB4PSIwIiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzI5OF8zNjYiIHg9IjkuOTQ4IiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19mXzI5OF8zNjYiIHg9IjAiIHk9IjAiIHdpZHRoPSI3Mi4wNTIiIGhlaWdodD0iODIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yOThfMzY2Ii8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    position: absolute;
    left: 0;
    top: -8px;
}


.courses-main__content ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.courses-structure h2 {
    margin-bottom: 40px;
}

.courses-structure__cards {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 767.98px) {
    .courses-structure__cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.courses-structure .card-structure {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.courses-structure .card-structure__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.courses-structure .card-structure__content {
    padding: 20px;
    background: rgba(30, 30, 30, 0.7);
}

.courses-structure .card-structure__content h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.courses-structure .card-structure__content h5 {
    color: #D514AE;
    margin-bottom: 10px;
}

.courses-structure .card-structure__content p {
    font-size: 14px;
}

.courses-structure .card-structure__content p:not(:last-child) {
    margin-bottom: 20px;
}

.courses-structure .card-structure__content ul {
    list-style-type: disc;
    margin-left: 20px;
}

.courses-structure .card-structure__content ul:not(:last-child) {
    margin-bottom: 20px;
}

.courses-structure .card-structure__content ul li {
    font-size: 14px;
}

.courses-structure .card-structure__content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.courses-price__wrapper {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .courses-price__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }
}

.courses-price__content-heading {
    margin-bottom: 40px;
}

.courses-price__content-heading h2 {
    margin-bottom: 20px;
}

.courses-price__content-heading-price {
    color: #D514AE;
}

.courses-price__content-info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media screen and (min-width: 1199.98px) {
    .courses-price__content-info {
        flex-wrap: nowrap;
    }
}

.courses-price__content-info-list {
    break-inside: avoid;
}

.courses-price__content-info-list h4 {
    margin-bottom: 20px;
}

.courses-price__content-info-list ul li {
    display: flex;
    align-items: center;
}

.courses-price__content-info-list ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.courses-price__content .btn--primary {
    margin-top: 40px;
}

.courses-price__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-detail__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .blog-detail__wrapper {
        gap: 80px;
    }
}

.blog-detail__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .blog-detail__item {
        flex-direction: row;
        gap: 80px;
    }
}

@media screen and (min-width: 991.98px) {
    .blog-detail__item.blog-detail--reversed {
        flex-direction: row-reverse;
    }
}

.blog-detail__img {
    flex: 1;
}

.blog-detail__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-detail__content {
    flex: 1;
}

.blog-detail__content h2 {
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .blog-detail__content h2 {
        font-size: 32px;
    }
}

.blog-detail__content h3 {
    margin-bottom: 20px;
}

.blog-detail__content h4 {
    margin-bottom: 20px;
}

.blog-detail__content p:not(:last-child) {
    margin-bottom: 20px;
}

.blog-detail__content ul {
    margin-left: -10px;
}

.blog-detail__content ul:not(:last-child) {
    margin: 20px 0;
}

.blog-detail__content ul li {
    display: flex;
    align-items: center;
    color: #fff;

    position: relative;
    padding-left: 44px;
}

.blog-detail__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-detail__content ul li:before {
    content: '';
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHZpZXdCb3g9IjAgMCA4MiA4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTQwLjk0OCA1MUw1MSA0MUw0MC45NDggMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTMxIDUxTDQxLjA1MiA0MUwzMSAzMSIgc3Ryb2tlPSIjRDUxNEFFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yOThfMzY2IiB4PSI5Ljk0OCIgeT0iMCIgd2lkdGg9IjcyLjA1MiIgaGVpZ2h0PSI4MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzI5OF8zNjYiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8yOThfMzY2IiB4PSIwIiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzI5OF8zNjYiIHg9IjkuOTQ4IiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19mXzI5OF8zNjYiIHg9IjAiIHk9IjAiIHdpZHRoPSI3Mi4wNTIiIGhlaWdodD0iODIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yOThfMzY2Ii8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    position: absolute;
    left: 0;
    top: -8px;
}

.blog-detail__content ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.gift__wrapper {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .gift__wrapper {
        grid-template-columns: 540px 1fr;
        gap: 80px;
    }
}

.gift__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;

    border: 1px solid #D514AE;
}

.gift__content h1 {
    margin-bottom: 20px;
}

@media screen and (min-width: 767.98px) {
    .gift__content h1 {
        font-size: 32px;
    }
}

.gift__content h4 {
    margin-bottom: 20px;
}

.gift__content p:not(:last-child) {
    margin-bottom: 20px;
}

.gift__content ul {
    margin-left: -10px;
}

.gift__content ul:not(:last-child) {
    margin: 20px 0;
}

.gift__content ul li {
    display: flex;
    align-items: center;
    color: #fff;

    position: relative;
    padding-left: 44px;
}

.gift__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.gift__content ul li:before {
    content: '';
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHZpZXdCb3g9IjAgMCA4MiA4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl8yOThfMzY2KSI+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTQwLjk0OCA1MUw1MSA0MUw0MC45NDggMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19mXzI5OF8zNjYpIj4KPHBhdGggZD0iTTMxIDUxTDQxLjA1MiA0MUwzMSAzMSIgc3Ryb2tlPSIjRDUxNEFFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxwYXRoIGQ9Ik00MC45NDggNTFMNTEgNDFMNDAuOTQ4IDMxIiBzdHJva2U9IiNENTE0QUUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMSA1MUw0MS4wNTIgNDFMMzEgMzEiIHN0cm9rZT0iI0Q1MTRBRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yOThfMzY2IiB4PSI5Ljk0OCIgeT0iMCIgd2lkdGg9IjcyLjA1MiIgaGVpZ2h0PSI4MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzI5OF8zNjYiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8yOThfMzY2IiB4PSIwIiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzI5OF8zNjYiIHg9IjkuOTQ4IiB5PSIwIiB3aWR0aD0iNzIuMDUyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjk4XzM2NiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19mXzI5OF8zNjYiIHg9IjAiIHk9IjAiIHdpZHRoPSI3Mi4wNTIiIGhlaWdodD0iODIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yOThfMzY2Ii8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    position: absolute;
    left: 0;
    top: -8px;
}

.gift__content ul li .icon {
    display: block;
    min-width: 44px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.gift__bottom {
    margin-top: 40px;
}

.gift__bottom h5 {
    color: #D514AE;
    margin-bottom: 10px;
}

.gift__bottom p a,
.gift__bottom p span {
    color: #D514AE;
}

.single-price h2 {
    color: #fff;
    margin-bottom: 40px;
}

.single-price__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media screen and (min-width: 767.98px) {
    .single-price__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 991.98px) {
    .single-price__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.card-single-price {
    display: block;
    position: relative;
    overflow: hidden;
}

.card-single-price:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    background: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    z-index: 1;
    transition: 0.3s ease;
}

.card-single-price__image picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.3s ease;
}

.card-single-price__content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.card-single-price__content-info {
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.card-single-price__content-info ul {
    overflow: auto;
    scrollbar-width: none;
    max-height: 100%;
}

.card-single-price__content-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.card-single-price__content-info ul li:not(:last-child) {
    margin-bottom: 5px;
}

.card-single-price__content-info ul li span:last-child {
    white-space: nowrap;
    color: #D514AE;
}

.card-single-price__content-info p span {
    color: #D514AE;
}

.card-single-price__content-info p:not(:last-child) {
    margin-bottom: 20px;
}

.reviews-single h2 {
    margin-bottom: 40px;
}

.how-tattoo__wrapper {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .how-tattoo__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }
}

.how-tattoo__img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.how-tattoo__content h3 {
    font-weight: 700;
    margin-bottom: 40px;
}

.how-tattoo__content p:not(:last-child) {
    margin-bottom: 20px;
}

.how-tattoo__content .btn--primary {
    margin-top: 40px;
}

.contacts h2 {
    margin-bottom: 40px;
}

.contacts__wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contacts__item {
    display: grid;
    gap: 40px;
}

@media screen and (min-width: 991.98px) {
    .contacts__item {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }
}

.contacts__item .footer__map h3,
.contacts__item .faq h3 {
    margin-bottom: 20px;
}

.breadcrumbs {
    margin: 0 0 40px 0;
    padding: 20px 0;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.breadcrumbs ul li:not(:last-child):after {
    content: "/";
    display: block;
    color: #fff;
    transition: 0.1s ease;
    margin: 0 5px;
}

.breadcrumbs ul li:last-child a, .breadcrumbs ul li:last-child span {
    pointer-events: none;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.breadcrumbs ul li a:hover, .breadcrumbs ul li span:hover {
    opacity: 0.7;
}

.text-page h1 {
    margin-bottom: 40px;
}

.text-page p {
    line-height: 1.8;
}

.text-page p a {
    color: #D514AE;
}

.text-page p:not(:last-child) {
    margin-bottom: 20px;
}

/* Floating social bar */
.social-floating {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

.social-floating__list {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(245, 245, 245, 0.1);
    border-radius: 10px;
}

.social-floating__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-floating__icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-floating__link:hover .social-floating__icon,
.social-floating__link:focus-visible .social-floating__icon {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0 0 10px #ff00ff);
}

@media (max-width: 767.98px) {
    .social-floating {
        right: 0;
    }

}

/* ===========================
   Reviews section
   =========================== */

.card-review {
    padding: 20px;
    height: 100%;

    background: #fff;
    border-radius: 10px;
    border: 1px solid #000;
}
.card-review__name {
    color: #000;
    margin-bottom: 5px;
}
.card-review__rating {
    color: #D514AE;
    margin-bottom: 20px;
}
.card-review__meta {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;

    margin-bottom: 5px;
}
.card-review__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

.page-404 {
    margin-top: 40px;
}
.page-404__title,
.page-404__text {
    text-align: center;
    margin-bottom: 10px;
}
.page-404__actions {
    display: flex;
    justify-content: center;

    margin-top: 40px;
}
