* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

svg-icon-sprite {
    aspect-ratio: 1/1;
    display: block;
    width: 20px;
}

svg-icon-sprite svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--button-text-color);
}

body {
    background-color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-color);
    font-family: "Geologica", sans-serif;
}

body.pistolo-y905if {
    overflow: hidden;
}

.pistolo-kd83mv {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1920px;
}

header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--fh-bg-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .pistolo-kd83mv {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.pistolo-r9jv9c .pistolo-slwdt5:last-child {
    color: var(--button-text-color);
}

.pistolo-srcamn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.pistolo-10wk7r {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pistolo-6y5snv {
    display: none;
}

.pistolo-yvyofx {
    width: 143px;
}

.pistolo-yvyofx img {
    width: 100%;
    height: 100%;
    display: block;
}

.pistolo-9hilfb {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pistolo-9hilfb svg-icon-sprite {
    width: 100%;
}

.pistolo-gg8tgo {
    display: flex;
    gap: 2px;
}

.pistolo-d6h2ik {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    width: 300px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--button-bg-color);
    letter-spacing: -0.03em;
    color: var(--button-text-color)
}

.pistolo-d6h2ik svg-icon-sprite {
    width: 16px;
}

.pistolo-slwdt5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.pistolo-slwdt5:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    content: "";
    z-index: 1;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
}

.pistolo-jhl2z7 {
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100vh - 64px);
    width: 232px;
    z-index: 99;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
    background-color: var(--fh-bg-color);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.pistolo-jhl2z7 .pistolo-d6h2ik {
    display: none;
}

.pistolo-jhl2z7.pistolo-r9jv9c {
    width: 80px;
}

.pistolo-jhl2z7.pistolo-r9jv9c .pistolo-mdebd2 a::after {
    display: none;
}

.pistolo-jhl2z7.pistolo-r9jv9c .pistolo-mdebd2 a span:nth-child(2) {
    display: none;
}

.pistolo-jhl2z7.pistolo-r9jv9c .pistolo-n70dql {
    grid-template-columns: repeat(1, 1fr);
}

.pistolo-jhl2z7.pistolo-r9jv9c .pistolo-n70dql a span {
    display: none;
}

.pistolo-dq9nzk {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.pistolo-4t31dh {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.pistolo-4t31dh:last-child {
    display: none;
}

.pistolo-mdebd2 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4px 6px;
    gap: 1px;
}

.pistolo-mdebd2:nth-child(12)::after {
    display: none;
}

.pistolo-mdebd2:nth-child(4) li:first-child a {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.pistolo-mdebd2:nth-child(4) li:first-child a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.pistolo-mdebd2:nth-child(4) li:first-child a:after,
.pistolo-mdebd2:nth-child(4) li:first-child a:before {
    background-color: var(--button-bg-color);
    opacity: 1;
}

.pistolo-mdebd2 li {
    width: 100%;
}

.pistolo-mdebd2 a {
position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    color: var(--button-text-color);
    letter-spacing: -0.04em;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    background: var(--button-bg-color);
    border-radius: 8px;
}

.pistolo-mdebd2 a:after,
.pistolo-mdebd2 a:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.pistolo-mdebd2 a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

.pistolo-mdebd2 a span:nth-child(1) {
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pistolo-mdebd2 a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

.pistolo-mdebd2 a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.pistolo-mdebd2 a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.pistolo-mdebd2 a:hover:before {
    opacity: 1;
}

.pistolo-n70dql {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 3px 8px 3px 3px;
    gap: 2px;
        background: var(--fh-bg-color);
}

.pistolo-n70dql a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    gap: 8px;
    color: var(--button-text-color);
    letter-spacing: -0.02em;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-transform: uppercase;
}

.pistolo-n70dql a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

.pistolo-n70dql a img,
.pistolo-n70dql a svg-icon-sprite {
    width: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.pistolo-n70dql a img svg,
.pistolo-n70dql a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.pistolo-0p4f8j {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.pistolo-0p4f8j.pistolo-r9jv9c {
    padding-left: 80px;
}

.pistolo-dv2r29 .pistolo-kd83mv {
    width: 100%;
}

.pistolo-pp5ax9 {
    aspect-ratio: 1816/550;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid var(--border-color);
}


.pistolo-ttyzgd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pistolo-ttyzgd img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

.pistolo-ttyzgd video {
    position: absolute;
    height: 100%;
    width: auto;
    inset: 0;
    right: unset;
    left: 50%;
    transform: translate(-27%);
}

.pistolo-qijnxh {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 100%;
    padding-left: 72px;
}

.pistolo-qijnxh p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: var(--title-color);
}

.pistolo-qijnxh p:nth-child(2) {
margin-top: 8px;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 500px;
    font-family: "Unbounded", sans-serif;
    word-wrap: break-word;
    color: var(--text-color);
}

.pistolo-qijnxh a {
    margin-top: 24px;
    height: 90px;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    color: var(--button-text-color);
}

.pistolo-hw0jeb {
    top: 63px;
    z-index: 9;
    position: sticky;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--fh-bg-color);
    padding: 16px 0 8px 20px;
}

.pistolo-0xd8id {
    position: relative;
}

.pistolo-0xd8id::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    background-image: linear-gradient(270deg, var(--fh-bg-color) 50%, rgba(255, 255, 25, 0) 100%);
}

.pistolo-1uecci {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.pistolo-1uecci::-webkit-scrollbar {
    display: block;
    height: 11px;
}

.pistolo-1uecci::-webkit-scrollbar-thumb {
    background: var(--button-bg-color);
}

.pistolo-1uecci::-webkit-scrollbar-track {
    background: transparent;
}

.pistolo-1uecci ul {
    display: flex;
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
}

.pistolo-1uecci ul li:last-child {
    position: relative;
    z-index: 2;
}

.pistolo-1uecci ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-width: 120px;
    padding: 16px 12px;
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--button-text-color)
}

.pistolo-1uecci ul a span {
    position: relative;
}

.pistolo-1uecci ul a span:nth-child(1) {
    width: 42px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pistolo-1uecci ul a span:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.pistolo-dwdhmf {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pistolo-fcc3g8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pistolo-fcc3g8:nth-child(3) .pistolo-fcu12y {
    grid-template-columns: repeat(3, 1fr);
}

.pistolo-fcc3g8:nth-child(3) .pistolo-01l0eb {
    aspect-ratio: 614/409;
}

.pistolo-btllzf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pistolo-94lome {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

.pistolo-gm1fg5 {
    display: none;
}

.pistolo-rjd3hu {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pistolo-rjd3hu p {
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--button-bg-color);
}

.pistolo-d2bg24 {
    display: flex;
    align-items: center;
    gap: 1px;
}

.pistolo-d2bg24 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgb(0, 0, 0);
    transition-duration: 0.3s;
    border-radius: 6px;
    border-right: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.pistolo-grkqia, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
    border-left: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.pistolo-grkqia, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.pistolo-d2bg24 span svg-icon-sprite {
    width: 24px;
}

.pistolo-d2bg24 span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.pistolo-d2bg24 span:first-child svg-icon-sprite,
.pistolo-d2bg24 span:hover svg-icon-sprite {
    width: 24px;
}

.pistolo-d2bg24 span:first-child svg-icon-sprite svg,
.pistolo-d2bg24 span:hover svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.pistolo-fcu12y {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.pistolo-01l0eb {
    position: relative;
    max-height: 235px;
    max-width: 175px;
    overflow: hidden;
    border: 3px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.pistolo-01l0eb span {
    display: none;
}

.pistolo-01l0eb img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.pistolo-gksgu3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: rgb(110, 110, 110);
}

.pistolo-5iajpq {
    padding: 40px 80px;
    position: relative;
}

.pistolo-m84j4k {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pistolo-x1jw9n {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color)
}

.pistolo-x1jw9n h1,
.pistolo-x1jw9n h2,
.pistolo-x1jw9n h3,
.pistolo-x1jw9n h4 {
    font-weight: 600;
    color: var(--title-color)
}

.pistolo-x1jw9n h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.pistolo-x1jw9n h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.pistolo-x1jw9n h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.pistolo-x1jw9n h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.pistolo-x1jw9n p,
.pistolo-x1jw9n .pistolo-95gqwa {
    margin-bottom: 20px;
}

.pistolo-x1jw9n ol,
.pistolo-x1jw9n ul {
    padding-left: 50px;
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
}

.pistolo-x1jw9n ol p,
.pistolo-x1jw9n ul p {
    margin-bottom: 15px;
}

.pistolo-x1jw9n ol p:first-child,
.pistolo-x1jw9n ul p:first-child {
    font-weight: 900;
}

.pistolo-x1jw9n ul {
    list-style: disc;
}

.pistolo-x1jw9n h3:last-child,
.pistolo-x1jw9n ol:last-child,
.pistolo-x1jw9n p:last-child,
.pistolo-x1jw9n .pistolo-95gqwa:last-child {
    margin-bottom: 0;
}

.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon {
    margin-bottom: 25px;
}

.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon p,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon ol,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon ul,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon .pistolo-95gqwa {
    margin-bottom: 15px;
}

.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon p:last-child,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon ol:last-child,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon ul:last-child,
.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon .pistolo-95gqwa:last-child {
    margin-bottom: 0;
}

.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.pistolo-x1jw9n.pistolo-vwt0t4 .pistolo-vxraon:last-child {
    margin-bottom: 0;
}

.pistolo-x1jw9n table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

.pistolo-x1jw9n th,
.pistolo-x1jw9n td {
    padding: 12px;
    border: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}



.pistolo-x1jw9n th {
    background: url(../images/general-btn-texture.pistolo-77uev1.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.pistolo-grkqia, var(--border-color) 5%, rgba(64, 64, 64, 0) 76%);
}

footer {
    padding: 32px 0;
    position: relative;
    background-color: var(--fh-bg-color);
    border-top: 1px solid var(--border-color);
}

.pistolo-9xgp81 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

.pistolo-vl20d8 {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.pistolo-vl20d8 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 180px;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    color: var(--button-text-color);
}

.pistolo-vl20d8 a svg-icon-sprite {
    width: 20px;
}

.pistolo-vl20d8 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.pistolo-vl20d8 a img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.pistolo-dbh8fd {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.pistolo-dbh8fd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.pistolo-h2bf5s {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    color: var(--title-color);
}

.pistolo-xtmpdk {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pistolo-xtmpdk:nth-child(2) {
    margin-top: 60px;
}

.pistolo-hp5044 {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.pistolo-hp5044 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 92px;
    height: 36px;
    padding: 6px;
    border-radius: 32px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
}

.pistolo-hp5044 a:last-child {
    width: 80px;
}

.pistolo-hp5044 a svg-icon-sprite {
    width: 12px;
}

.pistolo-hp5044 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.pistolo-hp5044 a img {
    width: 80px;
}

.pistolo-mkm75i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pistolo-mkm75i img {
    width: 40px;
}

.pistolo-f1kye0 {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    color: rgb(110, 110, 110);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1919px) {
    .pistolo-fcu12y {
        grid-template-columns: repeat(7, 1fr);
    }
    .pistolo-10zxbn:nth-child(n+8) {
        display: none;
    }
    .pistolo-pp5ax9 {
        aspect-ratio: 1304/450;
    }
    .pistolo-qijnxh {
        width: 510px;
    }
    .pistolo-qijnxh p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .pistolo-6y5snv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .pistolo-6y5snv svg-icon-sprite {
        width: 100%;
    }
    .pistolo-6y5snv span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .pistolo-6y5snv span:nth-child(2) {
        display: none;
    }
    .pistolo-6y5snv.pistolo-r9jv9c span:nth-child(1) {
        display: none;
    }
    .pistolo-6y5snv.pistolo-r9jv9c span:nth-child(2) {
        display: flex;
    }
    .pistolo-9hilfb {
        display: none;
    }
    .pistolo-yvyofx {
        width: 96px;
    }
    .pistolo-d6h2ik {
        display: none;
    }
    header {
        height: 60px;
    }
    .pistolo-jhl2z7 {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .pistolo-jhl2z7.pistolo-r9jv9c {
        left: 0;
        width: 420px;
    }
    .pistolo-jhl2z7.pistolo-r9jv9c .pistolo-mdebd2 a::after {
        display: block;
    }
    .pistolo-jhl2z7.pistolo-r9jv9c .pistolo-mdebd2 a span:nth-child(2) {
        display: block;
    }
    .pistolo-jhl2z7.pistolo-r9jv9c .pistolo-n70dql {
        grid-template-columns: repeat(2, 1fr);
    }
    .pistolo-jhl2z7.pistolo-r9jv9c .pistolo-n70dql a span {
        display: block;
    }
    .pistolo-jhl2z7 .pistolo-d6h2ik {
        display: flex;
        width: 100%;
    }
    .pistolo-0p4f8j {
        padding-left: 0;
        position: relative;
    }
    .pistolo-0p4f8j.pistolo-r9jv9c {
        padding-left: 0;
    }
    .pistolo-0p4f8j.pistolo-r9jv9c::before {
        opacity: 1;
    }
    .pistolo-0p4f8j::before {
        content: "";
        pointer-events: none;
        z-index: 50;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition-duration: 0.3s;
        left: 0;
        background: rgba(26, 26, 26, 0.85);
        opacity: 0;
    }
    .pistolo-fcu12y {
        grid-template-columns: repeat(6, 1fr);
    }
    .pistolo-10zxbn:nth-child(n+7) {
        display: none;
    }
    .pistolo-d2bg24 {
        display: none;
    }
    .pistolo-dbh8fd {
        grid-template-columns: repeat(4, 1fr);
    }
    .pistolo-hkythr:nth-child(n+5) {
        display: none;
    }
    .pistolo-5iajpq {
        padding: 40px 0px;
    }
    .pistolo-9xgp81 {
        padding: 0;
    }
    .pistolo-pp5ax9 {
        aspect-ratio: 768/250;
    }
    .pistolo-ttyzgd video {
        display: none;
    }
    .pistolo-qijnxh {
        padding-left: 20px;
        width: 410px;
    }
    .pistolo-qijnxh p:nth-child(1) {
        font-size: 16px;
    }
    .pistolo-qijnxh p:nth-child(2) {
        font-size: 28px;
    }
    .pistolo-qijnxh a {
        width: 400px;
    }
    .pistolo-hw0jeb {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .pistolo-1uecci {
        padding: 0 20px 4px 0;
    }
    .pistolo-1uecci::-webkit-scrollbar {
        height: 5px;
    }
    .pistolo-1uecci ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .pistolo-1uecci ul a span:nth-child(1) {
        width: 30px;
    }
    .pistolo-0xd8id::after {
        display: none;
    }
    .pistolo-94lome {
        font-size: 20px;
    }
    .pistolo-dq9nzk {
        padding: 12px 20px 32px;
    }
    .pistolo-jhl2z7 .pistolo-d6h2ik {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .pistolo-jhl2z7 {
        width: 100%;
        left: -100%;
    }
    .pistolo-jhl2z7.pistolo-r9jv9c {
        width: 100%;
    }
    .pistolo-fcu12y {
        grid-template-columns: repeat(3, 1fr);
    }
    .pistolo-10zxbn:nth-child(n+7) {
        display: none;
    }
    .pistolo-x1jw9n ol,
    .pistolo-x1jw9n ul {
        padding-left: 30px;
    }
    .pistolo-x1jw9n {
        font-size: 16px;
    }
    .pistolo-95gqwa th,
    .pistolo-95gqwa td {
        padding: 8px;
    }
    .pistolo-dbh8fd {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .pistolo-vl20d8 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pistolo-vl20d8 a {
        width: 100%;
    }
    .pistolo-hp5044 {
        flex-wrap: wrap;
    }
    .pistolo-fcc3g8:nth-child(3) .pistolo-fcu12y {
        grid-template-columns: repeat(1, 1fr);
    }
    .pistolo-pp5ax9 {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .pistolo-pp5ax9:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .pistolo-ttyzgd {
        /* height: 258px; */
    }
    .pistolo-qijnxh {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .pistolo-qijnxh p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .pistolo-qijnxh a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .pistolo-10wk7r {
        gap: 15px;
    }
    .pistolo-slwdt5 {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .pistolo-kd83mv {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .pistolo-slwdt5 {
        padding: 0 4px;
        font-size: 10px;
    }
    .pistolo-dq9nzk {
        padding: 12px 12px 32px;
    }
}

@media (max-width: 569px) {
    .pistolo-x1jw9n th, .pistolo-x1jw9n td {
       padding: 6px 3px;
        font-size: 10px;
        max-width: 60px;
    }
}

.pistolo-qijnxh p {
    text-shadow: 0 0 20px black;
}

.pistolo-5iajpq img {
    max-width: 100%;
    display: block;
    margin: 17px auto;
}

.pistolo-5g3tpv {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.pistolo-0i6po9 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.pistolo-0i6po9 label {
  font-size: 14px;
}

.pistolo-0i6po9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-0i6po9 input,
.pistolo-0i6po9 textarea,
.pistolo-0i6po9 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.pistolo-0i6po9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-l94zha ease;
}
.pistolo-0i6po9 button:hover {
  background-color: #691204;
}
.pistolo-uvu58v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-u33raj ease-in;
}

.pistolo-uvu58v h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

aside {
    font-size: 14px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.pistolo-zaduwg, .pistolo-pfpgu5, [class*="review-card"],
thead, thead th, table th, .pistolo-etmqus,
.pistolo-neimff, [class*="collapsible-header"],
.pistolo-eybvmd, [class*="updated-block"] {
  color: #ece7dc !important;
}
