@charset "UTF-8";
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em; }

/* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */ }

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */ }

/**
 * 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */ }

/**
 * 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 {
  padding: 0;
  border-style: none; }

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */ }

/* 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;
  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: #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: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 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;
  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, 0.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;
  transform: scaleX(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;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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; }

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  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; }

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

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 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(0.19, 1, 0.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(0.5, 0.5, 0.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;
  transform: rotate(-360deg); }

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  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(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.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; } }

/* 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, 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, 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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.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); } }

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@font-face {
  font-weight: 400;
  font-family: "PTSans";
  src: local("PTSans"), url("../fonts/PTSans-Caption.woff2") format("woff2"), url("../fonts/PTSans-Caption.woff") format("woff");
  font-display: swap; }

@font-face {
  font-weight: 700;
  font-family: "PTSans";
  src: local("PTSans"), url("../fonts/PTSans-CaptionBold.woff2") format("woff2"), url("../fonts/PTSans-CaptionBold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-weight: 500;
  font-family: "Gilroy";
  src: local("Gilroy"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-display: swap; }

@font-face {
  font-weight: 600;
  font-family: "Gilroy";
  src: local("Gilroy"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-display: swap; }

body {
  font-weight: 400;
  font-family: "PTSans", serif;
  background-color: #FCFDFF; }

img {
  width: 100%; }

* {
  box-sizing: border-box;
  margin: 0;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 20px;
  font-weight: 600;
  font-family: "Gilroy";
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
  border: none; }
  .button--thin {
    font-weight: 400;
    font-size: 14px;
    font-family: "PTSans";
    color: #1d69c9;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #1d69c9; }
    .button--thin:hover {
      color: #ffffff;
      background-color: #1d69c9; }
  .button--accent {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy";
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #4f84eb 0%, #2861cf 100%);
    border-radius: 3px; }
    .button--accent:hover {
      background: linear-gradient(90deg, #3480ea 0%, #1654b3 100%); }
  .button--opacity {
    box-sizing: border-box;
    height: 50px;
    padding: 0 40px;
    padding-top: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #a2a6ab;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #cbcbdd;
    border-radius: 3px;
    transition: all 0.3s; }
    .button--opacity:hover {
      color: #ffffff;
      background: #1d69c9;
      border-color: transparent; }

.tabs__content {
  display: none;
  visibility: hidden; }
  .tabs__content--opacity {
    opacity: 0; }
  .tabs__content--active {
    display: block;
    visibility: visible; }

.tabs__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde3f9; }

.tabs__item {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  font-family: "Gilroy";
  color: #39393a;
  letter-spacing: 0.03em;
  /* identical to box height */
  border-bottom: 1px solid transparent;
  cursor: pointer; }
  .tabs__item--active {
    color: #1d69c9;
    border-color: #1d69c9; }

@media (min-width: 400px) {
  .tabs__list {
    justify-content: flex-start;
    margin-bottom: 45px; }
  .tabs__item {
    margin-right: 49px; } }

.controls__button {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: 1.3px solid #91b0f6;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .controls__button svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    fill: #1d69c9; }
  .controls__button:hover {
    background: #1d69c9;
    border-color: #1d69c9; }
    .controls__button:hover svg {
      fill: #ffffff; }

.burger {
  width: 25px;
  height: 39px;
  padding: 0;
  font-size: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.burger__inner {
  position: relative;
  display: block;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s; }
  .burger__inner::before, .burger__inner::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: inherit;
    background: #000000;
    transition: all 0.3s; }
  .burger__inner::before {
    top: -7px; }
  .burger__inner::after {
    bottom: -7px; }
  .burger__inner--active {
    background-color: transparent; }
    .burger__inner--active::before {
      top: 0;
      transform: rotate(45deg);
      opacity: 0.3; }
    .burger__inner--active::after {
      bottom: 0;
      transform: rotate(-45deg);
      opacity: 0.3; }

@media (min-width: 1200px) {
  .burger {
    display: none; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #eff2f5; }

.header__search {
  display: none; }

.header__phone {
  display: none; }

.header__callback {
  display: none; }

@media (min-width: 1200px) {
  .header {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px; }
  .header__logo {
    width: 115px;
    margin-right: 30px; }
  .header__search {
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 27px; }
    .header__search svg {
      width: 100%;
      height: 100%; }
  .header__phone {
    display: flex;
    align-items: center;
    margin-left: 33px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.03em; }
    .header__phone::before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 20px;
      margin-right: 16px;
      background-image: url("../img/icon__phone.svg"); }
  .header__callback {
    display: flex;
    height: 45px;
    margin-left: auto;
    padding: 0 20px; } }

.menu__list {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 100%;
  padding: 20px 15px;
  background: #fcfdff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }
  .menu__list--active {
    visibility: unset;
    opacity: 1; }

.menu__sub-list {
  padding-left: 0;
  list-style: none;
  z-index: 100;
  display: none; }
  .menu__sub-list--active {
    display: block; }

.menu__item {
  position: relative;
  padding: 15px 0; }

.menu__sub-item {
  padding: 10px 0;
  padding-left: 10px; }
  .menu__sub-item:first-child {
    padding-top: 20px; }

.menu__arrow {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 1200px) {
  .menu__list {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    padding: 0;
    background: transparent;
    visibility: unset;
    opacity: 1; }
  .menu__arrow {
    top: 7px;
    width: 7px;
    height: 7px;
    transition: all 0.3s; }
  .menu__sub-list {
    position: absolute;
    top: 40px;
    display: block;
    padding: 35px 25px;
    padding-right: 60px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(29, 105, 201, 0.12);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s; }
  .menu__sub-item {
    padding: 0;
    padding-left: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-family: "Gilroy";
    color: #39393a;
    letter-spacing: 0.03em;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: all 0.3s; }
    .menu__sub-item:first-child {
      padding-top: 0; }
    .menu__sub-item:hover {
      color: #1d69c9;
      border-color: #1d69c9; }
    .menu__sub-item:not(:last-child) {
      margin-bottom: 20px; }
  .menu__item {
    margin-top: 20px;
    padding: 0;
    padding-bottom: 20px;
    letter-spacing: 0.03em;
    border-bottom: none; }
    .menu__item:hover .menu__arrow {
      transform: rotate(180deg); }
    .menu__item:hover > .menu__sub-list {
      visibility: unset;
      opacity: 1; }
    .menu__item--parent {
      padding-right: 12px; }
    .menu__item:not(:last-child) {
      margin-right: 20px; } }

.footer {
  padding: 30px 15px;
  background-color: #17262f; }

.footer__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px; }

.footer__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s; }
  .footer__item:hover {
    opacity: 0.6; }

.footer__phone {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  font-family: "Gilroy";
  color: #ffffff;
  letter-spacing: 0.03em;
  opacity: 1;
  transition: all 0.3s; }
  .footer__phone:hover {
    opacity: 0.6; }

.footer__email {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy";
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s; }
  .footer__email:hover {
    opacity: 0.6; }

.footer__bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd; }

.footer__copyright {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff; }

.footer__politic {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s; }
  .footer__politic:hover {
    opacity: 0.6; }

.footer__dev {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff; }
  .footer__dev a {
    opacity: 1;
    transition: all 0.3s; }
    .footer__dev a:hover {
      opacity: 0.6; }

@media (min-width: 768px) {
  .footer__list {
    display: flex;
    grid-gap: unset;
    margin-bottom: 0; }
  .footer__item:not(:last-child) {
    margin-right: 27px; }
  .footer__email {
    display: block;
    text-align: right; }
  .footer__top {
    display: flex;
    justify-content: space-between; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    padding-top: 30px; } }

@media (min-width: 1200px) {
  .footer {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 85px;
    padding-bottom: 35px; }
  .footer__bottom {
    padding-top: 65px; } }

.title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: "Gilroy";
  color: #03183d;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  .title sup {
    top: -15px;
    font-weight: 600;
    font-size: 16px;
    color: #1d69c9;
    text-transform: uppercase;
    letter-spacing: 0.03em; }

@media (min-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 42px; }
    .title sup {
      top: -20px; } }

.services-card {
  position: relative;
  box-sizing: border-box;
  padding: 95px 35px 60px 35px;
  border: 1px solid #cbcbdd;
  border-radius: 3px; }
  .services-card:hover {
    border: 1px solid #1d69c9; }
    .services-card:hover .services-card__icon {
      background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%); }
      .services-card:hover .services-card__icon svg {
        fill: #ffffff; }

.services-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 78px;
  background: #eff2f5;
  border-radius: 0 3px; }
  .services-card__icon svg {
    width: 45px;
    height: 50px;
    fill: #1d69c9; }

.services-card__name {
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  font-family: "Gilroy";
  color: #4f4f4f;
  letter-spacing: 0.03em;
  transition: all 0.3s; }
  .services-card__name:hover {
    color: #1d69c9; }

.services-card__desc {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
  color: #939393; }

.services-card__more {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #a2a2a2;
  text-transform: uppercase; }
  .services-card__more:hover::before {
    width: 100%; }
  .services-card__more::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1d69c9;
    transition: all 0.3s; }

.services {
  padding: 30px 15px 60px 15px; }

.services__item {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  align-self: stretch; }

.services__list {
  padding-left: 0;
  list-style: none;
  align-items: stretch; }

.services-card__desc {
  margin-top: auto; }

.services__controls {
  display: flex; }
  .services__controls .controls__button:first-child {
    margin-right: 20px; }

.services__wrapper {
  display: flex;
  justify-content: space-between; }

.services__top {
  margin-bottom: 40px; }

.services__title {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .services {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 104px;
    padding-bottom: 94px; }
  .services__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
    padding-bottom: 45px;
    border-bottom: 1px solid #cbcbdd; }
  .services__title {
    margin-bottom: 0; }
  .services__all {
    margin-right: 44px; } }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px); }

.breadcrumbs__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px; }

.breadcrumbs__item {
  font-size: 14px;
  line-height: 22px;
  color: #8e8e8e;
  transition: all 0.3s; }
  .breadcrumbs__item:not(:last-child) {
    display: flex;
    align-items: center; }
    .breadcrumbs__item:not(:last-child):hover {
      color: #1d69c9; }
    .breadcrumbs__item:not(:last-child)::after {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 6px;
      height: 9px;
      margin: 0 10px;
      background-image: url("../img/seporator.svg"); }
  .breadcrumbs__item:last-child {
    color: #38393a; }

.main {
  padding: 30px 15px 80px 15px; }

.main__controls {
  position: relative; }

.main__share-content {
  position: absolute;
  right: 17px;
  top: -35px;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1; }

.main__share-content--active {
  z-index: 1;
  opacity: 1; }

.main__tags {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 52px;
  overflow: auto; }

.main__search {
  display: none; }

.main__categories {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 35px;
  overflow: auto;
  border-bottom: 1px solid #dde3f9; }

.main__category {
  display: inline-block;
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #39393a;
  letter-spacing: 0.03em;
  /* identical to box height */
  white-space: nowrap; }
  .main__category:not(:last-child) {
    margin-right: 20px; }
  .main__category--active {
    color: #1d69c9;
    border-bottom: 1px solid #1d69c9; }

.main__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-bottom: 40px; }

.main__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
  color: #323d54;
  text-transform: uppercase; }
  .main__title + .main__categories {
    margin-top: 47px; }

.main__desc {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  font-family: "Gilroy";
  color: #4b4b4b; }

.main__callback {
  min-width: 222px;
  height: 71px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px; }

.main__back {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-width: 191px;
  height: 47px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: all 0.3s; }
  .main__back:hover {
    color: #1d69c9; }
  .main__back::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    margin-right: 16px;
    background-image: url("../img/prev.svg");
    background-size: 12px;
    border-right: 1px solid #d1d1d1; }

.main__share {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 47px;
  margin-bottom: 30px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: all 0.3s; }
  .main__share:hover {
    color: #1d69c9; }
  .main__share::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    margin-left: 16px;
    background-image: url("../img/share.svg");
    background-size: 12px;
    border-left: 1px solid #d1d1d1; }

.main__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.main__categories + .main__inner {
  margin-top: 50px; }

.main__content {
  overflow: hidden; }

.main__pagination + .main__callback {
  margin-top: 40px; }

@media (min-width: 1200px) {
  .main {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 90px;
    padding-bottom: 130px; }
  .main__pagination + .main__callback {
    margin-top: 67px; }
  .main__categories--inner {
    padding-top: 35px;
    padding-bottom: 22px;
    border-top: 1px solid #dde3f9; }
    .main__categories--inner .main__category {
      padding-bottom: 10px;
      font-weight: 400; }
      .main__categories--inner .main__category--active {
        color: #39393a;
        border-bottom: 3px solid #1d69c9; }
  .main__category {
    opacity: 1;
    transition: all 0.3s; }
    .main__category:hover {
      opacity: 0.6; }
    .main__category:not(:last-child) {
      margin-right: 49px; }
  .main__callback {
    margin-top: 67px; }
  .main__inner {
    display: flex;
    margin-top: 90px; }
  .main__sidebar {
    width: 300px;
    min-width: 300px;
    margin-right: 70px; }
  .main__tags {
    flex-wrap: wrap;
    max-width: 665px;
    margin-top: 5px;
    margin-right: -8px;
    margin-left: -8px;
    overflow: unset; }
  .main__top {
    display: flex;
    align-items: flex-start; }
  .main__search {
    display: flex;
    width: 19px;
    height: 19px;
    margin-top: 23px;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .main__search svg {
      width: 100%;
      height: 100%;
      fill: #1d69c9; }
  .main__desc {
    max-width: 830px;
    margin-bottom: 60px; }
  .main__list {
    margin-bottom: 90px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 368px)); }
  .main__title {
    font-size: 40px;
    line-height: 52px; } }

.pagination {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination__item {
  width: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1d69c9;
  transition: all 0.3s; }
  .pagination__item:hover {
    color: #4f4f4f; }
  .pagination__item--prev {
    width: auto;
    margin-right: 20px; }
    .pagination__item--prev svg {
      transition: all 0.3s;
      fill: #1d69c9; }
    .pagination__item--prev:hover a {
      background-color: #1d69c9; }
      .pagination__item--prev:hover a svg {
        fill: #ffffff; }
    .pagination__item--prev a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background: #ebeef1;
      border-radius: 50%;
      transition: all 0.3s; }
  .pagination__item--next {
    width: auto;
    margin-left: 20px; }
    .pagination__item--next svg {
      transition: all 0.3s;
      fill: #1d69c9; }
    .pagination__item--next:hover a {
      background-color: #1d69c9; }
      .pagination__item--next:hover a svg {
        fill: #ffffff; }
    .pagination__item--next a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background: #ebeef1;
      border-radius: 50%;
      transition: all 0.3s; }

.projects {
  padding: 60px 15px; }

.projects__list {
  padding-left: 0;
  list-style: none; }

.projects__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

.projects__title {
  margin-right: 20px;
  margin-bottom: 20px; }

.projects__controls {
  display: flex; }
  .projects__controls .controls__button:first-child {
    margin-right: 20px; }

@media (min-width: 1200px) {
  .projects {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 97px;
    padding-bottom: 110px; }
  .projects__title {
    margin-bottom: 0; }
  .projects__top {
    margin-bottom: 46px; } }

.project-card {
  padding: 30px;
  border: 1px solid #cbcbdd;
  box-shadow: none;
  transition: all 0.3s; }
  .project-card:hover {
    border-color: #cbcbdd; }

.project-card__img {
  display: block;
  margin-top: -30px;
  margin-right: -30px;
  margin-bottom: 35px;
  margin-left: -30px; }
  .project-card__img picture {
    display: block; }
  .project-card__img img {
    width: 100%; }

.project-card__title {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  font-family: "Gilroy";
  color: #181818;
  /* identical to box height, or 132% */
  letter-spacing: 0.03em; }

.project-card__desc {
  font-size: 15px;
  line-height: 23px;
  color: #858c92; }

.project-card__more {
  display: block;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 15px;
  line-height: 20px;
  color: #a2a2a2;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  transition: all 0.3s; }
  .project-card__more:hover {
    color: #1d69c9;
    border-color: #1d69c9; }

@media (min-width: 1200px) {
  .project-card {
    border-color: transparent; } }

.media-card {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 30px;
  border: 1px solid #eaeaea;
  transition: all 0.3s; }
  .media-card:hover {
    border-color: #cbcbdd; }

.media-card__img {
  display: block;
  margin-top: -30px;
  margin-right: -30px;
  margin-bottom: 17px;
  margin-left: -30px; }

.media-card__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: 28px;
  margin-left: -5px; }

.media-card__item {
  margin: 5px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #2f80ed;
  text-transform: uppercase;
  background: #f2f4f7;
  border-radius: 3px; }

.media-card__bottom {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-left: -30px;
  border-top: 1px solid #eaeaea; }

.media-card__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-family: "Gilroy";
  /* identical to box height, or 156% */
  color: #616161; }

.media-card__button {
  width: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy";
  color: #ffffff;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%);
  border-radius: 0; }
  .media-card__button:hover {
    background: linear-gradient(90deg, #3480ea 0%, #1654b3 100%); }

.media-card__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  font-family: "Gilroy";
  color: #181818;
  /* or 132% */
  letter-spacing: 0.03em; }

.tag:not(:last-child) {
  margin-right: 16px; }

.tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 25px 8px 25px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy";
  color: #3e3e3e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

.tag--active a {
  color: #1d69c9;
  border-color: #1d69c9; }

@media (min-width: 1200px) {
  .tag {
    margin: 8px; }
    .tag:not(:last-child) {
      margin: 8px; } }

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  min-width: 43px;
  height: 43px;
  background: #fafafa;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .more:hover {
    box-shadow: none; }
  .more svg {
    width: 10px;
    height: 17px;
    margin-left: 2px;
    fill: #1d69c9; }

.clients__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.clients__more {
  padding: 0; }
  .clients__more svg {
    width: 10px;
    height: 17px; }

.clients__inner {
  position: relative;
  display: flex;
  min-height: 360px;
  padding: 39px 35px;
  background-image: url("../img/clients-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  transition: all 0.3s; }
  .clients__inner:hover .clients__more {
    background-color: #1d69c9; }
    .clients__inner:hover .clients__more svg {
      fill: #ffffff; }
  .clients__inner::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(22, 22, 22, 0.3) 100%); }

.clients__controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto; }

.clients__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: 0.04em; }

@media (min-width: 950px) {
  .clients__list {
    grid-template-columns: repeat(2, 1fr); } }

.contacts__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-bottom: 50px; }

.contacts__item {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 50px 30px;
  background: #f5f7fa;
  border-radius: 3px; }

.contacts__label {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Gilroy";
  color: #1d69c9; }

.contacts__icon {
  width: 28px;
  height: 28px;
  margin-right: 13px;
  fill: #1d69c9; }

.contacts__text {
  margin-top: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: "Gilroy";
  color: #676978; }
  .contacts__text a {
    display: block;
    transition: all 0.3s; }
    .contacts__text a:hover {
      color: #1d69c9; }

.contacts__map {
  margin-bottom: 47px; }
  .contacts__map iframe {
    width: 100%;
    height: 470px;
    border: none; }

.contacts__content {
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: "Gilroy";
  color: #515151; }
  .contacts__content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #323d54;
    letter-spacing: 0.03em; }
  .contacts__content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 46px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #515151; }
    .contacts__content ul li {
      display: flex; }
      .contacts__content ul li:not(:last-child) {
        margin-bottom: 20px; }
      .contacts__content ul li span {
        display: block;
        min-width: 100px;
        margin-right: 20px; }

.contacts__button {
  display: flex;
  align-items: center; }
  .contacts__button:hover .contacts__circle {
    background: linear-gradient(180deg, #1c60c7 0%, #3380eb 100%); }

.contacts__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 30px;
  background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%);
  border-radius: 50%; }
  .contacts__circle svg {
    width: 17px;
    height: 17px;
    margin-left: 2px;
    fill: #ffffff; }

.contacts__body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #515151; }

.contacts__body span {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #1d69c9; }

@media (min-width: 1200px) {
  .contacts__content ul li span {
    min-width: 180px; } }

.callback {
  box-sizing: border-box;
  padding: 40px 20px;
  font-family: "Gilroy";
  background: linear-gradient(90deg, #fafcff 0%, #f1f7ff 100%);
  border: 1px solid #cbcbdd;
  border-radius: 3px; }

.callback__title {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  color: #03183d;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.callback__desc {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #9ea2a8;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.callback__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #b7b1b1; }

.callback__input {
  width: 100%;
  height: 71px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #03183d;
  background: transparent;
  border: 1px solid #1d69c9;
  border-radius: 3px; }

.callback__button {
  width: 100%;
  height: 71px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #4f84eb 0%, #2861cf 100%);
  border: none;
  border-radius: 3px;
  cursor: pointer; }
  .callback__button:hover {
    background: linear-gradient(90deg, #3480ea 0%, #1654b3 100%); }

@media (min-width: 1200px) {
  .callback {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    padding: 90px 60px 35px 60px; }
  .callback__right {
    flex-grow: 1; }
  .callback__input {
    margin-right: 15px;
    margin-bottom: 0; }
  .callback__button {
    margin-bottom: 0;
    margin-left: 15px; }
  .callback__form {
    display: flex;
    margin-bottom: 26px; }
  .callback__text {
    text-align: left; }
  .callback__content {
    margin-right: 55px; }
  .callback__desc {
    margin-bottom: 0;
    text-align: left; }
  .callback__title {
    font-size: 30px;
    line-height: 38px;
    text-align: left; } }

.ask {
  box-sizing: border-box;
  padding: 30px 35px 40px 35px;
  text-align: center;
  background: #f8fafb;
  border: 1px solid #ecf2f4;
  border-radius: 3px; }

.ask__button {
  min-width: 164px;
  height: 47px;
  padding: 2px 15px 0 15px; }

.ask__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  fill: #313336; }

.ask__text {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  font-family: "Gilroy";
  text-align: center;
  color: #787777; }

.manager {
  box-sizing: border-box;
  padding: 30px 35px;
  background: #f8fafb;
  border: 1px solid #ecf2f4;
  border-radius: 3px; }

.manager__img {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 23px; }
  .manager__img img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover; }

.manager__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #313336; }

.manager__position {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  color: #959bac; }

.manager__contacts {
  padding-left: 0;
  list-style: none;
  padding-top: 20px;
  border-top: 1px solid #b8bec9; }
  .manager__contacts li {
    font-size: 16px;
    line-height: 24px;
    color: #247ffb;
    transition: all 0.3s; }
    .manager__contacts li:hover {
      color: #1da1f2; }
    .manager__contacts li:not(:last-child) {
      margin-bottom: 12px; }

.navigation__button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1d69c9;
  background: #f8fafb;
  border: 1px solid #1d69c9;
  border-radius: 3px; }
  .navigation__button::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    margin-right: 28px;
    background-image: url("../img/icon__dots.svg"); }

.navigation__inner {
  position: relative;
  display: none;
  box-sizing: border-box;
  margin-top: -65px;
  padding: 30px 25px;
  background: #f8fafb;
  border: 1px solid #1d69c9;
  border-radius: 3px; }
  .navigation__inner--active {
    display: block; }

.navigation__close {
  position: absolute;
  top: 30px;
  right: 25px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .navigation__close svg {
    width: 13px;
    height: 13px;
    fill: #1d69c9; }

.navigation__title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #1d69c9; }

.navigation__list {
  padding-left: 0;
  list-style: none; }

.navigation__item:not(:last-child) {
  border-bottom: 1px solid #dadce0; }

.navigation__item a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 19px;
  color: #000000; }

.sidebar__manager {
  display: none; }

.sidebar__ask {
  display: none; }

.sidebar__navigation {
  margin-bottom: 40px; }

@media (min-width: 1200px) {
  .sidebar__ask {
    display: block;
    margin-bottom: 40px; }
  .sidebar__manager {
    display: block; } }

.reviews__desc {
  max-width: 800px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
  color: #7a8596; }

.reviews__button {
  height: 47px;
  margin-bottom: 32px; }

.reviews__list {
  padding-left: 0;
  list-style: none; }

.reviews__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }

.reviews__item:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #bed2ed; }

.reviews__img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 40px; }

.reviews__body {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(89.86deg, rgba(244, 244, 244, 0) 0.11%, #ffffff 29.46%, #f7f7f7 100.74%);
  border-radius: 3px; }

.reviews__date {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #929295; }

.reviews__content {
  font-size: 14px;
  line-height: 24px;
  color: #636364; }

@media (min-width: 1200px) {
  .reviews__item {
    position: relative;
    margin-right: 63px; }
  .reviews__img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 148px;
    margin-top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: translate(50%, -50%); }
  .reviews__body {
    position: relative;
    padding-top: 40px;
    padding-right: 95px;
    padding-bottom: 40px; }
  .reviews__list {
    margin-bottom: 77px; } }

.text-block {
  margin-bottom: 65px;
  font-size: 15px;
  line-height: 24px;
  color: #000000; }
  .text-block + .main__controls {
    margin-top: -40px; }
  .text-block + .main__callback {
    margin-top: -50px; }
  .text-block h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #232426; }
  .text-block img {
    display: block;
    border-radius: 3px; }
  .text-block img + h2 {
    margin-top: 40px; }
  .text-block p + img {
    margin-top: 20px; }
  .text-block ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px; }
    .text-block ul li {
      display: flex;
      align-items: flex-start; }
      .text-block ul li::before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        width: 5px;
        min-width: 5px;
        height: 5px;
        margin-top: 10px;
        margin-right: 17px;
        background: #1d69c9;
        border-radius: 50%; }
      .text-block ul li:not(:last-child) {
        margin-bottom: 10px; }
  .text-block p + h2 {
    margin-top: 40px; }
  .text-block img + p {
    margin-top: 30px; }
  .text-block p + p {
    margin-top: 15px; }

@media (min-width: 1200px) {
  .text-block + .main__controls {
    margin-top: 0; }
  .text-block + .main__callback {
    margin-top: 0; } }

.gallery {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden; }

.gallery__controls {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  transform: translateY(-50%); }
  .gallery__controls .controls__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s; }
    .gallery__controls .controls__button:hover {
      opacity: 1; }
    .gallery__controls .controls__button svg {
      width: 10px;
      height: 10px;
      fill: #ffffff; }

.gallery__top {
  position: relative; }

.gallery__list {
  padding-left: 0;
  list-style: none; }

.gallery__sub-list {
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 40px !important; }

.gallery__item img {
  display: block;
  border-radius: 3px; }

.gallery__sub-item {
  border: 2px solid transparent;
  border-radius: 3px; }
  .gallery__sub-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover; }
  .gallery__sub-item.swiper-slide-thumb-active {
    border: 2px solid #1d69c9; }

.single-project__title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 29px;
  color: #232426; }

.single-project__desc {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #000000; }

.single-project__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  flex-wrap: wrap;
  margin-bottom: 38px; }

.single-project__item {
  display: flex;
  align-items: center; }

.single-project__icon {
  width: 48px;
  height: 48px;
  margin-right: 15px; }

.single-project__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b; }

.single-project__value {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000; }

.faq {
  margin-bottom: 20px; }

.faq__title {
  margin-bottom: 37px;
  font-size: 24px;
  line-height: 29px;
  color: #000000; }

.faq__list {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #dfe2ee;
  border-bottom: 1px solid #dfe2ee; }

.faq__item--active .faq__header::after {
  transform: rotate(45deg); }

.faq__item--active .faq__content {
  display: block; }

.faq__item:not(:first-child) .faq__header {
  border-top: 1px solid #dfe2ee; }

.faq__content {
  display: none;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
  color: #000000; }

.faq__header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  cursor: pointer; }
  .faq__header::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    background-image: url("../img/add.svg");
    background-size: contain;
    transition: all 0.3s; }

@media (min-width: 1200px) {
  .faq {
    margin-bottom: 0; } }

.slider {
  margin-bottom: 60px; }
  .slider h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #232426; }

.slider__controls {
  display: flex;
  justify-content: center;
  margin-top: 28px; }
  .slider__controls .controls__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s; }
    .slider__controls .controls__button:first-child {
      margin-right: 13px; }
    .slider__controls .controls__button:hover {
      opacity: 0.6; }
    .slider__controls .controls__button svg {
      width: 10px;
      height: 10px;
      fill: #ffffff; }

.slider__list {
  padding-left: 0;
  list-style: none; }

.slider__item img {
  display: block;
  width: auto;
  height: 290px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .slider__controls {
    justify-content: flex-start; } }

.media {
  padding: 60px 15px 100px 15px; }

.media__list {
  padding-left: 0;
  list-style: none; }

.media__controls {
  display: flex; }
  .media__controls .controls__button:first-child {
    margin-right: 20px; }

.media__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

@media (min-width: 1200px) {
  .media {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 104px;
    padding-bottom: 150px; }
  .media__top {
    margin-bottom: 67px; } }

.warranty {
  padding: 30px 15px;
  background: linear-gradient(90deg, #fafcff 0%, #f1f7ff 100%); }

.warranty__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy";
  color: #9ea2a8;
  letter-spacing: 0.05em; }

.warranty__text {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-family: "Gilroy";
  color: #000000;
  letter-spacing: 0.01em; }
  .warranty__text span {
    color: #1d69c9; }
  .warranty__text a {
    color: #98a5c0;
    text-decoration: underline;
    transition: all 0.3s; }
    .warranty__text a:hover {
      color: #1d69c9; }

.warranty__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  margin-bottom: 40px; }

.warranty__item {
  position: relative;
  padding: 40px 35px 80px 0;
  border-bottom: 1px solid #cbcbdd;
  transition: all 0.3s; }
  .warranty__item:hover {
    border-color: #1d69c9; }
    .warranty__item:hover::before {
      background: #1d69c9; }
    .warranty__item:hover::after {
      background: #1d69c9; }
    .warranty__item:hover .warranty__name::before {
      background: linear-gradient(90deg, #1c60c7 0%, #3380eb 100%); }
  .warranty__item::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background: #cbcbdd;
    transition: all 0.3s; }
  .warranty__item::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    background: #cbcbdd;
    transition: all 0.3s; }

.warranty__name {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  font-family: "Gilroy";
  color: #4f4f4f;
  letter-spacing: 0.03em; }
  .warranty__name::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 11px;
    height: 11px;
    background: #cbcbdd; }

.warranty__desc {
  font-size: 15px;
  line-height: 23px;
  color: #858c92; }

@media (min-width: 1200px) {
  .warranty {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-top: 70px;
    padding-bottom: 70px; }
  .warranty__text {
    margin-bottom: 86px;
    font-size: 31px;
    line-height: 46px; } }

.promo__list {
  padding-left: 0;
  list-style: none; }

.promo__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.promo__title {
  max-width: 750px;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #2c2b2b;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px #b6bbc0; }

.promo__text {
  max-width: 375px;
  margin-bottom: 42px;
  font-size: 17px;
  line-height: 25px;
  color: #333333; }

.promo__button {
  height: 60px;
  padding: 0 47px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.07em; }

.promo__controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .promo__controls .promo__control:first-child {
    margin-right: 20px; }

.promo__control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #c7d9eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .promo__control:hover {
    opacity: 1; }
  .promo__control svg {
    width: 10px;
    height: 10px;
    fill: #1d69c9; }

@media (min-width: 600px) {
  .promo {
    position: relative; }
  .promo__controls {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 10;
    justify-content: space-between;
    width: calc(100% - 30px);
    transform: translateY(-50%); }
  .promo__control {
    opacity: 0.8; }
  .promo__inner {
    padding-right: 80px;
    padding-left: 80px; } }

@media (min-width: 1200px) {
  .promo__title {
    font-size: 55px;
    line-height: 65px; }
  .promo__inner {
    justify-content: flex-start;
    min-height: 680px;
    padding-top: 156px; } }

@media (min-width: 1360px) {
  .promo__inner {
    padding-right: calc(50% - 585px);
    padding-left: calc(50% - 585px); } }

@media (min-width: 1460px) {
  .promo {
    position: relative; }
  .promo__controls {
    position: absolute;
    top: 50%;
    left: 75px;
    z-index: 10;
    justify-content: space-between;
    width: calc(100% - 150px);
    transform: translateY(-50%); } }

.search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 40px 15px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }
  .search--active {
    visibility: unset;
    opacity: 1; }

.search__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  font-family: "Gilroy";
  color: #03183d; }

.search__input {
  /* identical to box height, or 63% */
  display: block;
  width: 100%;
  max-width: 620px;
  margin-bottom: 29px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 19px;
  font-family: "Gilroy";
  /* текст темный заголоки */
  color: #03183d;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 2px solid #03183d;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.search__close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .search__close svg {
    width: 22px;
    height: 22px; }

@media (min-width: 1000px) {
  .search {
    padding-top: 89px;
    padding-bottom: 77px; }
  .search__form {
    display: block;
    max-width: 620px;
    margin: 0 auto; }
  .search__text {
    display: block;
    max-width: 620px;
    margin: 0 auto; }
  .search__close {
    top: 38px;
    right: 114px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: 0 0;
  opacity: 0;
  pointer-events: none; }
  .popup.opened {
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.68);
    cursor: pointer;
    opacity: 1;
    pointer-events: auto; }
    .popup.opened .popup__wrapper {
      transform: translateY(0); }

.popup__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 70px 20px;
  overflow: auto;
  transform: translateY(-30px);
  transition: opacity 0.3s, transform 0.5s; }

.popup__body {
  background: #FFFFFF;
  border: 1px solid #CBCBDD;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  padding: 30px 20px;
  max-width: 505px; }

.popup__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  top: -38px;
  background: transparent; }
  .popup__close svg {
    fill: #ffffff;
    width: 22px;
    height: 22px; }

.popup__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4E5755;
  margin-bottom: 25px; }

.popup__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #858C92;
  margin-bottom: 44px; }

.popup__politic {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #B7B1B1;
  max-width: 286px;
  display: block;
  margin: 0 auto;
  margin-top: 45px; }

.popup__form {
  max-width: 350px;
  margin: 0 auto; }

.popup__button {
  width: 100%; }

.popup__input {
  border: 1px solid #BCC6DA;
  box-sizing: border-box;
  border-radius: 3px;
  height: 60px;
  width: 100%;
  display: block;
  padding: 0 25px;
  margin-bottom: 20px; }

.popup__textarea {
  border: 1px solid #BCC6DA;
  box-sizing: border-box;
  border-radius: 3px;
  min-height: 130px;
  width: 100%;
  display: block;
  padding: 25px;
  margin-bottom: 20px;
  resize: vertical;
  display: block; }

@media (min-width: 768px) {
  .popup__body {
    padding: 60px 65px 40px 65px; }
  .popup__close {
    right: -38px;
    top: -11px; } }

.lock {
  width: 100%;
  overflow: hidden; }

/*# sourceMappingURL=maps/main.css.map */
