* {
    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-a62iht {
    overflow: hidden;
}

.pistolo-0270rv {
    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-0270rv {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.pistolo-gkfqvm .pistolo-5bqae2:last-child {
    color: var(--button-text-color);
}

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

.pistolo-3wsei3 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pistolo-qovnsa {
    display: none;
}

.pistolo-dstf7h {
    width: 143px;
}

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

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

.pistolo-58kfnv svg-icon-sprite {
    width: 100%;
}

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

.pistolo-otqn81 {
    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-otqn81 svg-icon-sprite {
    width: 16px;
}

.pistolo-5bqae2 {
    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-5bqae2: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-yxb4es {
    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-yxb4es .pistolo-otqn81 {
    display: none;
}

.pistolo-yxb4es.pistolo-gkfqvm {
    width: 80px;
}

.pistolo-yxb4es.pistolo-gkfqvm .pistolo-c1rpe3 a::after {
    display: none;
}

.pistolo-yxb4es.pistolo-gkfqvm .pistolo-c1rpe3 a span:nth-child(2) {
    display: none;
}

.pistolo-yxb4es.pistolo-gkfqvm .pistolo-blbyla {
    grid-template-columns: repeat(1, 1fr);
}

.pistolo-yxb4es.pistolo-gkfqvm .pistolo-blbyla a span {
    display: none;
}

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

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

.pistolo-47vqh7:last-child {
    display: none;
}

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

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

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

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

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

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

.pistolo-c1rpe3 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-c1rpe3 a:after,
.pistolo-c1rpe3 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-c1rpe3 a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

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

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

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

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


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

.pistolo-blbyla {
    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-blbyla 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-blbyla a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

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

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

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

.pistolo-lkhnts.pistolo-gkfqvm {
    padding-left: 80px;
}

.pistolo-7yflwl .pistolo-0270rv {
    width: 100%;
}

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


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

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

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

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

.pistolo-nq1yig 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-nq1yig 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-nq1yig 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-g1ni4g {
    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-pa1cmz {
    position: relative;
}

.pistolo-pa1cmz::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-x6gk7i {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

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

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

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

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

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

.pistolo-x6gk7i 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-x6gk7i ul a span {
    position: relative;
}

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

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

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

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

.pistolo-8lyylj:nth-child(3) .pistolo-ih51db {
    grid-template-columns: repeat(3, 1fr);
}

.pistolo-8lyylj:nth-child(3) .pistolo-9hkw9c {
    aspect-ratio: 614/409;
}

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

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

.pistolo-7yrxwf {
    display: none;
}

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

.pistolo-dyrhw2 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-gecqrv {
    display: flex;
    align-items: center;
    gap: 1px;
}

.pistolo-gecqrv 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-clrctt, 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-clrctt, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

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

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

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

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

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

.pistolo-9hkw9c {
    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-9hkw9c span {
    display: none;
}

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

.pistolo-6z0lte {
    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-4i0k35 {
    padding: 40px 80px;
    position: relative;
}

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

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

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

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

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

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

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

.pistolo-6ffs5i p,
.pistolo-6ffs5i .pistolo-ow5561 {
    margin-bottom: 20px;
}

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

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

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

.pistolo-6ffs5i ul {
    list-style: disc;
}

.pistolo-6ffs5i h3:last-child,
.pistolo-6ffs5i ol:last-child,
.pistolo-6ffs5i p:last-child,
.pistolo-6ffs5i .pistolo-ow5561:last-child {
    margin-bottom: 0;
}

.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 {
    margin-bottom: 25px;
}

.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 p,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 ol,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 ul,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 .pistolo-ow5561 {
    margin-bottom: 15px;
}

.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 p:last-child,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 ol:last-child,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 ul:last-child,
.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 .pistolo-ow5561:last-child {
    margin-bottom: 0;
}

.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7 p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.pistolo-6ffs5i.pistolo-0zfcdb .pistolo-5lh5m7:last-child {
    margin-bottom: 0;
}

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

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



.pistolo-6ffs5i th {
    background: url(../images/general-btn-texture.pistolo-vj9nlr.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.pistolo-clrctt, 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-ykfcim {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

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

.pistolo-6o7dtj 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-6o7dtj a svg-icon-sprite {
    width: 20px;
}

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

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

.pistolo-z5x12r {
    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-z5x12r ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.pistolo-02tzom {
    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-lq6cse {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

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

.pistolo-688hwx 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-688hwx a:last-child {
    width: 80px;
}

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

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

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

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

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

.pistolo-xmz6iq {
    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-ih51db {
        grid-template-columns: repeat(7, 1fr);
    }
    .pistolo-24m4l1:nth-child(n+8) {
        display: none;
    }
    .pistolo-hh2vqd {
        aspect-ratio: 1304/450;
    }
    .pistolo-nq1yig {
        width: 510px;
    }
    .pistolo-nq1yig p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .pistolo-qovnsa {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .pistolo-qovnsa svg-icon-sprite {
        width: 100%;
    }
    .pistolo-qovnsa span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .pistolo-qovnsa span:nth-child(2) {
        display: none;
    }
    .pistolo-qovnsa.pistolo-gkfqvm span:nth-child(1) {
        display: none;
    }
    .pistolo-qovnsa.pistolo-gkfqvm span:nth-child(2) {
        display: flex;
    }
    .pistolo-58kfnv {
        display: none;
    }
    .pistolo-dstf7h {
        width: 96px;
    }
    .pistolo-otqn81 {
        display: none;
    }
    header {
        height: 60px;
    }
    .pistolo-yxb4es {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .pistolo-yxb4es.pistolo-gkfqvm {
        left: 0;
        width: 420px;
    }
    .pistolo-yxb4es.pistolo-gkfqvm .pistolo-c1rpe3 a::after {
        display: block;
    }
    .pistolo-yxb4es.pistolo-gkfqvm .pistolo-c1rpe3 a span:nth-child(2) {
        display: block;
    }
    .pistolo-yxb4es.pistolo-gkfqvm .pistolo-blbyla {
        grid-template-columns: repeat(2, 1fr);
    }
    .pistolo-yxb4es.pistolo-gkfqvm .pistolo-blbyla a span {
        display: block;
    }
    .pistolo-yxb4es .pistolo-otqn81 {
        display: flex;
        width: 100%;
    }
    .pistolo-lkhnts {
        padding-left: 0;
        position: relative;
    }
    .pistolo-lkhnts.pistolo-gkfqvm {
        padding-left: 0;
    }
    .pistolo-lkhnts.pistolo-gkfqvm::before {
        opacity: 1;
    }
    .pistolo-lkhnts::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-ih51db {
        grid-template-columns: repeat(6, 1fr);
    }
    .pistolo-24m4l1:nth-child(n+7) {
        display: none;
    }
    .pistolo-gecqrv {
        display: none;
    }
    .pistolo-z5x12r {
        grid-template-columns: repeat(4, 1fr);
    }
    .pistolo-69mqgk:nth-child(n+5) {
        display: none;
    }
    .pistolo-4i0k35 {
        padding: 40px 0px;
    }
    .pistolo-ykfcim {
        padding: 0;
    }
    .pistolo-hh2vqd {
        aspect-ratio: 768/250;
    }
    .pistolo-ssg2pk video {
        display: none;
    }
    .pistolo-nq1yig {
        padding-left: 20px;
        width: 410px;
    }
    .pistolo-nq1yig p:nth-child(1) {
        font-size: 16px;
    }
    .pistolo-nq1yig p:nth-child(2) {
        font-size: 28px;
    }
    .pistolo-nq1yig a {
        width: 400px;
    }
    .pistolo-g1ni4g {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .pistolo-x6gk7i {
        padding: 0 20px 4px 0;
    }
    .pistolo-x6gk7i::-webkit-scrollbar {
        height: 5px;
    }
    .pistolo-x6gk7i ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .pistolo-x6gk7i ul a span:nth-child(1) {
        width: 30px;
    }
    .pistolo-pa1cmz::after {
        display: none;
    }
    .pistolo-pihbvm {
        font-size: 20px;
    }
    .pistolo-419pjy {
        padding: 12px 20px 32px;
    }
    .pistolo-yxb4es .pistolo-otqn81 {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .pistolo-yxb4es {
        width: 100%;
        left: -100%;
    }
    .pistolo-yxb4es.pistolo-gkfqvm {
        width: 100%;
    }
    .pistolo-ih51db {
        grid-template-columns: repeat(3, 1fr);
    }
    .pistolo-24m4l1:nth-child(n+7) {
        display: none;
    }
    .pistolo-6ffs5i ol,
    .pistolo-6ffs5i ul {
        padding-left: 30px;
    }
    .pistolo-6ffs5i {
        font-size: 16px;
    }
    .pistolo-ow5561 th,
    .pistolo-ow5561 td {
        padding: 8px;
    }
    .pistolo-z5x12r {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .pistolo-6o7dtj {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pistolo-6o7dtj a {
        width: 100%;
    }
    .pistolo-688hwx {
        flex-wrap: wrap;
    }
    .pistolo-8lyylj:nth-child(3) .pistolo-ih51db {
        grid-template-columns: repeat(1, 1fr);
    }
    .pistolo-hh2vqd {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .pistolo-hh2vqd:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .pistolo-ssg2pk {
        /* height: 258px; */
    }
    .pistolo-nq1yig {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .pistolo-nq1yig p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .pistolo-nq1yig a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .pistolo-3wsei3 {
        gap: 15px;
    }
    .pistolo-5bqae2 {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .pistolo-0270rv {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .pistolo-5bqae2 {
        padding: 0 4px;
        font-size: 10px;
    }
    .pistolo-419pjy {
        padding: 12px 12px 32px;
    }
}

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

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

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

.pistolo-d7aq7e {
  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-7nla62 {
  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-7nla62 label {
  font-size: 14px;
}

.pistolo-7nla62 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-7nla62 input,
.pistolo-7nla62 textarea,
.pistolo-7nla62 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-7nla62 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-tl1m0u ease;
}
.pistolo-7nla62 button:hover {
  background-color: #691204;
}
.pistolo-cef42q {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-v1uarm ease-in;
}

.pistolo-cef42q 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-y2lbcb, .pistolo-8tjgkj, [class*="review-card"],
thead, thead th, table th, .pistolo-4pbg2y,
.pistolo-mf2gm5, [class*="collapsible-header"],
.pistolo-su1hf9, [class*="updated-block"] {
  color: #ece7dc !important;
}
