@import url("/public/css/content.css");

:root {
    --safe-frame: 1280px;
}

@media all and (max-width: 1300px) {
    :root {
        --safe-frame: 1200px;
    }
}

@media all and (max-width: 1240px) {
    :root {
        --safe-frame: 1160px;
    }
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    /* Prevent global horizontal scroll on small screens */
    overflow-x: hidden;
    overflow-y: auto;
    background: #f6f6f6;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
    border: 0;
    outline: none;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #b5b5b5;
}

::-moz-placeholder {
    color: #b5b5b5;
}

:-ms-input-placeholder {
    color: #b5b5b5;
}

::-ms-input-placeholder {
    color: #b5b5b5;
}

::placeholder {
    color: #b5b5b5;
}

a[rel="tofancy"]>img {
    cursor: inherit !important;
}

.clear {
    clear: both;
}

#blockscreen {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

#preloader:before {
    position: absolute;
    top: -1px;
    left: -2px;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #ca3436;
    border-top: 2px solid transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border-radius: 100%;
}

#preloader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    background: #fff url(/public/img/prostars-logo-new-2025-single-red.svg) no-repeat center center;
    background-size: contain;
    border-radius: 100%;
    box-shadow: 0 6px 24px rgba(244, 67, 54, 0.17);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#blockscreen.visible {
    display: block;
}

#preloader.visible {
    display: block;
}

.hide-in-desktop {
    display: none;
}

.page-buffer {
    position: relative;
}

.page-container {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.page-wrapper {
    position: relative;
    /* z-index: 10000; */
}

.mobile-filter-container,
.mobile-filter-trigger,
.top-helper,
.mobile-menu-wrapper {
    display: none;
}

* html .page-wrapper {
    height: 100%;
}

.page-404-page {
    position: relative;
    min-height: 80vh;
}

.-page-404 .content:before {
    content: "";
    background: url(/public/img/monster.png) no-repeat left top;
    background-size: contain;
    width: 100%;
    height: 80vh;
    position: absolute;
    top: -20px;
    left: 0;
}

.-page-404 .search-block {
    display: none;
}

.page-404-text-block {
    background: #ffffff;
    position: absolute;
    width: 60%;
    top: 20vh;
    right: 10%;
    padding: 70px 30px 40px 30px;
    border-radius: 2px;
}

.page-404-text-block a {
    color: #212f32;
    position: relative;
    display: inline-block;
    padding: 3px 0px 0 5px;
    text-shadow: none;
}

.page-404-text-block a .icon {
    margin-right: 3px;
    position: relative;
}

.page-404-code {
    position: absolute;
    font-size: 120px;
    color: #1f1e1c;
    top: 0;
}

.page-404-text {
    position: relative;
}

.page-404-ooops {
    font-size: 40px;
    margin-right: 10px;
}

.page-404-word-2 {
    font-size: 23px;
    margin-left: 10px;
}

*::-moz-selection {
    background: #ca3436;
    color: #ffffff;
}

*::selection {
    background: #ca3436;
    color: #ffffff;
}

.menu-trigger {
    display: none;
}

.content {
    position: relative;
    z-index: 1;
    font-weight: 300;
}

.content img[data-fancy="on"] {
    cursor: pointer;
}

.center {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}


.callme-btn-fixed {
    text-decoration: none;
    font-size: 15px;
    position: fixed;
    display: block;
    right: -200px;
    top: 140px;
    padding: 14px 20px 14px 50px;
    border-radius: 36px;
    z-index: 200;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    overflow: hidden;
}

.callme-btn-fixed:before {
    content: "";
    position: absolute;
    background: #ca3537;
    right: -40px;
    top: 0;
    height: 100%;
    width: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a92b2d), to(#ca3537));
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
    -webkit-transition: width 240ms ease-out, opacity 140ms 180ms ease-out;
    transition: width 240ms ease-out, opacity 140ms 180ms ease-out;
    box-shadow: -20px 0 10px 7px #b62f31;
    opacity: 0;
}

.callme-btn-fixed .callme-label {
    position: relative;
}

.callme-btn-fixed:hover {
    color: #fff;
}

.callme-btn-fixed:hover:before {
    width: 130%;
    opacity: 1;
    -webkit-transition: width 240ms ease-out, opacity 20ms ease-out;
    transition: width 240ms ease-out, opacity 20ms ease-out;
}

.callme-btn-fixed.-visible {
    opacity: 1;
    right: 50px;
}

.callme-btn-fixed .icon {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: 10px;
    left: 8px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 6px;
    border-radius: 100%;
    -webkit-animation: shake 6s infinite ease-out;
    animation: shake 6s infinite ease-out;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    1%,
    3%,
    5%,
    7% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    2%,
    4%,
    6%,
    8% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    10%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    1%,
    3%,
    5%,
    7% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    2%,
    4%,
    6%,
    8% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    10%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.callme-btn-fixed .icon:before {
    content: "phone";
}

.bread-crumbs-block {
    display: block;
    padding: 5px 0;
    list-style: none;
    max-height: 48px;
    font-size: 14px;
}

.bread-crumbs-block a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

.bread-crumbs-block .fa-home {
    margin-right: 6px;
}

.bread-crumbs-block a:hover {
    text-decoration: underline;
}

.bread-crumbs-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread-crumbs-block li {
    display: inline-block;
    margin: 0;
}

.bread-crumbs-block .active {
    color: #7d7d7d;
}

.bread-crumbs-block .crumb-arrow {
    display: inline-block;
    margin: 0 15px;
    cursor: default;
    text-shadow: none;
    color: #9a9a9a;
    font-size: 12px;
    position: relative;
    top: 2px;
    width: 12px;
}

.bread-crumbs-block .crumb-arrow:before {
    content: "keyboard_arrow_right";
}

.bread-crumbs-block .crumb .home {
    margin-left: 3px;
}

.bread-crumbs-block .crumb .active {
    color: #2b2b2b;
}

.cap {
    position: relative;
    background-color: #fff;
    z-index: 9999;
    position: sticky;
    top: 0;
    box-shadow: 0px 3px 25px rgba(97, 37, 37, 0.1), 0px 3px 30px 0 rgba(148, 93, 93, 0.1);
}

.cap .cap-top .pusher {
    flex: 1;
}

.cap .social-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-left: 20px;
}

.cap .social-block .icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    margin-left: 0.7em;
    color: #5f5e5e;
}

.cap .social-block .icon:hover {
    color: #292929;
}

.cap .cap-bottom {
    border-top: 1px solid #f1f1f1;
}

.cap .cap-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--safe-frame);
}

.cap .cap-bottom-inner {
    margin: 0 auto;
    max-width: var(--safe-frame);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cap .logo {
    width: 173px;
    height: 46px;
    margin: 4px 20px 4px 0;
    position: relative;
    display: block;
    background: url(/public/img/prostars-logo-new-2025.svg) no-repeat center center;
    background-size: contain;
}

.cap .red-line {
    height: 1px;
    background: #de3533;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: 2px;
}

.cap .main-menu {
    flex: 1;
}


.cap .addon-menu-trigger {
    width: 58px;
    height: 58px;
    position: relative;
}

.cap .addon-menu-trigger:before {
    content: "";
    background: url(/public/img/addon-menu.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cap .addon-menu-trigger:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c03234;
    left: calc(50% + 4px);
    top: calc(50% - 12px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    animation: scaling 2s linear infinite;
}

@keyframes scaling {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.page-buffer .content-columns {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page-buffer .content-column {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.page-buffer .content-column.column-left {
    width: 270px;
    z-index: 0;
}

.page-buffer .content-column.column-left:empty {
    display: none;
}

.page-buffer .content-columns .column {
    display: table-cell;
    padding: 0 5px;
    vertical-align: top;
}

.page-buffer .content-columns .left-column {
    width: 280px;
    padding-left: 0;
}

.page-buffer .content-columns .column:empty {
    display: none;
}

.page-buffer .content-columns .column:empty+.center-column {
    padding-left: 0;
}

.page-buffer .content-columns .center-column {
    padding-right: 0;
}

.left-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.left-submenu a {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 0;
    padding: 11px 30px 11px 10px;
    text-decoration: none;
    color: #292929;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}

.left-submenu .icon {
    position: absolute;
    right: 10px;
    color: #7b8e9a;
}

.left-submenu .icon:before {
    content: "keyboard_arrow_right";
}

.left-submenu a.active,
.left-submenu a:hover {
    background: #ca3537;
    color: #fff;
}

.left-submenu a.active .icon,
.left-submenu a:hover .icon {
    color: #fff;
}

.page-buffer .content-columns .left-column-wrapper.stick {
    z-index: 10;
    padding: 0 0 10px 0;
    max-height: calc(100vh - 80px);
}

.page-buffer .content-columns .left-column-wrapper {
    overflow: hidden;
}

.page-buffer .content-columns .left-column-wrapper.stick .left-column-wrapper-inner {
    position: absolute;
    top: 0px;
    height: calc(100vh - 80px);
    left: 0px;
    overflow-y: scroll;
}

.left-block {
    max-height: 9999px;
    padding: 0 10px 10px 10px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    position: relative;
}

.main-page .page-buffer .content-columns .left-column,
.main-page .page-buffer .content-columns .right-column {
    width: 50%;
}

.page-content {
    margin: 0 0 30px 0;
    padding: 15px 24px 24px 24px;
    background: #fff;
}

.page-title-wrapper {
    position: relative;
}

.page-title-wrapper .page-title {
    font-size: 22px;
    margin: 15px 0 50px 0;
}

.page-title-wrapper:before {
    content: "";
    position: absolute;
    left: -24px;
    right: -24px;
    height: 1px;
    background: #eaeaea;
    bottom: -30px;
}

.page-content:empty {
    display: none;
}

.page-content p {
    font-size: 15px;
    color: #222;
}

.page-content>.content-block p:first-child {
    margin-top: 0;
}

.cap .phone {
    font-size: 28px;
    text-decoration: none;
    color: #353535;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 10px;
}

.cap .phone-code {
    display: inline-block;
    margin: 0px 3px;
    color: #ca3537;
}

#main-menu {
    position: relative;
    text-align: center;
    margin-right: -58px;
}

#main-menu>ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#main-menu>ul>li {
    position: relative;
    display: inline-block;
}

#main-menu>ul>li>a {
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1;
    position: relative;
    display: block;
    color: #9b9b9b;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 17px;
}

#main-menu>ul>li:first-child>a {
    border-left: none;
}

#main-menu>ul>li .corner {
    margin-left: 3px;
    font-size: 15px;
    position: relative;
    top: 5px;
    color: gray;
    width: 15px;
    display: inline-block;
}

#main-menu>ul>li .corner:before {
    content: "keyboard_arrow_down";
}

#main-menu>ul>li>a:hover,
#main-menu>ul>li>a.active {
    color: #ca3537;
    background: rgba(255, 255, 255, 0);
}

#main-menu>ul>li.-has-childs:hover {
    background: #c93638;
}

#main-menu>ul>li.-has-childs:hover>a {
    color: #fff;
}

#main-menu>ul ul {
    position: absolute;
    z-index: 5;
    overflow: hidden;
    width: 250px;
    left: 1px;
    max-height: 0;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 15px 19px -1px rgba(0, 0, 0, 0.21);
}

#main-menu>ul ul a {
    padding: 10px 20px;
    display: block;
    background: #ffffff;
    color: #676767;
    text-decoration: none;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-radius: 22px;
}

#main-menu>ul ul .page-name {
    position: relative;
    display: block;
    left: 0;
    -webkit-transition: left 440ms ease-out;
    transition: left 440ms ease-out;
}

#main-menu>ul ul .page-name:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    top: -11px;
}

#main-menu>ul ul .page-name:after {
    content: "keyboadr_arrow_right";
    font-family: "Material Icons";
    font-feature-settings: "liga";
    position: absolute;
    width: 10px;
    opacity: 0;
    left: -25px;
    content: "keyboard_arrow_right";
    -webkit-transition: left 440ms ease-out, opacity 240ms ease-out;
    transition: left 440ms ease-out, opacity 240ms ease-out;
}

#main-menu>ul ul a.active .page-name,
#main-menu>ul ul a:hover .page-name {
    left: 10px;
}

#main-menu>ul ul a:hover .page-name:after,
#main-menu>ul ul a.active .page-name:after {
    opacity: 1;
    left: -20px;
}

#main-menu>ul ul li a:hover .page-name:before,
#main-menu>ul ul li:first-child .page-name:before {
    opacity: 0;
}

#main-menu>ul ul a.active,
#main-menu>ul ul a:hover {
    background: #ca3537;
    color: #fff;
}

#main-menu li:hover>ul {
    overflow: visible;
    max-height: 900px;
    margin-top: 0;
    opacity: 1;
    padding: 10px 0 0 0;
}

#main-menu .submenu-addon {
    position: absolute;
    z-index: 5;
    overflow: hidden;
    width: 300px;
    left: 1px;
    max-height: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 15px 19px -1px rgba(111, 55, 0, 0.22);
}

#main-menu .submenu-addon .submenu-table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#main-menu .submenu-addon .submenu-cell {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    width: 33.3333%;
}

#main-menu .submenu-addon .submenu-cell.last-cell {
    width: 50%;
}

/* News dropdown: single column (no tags), full width */
#main-menu .submenu-news.submenu-addon .submenu-cell.last-cell {
    width: 100%;
}

#main-menu .submenu-addon .cell-title {
    position: relative;
    font-size: 16px;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e4e4e4;
}


#main-menu .submenu-addon .item {
  position: relative;
  height: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  width: 33%;
}

#main-menu .submenu-addon .item-image {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: inherit;
  overflow: hidden;
}

#main-menu .submenu-addon .item-inner {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  height: 100%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  top: 0;
}

#main-menu .submenu-addon .item-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: -150%;
  width: 100%;
  height: 150%;
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#b50c00), color-stop(80%, #b50c00), to(transparent));
  background: linear-gradient(to bottom, #b50c00 0%, #b50c00 80%, transparent 100%);
}

#main-menu .submenu-addon .item-name {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 0;
  z-index: 1;
  display: block;
}

#main-menu .submenu-addon .item-inner:hover {
  top: -20px;
  -webkit-box-shadow: 0 30px 20px -20px rgba(112, 25, 9, 0.6);
  box-shadow: 0 30px 20px -20px rgba(112, 25, 9, 0.6);
}

#main-menu .submenu-addon .item-inner:hover:after {
  opacity: 0.7;
  top: 0;
}

#main-menu .submenu-addon .item-inner:hover .item-name {
  bottom: 0;
  opacity: 1;
}

#main-menu .submenu-addon .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-menu .submenu-addon .slider-controls .btn {
  color: inherit;
  background: rgba(255, 255, 255, 0.4);
  height: 80px;
  width: 80px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.26);
  text-decoration: none;
  border-radius: 100%;
  text-align: center;
  margin: 0 0 0 10px;
  display: block;
  z-index: 1;
  top: 50%;
  position: absolute;
  margin-top: -20px;
}

#main-menu .submenu-addon .slider-controls .btn span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px 0 0 12px;
  background: #de3533;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  opacity: 0;
}

#main-menu .submenu-addon .slider-controls .btn-prev {
  left: -30px;
}

#main-menu .submenu-addon .slider-controls .btn-next {
  right: -30px;
}

#main-menu .submenu-addon .slider-controls .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}

#main-menu .submenu-addon .slider-controls .btn:after {
  font-family: "Material Icons";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "";
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -2px;
}

#main-menu .submenu-addon .slider-controls .btn-prev:after {
  content: "keyboard_arrow_left";
}

#main-menu .submenu-addon .slider-controls .btn-next:after {
  content: "keyboard_arrow_right";
  margin-left: 2px;
}

#main-menu .submenu-addon .slider-controls .btn:hover span {
  -webkit-animation: sonar 0.6s ease-out 75ms;
  animation: sonar 0.6s ease-out 75ms;
}

#main-menu .submenu-addon .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#main-menu .submenu-addon .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #eaeaea;
}

#main-menu .submenu-addon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #909090;
}

@-webkit-keyframes sonar {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes sonar {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}


#main-menu .submenu-addon .tags-list {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    max-height: 450px;
}

#main-menu .submenu-addon .tag {
    padding: 5px 12px;
    margin: 4px;
    display: inline-block;
    color: #ffffff;
    background: #ca3537;
    border-radius: 22px;
    vertical-align: top;
    position: relative;
    text-decoration: none;
}

#main-menu .submenu-addon .tag:hover {
    background: #a61517;
    color: #fff;
}

#main-menu .submenu-addon .last-cell .block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}

#main-menu li:hover .submenu-addon {
    /* overflow: visible; */
    max-height: 900px;
    margin-top: 0;
    opacity: 1;
    border-top: 1px solid #e4e4e4;
    -webkit-transition: all 200ms 450ms ease-out;
    transition: all 200ms 450ms ease-out;
}

#main-menu .submenu-addon ul {
    position: relative;
    overflow: visible;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    opacity: 1;
    background: none;
    color: #fff;
    max-height: inherit;
    box-shadow: none;
}

#main-menu .submenu-addon ul li a:hover {
    color: #fff;
}

#main-menu .submenu-addon ul li {
    padding-left: 20px;
    position: relative;
}

#main-menu .submenu-catalog.submenu-addon ul li {
    margin: 10px 0 10px 0;
}
#main-menu .submenu-addon ul li:before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -11px;
    content: "keyboard_arrow_right";
    color: #000000;
    font-size: 14px;
}

#main-menu .submenu-addon .last-cell .simple-link {
    margin: 0 0 10px 0;
    display: block;
    padding: 0;
    color: #000;
}

#main-menu .submenu-addon .last-cell .simple-text {
    font-size: 12px;
    line-height: 16px;
    color: gray;
    overflow: hidden;
    max-height: 46px;
}

#main-menu .submenu-addon a {
    color: #212121;
    text-decoration: none;
    padding: 6px 10px;
}

#main-menu .submenu-addon .last-cell .simple-link:hover {
    color: #ca3537;
}



.cap .artist-order-btn {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 4px 15px;
    border-radius: 36px;
    z-index: 200;
    overflow: hidden;
    margin: 0 10px;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    color: #ca3537;
    border: 2px solid #ca3537;
}

.cap .artist-order-btn:hover {
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.25), 0 2px 4px 0 rgba(148, 93, 93, 0.2), inset 0 6px 13px -3px rgba(121, 19, 20, 0.6);
    color: #fff;
    background: #ca3537;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a92b2d), to(#ca3537));
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
}

.cap .artist-order-btn:active {
    box-shadow: inset 0 5px 15px 0 #612525, inset 0 2px 4px 0 #59373733, inset 0 6px 13px -3px #791314f0;
    border-color: #59373733;
}

.center {
    position: relative;
    max-width: var(--safe-frame);
    margin: 0 auto;
    padding: 0 10px;
}

.content .column-center {
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
}

.content .column-center:empty {
    display: none;
}

.-page-404 .content .column-center {
    background: none;
}

.-page-404 .page-title {
    display: none;
}

.-page-404 .bread-crumbs-block {
    display: none;
}

.-page-404 .block-header {
    display: none;
}

.top-scroller {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: -20px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    font-size: 40px;
    text-align: center;
    color: #ca3537;
    background: white;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    visibility: hidden;
}

.top-scroller:before {
    content: "keyboard_arrow_up";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 31px;
    display: inline-block;
    line-height: 2;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    position: relative;
    top: -5px;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.top-scroller:hover {
    background: #ca3537;
    color: #fff;
}

.top-scroller.-visible {
    bottom: 100px;
    opacity: 1;
    visibility: visible;
}


/* Telegram fixed button */
.telegram-link-fixed {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    font-size: 40px;
    text-align: center;
    color: #ca3537;
    background: white;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.telegram-link-fixed svg {
    width: 1em;
    height: 1em;
}

.telegram-link-fixed:hover {
    background: #ca3537;
    color: #fff;
}



.page-content ul {
    list-style: none;
    padding: 0 0 0 14px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.page-content ol {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    counter-reset: list1;
    margin: 14px 0 20px 0;
}

.page-content ul li,
.page-content ol li {
    position: relative;
    margin-bottom: 6px;
}

.page-content ul>li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    margin-left: -14px;
    background: #c7c7c7;
    border-radius: 100%;
}

.page-content ul li ul {
    list-style: none;
    padding: 6px 0 0 11px;
}

.page-content ul li ul li:before {
    width: 11px;
    height: 6px;
    top: 7px;
}

.page-content ol li {
    padding-left: 20px;
}

.page-content ol>li:before {
    position: absolute;
    right: 100%;
    color: #4778d9;
    margin-right: -12px;
}

.page-content ol>li:before {
    content: counter(list1) ".";
    counter-increment: list1;
}

.page-content ol li ol {
    list-style: none;
    padding: 6px 0 0 20px;
    counter-reset: list2;
}

.page-content ol ol li {
    padding-left: 14px;
}

.page-content ol li ol>li:before {
    content: counter(list1) "." counter(list2) ".";
    counter-increment: list2;
}

.page-footer {
    position: relative;
    background: #ca3537;
    color: #ffffff;
    font-size: 13px;
}

.page-footer .footer-top {
    position: relative;
    padding: 60px 0 70px 0;
}

.page-footer .footer-copyright {
    padding: 10px 0 20px 0;
    font-size: 12px;
}

.page-footer .foot-columns {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page-footer .foot-columns .cell {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

.page-footer .foot-columns .cell:first-child {
    width: 35%;
    padding-right: 60px;
}

.page-footer .foot-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.page-footer ul {
    list-style: none;
    padding: 0 0 0 22px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.page-footer ul li {
    position: relative;
}

.page-footer ul li:before {
    font-family: "Material Icons";
    font-feature-settings: "liga";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -14px;
    content: "keyboard_arrow_right";
    font-size: 12px;
}

.page-footer ul li a {
    padding: 10px 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.page-footer a {
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
}

.page-footer ul li a:hover {
    text-decoration: underline;
}

.page-footer b a {
    color: #fff;
}

.page-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-footer .contact {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
}

.page-footer .contact .address-icon:before {
    content: "home";
}

.page-footer .contact .phone-icon:before {
    content: "phone";
}

.page-footer .contact .email-icon:before {
    content: "email";
}

.page-footer .footer-donate-box {
    position: relative;
    margin: 0 0 40px 0;
}

.page-footer .footer-text {
    line-height: 22px;
}

.page-footer .donate-title {
    font-weight: bold;
}

.page-footer .donate-form {
    border-radius: 36px;
    margin: 8px 0 0 -6px;
}

.page-footer .contact .telegram-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/telegram-icon.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
}

.page-footer .contact .whatsapp-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/whatsapp-icon.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
}

.page-footer .contact .icon {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 2px;
}

.page-footer .contact .material-icons {
    top: 6px;
}

.page-footer .footer-bottom {
    background: #bf3235;
}

.page-footer .bottom-columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.page-footer .bottom-columns .cell {
    position: relative;
}

.page-footer .bottom-columns .cell .slogan {
    font-size: 18px;
    font-weight: 400;
    padding: 30px 0;
    display: block;
}

.page-footer .bottom-columns .cell-right {
    text-align: right;
}

.page-footer .developer {
    position: relative;
    display: block;
    width: 380px;
    height: 100%;
    min-height: 60px;
    background: #ca3537;
    box-sizing: border-box;
}

.page-footer .developer:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 50px;
    right: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/public/img/moodmaker-kodim-s-dushoy-logo-white.svg?) no-repeat center center;
    background-size: contain;
}

.page-footer .footer-middle {
    background: #212121;
    overflow: hidden;
}

.page-footer .footer-logo {
    background: url(/public/img/prostars-logo-new-2025-white.svg) no-repeat center center;
    background-size: contain;
    margin: -20px 0 0 0;
    display: block;
    width: 240px;
    height: 100px;
}

.page-footer .contact .icon.fa-mobile-phone {
    font-size: 25px;
}

.page-footer .contact .icon.fa-envelope {
    font-size: 15px;
}

body .content-block a[href$=".xlsx"],
body .content-block a[href$=".xls"],
body .content-block a[href$=".docx"],
body .content-block a[href$=".rtf"],
body .content-block a[href$=".doc"],
body .content-block a[href$=".pptx"],
body .content-block a[href$=".ppt"],
body .content-block a[href$=".pdf"],
body .content-block a[href$=".zip"],
body .content-block a[href$=".rar"],
body .content-block a[href$=".jpeg"],
body .content-block a[href$=".jpg"],
body .content-block a[href$=".png"] {
    padding-left: 35px;
    position: relative;
}

body .content-block a[href$=".xlsx"]:before,
body .content-block a[href$=".xls"]:before,
body .content-block a[href$=".docx"]:before,
body .content-block a[href$=".rtf"]:before,
body .content-block a[href$=".doc"]:before,
body .content-block a[href$=".pptx"]:before,
body .content-block a[href$=".ppt"]:before,
body .content-block a[href$=".pdf"]:before,
body .content-block a[href$=".zip"]:before,
body .content-block a[href$=".rar"]:before,
body .content-block a[href$=".jpeg"]:before,
body .content-block a[href$=".jpg"]:before,
body .content-block a[href$=".png"]:before {
    position: absolute;
    top: -14px;
    left: 4px;
    width: 29px;
    height: 38px;
    content: "";
    background: url(/public/img/filetypes.png) no-repeat;
}

body .content-block a[href$=".docx"]:before,
body .content-block a[href$=".doc"]:before,
body .content-block a[href$=".rtf"]:before {
    background-position: 0 0;
}

body .content-block a[href$=".xlsx"]:before,
body .content-block a[href$=".xls"]:before {
    background-position: 0 -38px;
}

body .content-block a[href$=".pptx"]:before,
body .content-block a[href$=".ppt"]:before,
body .content-block a[href$=".csv"]:before {
    background-position: 0 -70px;
}

body .content-block a[href$=".pdf"]:before {
    background-position: 0 -76px;
}

body .content-block a[href$=".zip"]:before,
body .content-block a[href$=".rar"]:before {
    background-position: 0 -114px;
}

body .content-block a[href$=".jpg"]:before,
body .content-block a[href$=".png"]:before,
body .content-block a[href$=".jpeg"]:before {
    background-position: 0 -152px;
}

.paginator {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.paginator ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li {
    display: inline-block;
}

.paginator a,
.paginator .active {
    font-size: 13px;
    margin: 0 2px;
    padding: 4px;
    min-width: 27px;
    text-align: center;
    border-radius: 36px;
    background: #ffffff;
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 2px 10px rgba(97, 37, 37, 0.15), 0 2px 2px 0 rgba(148, 93, 93, 0.2);
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.paginator a:hover,
.paginator .active {
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a92b2d), to(#ca3537));
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
    color: #fff;
    text-shadow: 0 0 1px #fff;
}

.paginator .active {
    cursor: default;
}

.paginator .to-right,
.paginator .to-left {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator .to-left {
    margin-right: 10px;
}

.paginator .to-right {
    margin-left: 10px;
}

.paginator .to-left svg {
    transform: rotateY(180deg);
}


.paginator .dots {
    font-size: 13px;
    margin: 0 2px;
    padding: 2px 8px;
    cursor: default;
    text-align: center;
    letter-spacing: 0.1em;
    color: #212121;
}

.content-block ol,
.content-block ul,
.content-block dl {
    padding: 0;
}

.content-block ul {
    list-style: none;
    padding: 0 0 0 14px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.content-block ol {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    counter-reset: list1;
    margin: 14px 0 20px 0;
}

.content-block ul li,
.content-block ol li {
    position: relative;
    margin-bottom: 6px;
}

.content-block ul>li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    margin-left: -14px;
    background: #ca3537;
    border-radius: 100%;
}

.content-block ul li ul {
    list-style: none;
    padding: 6px 0 0 11px;
}

.content-block ul li ul li:before {
    width: 11px;
    height: 6px;
    top: 7px;
}

.content-block ol li {
    padding-left: 20px;
}

.content-block ol>li:before {
    position: absolute;
    right: 100%;
    color: #ff5722;
    margin-right: -12px;
}

.content-block ol>li:before {
    content: counter(list1) ".";
    counter-increment: list1;
}

.content-block ol li ol {
    list-style: none;
    padding: 6px 0 0 20px;
    counter-reset: list2;
}

.content-block ol ol li {
    padding-left: 14px;
}

.content-block ol li ol>li:before {
    content: counter(list1) "." counter(list2) ".";
    counter-increment: list2;
}

blockquote {
    border-left: 3px solid #ca3537;
    font-style: italic;
    line-height: 1.8em;
    padding: 1em 2em;
    position: relative;
    -webkit-transition: 0.2s border ease-in-out;
    transition: 0.2s border ease-in-out;
    margin: 20px 0;
    padding: 20px 10px 20px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

blockquote:before {
    content: "format_quote";
    position: absolute;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 1.4;
    left: -16px;
    top: 50%;
    margin-top: -15px;
    border-radius: 100%;
    background: #fff;
    color: #ca3537;
    width: 30px;
    height: 30px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

blockquote.instagram-media {
    margin: 0 !important;
}

blockquote.instagram-media:before {
    display: none;
}

#addon-menu .addon-menu-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.addom-menu {
    margin: 20px -15px 0 0;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: auto;
    position: relative;
}

.addom-menu .simplebar-scrollbar:before {
    background: #fff;
}

#addon-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#addon-menu li {
    margin: 0;
    padding: 0;
    display: block;
}

#addon-menu li a {
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 320ms ease-out;
    transition: all 320ms ease-out;
}

#addon-menu li a.active,
#addon-menu li a:hover {
    background: #b41518;
    color: #fff;
}

.addon-menu-logo {
    position: relative;
    height: 92px;
    width: 240px;
    margin: 20px 30px;
    background: url(/public/img/prostars-logo-new-2025-inverted.svg) no-repeat center center;
    background-size: contain;
}

.addon-menu-logo:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -30px;
    background: #ca3537;
}

body.addon-menu-opener #addon-menu {
    right: 0;
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    -webkit-transition: all 240ms ease-out, margin 0ms linear;
    transition: all 240ms ease-out, margin 0ms linear;
}

.addon-menu-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    /* right: -100%; */
    top: 0;
    min-height: 100vh;
    bottom: -100px;
    z-index: 10000;
    width: 100%;
    -webkit-transition: all 1ms 300ms;
    transition: all 1ms 300ms;
    display: block;
}

.addon-menu-wrapper .swiper-container {
    width: 100%;
    height: 100%;
    right: 0;
    margin: 0;
    position: absolute;
}

.addon-menu-wrapper .swiper-slide {
    width: 100%;
}

body.addon-menu-opener .addon-menu-wrapper {
    width: 100%;
    left: 0;
    -webkit-transition: none;
    transition: none;
}

.addon-menu-wrapper #addon-menu {
    position: absolute;
    width: 300px;
    top: 0;
    bottom: -100px;
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.95);
}

.addon-menu-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 240ms ease-out;
    transition: opacity 240ms ease-out;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.hide-in-desktop {
    display: none;
}

body a.hide-in-desktop {
    display: none;
}


.spoiler {
    position: relative;
    overflow: hidden;
}

.spoiler>.spoiler-title {
    position: relative;
}

.spoiler>.spoiler-trigger {
    cursor: pointer;
}


.spoiler>.spoiler-content {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    max-height: 70px;
    transition: max-height 240ms ease-out;
}

.spoiler>.spoiler-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(to top, #f6f6f6, transparent);
}

.content-inner .spoiler>.spoiler-content:after {
    background: linear-gradient(to top, #fff, transparent);
}

.spoiler>.spoiler-control {
    text-align: right;
}

.spoiler>.spoiler-control .spoiler-trigger {
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 13px;
}

.spoiler>.spoiler-control .spoiler-trigger:before {
    position: absolute;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    content: "";
    left: 0;
}


.spoiler>.spoiler-control .spoiler-trigger-open:before {
    content: "keyboard_arrow_down";
}

.spoiler>.spoiler-control .spoiler-trigger-close:before {
    content: "keyboard_arrow_up";
}

.spoiler>.spoiler-control .spoiler-trigger-close {
    display: none;
}

.spoiler.-opened>.spoiler-control .spoiler-trigger-close {
    display: inline-flex;
}

.spoiler.-opened>.spoiler-control .spoiler-trigger-open {
    display: none;
}

.spoiler.-opened>.spoiler-content:after {
    display: none;
}

.spoiler.-opened>.spoiler-content {
    transition: max-height 600ms ease-out;
}


.spoiler.-opened>.spoiler-content {
    transform: translateY(0);
    max-height: 1000px;
    overflow: auto;
}


.spoiler-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.spoiler-content::-webkit-scrollbar-corner {
    background: none;
}

.spoiler-content::-webkit-scrollbar-track {
    background: none;
}

.spoiler-content::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 4px;
}

.spoiler-content::-webkit-scrollbar-thumb:horizontal:hover,
.spoiler-content::-webkit-scrollbar-thumb:vertical:hover {
    background: grey;
}

.push {
    height: 0;
}

.pe-section-title__underline {
    padding-bottom: 30px;
}
.event-child {
    padding: 10px 0;
}

.service-block {
    max-width: 1200px;
    margin: 0 auto 20px auto;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.service-block h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 32px 0;
    color: #111;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 24px;
}

.service-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.service-check {
    color: rgb(187, 67, 60);
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
}

.service-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
}

@media (max-width: 980px) {
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}