@charset "UTF-8";

@font-face {
  font-family: Montserrat;
  src: local("montserrat-light"), local("montserratlight"), url(../fonts/montserrat-light.woff2) format("woff2"),
    url(../fonts/montserrat-light.woff) format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local("montserrat-medium"), local("montserratmedium"), url(../fonts/montserrat-medium.woff2) format("woff2"),
    url(../fonts/montserrat-medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --baseline: 1.5;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

li > ol,
li > ul {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  min-width: 0;
}

html {
  box-sizing: border-box;
}

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

:root {
  --duration: 1;
}

body {
  color: #3c3c3b;
  font-family: Arial, sans-serif;
  line-height: var(--baseline);
  background-color: #fff;
}

blockquote {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
}

blockquote:after,
blockquote p:before {
  display: inline-block;
}

blockquote p:before {
  content: "«";
  margin-right: 0.5em;
}

blockquote p:after {
  content: "»";
  margin-left: 0.5em;
}

q {
  font-style: italic;
}

q:before {
  margin-right: 0.25em;
}

q:after {
  margin-left: 0.25em;
}

h2 q,
nav q,
q span {
  font-style: normal;
}

q [lang] {
  font-style: inherit;
}

:focus {
  outline: 1px dashed currentColor;
  outline-offset: 0.25em;
}

[tabindex="-1"]:focus {
  outline: none;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

label,
legend {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

label[for] {
  cursor: pointer;
}

legend {
  display: block;
}

input,
textarea {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: border-color calc(var(--duration) * 250ms);
  box-sizing: border-box;
  color: #3c3c3b;
  background-color: #fff;
  border: 1px solid #134393;
  border-radius: 14px;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
  border-color: #ababab;
  outline: 0;
}

textarea {
  display: block;
  width: 100%;
  resize: vertical;
}

address,
cite {
  font-style: normal;
}

strong {
  font-weight: 700;
}

a,
abbr[title] {
  text-decoration: none;
}

a {
  color: #134393;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

main a {
  font-weight: 700;
}

a abbr[title] {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  text-shadow: none;
  color: inherit;
  background: #e3e3e3;
}

::selection {
  text-shadow: none;
  color: inherit;
  background: #e3e3e3;
}

table {
  width: 100%;
}

caption {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid rgba(60, 60, 59, 0.75);
  text-align: left;
  color: #134393;
}

td:first-letter,
th:first-letter {
  text-transform: uppercase;
}

th {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #fff;
  background-color: #134393;
}

th:nth-child(n + 2) {
  border-left: 1px solid #fff;
}

td {
  border-bottom: 1px solid #3c3c3b;
  background-color: #fff;
}

td:nth-child(n + 2) {
  border-left: 1px solid #3c3c3b;
}

.u-visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-breadcrumb__list,
.c-footer__map-list,
.c-footer__social-list,
.c-nav__list,
.c-nav__sublist,
.c-overview,
.c-pagination,
.c-result__action,
li.c-color-chart__origin {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.c-btn,
.c-favorite,
.c-result__button {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.c-header,
.o-wrapper--context {
  position: relative;
}

.c-header {
  z-index: 15;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#0b3d94, #0b3d94 50%, #0a3172);
}

.c-header__logo {
  display: inline-block;
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.c-header__logo:before {
  content: normal;
}

.c-header__img {
  -webkit-filter: drop-shadow(0 0 15px #3c3c3b);
  filter: drop-shadow(0 0 15px #3c3c3b);
}

/*! Hamburgers | @author Jonathan Suh @jonsuh | @site https://jonsuh.com/hamburgers */
.hamburger {
  padding: 18px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:focus,
.hamburger:hover {
  -webkit-filter: opacity(75%);
  filter: opacity(75%);
  color: #fff;
}

.hamburger:focus .hamburger-inner,
.hamburger:focus .hamburger-inner:after,
.hamburger:focus .hamburger-inner:before,
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
  background-color: #fff;
}

.hamburger.is-active:focus,
.hamburger.is-active:hover {
  -webkit-filter: opacity(75%);
  filter: opacity(75%);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active:focus .hamburger-inner,
.hamburger.is-active:focus .hamburger-inner:after,
.hamburger.is-active:focus .hamburger-inner:before,
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner:after,
.hamburger.is-active:hover .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring[aria-expanded="true"] .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring[aria-expanded="true"] .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring[aria-expanded="true"] .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.c-nav {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.c-nav__item > a:active,
.c-nav__item > a:focus,
.c-nav__item > a:hover,
.c-nav__link:active,
.c-nav__link:focus,
.c-nav__link:hover {
  text-decoration: none;
  outline: 0;
}

.c-nav__subitem > a {
  color: #3c3c3b;
}

.c-nav__subitem > a:active,
.c-nav__subitem > a:focus,
.c-nav__subitem > a:hover {
  text-decoration: none;
  text-transform: inherit;
  outline: 0;
}

.c-nav__separator {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

.c-nav__flag {
  top: -38px;
  right: 18px;
  outline: 1px solid hsla(0, 0%, 92.2%, 0.5);
}

.c-nav__btn,
.c-nav__flag {
  position: absolute;
  z-index: 20;
}

.c-nav__btn {
  top: -56px;
  left: 0;
}

.c-nav__btn:active,
.c-nav__btn:focus,
.c-nav__btn:hover {
  outline: 0;
}

.c-footer {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ebebeb;
  opacity: 0.9;
}

.c-footer .o-wrapper {
  position: relative;
  border-top: 1px solid rgba(60, 60, 59, 0.75);
  padding-top: 42px;
}

.c-footer__top {
  position: absolute;
  z-index: 1;
  background-color: #ec1d3b;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3IiB3aWR0aD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTS4xNDkgOC40NzRsLjc1NC43NWMuMDk4LjEuMjE0LjE0OS4zNDUuMTQ5YS40ODcuNDg3IDAgMDAuMzQ2LS4xNDlsNS45MDctNS45MDkgNS45MDcgNS45MDlhLjQ3My40NzMgMCAwMC42OTIgMGwuNzUtLjc1Yy4wOTktLjEwMi4xNS0uMjE2LjE1LS4zNDdzLS4wNTEtLjI0Ny0uMTUyLS4zNDVMNy44NDYuNzc5YS40NjUuNDY1IDAgMDAtLjY5IDBMLjE1IDcuNzgzYS40NzUuNDc1IDAgMDAtLjAwMS42OTF6Ii8+PHBhdGggZD0iTS4xNDkgMTUuNjY3bC43NTQuNzUyYS40NzIuNDcyIDAgMDAuNjkxIDBsNS45MDctNS45MDkgNS45MDcgNS45MDlhLjQ4LjQ4IDAgMDAuMzQ2LjE0OS40ODMuNDgzIDAgMDAuMzQ2LS4xNDlsLjc1LS43NTFhLjQ2OS40NjkgMCAwMC0uMDAyLS42OTJMNy44NDYgNy45NzRhLjQ2NS40NjUgMCAwMC0uNjkgMEwuMTUyIDE0Ljk3NkEuNDguNDggMCAwMDAgMTUuMzJjMCAuMTMyLjA0OC4yNDQuMTQ5LjM0N3oiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  transition: background-color 0.5s;
}

.c-footer__top:active,
.c-footer__top:focus,
.c-footer__top:hover {
  background-color: #ababab;
}

.c-footer__header {
  position: relative;
  display: block;
  text-transform: uppercase;
}

.c-footer__header--spaced {
  margin-bottom: 7px;
}

.c-footer__header:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  border: 8px solid transparent;
  border-left-color: #134393;
  transform: rotate(-135deg);
  transform-origin: top left;
}

.c-footer__map-list {
  margin-bottom: 21px;
}

.c-footer__link,
.c-footer__map-item a {
  color: #3c3c3b;
  transition: color 0.25s;
}

.c-footer__link:active,
.c-footer__link:focus,
.c-footer__link:hover,
.c-footer__map-item a:active,
.c-footer__map-item a:focus,
.c-footer__map-item a:hover {
  color: #134393;
  text-decoration: underline;
}

.c-footer__link--img:active,
.c-footer__link--img:focus,
.c-footer__link--img:hover {
  color: rgba(60, 60, 59, 0.6);
}

.c-footer__copyright {
  border-top: 1px solid rgba(60, 60, 59, 0.5);
}

.c-footer__legal {
  font-size: 1em;
}

.c-footer__social-list {
  margin-bottom: 0;
}

.c-footer__social-item {
  display: inline-block;
}

.c-breadcrumb {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid rgba(60, 60, 59, 0.5);
  padding-bottom: 6px;
  font-size: 0.857em;
  text-transform: uppercase;
}

.c-breadcrumb__item {
  display: inline-block;
  margin-right: 6px;
}

.c-breadcrumb__item:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #134393;
}

.c-breadcrumb a,
.c-h1,
h1 {
  font-weight: 500;
}

.c-h1,
h1 {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  position: relative;
  border-bottom: 1px solid #134393;
  text-transform: uppercase;
  color: #134393;
}

.c-h1:before,
h1:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  border: solid transparent;
  border-left: solid #134393;
  transform: rotate(-135deg);
  transform-origin: top left;
}

.c-h1--without-border {
  border-bottom: 0;
  padding-bottom: 0;
}

.c-h1--error {
  border-bottom: 0;
  color: inherit;
}

.c-h1--error:before {
  content: normal;
}

.c-h2,
h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #ec1d3b;
  text-transform: none;
  color: #ec1d3b;
}

.c-h2:before,
h2:before {
  content: normal;
}

.c-h2__sup {
  font-weight: 500;
  display: block;
}

.c-h2__sup,
.c-h3,
.c-h4,
h3,
h4 {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
}

.c-h3,
.c-h4,
h3,
h4 {
  font-weight: 300;
  color: #134393;
}

.c-h3,
h3 {
  display: block;
}

.c-h4,
.c-h5,
h4,
h5 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.c-h5,
h5 {
  color: #134393;
}

h6 {
  font-size: 1rem;
}

.c-ol,
.c-ul {
  list-style-type: none;
}

.c-ol li,
.c-ul li {
  position: relative;
  padding-left: 1.5em;
}

.c-ol li:before,
.c-ul li:before {
  position: absolute;
  left: 0.25em;
}

.c-ol li {
  counter-increment: c-ol;
}

.c-ol li:before {
  content: counter(c-ol) ". ";
  top: 0;
  color: #134393;
  font-weight: 700;
}

.c-ul {
  list-style-type: none;
}

.c-ul li:before {
  content: "";
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #134393;
}

.c-img {
  position: relative;
  display: inline-block;
}

.c-img:before {
  content: "";
  position: absolute;
  z-index: -1;
  border: 55px solid transparent;
  border-left-color: #134393;
  transform: rotate(-135deg);
  transform-origin: top left;
}

.c-img img {
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}

.c-img small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
}

.c-btn {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  border: 1px solid #134393;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.c-btn:active,
.c-btn:focus,
.c-btn:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #134393;
}

.c-btn--highlight {
  color: #ec1d3b;
  border-color: #ec1d3b;
}

.c-btn--highlight:active,
.c-btn--highlight:focus,
.c-btn--highlight:hover {
  background-color: #ec1d3b;
}

.c-btn--invert {
  color: #fff;
  background-color: #134393;
  border-color: #fff;
}

.c-btn--invert:active,
.c-btn--invert:focus,
.c-btn--invert:hover {
  color: #134393;
  background-color: #fff;
  border-color: #134393;
}

.c-form__instruction {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

.c-form__img {
  vertical-align: top;
}

.c-form__label {
  display: block;
}

.c-form__label--checkbox {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
  padding-left: 2.125em;
}

.c-form__label--checkbox:last-child {
  margin: 0;
}

.c-form__label--checkbox:before {
  content: " ";
  position: absolute;
  left: 0;
  border: 1px solid #134393;
}

.c-form__label--checkbox:after {
  border-color: #ec1d3b;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 5px;
  height: 11px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}

.c-form__checkbox:checked + .c-form__label--checkbox:after {
  content: " ";
  position: absolute;
  -webkit-animation: draw 0.25s ease 1;
  animation: draw 0.25s ease 1;
}

@-webkit-keyframes draw {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  20% {
    width: 0.375em;
    height: 0;
    opacity: 1;
  }

  40% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }

  to {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
}

@keyframes draw {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  20% {
    width: 0.375em;
    height: 0;
    opacity: 1;
  }

  40% {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }

  to {
    width: 0.375em;
    height: 0.75em;
    opacity: 1;
  }
}

.c-form__input {
  display: block;
  width: 100%;
}

.c-form__select {
  overflow: hidden;
  position: relative;
  display: flex;
  border: 1px solid #134393;
  border-radius: 14px;
  background-color: #fff;
}

.c-form__select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #3c3c3b;
  width: 40px;
  background: #fff url(../img/arrow.svg) 50% 50% / auto 11px no-repeat;
  cursor: pointer;
  pointer-events: none;
}

.c-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}

.c-form__select select::-ms-expand {
  display: none;
}

.c-form__select select {
  flex: 1;
  box-sizing: border-box;
  color: #3c3c3b;
  cursor: pointer;
}

.c-form__forgotten-password,
.c-form__select select {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.c-form__forgotten-password {
  color: #fff;
  text-decoration: underline;
}

.c-form__submit {
  text-align: right;
}

.c-form--dark {
  border-bottom: 1px solid transparent;
  background-color: #134393;
}

.c-form--dark .c-form__label,
.c-form--dark legend {
  color: #fff;
}

.c-form--dark .c-form__label--checkbox:before {
  border-color: #fff;
  background-color: #fff;
}

.c-form--dark input:focus,
.c-form--dark textarea:focus {
  outline-color: #fff;
}

.c-form--center {
  position: relative;
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.5);
}

.frm_message {
  border: 1px solid #134393;
  border-radius: 14px;
  text-align: center;
  background-color: rgba(19, 67, 147, 0.15);
}

.frm_message p {
  margin-bottom: 0;
}

.c-favorite__svg {
  width: 17px;
  height: 18px;
}

.c-pagination {
  text-align: center;
}

.c-pagination__item,
.c-pagination__link {
  display: inline-block;
}

.c-pagination__link {
  margin: 0 10px;
  font-weight: 400;
  color: #ababab;
  text-decoration: none;
}

.c-pagination--short .c-pagination__link {
  color: #134393;
  text-decoration: underline;
}

.c-pagination__link:active,
.c-pagination__link:focus,
.c-pagination__link:hover {
  color: #134393;
  text-decoration: none;
}

.c-pagination__item [aria-current="page"] {
  font-weight: 700;
  color: #134393;
}

.c-pagination__link--img {
  display: inline-block;
  vertical-align: 1px;
  color: #134393;
}

.c-pagination__img:active,
.c-pagination__img:focus,
.c-pagination__img:hover {
  color: #ec1d3b;
}

.c-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.c-overlay__img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  transform: scale(0.95);
  transition: transform 0.3s;
  content-visibility: auto;
}

.c-overlay:target {
  visibility: visible;
  outline: none;
  opacity: 1;
  cursor: default;
}

.c-overlay:target .c-overlay__img {
  transform: scale(1);
}

.c-aside {
  padding: 21px 30px;
  font-size: 15px;
  line-height: 21px;
  box-shadow: 10px 15px 20px rgba(60, 60, 59, 0.3);
  background-color: #ebebeb;
}

.c-aside__btn {
  text-align: center;
}

.c-toc__item {
  margin-bottom: 7px;
}

.c-toc__link {
  font-weight: 300;
  color: #3c3c3b;
}

.c-toc__link,
.c-toc__link--is-active {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  position: relative;
}

.c-toc__link--is-active {
  font-weight: 500;
  display: inline-block;
  color: #ec1d3b;
}

.c-toc__link--is-active:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border: 5px solid transparent;
  border-left-color: #ec1d3b;
}

.c-overview__item {
  margin-bottom: 30px;
  color: #fff;
  background-color: #134393;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}

.c-overview__item--1 {
  background-image: url(../img/overview-1.jpg);
}

.c-overview__item--2 {
  background-image: url(../img/overview-2.jpg);
}

.c-overview__item--3 {
  background-image: url(../img/overview-3.jpg);
}

.c-overview__item--4 {
  background-image: url(../img/overview-4.jpg);
}

.c-overview__title {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  display: block;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  color: inherit;
}

.c-overview__title:active,
.c-overview__title:focus,
.c-overview__title:hover {
  text-decoration: none;
}

.c-overview__link {
  display: block;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.c-overview__link:active,
.c-overview__link:focus,
.c-overview__link:hover {
  text-decoration: none;
}

.c-color-chart--dark {
  background-color: #ebebeb;
}

.c-color-chart__item {
  position: relative;
}

.c-color-chart .c-h3 {
  text-transform: lowercase;
}

.c-color-chart .c-h3:first-letter {
  text-transform: uppercase;
}

.c-color-chart .c-h3 a {
  font-weight: 300;
}

li.c-color-chart__origin {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #3c3c3b;
  padding-left: 0;
  color: #3c3c3b;
}

li.c-color-chart__origin:before {
  content: normal;
}

.c-color-chart__img {
  display: block;
  box-shadow: 5px 8px 10px rgba(60, 60, 59, 0.3);
}

.c-result {
  position: relative;
  border: 1px solid #134393;
}

.c-result--favorite {
  border-color: transparent;
  background-color: #ebebeb;
}

.c-result__button {
  width: 100%;
  text-align: left;
}

.c-result__button:active,
.c-result__button:focus,
.c-result__button:hover {
  outline: none;
}

.c-result__button[aria-expanded="false"] {
  color: #fff;
  background-color: #134393;
}

.c-result__button[aria-expanded="true"] {
  color: #134393;
  background-color: transparent;
}

.c-result__button[aria-expanded]:after {
  content: "";
  position: absolute;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url(../img/arrow.svg) 50% 50% / cover no-repeat;
  transform: rotate(180deg);
}

.c-result__button[aria-expanded="false"]:after {
  background-image: url(../img/sprite.svg#arrow-white);
}

.c-result__title.c-h4 {
  margin: 0;
}

.c-result__wrapper[aria-hidden="true"] {
  display: none;
}

.c-result__container {
  position: relative;
}

.c-result__batch {
  font-weight: 500;
  text-decoration: underline;
}

.c-result__batch:active,
.c-result__batch:focus,
.c-result__batch:hover {
  text-decoration: none;
}

.c-result__img {
  box-shadow: 0 6px 10px rgba(60, 60, 59, 0.3);
}

.c-result__action {
  position: absolute;
  right: 0;
}

.c-result__action-item {
  display: inline-block;
  margin-left: 4px;
}

.c-result__container:first-child {
  border-top-color: transparent;
}

.c-result__container:first-child .c-result__link {
  top: 0;
}

.u-hidden {
  display: none !important;
}

.tns-item {
  margin-left: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration: 0;
  }

  html {
    scroll-behavior: auto;
  }
}

.c-nav__wrapper {
  font-size: 90%;
}

@media (max-width: 56.24em) {
  body {
    font-size: 0.9rem;
  }

  blockquote {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
  }

  label,
  legend {
    font-size: 14px;
    line-height: 18px;
  }

  legend {
    margin-bottom: 6px;
  }

  input,
  textarea {
    padding: 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }

  textarea {
    height: 126px;
  }

  dl,
  ol,
  p,
  ul {
    margin-bottom: 18px;
  }

  table {
    margin-bottom: 24px;
  }

  caption {
    padding: 6px 0;
    font-size: 15px;
    line-height: 18px;
  }

  td,
  th {
    padding: 6px 14px;
  }

  th {
    font-size: 14px;
    line-height: 18px;
  }

  .o-flex--um {
    display: flex;
    flex-direction: column;
  }

  .o-flex--um .o-flex--space {
    margin-top: 36px;
  }

  .o-flex--um .o-flex__order-1 {
    order: 1;
  }

  .o-flex--um .o-flex__order-2 {
    order: 2;
  }

  .o-flex--um .o-flex__order-3 {
    order: 3;
  }

  .o-flex--um .o-flex__order-4 {
    order: 4;
  }

  .c-header__logo {
    padding: 12px 0;
  }

  .c-header__img {
    height: 32px;
  }

  .c-nav {
    position: relative;
  }

  .c-nav__item > a,
  .c-nav__link {
    position: relative;
    display: block;
    border-top: 1px solid rgba(60, 60, 59, 0.5);
    padding: 6px 18px;
    color: #3c3c3b;
  }

  .c-nav__item > a[aria-expanded]:after,
  .c-nav__link[aria-expanded]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
    width: 14px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYiIHdpZHRoPSIxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDY3LjY1M0w5Ljk1OS4xNDZDOS44OTEuMDc4IDkuODEyLjA0NCA5LjcyNS4wNDRzLS4xNjYuMDM0LS4yMzMuMTAyTDUuNDk5IDQuMTM4IDEuNTA4LjE0NkMxLjQ0LjA3OCAxLjM2Mi4wNDQgMS4yNzQuMDQ0cy0uMTY2LjAzNC0uMjM0LjEwMkwuNTMzLjY1M2EuMzE4LjMxOCAwIDAwLjAwMS40NjdsNC43MzIgNC43MzRhLjMyMS4zMjEgMCAwMC4yMzMuMTAyLjMxNS4zMTUgMCAwMC4yMzQtLjEwMmw0LjczMy00LjczNGEuMzIuMzIgMCAwMC4wMDEtLjQ2N3ptMCAwIiBmaWxsPSIjMjA0NzkwIi8+PC9zdmc+);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.5s;
  }

  .c-nav__item > a[aria-expanded="true"]:after,
  .c-nav__link[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }

  .c-nav__sublist {
    overflow: hidden;
    border-top: 1px solid rgba(60, 60, 59, 0);
    background-color: #ebebeb;
    transition: max-height 0.5s, border-top-color 0.75s;
  }

  .c-nav__sublist[aria-hidden="false"] {
    max-height: 10rem;
    padding: 2px 0;
    border-top: 1px solid rgba(60, 60, 59, 0.5);
  }

  .c-nav__sublist[aria-hidden="true"] {
    max-height: 0;
  }

  .c-nav__subitem {
    padding: 4px 18px;
  }

  .c-nav__wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(60, 60, 59, 0.5);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(60, 60, 59, 0.5);
    transition: transform 1s;
  }

  .c-nav__wrapper[aria-hidden="false"] {
    transform: translateY(0);
  }

  .c-nav__wrapper[aria-hidden="true"] {
    transform: translateY(-100%);
  }

  .c-footer {
    padding-top: 36px;
  }

  .c-footer .o-flex__third {
    margin-bottom: 36px;
  }

  .c-footer__top {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    outline: 5px solid #fff;
    background-size: auto 13px;
    background-position: 50% 45%;
  }

  .c-footer__header {
    margin-bottom: 6px;
  }

  .c-footer__mail,
  .c-footer__url {
    display: inline-block;
  }

  .c-footer__mail:before,
  .c-footer__url:before {
    content: "-";
    display: inline-block;
    margin: 0 4px;
  }

  .c-footer__map-item {
    display: inline-block;
    vertical-align: middle;
  }

  .c-footer__map-item:after {
    content: "-";
    display: inline-block;
    margin: 0 4px;
  }

  .c-footer__map-item:last-child:after {
    content: normal;
  }

  .c-footer__copyright {
    padding: 18px 0 24px;
    text-align: center;
  }

  .c-footer__legal {
    display: block;
    margin-bottom: 18px;
  }

  .c-footer__social-item {
    margin: 0 12px;
  }

  .c-footer__img {
    height: 21px;
    width: auto;
  }

  .c-h1,
  h1 {
    margin: 48px 0 18px;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 30px;
  }

  .c-h1:before,
  h1:before {
    border-width: 8px;
  }

  .c-h1--without-border {
    margin-bottom: 12px;
  }

  .c-h1--with-link {
    padding-right: 100px;
  }

  .c-h2,
  h2 {
    margin: 18px 0;
    padding-bottom: 11px;
    font-size: 21px;
    line-height: 24px;
  }

  .c-h1 + .c-h2,
  .c-h1 + h2,
  h1 + .c-h2,
  h1 + h2 {
    margin-top: 12px;
  }

  .c-h3,
  .c-h4,
  h3,
  h4 {
    margin: 18px 0 12px;
  }

  .c-h3,
  h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .c-h4,
  h4 {
    font-size: 17px;
    line-height: 18px;
  }

  .c-h5,
  h5 {
    margin: 12px 0 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .c-img {
    margin: 13px 0 24px 13px;
  }

  .c-img:before {
    top: 66px;
    left: -13px;
  }

  .c-btn {
    padding: 12px 2em;
    border-radius: 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .c-btn--big {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .c-form {
    margin-bottom: 18px;
  }

  .c-form .c-form__container {
    margin-bottom: 24px;
  }

  .c-form__instruction {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .c-form__label {
    margin-bottom: 6px;
  }

  .c-form__info {
    margin-top: -18px;
  }

  .c-form__label--checkbox {
    font-size: 12px;
    line-height: 18px;
  }

  .c-form__label--checkbox:before {
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 4px;
  }

  .c-form__label--checkbox:after {
    top: 10px;
    left: 0.3em;
  }

  .c-form__select {
    padding: 9px 9px 9px 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .c-form__submit .c-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .c-form--dark {
    padding: 18px 18px 0;
  }

  .frm_message {
    margin-bottom: 18px;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .c-pagination {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .c-overview__item {
    padding: 12px 18px 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-overview__title {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 24px;
  }

  .c-overview__link {
    margin-top: 18px;
  }

  li.c-color-chart__origin {
    margin-bottom: 7px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .c-color-chart__img,
  .c-result {
    margin-bottom: 18px;
  }

  .c-result__button {
    padding: 18px 18px 12px;
  }

  .c-result__button,
  .c-result__button[aria-expanded="false"] {
    border-bottom: 1px solid transparent;
  }

  .c-result__button[aria-expanded="true"] {
    border-bottom-color: rgba(60, 60, 59, 0.3);
  }

  .c-result__button[aria-expanded]:after {
    top: 27px;
    right: 18px;
  }

  .c-result__container {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    padding-top: 12px;
  }

  .c-result__container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #134393;
  }

  .c-result__link {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }

  .c-result__action {
    top: 24px;
  }

  .c-result__container:first-child:before {
    content: normal;
  }

  .u-hidden--um {
    display: none;
  }
}

@media (min-width: 56.25em) {
  body {
    font-size: 1rem;
  }

  blockquote {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 28px;
  }

  label,
  legend {
    font-size: 16px;
    line-height: 21px;
  }

  legend {
    margin-bottom: 7px;
  }

  input,
  textarea {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 21px;
  }

  textarea {
    height: 147px;
  }

  dl,
  ol,
  p,
  ul {
    margin-bottom: 21px;
  }

  table {
    margin-bottom: 28px;
  }

  caption {
    padding: 7px 0;
    font-size: 18px;
    line-height: 21px;
  }

  td,
  th {
    padding: 7px 16px;
  }

  th {
    font-size: 16px;
    line-height: 21px;
  }

  .o-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .o-flex--middle {
    align-items: baseline;
  }

  .o-flex--wrap {
    flex-wrap: wrap;
  }

  .o-flex__full {
    width: 100%;
  }

  .o-flex__half {
    width: calc((100% - 30px) / 2);
  }

  .o-flex__third {
    width: calc((100% - 60px) / 3);
  }

  .o-flex__two-thirds {
    width: calc((100% - 30px) / 3 * 2);
  }

  .c-header__logo {
    padding-top: 24px;
  }

  .c-nav {
    padding: 24px 0 0;
    background-image: linear-gradient(#0a3172, #082350);
  }

  .c-nav__list--primary {
    display: flex;
    justify-content: flex-start;
  }

  .c-nav__item {
    position: relative;
    margin-left: 24px;
  }

  .c-nav__item:hover .c-nav__item > a:after,
  .c-nav__item:hover .c-nav__sublist {
    transform: translateY(0);
    opacity: 1;
  }

  .c-nav__item:hover .c-nav__sublist {
    visibility: visible;
  }

  .c-nav__item:focus-within .c-nav__item > a:after,
  .c-nav__item:focus-within .c-nav__sublist {
    transform: translateY(0);
    opacity: 1;
  }

  .c-nav__item:focus-within .c-nav__sublist {
    visibility: visible;
  }

  .c-nav__item:first-child {
    margin-left: 0;
  }

  .c-nav__item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -14px;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
  }

  .c-nav__item:first-child:before {
    content: normal;
  }

  .c-nav__item > a,
  .c-nav__link {
    position: relative;
    color: #fff;
    display: inline-block;
    padding-bottom: 20px;
  }

  .c-nav__item > a:active:after,
  .c-nav__item > a:focus:after,
  .c-nav__item > a:hover:after,
  .c-nav__item > a[aria-current="page"]:after,
  .c-nav__link:active:after,
  .c-nav__link:focus:after,
  .c-nav__link:hover:after,
  .c-nav__link[aria-current="page"]:after {
    opacity: 1;
  }

  .c-nav__item > a:after,
  .c-nav__link:after {
    content: "";
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    margin-left: -11px;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }

  .c-nav__sublist {
    position: absolute;
    z-index: 10;
    top: 41px;
    left: -14px;
    width: 205px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(60, 60, 59, 0.75);
    opacity: 0;
    visibility: hidden;
    transform: translateY(25%);
    transition: transform 0.5s, opacity 0.75s;
  }

  .c-nav__subitem {
    border-bottom: 1px solid rgba(60, 60, 59, 0.5);
  }

  .c-nav__subitem:last-child {
    border-bottom: 0;
  }

  .c-nav__subitem > a {
    position: relative;
    display: block;
    padding: 6px 12px;
  }

  .c-nav__subitem > a:active,
  .c-nav__subitem > a:focus,
  .c-nav__subitem > a:hover,
  .c-nav__subitem > a[aria-current="page"] {
    color: #134393;
  }

  .c-nav__subitem > a:active:before,
  .c-nav__subitem > a:focus:before,
  .c-nav__subitem > a:hover:before,
  .c-nav__subitem > a[aria-current="page"]:before {
    content: "";
  }

  .c-nav__subitem > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    border: 6px solid transparent;
    border-left-color: #134393;
    margin-top: -7px;
  }

  .c-nav__list--secondary {
    display: flex;
  }

  .c-nav__separator:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 21px;
    border-left: 1px solid #fff;
  }

  .c-nav__list--secondary a:after {
    top: 22px;
    border-width: 7px;
    margin-left: -7px;
  }

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

  .c-main {
    padding-top: 105px;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }

  .home .c-main,
  [class^="error"] .c-main {
    padding-top: 0;
    background-image: none;
  }

  .c-footer {
    padding-top: 63px;
  }

  .c-footer__top {
    top: -50px;
    right: 45px;
    width: 28px;
    height: 28px;
    background-size: auto 15px;
    background-position: 50% 50%;
  }

  .c-footer__mail,
  .c-footer__url {
    display: block;
  }

  .c-footer__map-item {
    margin-bottom: 7px;
  }

  .c-footer__copyright {
    padding: 14px 0 21px;
  }

  .c-footer__social-item {
    margin: 0 8px;
  }

  .c-h1,
  h1 {
    margin: 63px 0 21px;
    padding-bottom: 13px;
    font-size: 26px;
    line-height: 35px;
  }

  .c-h1:before,
  h1:before {
    border-width: 10px;
  }

  .c-h1--without-border {
    margin-bottom: 28px;
  }

  .c-h2,
  h2 {
    margin: 28px 0 21px;
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 28px;
  }

  .c-h3,
  .c-h4,
  h3,
  h4 {
    margin: 21px 0 14px;
  }

  .c-h3,
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .c-h4,
  h4 {
    font-size: 20px;
    line-height: 21px;
  }

  .c-h5,
  h5 {
    margin: 14px 0 7px;
    font-size: 18px;
    line-height: 21px;
  }

  .c-img {
    margin: 15px 0 28px 15px;
  }

  .c-img:before {
    top: 63px;
    left: -15px;
  }

  .c-btn {
    padding: 14px 2em;
    border-radius: 14px;
    font-size: 14px;
    line-height: 21px;
  }

  .c-btn--big {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 21px;
  }

  .c-btn--thin {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .c-form {
    margin-bottom: 21px;
  }

  .c-form .c-form__container {
    margin-bottom: 28px;
  }

  .c-form__container--right {
    text-align: right;
  }

  .c-form__instruction {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 21px;
  }

  .c-form__label {
    margin-bottom: 7px;
  }

  .c-form__info {
    margin-top: -21px;
  }

  .c-form__label--checkbox {
    font-size: 14px;
    line-height: 43px;
  }

  .c-form__label--checkbox:before {
    top: 0.78571em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 5px;
  }

  .c-form__label--checkbox:after {
    top: 22px;
    left: 0.375em;
  }

  .c-form__select:after {
    width: 48px;
    background-size: auto 13px;
  }

  .c-form__select {
    padding: 10px 10px 10px 18px;
    font-size: 14px;
    min-height: 43px;
  }

  .c-form__submit .c-btn {
    font-size: 16px;
    line-height: 21px;
  }

  .c-form--dark {
    padding: 21px 30px 0;
  }

  .c-form--center {
    margin: 56px auto;
    width: 700px;
  }

  .c-form--contact {
    margin-top: 49px;
  }

  .frm_message {
    margin-bottom: 21px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 21px;
  }

  .c-pagination {
    margin-top: 56px;
    font-size: 16px;
    line-height: 21px;
  }

  .c-overview__item {
    padding: 14px 20px 35px;
  }

  .c-overview__title {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 28px;
  }

  .c-overview__link {
    margin-top: 21px;
  }

  li.c-color-chart__origin {
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .c-color-chart__img,
  .c-result {
    margin-bottom: 21px;
  }

  .c-result__button {
    padding: 21px 30px 14px;
  }

  .c-result__button[aria-expanded]:after {
    top: 32px;
    right: 32px;
  }

  .c-result__container {
    box-sizing: content-box;
    margin: 0 30px;
    border-top: 1px solid #134393;
    padding: 35px 0 0 410px;
    min-height: 246px;
  }

  .c-result__subtitle {
    margin-top: 0;
    border-top: 1px solid rgba(60, 60, 59, 0.75);
    padding-top: 14px;
  }

  .c-result__link {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    width: 380px;
    height: 218px;
  }

  .c-result__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
  }

  .c-result__action {
    top: 50px;
  }

  .c-result__container:first-child {
    padding-top: 0;
  }

  .c-result__container:first-child .c-result__action {
    top: 14px;
  }

  .u-hidden--fm {
    display: none;
  }

  :root .c-nav__sublist,
  _:-ms-fullscreen .c-nav__sublist {
    top: 38px;
  }

  :root .c-nav__link:after,
  _:-ms-fullscreen .c-nav__link:after {
    bottom: -2px;
  }
}

@media (hover: none) {
  a:hover {
    text-decoration: none;
  }

  .c-footer__top:hover {
    background-color: #ec1d3b;
  }

  .c-footer__link,
  .c-footer__map-item a {
    color: inherit;
    text-decoration: inherit;
    outline: none;
  }

  .c-btn:hover {
    text-decoration: none;
    color: inherit;
    background-color: inherit !important;
  }
}

@media (max-width: 63.99em) {
  .o-wrapper {
    margin-right: 18px;
    margin-left: 18px;
  }

  .c-form .o-flex {
    display: block;
  }

  .c-form .c-form__container {
    width: 100%;
  }

  .c-form__submit {
    margin-bottom: 24px;
  }

  .c-form--contact .frm_fields_container {
    display: block;
  }

  .c-color-chart {
    margin-bottom: 24px;
    padding: 0 18px;
  }

  .u-hidden--ul {
    display: none;
  }
}

.rdv-body {
  background-image: url(../img/show-room1400blur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 64em) and (max-width: 78.115em) {
  .o-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  .c-main:not(.rdv-main) {
    background-image: url(../img/body--1100.jpg);
  }
}

@media (min-width: 78.125em) {
  .o-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .c-main:not(.rdv-main) {
    background-image: url(../img/body--1300.jpg);
  }
}

@media (min-width: 56.25em) and (max-width: 63.99em) {
  .c-main:not(.rdv-main) {
    background-image: url(../img/body--1024.jpg);
  }

  .c-color-chart__item {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
  }

  .c-color-chart__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .c-form .o-flex {
    flex-wrap: wrap;
  }

  .c-form__submit {
    margin-bottom: 28px;
  }

  .c-form--contact .frm_fields_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .c-color-chart {
    margin-bottom: 28px;
    padding: 0 30px;
  }

  .c-color-chart__item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }

  .c-color-chart__item:nth-child(4n) {
    margin-right: 0;
  }

  .u-hidden--fl {
    display: none;
  }
}

@media (min-width: 28.125em) and (max-width: 56.24em) {
  .c-form--center {
    margin: 48px auto;
    max-width: 85%;
  }

  .c-color-chart__item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
  }

  .c-color-chart__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 28.115em) {
  .c-pagination--short .c-pagination__item {
    display: block;
    margin-bottom: 12px;
  }

  .c-color-chart {
    overflow: hidden;
  }

  .c-color-chart__item {
    margin-top: 30px;
  }

  .u-hidden--us {
    display: none;
  }
}

@media (min-width: 28.125em) {
  .c-pagination--short .c-pagination__item:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    background-color: #134393;
  }

  .c-color-chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .u-hidden--fs {
    display: none;
  }
}
