/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;src:url(fonts/Inter-Bold.woff) format("woff"),url(fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;src:url(fonts/Inter-Medium.woff) format("woff"),url(fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;src:url(fonts/Inter-Regular.woff) format("woff"),url(fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:"AvrileSerif";font-style:italic;font-weight:500;src:url(fonts/AvrileSerif-MediumItalic.woff) format("woff"),url(fonts/AvrileSerif-MediumItalic.woff2) format("woff2")}@font-face{font-family:"AvrileSerif";font-style:italic;font-weight:700;src:url(fonts/AvrileSerif-SemiBoldItalic.woff) format("woff"),url(fonts/AvrileSerif-SemiBoldItalic.woff2) format("woff2")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;src:url(fonts/Gilroy-Semibold.woff) format("woff"),url(fonts/Gilroy-Semibold.woff2) format("woff2")}*,*::before,*::after{margin:0;padding:0;border:0;box-sizing:border-box}li{list-style:none}a,a:visited{-webkit-text-decoration:none;text-decoration:none;color:#fff}a:hover{-webkit-text-decoration:none;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;margin:0}img{vertical-align:top}html,body{height:100%;scroll-behavior:smooth}html{font-family:"Inter",sans-serif;font-style:normal;font-weight:500;scroll-behavior:smooth}body{line-height:1;color:#fff;background:#1c1c1c;margin:0 auto;position:relative;font-size:15px;color:#fff}.wrapper{margin:0 auto}.section{text-align:center;overflow:hidden}.main{background:url(assets/fon.svg);background-repeat:no-repeat;background-position:center;background-repeat:no-repeat}.section__img{margin:0 auto;margin-top:141px;width:100%;overflow:hidden;background-image:url("assets/Rectangle%20135.png");background-position:center;height:720px;background-size:cover;background-repeat:no-repeat}.btn{cursor:pointer;transition:all .3s ease}.btn-black{cursor:pointer;transition:all .3s ease}.btn-black:hover{background:#d8b27a}.btn:hover{background:#be9962}.header{margin:0 auto;border-bottom:1px solid #252525}.header__wrapper{margin:0 auto;max-width:1460px;padding:25px 0;display:flex}.header__call{display:flex;flex-direction:row;margin-left:198px;gap:40px;width:-webkit-max-content;width:max-content}.header__logo{width:108px;height:25px;margin-left:246px}.header__logo_mobile{display:none}.header__request{display:flex;gap:11px;margin-top:6px;align-items:baseline}.header__nav{display:flex;justify-content:space-between;width:100%}.header__contacts{display:none}.header__social{display:none}.nav__list{display:flex;flex-direction:row;gap:40px;width:-webkit-max-content;width:max-content}.nav__wrapper{display:flex;justify-content:space-between;width:100%}.nav__wrapper.open{display:flex;z-index:5}.nav__submenu{display:none;position:absolute;width:273px;padding:25px 30px;background:#333;top:45px;left:0;font-size:16px;font-style:normal;font-weight:500;line-height:25px;display:flex;flex-direction:column;gap:15px;visibility:hidden;opacity:0;transition:all .3s ease;z-index:5}.nav__items{color:#fff;display:flex;justify-content:center;gap:8px;position:relative}.nav__items::before{content:"";display:block;position:absolute;height:1.5px;bottom:5px;width:0;background-color:#fff;transition:all .3s ease}.nav__items:hover{cursor:pointer}.nav__items:hover::before{width:100%}.nav__items:hover>.nav__submenu{visibility:visible;opacity:1}.nav__items:hover .nav__img{transform:rotate(180deg)}.nav__link{line-height:25px;display:flex;justify-content:center;align-items:normal;gap:7px}.nav__img{width:8px;height:5px;margin-top:10px;transition:all .3s ease}.call__number{display:flex;line-height:25px;gap:4px;width:-webkit-max-content;width:max-content}.call__tel{width:-webkit-max-content;width:max-content}.call__text{color:rgba(255,255,255,.5);line-height:25px;transition:all .3s ease}.call__text:hover{color:#fff}.request__text{transition:all .3s ease}.request__text:hover{color:#d8b27a}.submenu__link{transition:all .3s ease}.submenu__link:hover{color:#d8b27a}.burger__menu{display:none}.burger__menu span{margin-top:-2px;width:18px;height:2px;background-color:#d8b27a;position:relative}.burger__menu span::after,.burger__menu span::before{content:"";display:block;width:24px;height:2px;background-color:#fff;position:absolute;right:0}.burger__menu span::after{top:-7px}.burger__menu span::before{top:7px}.main__pointer{margin:0 auto;max-width:1455px;display:flex;gap:10px;padding-top:20px;color:rgba(255,255,255,.55);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:5px;align-items:center}.design__wrapper{width:100%;background:url("assets/Rectangle%20299.png");background-size:cover;background-repeat:no-repeat;height:815px;overflow:hidden;margin-top:-7px}.design__wrapper .main__pointer{margin-top:7px;gap:8.5px}.design__content{margin:0 auto;display:flex;flex-direction:column;max-width:953px;align-items:center;gap:30px;margin-top:224px}.design__title{font-family:AvrileSerif;font-size:72px;font-weight:bold;font-style:italic;font-weight:500;line-height:70px;text-align:center;color:#fff}.design__title span{color:#d8b27a}.design__subtitle{color:#fff;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:30px;max-width:554px}.design__subtitle br{display:none}.design__btn{padding:15px;margin-top:20px;border-radius:50px;border:1px solid #d8b27a;width:269px;height:55px;display:flex;gap:10px;justify-content:center;align-items:center;text-align:center;font-size:16px;font-weight:600;line-height:25px;letter-spacing:.32px;color:#fff}.info__wrapper{max-width:1455px;margin:0 auto;padding-top:100px;display:flex;gap:20px;align-items:center;height:-webkit-max-content;height:max-content;justify-content:space-between}.info__img{width:20px;height:20px}.info__vertical{min-width:2px;align-self:stretch;background:#d8b27a}.info__text{font-size:20px;font-style:normal;font-weight:400;line-height:30px;text-align:left}.slider__wrapper{margin:0 auto;max-width:1625px;margin-top:160px}.slider__block{position:relative;margin-top:50px;display:flex;justify-content:center;align-items:center;gap:40px;flex-shrink:1}.slider__title{font-family:AvrileSerif;font-size:52px;font-weight:bold;font-style:italic;font-weight:500;line-height:50px;color:#fff;padding-left:85px}.slider__title span{color:#d8b27a}.slider__array{display:flex !important}.slider__array{width:45px;height:45px;background-color:#333;border-radius:50%;top:50%;justify-content:center;align-items:center}.slider__prev img{transform:rotate(90deg)}.slider__next img{transform:rotate(-90deg)}.slider__elem{position:relative}.slider__section{display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;gap:20px;max-width:1452px}.slider__items{position:relative}.slider__img{width:716px;height:480px}.slider__arr{position:absolute;top:20px;right:20px}.slider__name{position:absolute;bottom:25px;left:30px;color:#fff;font-size:22px;font-style:normal;font-weight:700;line-height:25px}.slider__section .slick-list{overflow:hidden}.slider__section .slick-track{display:flex;gap:20px}.slider__section .slick-slide{display:flex}.partners__slider .slick-list{overflow:hidden}.partners__slider .slick-track{display:flex;gap:40px}.partners__slider .slick-slide{width:250px !important;height:130px !important}.working__wrapper{max-width:1456px;margin:0 auto;margin-top:59px}.working__wrapper_mb100{margin-bottom:100px}.working__title{font-family:AvrileSerif;font-size:52px;font-weight:bold;font-style:italic;font-weight:500;line-height:50px;color:#fff}.working__title span{color:#d8b27a}.working__title_mt160{margin-top:160px}.working__title br{display:none}.working__plan{margin-top:60px;display:flex;gap:19px;flex-wrap:wrap}.working__item{display:flex;flex-direction:column;gap:30px;width:716px;padding-bottom:20px}.working__number{color:#d8b27a;font-family:AvrileSerif;font-size:52px;font-style:italic;font-weight:500;line-height:50px}.working__line{margin-top:1px;display:flex;gap:19px;align-items:center}.working__vertical{width:2px;height:30px;background-color:#d8b27a}.working__horizontal{width:100%;height:2px;background-color:#ddd}.working__subtitle{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:25px}.working__text{margin-top:10px;max-width:540px;color:rgba(255,255,255,.55);font-size:15px;font-style:normal;font-weight:400;line-height:20px}.footer{background:#181818;width:100%}.footer__wrapper{max-width:1456px;margin:0 auto;padding:80px 0 20px 0}.footer__wrapper_pt60{padding-top:60px}.footer__list{display:flex;justify-content:space-between}.footer__contacts{display:flex;flex-direction:column;gap:40px}.footer__tel{font-family:AvrileSerif;font-size:42px;font-style:italic;font-weight:600;line-height:45px}.footer__contact{display:flex;gap:15px;flex-direction:column}.footer__link{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.footer__sign{margin-top:14px;color:rgba(255,255,255,.55);font-size:16px;font-style:normal;font-weight:400;line-height:25px}.footer__items{padding-left:70px;display:flex;flex-direction:column;gap:10px;font-size:16px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:.32px}.footer__items-services{display:flex;flex-direction:column;gap:10px;padding-bottom:20px}.footer__item{width:-webkit-max-content;width:max-content;position:relative}.footer__item::before{content:"";display:block;position:absolute;height:1.5px;bottom:0px;width:0;background-color:#fff;transition:all .3s ease;z-index:6}.footer__item:not(.footer__item:nth-child(2)):hover{cursor:pointer}.footer__item:not(.footer__item:nth-child(2)):hover::before{width:100%}.footer__service{color:rgba(255,255,255,.55);font-weight:400;line-height:25px;letter-spacing:0;transition:all .3s ease}.footer__service:hover{color:#fff}.footer__social{margin-right:16px;display:flex;flex-direction:column;gap:10px}.footer__block{margin-top:100px;display:flex;justify-content:space-between;align-items:center}.social__title{color:rgba(255,255,255,.55);font-size:16px;font-style:normal;font-weight:400;line-height:25px}.social__item{font-size:16px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:.32px}.block__img{width:151px;height:35px}.block__link{padding-left:295px;color:rgba(255,255,255,.55);font-size:14px;font-style:normal;font-weight:400;line-height:25px;text-decoration-line:underline}.block__pandaWorks{color:rgba(255,255,255,.55);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:25px;display:flex;align-items:center;gap:8px}.block__pandaWorks img{margin-top:4px}.block__sign{display:none;margin-top:14px;color:rgba(255,255,255,.55);font-size:16px;font-style:normal;font-weight:400;line-height:25px}.overlay{position:fixed;top:0;display:none;z-index:5;background:rgba(0,0,0,.55)}.modal{z-index:1 !important}.modal{margin-top:255px;position:fixed;left:50%;transform:translateX(-50%);width:100vw;height:100vh}.modal__wrapper{width:891px;height:425px;margin:0 auto;background:#181818;padding:60px 70px;position:relative;text-align:left;z-index:5}.modal__close{position:absolute;top:16px;right:16px;width:15px;height:15px;padding:2px;cursor:pointer}.modal__close span{display:block;width:2px;top:0%;right:50%;height:20px;background-color:#d8b27a}.modal__close span:first-child{transform:rotate(45deg)}.modal__close span:last-child{margin-top:-20px;transform:rotate(-45deg)}.modal__title{color:#fff;font-family:AvrileSerif;font-size:52px;font-style:italic;font-weight:500;line-height:50px}.modal__subtitle{margin-top:20px;color:#fff;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.modal__form{margin-top:40px;display:flex;gap:30px;flex-direction:column;color:rgba(255,255,255,.5)}.modal__form input{width:365px;height:55px;border-radius:61px;background:#333;color:#fff;font-size:16px;font-weight:500;line-height:20px;padding-left:25px}.modal__contacts{display:flex;gap:20px}.modal__items{display:flex;flex-direction:column;gap:10px}.modal__submit{display:flex;gap:20px;align-items:center}.modal__btn{width:365px;height:55px;border-radius:50px;background:#d8b27a;color:#fff;text-align:center;font-size:16px;font-weight:600;line-height:25px;letter-spacing:.32px;display:flex;justify-content:center;gap:8px;font-style:normal;align-items:center}.modal__agreement{color:rgba(255,255,255,.5);font-size:14px;font-weight:500;line-height:20px;max-width:366px}.modal__agreement a{color:rgba(255,255,255,.5);text-decoration-line:underline}.input__title{color:rgba(255,255,255,.5);font-size:14px;font-weight:500;line-height:25px;letter-spacing:.28px}.fancybox-content{padding:0 !important;position:fixed !important}.fancybox-active{overflow:hidden}.fancybox-bg{opacity:.55 !important;background:#000 !important}.fancybox-button svg{display:none}.request{background-color:#fff !important}.request{position:fixed;width:100%;margin-top:70px;display:none;z-index:5;left:50%;transform:translateX(-50%)}.request__modal{width:100%;background:#1c1c1c}.request__wrapper{margin:0 auto;max-width:1456px;padding:80px 0;display:flex;justify-content:space-between}.request__close{position:absolute;top:32px;right:30px;width:25px;height:25px;padding:2px;cursor:pointer}.request__close span{display:block;width:2px;top:0%;right:50%;height:35px;background-color:#d8b27a}.request__close span:first-child{transform:rotate(45deg)}.request__close span:last-child{margin-top:-35px;transform:rotate(-45deg)}.request__text{display:flex;flex-direction:column;gap:35px;max-width:674px}.request__title{color:#fff;font-family:AvrileSerif;font-size:68px;font-style:italic;font-weight:500;line-height:70px;text-align:left}.request__title span{color:#d8b27a}.request__subtitle{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:30px;max-width:513px;text-align:left}.request__form{display:flex;flex-direction:column;gap:40px}.request__contacts,.request__info{display:flex;gap:20px;justify-content:flex-end}.request__select{width:350px;font-size:16px;position:relative}.request__items{display:flex;gap:10px;flex-direction:column}.request__items input{width:350px;height:55px;padding:0 25px;border-radius:61px;background:#333;color:#fff;display:flex;align-items:center}.request__items ::placeholder{color:rgba(255,255,255,.5);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:25px}.request__current{position:relative;width:350px;height:55px;padding:0 25px;border-radius:61px;background:#333;color:#fff;display:flex;align-items:center}.request__current.no-border{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:30px;border-top-right-radius:30px}.request__current.no-border::after{transform:rotate(135deg)}.request__current::after{content:"";display:block;position:absolute;top:19px;right:25px;width:10px;height:10px;border-left:1px solid #d8b27a;border-bottom:1px solid #d8b27a;transform:rotate(-45deg);transition:all ease .3s}.request__options{display:none;position:absolute;left:0;top:99%;padding:0;width:100%;z-index:10}.request__options.active{display:block}.request__option{padding:15px 25px;background:#333;cursor:pointer}.request__option:last-child{border-bottom-left-radius:30px;border-bottom-right-radius:30px}.request__location{display:flex;flex-direction:column;gap:10px}.request__location input{color:rgba(255,255,255,.5);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:25px;width:720px;height:55px;border-radius:61px;background:#333;padding:25px}.request__submit{display:flex;flex-direction:column;gap:35px}.request__btns{display:flex;gap:93px;align-items:center}.request__btn{display:flex;width:350px;height:55px;justify-content:center;align-items:center;border-radius:50px;background:#d8b27a;gap:10px;color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:.32px}.request__file{position:relative}.request__file input{position:absolute;opacity:0}.request__label{display:flex;gap:10px;align-items:center;font-size:16px;font-style:normal;font-weight:500;line-height:25px}.request__label img{width:15px;height:20px}.request__agreement{color:rgba(255,255,255,.5);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:25px}.request__agreement a{text-decoration-line:underline}@media (max-width: 1600px){.main{background-size:cover;background-position:left 15px top}.header__wrapper{width:100vw;padding:25px;justify-content:space-between}.header__call{margin-left:0}.header__logo{margin-left:0}.info__wrapper{padding:100px 15px 0 15px}.slider__section .slick-track{gap:10px}.partners__slider .slick-track{gap:15px}}@media (max-width: 1200px){.section__img{margin-top:80px;height:400px}.nav__list{gap:20px}.design__wrapper{height:480px;margin-top:0px}.design__wrapper .main__pointer{margin-top:0px}.design__content{margin-top:81px;height:100px;gap:15px;padding:0 15px}.design__title{font-size:54px;line-height:55px}.design__subtitle{font-size:16px;line-height:20px;max-width:330px;text-align:center}.design__subtitle br{display:block}.design__btn{width:233px;height:50px;gap:8px;font-size:14px;letter-spacing:.28px;padding-top:14px;font-style:normal}.design__btn img{width:11px;height:9px}.slider__title{margin-top:15px;font-size:42px;line-height:42px}.working__title{font-size:42px;line-height:42px}.working__item{max-width:100%;gap:15px;padding:0}.working__subtitle{font-size:16px}.working__text{font-size:14px;margin-top:5px}.modal__wrapper{padding:25px;width:auto;height:auto}}@media (max-width: 1050px){.header__wrapper{max-width:100%;margin:0;justify-content:space-between;padding:15px;align-items:center}.header__call{display:flex;flex-direction:column;margin-top:52px;gap:15px}.header__logo{display:none}.header__logo_mobile{display:block}.header__request{width:350px;border-radius:50px;background:#d8b27a;height:50px;justify-content:center;align-items:center;margin-top:35px;gap:5px}.header__nav{align-items:center}.header__contacts{margin-top:3px;border-top:1px solid #252525;padding:8px 0;display:flex;flex-direction:column;gap:5px;font-size:15px;font-style:normal;font-weight:500;line-height:25px}.header__social{display:flex;gap:20px;margin-top:-3px}.nav__list{display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.nav__wrapper{padding:25px 15px 15px 15px;display:none;position:absolute;flex-direction:column;width:100vw;background:#1c1c1c;left:0;top:55px}.nav__img{transform:rotate(180deg)}.nav__submenu{visibility:visible;opacity:1;position:static;gap:15px;padding:0;padding-top:6px;font-size:14px;line-height:20px;background:#1c1c1c}.nav__submenu a{color:rgba(255,255,255,.5) !important}.nav__items{justify-content:flex-start;flex-direction:column;align-items:flex-start}.nav__link{color:#fff;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:25px}.nav__img path{stroke:#fff}.request__text{color:#fff;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:.28px}.burger__menu{display:flex;order:2;flex-direction:column;justify-content:center}.burger__menu.open span{transition:all .3s ease}.burger__menu.open span::after,.burger__menu.open span::before{opacity:0}.burger__menu.open span:first-child{transform:rotate(45deg)}.burger__menu.open span:last-child{transform:rotate(-45deg)}}@media ((max-width: 1600px)){.main__pointer{padding:15px;margin-bottom:-10px}}@media ((max-width: 800px)){.main__pointer{font-size:12px;gap:8px}.main__pointer img{width:8px;height:8px}}@media (max-width: 700px){.design__title{font-size:36px;line-height:40px}.slider__wrapper{padding-right:0}.slider__block{margin-top:30px}.slider__title{font-size:32px;line-height:35px}.slider__section .slick-list{width:100% !important}.partners__slider .slick-list{width:100% !important}.working__title{margin-top:80px;font-size:32px;line-height:35px}.working__title br{display:block}.working__plan{margin-top:30px;gap:34px}.modal__contacts{flex-direction:column;gap:22px}.modal__items{gap:7px}.modal__submit{flex-direction:column}.request__wrapper{flex-direction:column;align-items:center;padding:6px 15px;gap:21px}}@media (max-width: 900px){.info__wrapper{padding-top:40px;flex-direction:column;gap:14px;align-items:flex-start}.info__img{width:15px;height:15px}.info__vertical{width:100%;height:1.5px}.info__text{font-size:16px;font-style:normal;font-weight:400;line-height:25px}.footer__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px;max-width:-webkit-max-content;max-width:max-content}.footer__contacts{gap:20px;order:2}.footer__tel{font-size:32px;line-height:35px}.footer__contact{gap:10px}.footer__sign{display:none}.footer__items{line-height:20px}.footer__items-services{gap:5px;padding-bottom:10px}.footer__social{order:3;gap:10px}.footer__block{flex-direction:column;gap:10px;margin:0 auto;margin-top:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:flex-start}.footer__block{margin:0;margin-top:60px;align-items:flex-start}.social__title{margin-bottom:-4px}.social__item{line-height:20px;letter-spacing:0;font-weight:500}.block__img{width:108px;height:25px}.block__link{font-size:12px;line-height:20px}.block__pandaWorks{font-size:12px;line-height:20px}.block__pandaWorks img{width:95px;height:11px}.block__sign{display:block;padding-bottom:15px;font-size:12px;line-height:20px;margin-top:0}::placeholder{color:rgba(255,255,255,.5);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}@media (max-width: 1700px){.slider__wrapper{margin-top:80px;padding:0;padding-left:15px}.slider__section .slick-list{width:calc(100vw - 200px)}.partners__slider .slick-list{width:calc(100vw - 30px)}}@media (max-width: 1500px){.slider__title{padding-left:0}.working__wrapper_mb100{margin-bottom:60px}.footer__wrapper{padding:15px;padding-top:52px}.footer__wrapper_pt60{padding:15px;padding-top:40px}.footer__items{padding-left:0}.footer__block{justify-content:space-between}.block__link{padding-left:0}.request__wrapper{padding:80px 15px}.request__title{font-size:52px}}@media (max-width: 1000px){.slider__array{display:none !important}.slider__img{width:350px;height:260px}.slider__section .slick-track{width:310px;height:260px}.modal__title{font-size:42px}.modal__subtitle{font-size:14px;margin-top:7px}.modal__form{margin-top:23px;flex-direction:column;align-items:center;gap:26px}}@media (max-width: 500px){.slider__img{width:310px;height:230px}.slider__section .slick-track{width:310px;height:230px}.slider__section .slick-slide{width:310px;height:230px}.partners__slider .slick-slide{width:192px !important;height:100px !important}.request__agreement{max-width:340px}}@media (max-width: 800px){.slider__arr{top:10px;right:10px;width:10px;height:10px}.slider__name{font-size:18px;bottom:15px;left:20px}.working__number{font-size:32px;line-height:35px}.working__line{gap:9px;align-items:center}.working__vertical{height:20px}.modal__close{top:8px;right:9px;width:12px;height:12px}.modal__close span{width:1px;height:19px}.modal__title{margin-top:-7px;font-size:32px}.request__close{right:7px;width:20px;height:20px}.request__close span{width:2px;height:25px}.request__close span:first-child{transform:rotate(45deg)}.request__close span:last-child{margin-top:-25px;transform:rotate(-45deg)}.request__text{gap:15px}.request__title{font-size:36px;line-height:40px;letter-spacing:0}.request__subtitle{font-size:14px;line-height:20px;letter-spacing:0}.request__contacts,.request__info{gap:22px}.request__items{gap:8px}.request__items input{height:50px;padding:0 22px}.request__items ::placeholder{font-size:14px;line-height:20px}.request__current{padding:0 20px;height:50px;color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.request__current::after{top:19px;right:25px;width:6px;height:8px}.request__submit{gap:20px}.request__label{font-size:14px;line-height:20px;gap:8px;margin-top:9px}}@media (max-width: 1450px){.working__wrapper{padding:0 15px;margin-top:34px}.working__plan{flex-direction:column;justify-content:center;align-items:center}}@media (max-width: 400px){.footer__list{margin:0}}@media (max-width: 1100px){.modal__form input{width:300px;height:50px;padding-left:22px}.modal__btn{width:300px;height:50px;font-size:14px;letter-spacing:.28px}.modal__agreement{width:300px;font-size:12px}.request__location{width:350px;gap:8px}.request__location input{padding:20px;width:350px;height:50px;font-size:14px;line-height:20px}.request__btns{flex-direction:column;justify-content:center;gap:29px;align-items:baseline}.request__btn{order:2;height:50px;font-size:14px;letter-spacing:.28px}.request__file{order:1}.request__agreement{width:350px;font-size:12px;line-height:20px}}@media (max-width: 1300px){.request__form{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;max-width:740px;gap:22px}.request__contacts,.request__info{flex-direction:column}.request__location{max-width:100%}.request__location input{max-width:100%}}
