html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: var(--color-black);
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: var(--color-black);
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
ul {
    list-style: none;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top: 6px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fancybox-share p:first-of-type {
    margin-right: -10px;
}
.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

html {
    overflow-x: hidden;
}

:root {
    --orange: #ff8303;
    --blue: #6ba4b8;
    --black: #202630;
}

body {
    font-family: "Gilroy";
    background: #fff;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    min-width: 320px;
    font-weight: normal;
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1436px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    transition: all 0.3s;
    padding: 40px 0;
}
header.f-nav,
header.open {
    background: #2e3645;
    padding: 15px 0;
}
header .pull,
header .search__icon {
    display: none;
}
header .flex {
    align-items: center;
}
header .search {
    width: 370px;
    position: relative;
}
header .search input {
    width: 100%;
    height: 50px;
    border: none;
    background: #fff;
    border-radius: 35px;
    padding: 0 20px 0 45px;
    font-size: 16px;
}
header .search .btn {
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
}
header .data {
    gap: 55px;
}
header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}
header nav ul li {
    position: relative;
}
header nav ul li a {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid transparent;
}
header nav ul li a:hover {
    border-color: #fff;
}
header nav ul li.current-menu-item a {
    border-color: #fff;
    font-weight: 600;
}
header .lang {
    position: relative;
    cursor: pointer;
    width: 90px;
    text-transform: uppercase;
}
header .lang .current {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    border: 1px solid #c7c7c7;
    height: 50px;
    border-radius: 35px;
}
header .lang .current:after {
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("../img/arrd.svg") 50% 50% no-repeat;
    transition: all 0.2s;
}
header .lang .current.open:after {
    transform: rotate(180deg);
}
header .lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    overflow: hidden;
    display: none;
    background: #2e3645;
}
header .lang ul li a {
    display: block;
    color: #fff;
    padding: 10px 0 10px 20px;
}
header .lang ul li a:hover {
    background: #fff;
    color: #000;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 400;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 100px 20px 20px;
    box-sizing: border-box;
    display: none;
}
#navigation .lang {
    margin-bottom: 55px;
}
#navigation nav {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #dddddd;
}
#navigation nav li {
    margin-bottom: 20px;
}
#navigation nav li:last-child {
    margin: 0;
}
#navigation nav li a {
    color: #2b2b2b;
    border-bottom: 1px solid transparent;
}
#navigation nav li.active a,
#navigation nav li:hover > a {
    color: var(--orange);
}
#navigation nav li.active a {
    font-weight: 600;
    border-color: var(--orange);
}
#navigation .lang {
    position: relative;
    cursor: pointer;
    width: 90px;
    text-transform: uppercase;
}
#navigation .lang .current {
    color: #2e4261;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    border: 1px solid #2e4261;
    height: 40px;
    border-radius: 35px;
}
#navigation .lang .current:after {
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("../img/arrdb.svg") 50% 50% no-repeat;
    transition: all 0.2s;
}
#navigation .lang .current.open:after {
    transform: rotate(180deg);
}
#navigation .lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    overflow: hidden;
    display: none;
    background: #2e3645;
}
#navigation .lang ul li a {
    display: block;
    color: #fff;
    padding: 10px 0 10px 20px;
}
#navigation .lang ul li a:hover {
    background: #fff;
    color: #000;
}
#navigation .phone,
#navigation .email {
    padding: 0 0 0 34px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    background: url("../img/phone.svg") 0 50% no-repeat;
    font-size: 18px;
    font-weight: 600;
    color: #423535;
}
#navigation .email {
    background: url("../img/email.svg") 0 50% no-repeat;
    margin-bottom: 35px;
}

#promo {
    background: url("../img/bg_promo.webp") 50% 50% no-repeat;
    background-size: cover;
    padding: 220px 0 315px;
}
#promo:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}
#promo .text {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 700px;
}
#promo h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 80px;
}
#promo h1 strong {
    color: var(--orange);
    font-weight: 700;
}

#products {
}
#products .list__swiper {
    display: none;
}
#products .list__swiper.products1 {
    display: block;
}

#category {
    padding: 100px 0;
    background: #000 url("../img/bg_category.png") 50% 50% no-repeat;
    background-size: cover;
}
#category .bt {
    color: #fff;
}
#category .category__items {
    margin-bottom: 20px;
}
#category .flex__center {
    padding: 40px 0 0;
}

#partners {
    padding: 90px 0 120px;
    margin-bottom: 30px;
}
#partners.partners__last {
    padding-bottom: 205px;
}
#partners .list__swiper {
    border: 1px solid #eaeaea;
    border-right: none;
}
#partners .partner__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 12px;
}

#news {
    background: #f3f3f3;
}
#news .flex__center {
    padding: 50px 0 0;
}

#promo__bottom {
    margin-bottom: 95px;
}
#promo__bottom .container {
    padding: 230px 50px 50px;
    background: url("/wp-content/uploads/2026/07/fischerscope-xdal-620.png") 50% 50% no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#promo__bottom .data {
    box-sizing: border-box;
    width: 100%;
    max-width: 622px;
    background: #202630;
    border-radius: 5px;
    color: #fff;
    padding: 60px 60px 100px;
}
#promo__bottom .bt {
    margin-bottom: 30px;
}
#promo__bottom .data p {
    margin-bottom: 30px;
    line-height: 24px;
}
#promo__bottom .slider-sw .swiper-pagination {
    justify-content: flex-end;
}
#promo__bottom .slider-sw .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
}
#promo__bottom
    .slider-sw
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

#category__page {
    border-bottom: 1px solid #cdcdcd;
}
#category__page.open {
    z-index: 600;
}
#category__page .category__items {
    margin-bottom: 20px;
}
#category__page .category__items:last-child {
    margin: 0;
}

#main {
    padding: 155px 0 0;
    background: url("../img/bg_main.jpg") 50% 0 no-repeat;
    background-size: cover;
}

#breadcrumbs {
    padding: 0 0 35px;
}
#breadcrumbs .flex {
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: #fff;
    margin-bottom: 15px;
}
#breadcrumbs a {
    color: #fff;
    border-bottom: 1px solid transparent;
}
#breadcrumbs span {
    color: #fff;
}
#breadcrumbs a:hover {
    border-color: var(--orange);
    color: var(--orange);
}
#breadcrumbs h1 {
    color: var(--orange);
    margin-bottom: 0;
}

.category__filters {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f9;
}
.category__filters .flex {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.category__filters .btn-clear {
    margin-left: 10px;
}

.list__products .sidebar {
    width: 310px;
}
.list__products .list__products__items {
    width: calc(100% - 360px);
}
.mobile__data,
.mobile__filters {
    display: none;
}

#product__page {
    border-bottom: 1px solid #dddddd;
}
#product__page .mobile {
    display: none;
}
#product__page .gallery {
    width: 530px;
}
#product__page .data {
    width: calc(100% - 570px);
}
#product__page .data h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}
#product__page .data .description {
    line-height: 28px;
}
#product__page .data .description p {
    margin-bottom: 20px;
}
#product__page .swiper__gallery {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
#product__page .swiper__gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
#product__page .swiper__thumbs .swiper-slide {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}
#product__page .tth {
    width: 100%;
    padding: 50px 0 0;
}
#product__page .tab__filters {
    justify-content: flex-start;
    gap: 5px;
    padding: 10px;
    background: #f8f8f9;
    border-radius: 5px;
    margin-bottom: 50px;
}
#product__page .tab__filters a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    padding: 0 30px;
    color: #595959;
    font-size: 18px;
    border-radius: 5px;
}
#product__page .tab__filters a.active,
#product__page .tab__filters a:hover {
    background: #202630;
    color: #fff;
}
#product__page .tab {
    display: none;
    line-height: 28px;
}
#product__page .tab p {
    margin-bottom: 50px;
}
#product__page .tab p:last-child {
    margin: 0;
}
#product__page .tab ul {
    padding-left: 30px;
    list-style: disc;
}
#product__page .tab.tab1 {
    display: block;
}
#product__page .tab .datatable {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    display: block;
    padding: 10px 30px;
}
#product__page .tab table {
    width: 100%;
}
#product__page .tab table tr {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}
#product__page .tab table tr:last-child {
    border-bottom: none;
}
#product__page .tab table td {
    vertical-align: top;
    min-height: 55px;
    box-sizing: border;
    padding: 10px 0;
    font-size: 18px;
    line-height: 45px;
}
#product__page .tab table td:nth-child(1) {
    width: 320px;
}
#product__page .tab ul.videos {
    list-style-type: none;
    padding-left: 0;
}
#product__page .tab ul.videos a {
    color: #131313;
    border-bottom: none;
}

#product__page .tab ul.videos a:hover {
    color: var(--blue);
}

#popular {
    padding-bottom: 250px;
}
#popular .container {
    position: relative;
}
#popular .btn-orange,
#popular .btn-blue-tr {
    position: absolute;
    top: 0;
    right: 0;
}
#popular .swiper-button-next,
#popular .swiper-button-prev {
    top: 100%;
    margin: 50px 0 0;
}

.pagination {
    padding: 80px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    color: #2e3645;
    border-right: none;
}
.pagination a:hover,
.pagination span.current {
    background: #2e3645;
    color: #fff;
}
.pagination a:last-child {
    border-right: 1px solid #dee2e6;
}
.pagination a:hover svg path {
    fill: #fff;
}

#news__page {
    padding-bottom: 165px;
}

#content__page {
    border-bottom: 1px solid #dddddd;
}
#content__page .slider-sw {
    padding: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
#content__page .slider-sw .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(360deg, #2e3645 0%, rgba(46, 54, 69, 0) 39.64%);
}
#content__page .slider-sw .swiper-pagination {
    bottom: 30px !important;
}
#content__page .slider-sw .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border-color: #fff;
}
#content__page
    .slider-sw
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
#content__page .gallery {
    margin-bottom: 40px;
}
#content__page .gallery img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
#content__page .share {
    padding: 20px 0 0;
}
#content__page .share span {
    display: block;
    line-height: 30px;
    color: #5c5c5c;
    margin-bottom: 5px;
}

.content {
    color: #383838;
    line-height: 28px;
    word-wrap: break-word;
}
.content p {
    margin-bottom: 20px;
}
.content p strong {
    color: #383838;
    font-weight: 600;
}
.content a {
    color: #383838;
    border-bottom: 1px solid #383838;
}
.content a:hover {
    border-color: transparent;
    color: var(--blue);
}

#page {
    padding-bottom: 165px;
}

#error__page {
    padding: 120px 0 165px;
    text-align: center;
}
#error__page img {
    margin: 0 auto 80px;
}
#error__page .title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 34px;
}
#error__page p {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 34px;
}

#contacts__data {
    padding: 70px 0;
    color: #fff;
}
#contacts__data span {
    display: block;
    margin-bottom: 20px;
}
#contacts__data .ct {
    padding: 0 0 0 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
#contacts__data .ct a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
#contacts__data .ct a:hover {
    color: var(--orange);
    border-color: transparent;
}
#contacts__data .ct.ct__location {
    background: url("../img/ct_location.svg") 0 0 no-repeat;
}
#contacts__data .ct.ct__phone {
    background: url("../img/ct_phone.svg") 0 0 no-repeat;
}
#contacts__data .ct.ct__email {
    background: url("../img/ct_email.svg") 0 0 no-repeat;
}
#contacts__data .ct.ct__timework {
    background: url("../img/ct_timework.svg") 0 0 no-repeat;
}

#map {
    width: 100%;
    height: 690px;
}
#map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contacts__page {
}
#contacts__page .checkbox {
    height: auto;
    border: none;
}
#contacts__page .form {
    position: relative;
}
#thanks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}
#thanks.open {
    display: flex;
}
#thanks .title {
    font-weight: 600;
    font-size: 32px;
    color: var(--orange);
    margin-bottom: 30px;
}
#thanks p {
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    display: inline-block;
    height: 20px;
    border: 2px solid #999; /* ✅ рамка видимая */
    border-radius: 4px; /* закругление углов */
    background: #fff; /* ✅ фон белый */
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.wpcf7-acceptance input[type="checkbox"]:checked {
    background: url("../img/checkh.svg") no-repeat center center;
    background-size: 100%;
    border: none;
}

.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.4;
}

#about__text {
    padding: 70px 0 135px;
    color: #fff;
}
#about__text .title {
    max-width: 410px;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
}
#about__text .text {
    max-width: calc(100% - 450px);
    width: 835px;
    font-size: 18px;
    line-height: 28px;
}
#about__text .text p {
    margin-bottom: 30px;
}
#about__text .text p:last-child {
    margin: 0;
}

#about {
    padding-bottom: 0;
}
#about .image {
    border-radius: 5px;
    overflow: hidden;
    margin: -150px 0 60px;
}
#about .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#about .counts {
    margin-bottom: 60px;
}
#about .counts .count {
    font-weight: 700;
    font-size: 58px;
    line-height: 79px;
    color: var(--orange);
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
#about .counts p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
#about .advantages {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
#about .advantages .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 40px;
    min-height: 157px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
}
#about .advantages .item strong {
    font-weight: 600;
}
#about .content p:last-child {
    margin: 0;
}

footer {
    padding: 130px 0 40px;
    background: #f6f6f6;
    border-top: 1px solid #d3d3d3;
    position: relative;
    z-index: 3;
}
footer .top {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
}
footer .top .container {
    padding: 50px;
    background: var(--blue);
    border-radius: 5px;
}
footer .top .text {
    max-width: 670px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}
footer .top .btn:hover {
    background: #fff;
    color: #000;
}
footer .copyright {
    padding: 50px 0 0;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
footer .copyright .flex {
    align-items: center;
}
footer .copyright p {
    font-size: 14px;
    font-weight: 500;
}
footer .copyright ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
footer .copyright ul li a {
    color: #2c2c2c;
    border-bottom: 1px solid transparent;
}
footer .copyright ul li a:hover {
    border-color: #000;
}
footer .col {
    width: 25%;
}
footer .col .phone {
    display: block;
    padding: 0 0 0 34px;
    background: url("../img/phone.svg") 0 50% no-repeat;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #423535;
}
footer .col .email {
    display: block;
    padding: 0 0 0 34px;
    background: url("../img/email.svg") 0 50% no-repeat;
    line-height: 24px;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 600;
    color: #423535;
}
footer .col .email:hover,
footer .col .phone:hover {
    color: var(--blue);
}
footer .col .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
footer .col p {
    line-height: 30px;
}
footer .col li {
    margin-bottom: 14px;
}
footer .col li a {
    color: #423535;
    border-bottom: 1px solid transparent;
}
footer .col li a:hover {
    border-color: #423535;
}

/* common styles */

.product__filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 50px;
}
.product__filters a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid var(--blue);
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 50px;
    color: #232323;
}
.product__filters a:hover,
.product__filters a.active {
    background: var(--blue);
    color: #fff;
}

.product__item {
    position: relative;
    height: auto;
    display: flex;
}
.product__item a {
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eaeaea;
    background: #f8f8f9;
    color: var(--black);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.product__item a:hover {
    color: var(--blue);
}
.product__item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    margin-bottom: 44px;
}
.product__item .image img {
    mix-blend-mode: darken;
}

.category__item {
    position: relative;
    background: #f8f8f9;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 138px 20px 50px;
}

.category__item:hover .btn-more {
    background: var(--orange);
    border-color: var(--orange);
}

.category__item .title {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}
.category__item .image {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.category__item.category__item__full .image {
    height: 365px;
}
.category__item .image img {
    mix-blend-mode: darken;
    object-fit: cover;
}
.category__item .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.swiper-wrapper {
    align-items: stretch;
}

.news__item {
    position: relative;
}
.news__item img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 20px;
}
.news__item a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.news__item:hover a {
    color: var(--blue);
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.socials a:hover svg path {
    fill: var(--orange);
}

/* common styles */

.slider-products .swiper {
    padding: 0 1px;
}

.slider-sw,
.list__swiper {
    position: relative;
}

.slider-sw .swiper-button-prev,
.slider-sw .swiper-button-next {
    width: 65px;
    opacity: 1 !important;
    height: 44px;
    top: 0%;
    margin-top: -95px;
    transition: all 0.15s ease-out;
    border-radius: 50px;
    border: 1px solid var(--blue);
}
.slider-sw .swiper-button-prev:hover,
.slider-sw .swiper-button-next:hover {
    background: var(--blue);
}
.slider-sw .swiper-button-prev svg,
.slider-sw .swiper-button-next svg {
    width: auto;
    height: auto;
}
.slider-sw .swiper-button-prev:hover svg path,
.slider-sw .swiper-button-next:hover svg path {
    stroke: #fff;
}

.slider-sw .swiper-button-prev:after,
.slider-sw .swiper-button-next:after {
    display: none;
}

.slider-sw .swiper-pagination {
    bottom: -33px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-sw .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    background: #fff;
    border-radius: 50% !important;
    border: 1px solid var(--orange);
}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--orange);
}

.slider-sw .swiper-button-next {
    right: 0;
}
.slider-sw .swiper-button-prev {
    left: calc(100% - 140px);
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

section {
    position: relative;
    z-index: 2;
}

.section {
    padding: 80px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex.flex__center {
    justify-content: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid.grid-7 {
    grid-template-columns: repeat(7, 1fr);
}

.bt {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
}
.bt.bt__small {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 45px;
}

.box__modal {
    display: none;
}

::placeholder {
    color: #8f8f8f !important;
}

section {
    box-sizing: border-box;
    position: relative;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea {
    width: 100%;
    height: 50px;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
    border-color: #131313;
}

.form textarea {
    height: 210px;
    resize: none;
}
.form .form__item {
    margin-bottom: 50px;
}
.form .flex .form__item {
    width: calc(100% / 3 - 25px);
}

::placeholder {
    font-weight: normal;
    color: #5c5c5c;
    font-size: 16px;
}

.form select {
    width: 230px;
    height: 45px;
    border: 1px solid var(--blue);
    padding: 0 30px 0 20px;
    border-radius: 5px;
    cursor: pointer;
    background: url("../img/arrb.svg") calc(100% - 20px) 50% no-repeat;
    font-size: 16px;
}

label.user__file {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
    height: 180px;
    text-align: center;
    border: 1.5px dashed #e6e6e6;
    border-radius: 12px;
}
label.user__file:hover {
    border-color: var(--black);
    background: var(--white);
}
label.user__file span {
    display: block;
    margin-top: 5px;
    color: var(--blackGrey);
    font-size: 13px;
    font-weight: 500;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

label.checkbox {
    display: block;
    position: relative;
    padding: 15px 0 15px 30px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
}
label.checkbox ul {
    display: none;
    background: #f4f4f4;
    width: calc(100% + 30px);
    position: relative;
    left: -30px;
    bottom: -15px;
}
label.checkbox ul li {
    padding: 10px 10px 10px 50px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
label.checkbox ul li a {
    display: block;
    color: #202630;
}
label.checkbox ul li a:hover {
    color: var(--orange);
}
label.checkbox ul li:after {
    position: absolute;
    top: 18px;
    left: 29px;
    width: 8px;
    height: 8px;
    background: #2e3645;
    content: "";
    border-radius: 50%;
}
label.checkbox ul ul {
    left: 0;
    bottom: 0;
    width: 100%;
}
label.checkbox ul li li {
    padding-left: 26px;
}
label.checkbox ul li li:after {
    width: 10px;
    height: 1px;
    border-radius: 0;
    top: 20px;
    left: 0;
}
label.checkbox span:after {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/check.svg") 0% -3px no-repeat;
    top: calc(50% - 10px);
    left: -30px;
    content: "";
}

label.checkbox span {
    position: relative;
}
label.checkbox span a {
    color: #202630;
}
label.checkbox span a:hover,
label.checkbox span a.current,
label.checkbox a.current {
    color: var(--orange);
}
label.checkbox.active input + span:after {
    background: url("../img/checkh.svg") 0% -3px no-repeat;
}
label.checkbox input:checked ~ ul,
label.checkbox input:checked ~ ul ul {
    display: block;
}

form label.checkbox input:checked + span:after {
    background: url("../img/checkh.svg") 0% -3px no-repeat;
}

label.radio {
    display: block;
    position: relative;
    padding: 8px 0 8px 28px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
label.radio span:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../img/checkr.svg") 50% 50% no-repeat;
    top: calc(50% - 9px);
    left: -28px;
    content: "";
}
label.radio span {
    position: relative;
}
label.radio input:checked + span:after {
    background: url("../img/checkrh.svg") 50% 50% no-repeat;
    background-size: 100%;
}
label.radio .data {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 500;
}

::placeholder {
    color: #959ead;
}

button {
    background: transparent;
}

.clearfix {
    clear: both;
}
.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

a,
svg,
svg path,
rect {
    text-decoration: none;
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
a:hover {
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
    transition: all 0.15s ease-out;
}
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn,
.btn:after {
    font-family: "Gilroy";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
.btn:hover {
    transition: all 0.2s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-search {
    width: 24px;
    height: 24px;
    background: url("../img/search.svg") 50% 50% no-repeat;
}

.btn-orange {
    background: var(--orange);
    color: #fff;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
}
.btn-orange:hover {
    background: var(--blue);
}

.btn-blue-tr {
    background: transparent;
    border: 1px solid var(--blue);
    color: #423535;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
}
.btn-blue-tr:hover {
    background: var(--blue);
    color: #fff;
}

.btn-more {
    width: 65px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid var(--blue);
    background: #fff;
}
.btn-more:hover {
    background: var(--orange);
    border-color: var(--orange);
}
.btn-more:hover svg path {
    stroke: #fff;
}

.btn-clear {
    gap: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #292d32;
}
.btn-clear:hover {
    color: red;
}

input,
textarea,
select,
button {
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: "Gilroy";
}

.wpcf7-response-output {
    display: none;
}

.category-back-btn {
    display: flex;
    padding-bottom: 30px;
}

.category-back-btn a {
    height: 44px;
    border-radius: 50px;
    border: 1px solid var(--blue);
    background: #fff;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 500;
    transition: .3s ease;
}

.category-back-btn a:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    color: #FFF;
}

.category-back-btn a svg {
    transform: rotateZ(180deg);
}

.category-back-btn a svg path {
    transition: .3s ease;
}

.category-back-btn:hover a svg path {
    stroke: #FFF;
}

#category__page {
    padding-bottom: 140px;
}

@media (max-width: 768px) {
    #category__page {
        padding-bottom: 80px;
    }
}