:root {
  --color-primary: #000;
  --color-secondary: rgb(255, 4, 159);
  --font-header: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-body: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --col-services: 1fr;
  --icon-size: 15vw;
}

/* Explosions of colors palette */
/* Media Query Manager
0 - 400px       phone
400 - 900px     tab-v
900 - 1024px    tab-h
1024 - 1800px   default css desktop
1800 -          big-dt
*/
/* Media Query Manager
0 - 400px       default css phone
400 - 900px     tab-v
900 - 1024px    tab-h
1024 - 1800px   desktop
1800 -          big-dt
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.0rem;
  margin-bottom: 2.0rem;
  text-align: center;
}

h3 {
  font-size: 2.0rem;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 128rem;
  padding: 0;
}

.btn {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.15;
  padding: 1.75rem 3.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  -webkit-animation: hvr-push 0.3s ease-out 0.1s 1;
          animation: hvr-push 0.3s ease-out 0.1s 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.btn-gotop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2B705;
  border-radius: 50%;
  bottom: 4rem;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 5rem;
  z-index: 100;
}

.btn-gotop__img {
  height: 50%;
  width: 50%;
}

.card {
  -webkit-perspective: 100rem;
          perspective: 100rem;
}

.card__side {
  background-color: orangered;
  height: 100%;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.card:hover .card__side {
  scale: 11;
}

.popup {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.popup__panel {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.3);
  display: block;
  max-height: 70vh;
  opacity: 0;
  overflow: auto;
  position: relative;
  width: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all 0.5s 0.2s ease-out;
  transition: all 0.5s 0.2s ease-out;
}

@media only screen and (min-width: 56.25em) {
  .popup__panel {
    overflow: hidden;
    width: 75%;
  }
}

.popup__left {
  display: block;
  width: 100%;
}

.popup__right {
  display: block;
  padding: 2rem 1rem;
  width: 100%;
}

.popup__single {
  display: block;
  padding: 5rem;
  width: 100%;
}

@media only screen and (min-width: 56.25em) {
  .popup__left {
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
  .popup__right {
    display: table-cell;
    padding: 3rem 5rem;
    vertical-align: middle;
    width: 40%;
  }
}

.popup:target, .popup--open {
  opacity: 1;
  visibility: visible;
}

.popup:target .popup__panel,
.popup--open .popup__panel {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup__close:link, .popup__close:visited {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 0.3rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.popup__close:hover {
  color: #0477BF;
}

.popup__img {
  display: block;
  width: 100%;
}

.popup__title {
  line-height: 1.2;
  margin-bottom: 3rem;
}

.popup__table {
  border: 0;
  border-spacing: 4px;
  display: table;
  margin: 0 auto 3rem;
  width: 60%;
}

@media only screen and (min-width: 56.25em) {
  .popup__table {
    width: 90%;
  }
}

.popup__table td {
  padding: 0 1rem;
}

.popup__category {
  font-size: 1.4rem;
  font-weight: 700;
  width: 30%;
}

.popup__description {
  font-size: 1.4rem;
  width: 70%;
}

.popup__text--2col {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.popup__text--2col p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.popup__text--1col {
  font-size: 1.4rem;
  margin: 0 2rem;
}

.popup__text--1col p {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

@media only screen and (min-width: 56.25em) {
  .popup__text--1col p {
    margin: 0 0 2rem;
  }
}

.popup__text--1col a:link, .popup__text--1col a:visited {
  color: #BF04A0;
  font-weight: bold;
  text-decoration: none;
}

.banner {
  background-color: #BF04A0;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}

.banner__pict {
  overflow-x: hidden;
}

.banner__img {
  margin-top: -11rem;
}

.banner__txt {
  color: rgba(255, 255, 255, 0.8);
  margin: auto;
  padding: 20px 0;
  width: 90%;
}

.banner__txt h1,
.banner__txt h2 {
  margin: 1.5rem 2vw;
  line-height: 1.1;
}

@media only screen and (min-width: 50em) {
  .banner__txt {
    left: 50%;
    max-width: 1024px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.banner__btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 2rem auto;
}

.clients .logo__grid {
  margin: 2rem 0;
  min-width: 30rem;
}

.clients .logo__grid::after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (min-width: 38em) {
  .clients .logo__grid {
    width: 60rem;
  }
}

@media only screen and (min-width: 57em) {
  .clients .logo__grid {
    width: 90rem;
  }
}

@media only screen and (min-width: 75.5em) {
  .clients .logo__grid {
    width: 120rem;
  }
}

@media only screen and (min-width: 94em) {
  .clients .logo__grid {
    width: 150rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .clients .logo__grid {
    max-width: 100%;
  }
}

.clients .logo__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.9rem;
  height: 15rem;
}

.clients .logo__img {
  fill: #555;
  max-width: 70%;
  max-height: 90%;
}

.clients .logo__img:hover {
  fill: #333;
}

.footer {
  background-color: #000;
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 2.5rem;
  position: relative;
  width: calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));
}

.contact-form {
  max-width: 110rem;
  padding: 3.5rem 0;
}

.contact-form__fieldset-name, .contact-form__fieldset-company, .contact-form__fieldset-email, .contact-form__fieldset-phone, .contact-form__fieldset-info {
  margin: 0 0 2.0rem;
  width: 100%;
}

.contact-form__fieldset-buttons {
  margin: 2.0rem 0 0 0;
  text-align: center;
  width: 100%;
}

.contact-form__fieldset-buttons .btn {
  margin: 1.0rem 0 1.25rem 0;
  width: 100%;
  min-width: 25%;
}

@media only screen and (min-width: 25em) {
  .contact-form__fieldset-buttons .btn {
    margin: 0 1.0rem;
    max-width: 35%;
  }
}

.contact-form__fieldset-buttons .btn--submit {
  background-color: #F2B705;
}

.contact-form__fieldset-buttons .btn--reset {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.contact-form__fieldset-buttons .btn--reset:hover {
  border-color: #fff;
  color: #fff;
}

.contact-form__label {
  display: block;
  font-size: 90%;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.contact-form__input, .contact-form__textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 2.0rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
}

.contact-form__input:focus, .contact-form__textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: none;
}

.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__input:active, .contact-form__textarea:active {
  color: rgba(255, 255, 255, 0.8);
}

.contact-form__input:-webkit-autofill, .contact-form__input:-webkit-autofill:hover, .contact-form__input:-webkit-autofill:focus, .contact-form__input:-webkit-autofill:active, .contact-form__textarea:-webkit-autofill, .contact-form__textarea:-webkit-autofill:hover, .contact-form__textarea:-webkit-autofill:focus, .contact-form__textarea:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@media only screen and (min-width: 56.25em) {
  .contact-form {
    width: 100%;
    margin: 0 auto;
  }
  .contact-form__fieldset-name, .contact-form__fieldset-company, .contact-form__fieldset-email, .contact-form__fieldset-phone {
    display: inline-block;
    width: 48%;
  }
  .contact-form__fieldset-name, .contact-form__fieldset-email {
    margin-right: 2.5%;
  }
  .contact-form__textarea {
    width: 99%;
  }
}

.required::after {
  content: '*';
  color: crimson;
}

.samples-form {
  max-width: 110rem;
  padding: 3.5rem 0;
}

.samples-form__fieldset-category, .samples-form__fieldset-client, .samples-form__fieldset-title, .samples-form__fieldset-shortDesc, .samples-form__fieldset-image, .samples-form__fieldset-imgalt, .samples-form__fieldset-concept, .samples-form__fieldset-production, .samples-form__fieldset-description, .samples-form__fieldset-featured, .samples-form__fieldset-large {
  margin: 0 0 2.0rem;
  position: relative;
  width: 100%;
}

.samples-form__fieldset-buttons {
  margin: 2.0rem 0 0 0;
  text-align: center;
  width: 100%;
}

.samples-form__fieldset-buttons .btn {
  margin: 1.0rem 0 1.25rem 0;
  width: 100%;
  min-width: 25%;
}

@media only screen and (min-width: 25em) {
  .samples-form__fieldset-buttons .btn {
    margin: 0 1.0rem;
    max-width: 35%;
  }
}

.samples-form__fieldset-buttons .btn--submit {
  background-color: #F2B705;
}

.samples-form__fieldset-buttons .btn--reset {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.samples-form__fieldset-buttons .btn--reset:hover {
  border-color: #fff;
  color: #fff;
}

.samples-form__label {
  display: block;
  font-size: 90%;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.samples-form__select {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 2.0rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
}

.samples-form__select:focus {
  color: rgba(0, 0, 0, 0.8);
}

.samples-form__input, .samples-form__textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 2.0rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
}

.samples-form__input-checkbox, .samples-form__textarea-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  outline: none;
  padding: 1rem;
}

.samples-form__input-checkbox:checked, .samples-form__textarea-checkbox:checked {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.samples-form__input:focus, .samples-form__textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: none;
}

.samples-form__input::-webkit-input-placeholder, .samples-form__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.samples-form__input:-ms-input-placeholder, .samples-form__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.samples-form__input::-ms-input-placeholder, .samples-form__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.samples-form__input::placeholder, .samples-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.samples-form__input:active, .samples-form__textarea:active {
  color: rgba(255, 255, 255, 0.8);
}

.samples-form__input:-webkit-autofill, .samples-form__input:-webkit-autofill:hover, .samples-form__input:-webkit-autofill:focus, .samples-form__input:-webkit-autofill:active, .samples-form__textarea:-webkit-autofill, .samples-form__textarea:-webkit-autofill:hover, .samples-form__textarea:-webkit-autofill:focus, .samples-form__textarea:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@media only screen and (min-width: 56.25em) {
  .samples-form {
    width: 100%;
    margin: 0 auto;
  }
  .samples-form__fieldset-category, .samples-form__fieldset-client, .samples-form__fieldset-title, .samples-form__fieldset-shortDesc, .samples-form__fieldset-image, .samples-form__fieldset-imgalt, .samples-form__fieldset-concept, .samples-form__fieldset-production, .samples-form__fieldset-description {
    width: 95%;
  }
  .samples-form__textarea {
    width: 95%;
  }
}

.samples .samples-form__input-checkbox:checked + .checked::before {
  content: '\2713';
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 120%;
  left: 0.5rem;
  position: absolute;
  text-align: center;
  top: 1.75rem;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  min-height: 5rem;
  padding: 1rem 2.5rem;
  position: relative;
  top: 0;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  width: calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));
  z-index: 10;
}

.header .logo {
  width: 20rem;
}

.header .logo__img {
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.8));
  max-width: 85%;
}

.header .nav {
  font-family: var(--font-header);
  font-size: 1.6rem;
}

.header .nav__menu-icon-container {
  background-color: #F2059F;
  border-radius: 50%;
  height: 6rem;
  padding: 2rem 1.5rem;
  position: fixed;
  right: 2rem;
  top: 2.5rem;
  width: 6rem;
  z-index: 100;
}

.header .nav__menu-icon-container .menu-icon {
  cursor: pointer;
  width: 3rem;
}

.header .nav__menu-icon-container .menu-icon.open .hamburger:nth-child(2) {
  width: 0;
  opacity: 0;
}

.header .nav__menu-icon-container .menu-icon.open .hamburger:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.8rem;
}

.header .nav__menu-icon-container .menu-icon.open .hamburger:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.8rem;
}

.header .nav__menu-icon-container .menu-icon .hamburger {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  height: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-icon-container {
    display: none;
  }
}

.header .nav__menu-container {
  background-color: #F2059F;
  height: 100%;
  padding-top: 7rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: width ease-in-out 0.4s;
  transition: width ease-in-out 0.4s;
  width: 0;
  z-index: 1;
}

.header .nav__menu-container.open {
  right: 0;
  width: 20rem;
}

.header .nav__menu-container .menu {
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  width: 20rem;
}

.header .nav__menu-container .menu__item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container .menu__item {
    border-bottom: none;
    display: inline-block;
    margin: 0;
    padding: 0 1vw;
  }
}

@media only screen and (min-width: 112.5em) {
  .header .nav__menu-container .menu__item {
    padding: 0 2vw;
  }
}

.header .nav__menu-container .menu__item:last-child {
  border-bottom: 0;
}

.header .nav__menu-container .menu__item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container .menu__item:hover {
    background-color: transparent;
  }
}

.header .nav__menu-container .menu__link {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container .menu__link {
    position: relative;
  }
  .header .nav__menu-container .menu__link::after {
    content: "";
    background-color: #F2059F;
    bottom: 0;
    height: 0.4rem;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    width: 100%;
  }
}

.header .nav__menu-container .menu__link:hover {
  color: #fff;
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container .menu__link:hover {
    background-color: transparent;
  }
  .header .nav__menu-container .menu__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container .menu {
    white-space: nowrap;
    width: inherit;
  }
}

@media only screen and (min-width: 56.25em) {
  .header .nav__menu-container {
    background-color: transparent;
    padding: 0;
    position: relative;
    width: inherit;
  }
}

@media only screen and (min-width: 112.5em) {
  .header {
    margin: 0 auto;
    padding: 1rem 4vw;
  }
}

.work {
  /* ---- button-group ---- */
}

.work__grid {
  margin: 2rem auto;
  width: 100%;
}

.work__grid::after {
  content: '';
  display: block;
  clear: both;
}

.work__sample {
  display: block;
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 49%;
  -webkit-transition: background-image 1s 1s;
  transition: background-image 1s 1s;
}

@media only screen and (min-width: 25em) {
  .work__sample {
    max-width: 25.6rem;
    min-width: 12.8rem;
    width: 12.5%;
  }
}

.work__sample--large {
  height: auto;
  width: 98.5%;
}

@media only screen and (min-width: 25em) {
  .work__sample--large {
    max-width: 51.2rem;
    min-width: 25.6rem;
    width: calc(25% + 5px);
  }
}

.work__img {
  height: 100%;
  width: 100%;
}

.work__caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: radial-gradient(rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.3) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 10%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}

.work__heading {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 25em) {
  .work__heading {
    font-size: 90%;
  }
}

.work__info {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.1;
}

@media only screen and (min-width: 25em) {
  .work__info {
    font-size: 90%;
  }
}

.work__sample:hover .work__caption {
  opacity: 1;
}

.work__btn-filter {
  display: inline-block;
  background: #F2B705;
  border: none;
  border-radius: 0.3rem;
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  outline: none;
  padding: 1.5rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.work__btn-filter:hover {
  background-color: #8cf;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222;
}

.work__btn-filter:active, .work__btn-filter.is-selected {
  background-color: #28f;
}

.work__btn-filter.is-selected {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

.work__btn-filter:active {
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
}

.work__filter-btn-group {
  margin: 2rem 0;
}

.work__filter-btn-group:after {
  content: "";
  display: block;
  clear: both;
}

.work__filter-btn-group .work__btn-filter {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.work__filter-btn-group .work__btn-filter:first-child {
  border-radius: 0.3rem 0 0 0.3rem;
}

.work__filter-btn-group .work__btn-filter:last-child {
  border-radius: 0 0.3rem 0.3rem 0;
}

.work__error-title {
  text-align: center;
}

@media only screen and (min-width: 112.5em) {
  .work__error-message {
    text-align: center;
  }
}

section {
  margin: 0;
  padding: 5rem;
}

.main-content {
  font-size: 1.8rem;
}

@media only screen and (min-width: 25em) {
  .main-content {
    font-size: 1.6rem;
  }
}

.about {
  background-color: #BF04A0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

@media only screen and (min-width: 56.25em) {
  .about::after {
    content: '';
    display: block;
    clear: both;
  }
}

.about__title {
  line-height: 1.2;
}

.about__title .bvs {
  white-space: nowrap;
}

.about__photo {
  width: 20rem;
  display: none;
}

@media only screen and (min-width: 56.25em) {
  .about__photo {
    display: block;
    float: left;
    margin: -1.0rem 5vw 0 0;
  }
}

.about__img {
  border-radius: 50%;
  -webkit-box-shadow: 0 1rem 3.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1rem 3.5rem rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 100%;
}

.about__caption {
  font-size: 80%;
  margin-top: 1.5rem;
  text-align: center;
}

.about__caption .caption-name {
  display: block;
  font-weight: bold;
}

.about__text {
  margin-bottom: 1.5rem;
}

.about .btn-contact {
  background-color: #F2B705;
  display: inline-block;
  margin: 2.5rem auto;
  width: 35rem;
}

@media only screen and (min-width: 56.25em) {
  .about .btn-contact {
    margin: 2.5rem 0;
  }
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__card {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 80vw;
}

@media only screen and (min-width: 56.25em) {
  .services__card {
    width: 40vw;
  }
}

@media only screen and (min-width: 64em) {
  .services__card {
    width: 20vw;
  }
}

.services__icon {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.services__icon .print-icon,
.services__icon .web-icon,
.services__icon .photo-icon,
.services__icon .brand-icon {
  max-width: 12rem;
  fill: #BF04A0;
}

.services__icon .brand-icon {
  margin-left: 3.0rem;
}

.services__heading {
  color: #BF04A0;
}

.services__text {
  text-align: left;
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work__grid {
  max-width: 1800px;
}

.clients {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact {
  background-color: #0477BF;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.samples-header {
  background-color: #000000;
}

.samples-header .nav {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: inherit;
}

.samples-header .nav__menu-container {
  background-color: transparent;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: inherit;
}

.samples-header .nav__menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.samples-header .nav__menu-container .menu__item {
  border-bottom: none;
  display: inline-block;
  padding: 0 1vw;
}

.samples-header .nav__menu-container .menu__item:hover {
  background-color: transparent;
}

.samples-header .nav__menu-container .menu__link {
  position: relative;
}

.samples-header .nav__menu-container .menu__link::after {
  content: "";
  background-color: #F2059F;
  bottom: 0;
  height: 0.4rem;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  width: 100%;
}

.samples-header .nav__menu-container .menu__link:hover {
  background-color: transparent;
}

.samples-header .nav__menu-container .menu__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.samples {
  background: #0477BF;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  margin: 0;
  min-height: calc(100vh - 160px);
  padding: 5rem 0;
}

.samples h1 {
  text-align: center;
}

.samples-container {
  margin: 2rem auto;
  max-width: 110rem;
  text-align: center;
}

.samples-list {
  padding: 2rem 0;
  text-align: left;
}

.samples-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.samples-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.samples-list__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.samples-list__img {
  padding-right: 2rem;
  min-width: 15rem;
  width: 25%;
}

.samples-list__title {
  line-height: 1.1;
}

.samples .btn-add {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 2rem 0;
}

.login__panel {
  max-width: 90%;
}

@media only screen and (min-width: 56.25em) {
  .login__panel {
    max-width: 40%;
  }
}

.login-form__fieldset-cred, .login-form__fieldset-buttons {
  display: block;
  margin: 1rem auto;
  width: 80%;
}

.login-form__label {
  display: block;
}

.login-form__input {
  background-color: #f2f2f2;
  border: 0;
  display: block;
  margin: 0 0 1rem 0;
  padding: 1rem;
  width: 100%;
}

.login-form__fieldset-buttons {
  text-align: center;
}

.login-form .btn {
  margin: 0.5rem;
}

.login-form .btn--submit {
  background-color: #F2B705;
}

.disable {
  display: none;
}
/*# sourceMappingURL=main.css.map */