/* Minification failed. Returning unminified contents.
(8116,35): run-time error CSS1030: Expected identifier, found '.'
(8116,44): run-time error CSS1031: Expected selector, found ')'
(8116,44): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  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: .35em .75em .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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 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'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

.layout-header {
  padding: 50px 0;
  background-color: #f0f0f0;
}

.layout-header .btn-back {
  display: none;
}

.logo-brand {
  position: relative;
  padding-left: 100px;
}

.logo-brand:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/logo.svg) 50% 50% no-repeat;
  background-size: contain;
}

.no-touchevents .logo-brand:hover .logo-brand__label {
  color: #fb8e54;
}

.logo-brand__label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  letter-spacing: .025em;
  color: #000;
}

.logo-brand__label span {
  display: block;
}

.layout-home .logo-brand__label {
  font-size: 20px;
}

.layout-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-header__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-header__panel .languages {
  margin-left: 20px;
}

.layout-header__panel .languages__link {
  font-size: 16px;
  font-weight: 400;
}

.layout-header__panel .languages__item {
  padding: 0 5px;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
}

.main-menu .main-menu__item:first-child {
  margin-left: 0;
}

.main-menu__item {
  margin-left: 40px;
}

.main-menu__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.main-menu__link-active {
  color: #d7d7d7;
}

.visually-impaired {
  display: block;
  margin: -10px 0;
  padding: 10px;
}

.visually-impaired .icon {
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #000;
}

.visually-impaired .icon-glasses {
  display: block;
  width: 42px;
  height: 21px;
}

.visually-impaired .icon-glasses-animate {
  margin: -8px 0;
}

.no-touchevents .visually-impaired:hover .icon-glasses {
  fill: #fb8e54;
}

.no-touchevents .visually-impaired:hover .icon-glasses-animate {
  -webkit-animation: glasses 1s steps(18);
  animation: glasses 1s steps(18);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.black-white .logo-brand:hover .logo-brand__label {
  color: #000;
}

.black-white .layout-header {
  background-color: #fff;
}

.black-white .layout-header .languages__link {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #000;
}

.black-white .layout-header .languages__link-active {
  border-bottom: none;
}

.black-white .layout-article .logo-brand:hover .logo-brand__label {
  color: #fff;
}

.black-white .logo-brand__label {
  font-size: 18px;
}

.black-white .main-menu__link {
  font-size: 24px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #000;
}

.black-white .main-menu__link:hover {
  border-bottom-color: transparent;
}

.black-white .main-menu__link-active {
  color: #000;
  border-bottom-color: transparent;
}

.black-white .main-menu__link-active:hover {
  border-bottom-color: #000;
}

.black-white .layout-article .main-menu__link {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #fff;
}

.black-white .layout-article .main-menu__link:hover {
  border-bottom-color: transparent;
}

.layout-footer {
  background-color: #f0f0f0;
}

.layout-footer .layout-footer__row:first-child {
  border-top: none;
}

.layout-footer__row {
  border-top: 1px solid #fff;
}

.grid-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.grid-footer .languages {
  margin-top: 80px;
}

.grid-footer .social-icons {
  text-align: right;
}

.grid-footer_links {
  padding: 80px 0 50px 200px;
}

.grid-footer__cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.footer-menu .footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__item {
  margin-bottom: 25px;
}

.footer-menu__link {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.footer-menu_lg {
  margin: 0;
}

.footer-menu_lg .footer-menu__item {
  margin-bottom: 20px;
}

.footer-menu_lg .footer-menu__link {
  font-size: 36px;
  font-weight: 600;
}

.languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.languages .languages__item:last-child {
  padding-right: 0;
}

.languages .languages__item:first-child {
  padding-left: 0;
}

.languages__item {
  padding: 0 10px;
}

.languages__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.languages__link-active {
  color: #fb8e54;
}

.social-icons {
  font-size: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}

.social-icons .social-icons__item:first-child {
  margin-left: 0;
}

.social-icons__item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.social-icons__item-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  border-radius: 50%;
}

.social-icons__item-link .icon {
  width: 40px;
  height: 40px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #1b1b22;
}

.no-touchevents .social-icons__item-link:hover .icon-vkontakte {
  fill: #4e6f93;
}

.no-touchevents .social-icons__item-link:hover .icon-facebook {
  fill: #3b5999;
}

.no-touchevents .social-icons__item-link:hover .icon-twitter {
  fill: #5ea9dd;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1d;
}

.copyright p {
  margin: 0;
}

.grid-footer_right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.developer {
  position: relative;
  padding-left: 100px;
  color: #1d1d1d;
}

.no-touchevents .developer:hover {
  color: #fb8e54;
}

.no-touchevents .developer:hover .developer__underlined {
  border-bottom-color: transparent;
}

.developer__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 21px;
}

.developer__label {
  font-size: 12px;
  line-height: 1;
}

.developer__underlined {
  margin-left: 5px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #868686;
}

.black-white .layout-footer {
  background-color: #000;
}

.black-white .layout-footer .languages__link {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid transparent;
}

.black-white .layout-footer .languages__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.black-white .layout-footer .languages__link-active {
  border-bottom-color: #fff;
}

.black-white .layout-footer .languages__link-active:hover {
  color: #fff;
  border-bottom-color: transparent;
}

.black-white .layout-header__panel .languages__link {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #000;
}

.black-white .layout-header__panel .languages__link:hover {
  border-bottom-color: transparent;
}

.black-white .layout-header__panel .languages__link-active {
  border-bottom-color: transparent;
}

.black-white .layout-header__panel .languages__link-active:hover {
  border-bottom-color: #000;
}

.black-white .copyright,
.black-white .developer,
.black-white .languages__link,
.black-white .footer-menu__link {
  color: #fff;
}

.black-white .footer-menu__link {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid transparent;
}

.black-white .footer-menu__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.black-white .developer__logo {
  fill: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .social-icons__item-link .icon {
  fill: #fff;
}

.black-white .social-icons__item-link:hover .icon {
  fill: #fff;
}

.black-white .developer:hover {
  color: #fff;
}

.banner {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.banner-inner {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-default {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 25px;
  -webkit-transition: background-size .3s linear, color .3s, box-shadow .3s;
  transition: background-size .3s linear, color .3s, box-shadow .3s;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(left, #fb8e54 0%, #ff6476 100%);
  background-image: linear-gradient(to right, #fb8e54 0%, #ff6476 100%);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.btn-default .icon-next {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 15px;
  vertical-align: middle;
  fill: #fff;
}

.no-touchevents .btn-default:hover {
  color: #fff;
  background-size: 300% 100%;
  box-shadow: none;
}

.btn-primary {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 25px;
  white-space: nowrap;
  color: #000;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.btn-primary .icon-prev {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-top: 1px;
  margin-right: 15px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  vertical-align: top;
  fill: #000;
}

.no-touchevents .btn-primary:hover {
  color: #fb8e54;
}

.no-touchevents .btn-primary:hover .icon-prev {
  fill: #fb8e54;
}

.btn-prev {
  background: #fb8e54;
}

.btn-prev .icon {
  margin: 0;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.btn-plus {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 3px;
  background-color: #000;
}

.btn-plus:before,
.btn-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  background-color: #fff;
}

.btn-plus:before {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}

.btn-plus:after {
  width: 2px;
  height: 12px;
  margin: -6px 0 0 -1px;
}

.no-touchevents .btn-plus:hover {
  color: #fff;
  background-color: #fb8e54;
}

.btn-light {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.btn-light .icon-plus {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #000;
}

.btn-light .icon-plus:before,
.btn-light .icon-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  background-color: #fff;
}

.btn-light .icon-plus:before {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}

.btn-light .icon-plus:after {
  width: 2px;
  height: 12px;
  margin: -6px 0 0 -1px;
}

.no-touchevents .btn-light:hover {
  color: #fb8e54;
}

.no-touchevents .btn-light:hover .icon {
  background-color: #fb8e54;
}

.btn-light.btn-disable {
  color: #f0f0f0;
  background-color: transparent;
}

.btn-light.btn-disable .icon {
  background-color: #f0f0f0;
}

.btn-info {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 25px;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #000;
}

.btn-info .icon-glasses {
  display: inline-block;
  width: 42px;
  height: 21px;
  margin: -2px 0;
  margin-right: 15px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  vertical-align: top;
  fill: #fff;
}

.no-touchevents .btn-info:hover {
  color: #fb8e54;
}

.no-touchevents .btn-info:hover .icon-glasses {
  fill: #fb8e54;
}

.btn-cross {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.btn-cross:before,
.btn-cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
}

.btn-cross:before {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}

.btn-cross:after {
  width: 2px;
  height: 12px;
  margin: -6px 0 0 -1px;
}

.no-touchevents .btn-cross:hover {
  background-color: #fb8e54;
}

.no-touchevents .btn-cross:hover:before,
.no-touchevents .btn-cross:hover:after {
  background-color: #fff;
}

.btn-underline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.btn-underline .icon-glasses {
  display: inline-block;
  width: 42px;
  height: 21px;
  margin: -2px 0;
  margin-right: 15px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  vertical-align: top;
  fill: #000;
}

.no-touchevents .btn-underline:hover .btn-underline__text {
  border-bottom-color: transparent;
}

.no-touchevents .btn-underline:hover .icon-glasses {
  fill: #fb8e54;
}

.btn-underline__text {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #000;
}

.btn-inline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.btn-inline .icon-next {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-top: 1px;
  margin-left: 15px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  vertical-align: top;
  fill: #000;
}

.no-touchevents .btn-inline:hover .icon-next {
  fill: #fb8e54;
}

.btn-disable {
  cursor: default;
  pointer-events: none;
  background-color: #f0f0f0;
}

.btn-disable .icon {
  fill: #fff;
}

@-webkit-keyframes glasses {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes glasses {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}

.icon-glasses-animate {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/sprite/glasses.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.layout-article .icon-glasses-animate {
  background: url(../images/sprite/glasses-white.png) 0 0 no-repeat;
}

@-webkit-keyframes glassesBlack {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes glassesBlack {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

.black-white .btn-default.btn-prev .icon {
  fill: #fff;
}

.black-white .btn-underline {
  color: #fff;
}

.black-white .btn-underline .icon-glasses {
  fill: #fff;
}

.black-white .btn-underline:hover {
  color: #fff;
}

.black-white .btn-underline:hover .icon-glasses {
  fill: #fff;
}

.black-white .btn-underline__text {
  border-bottom-color: #fff;
}

.black-white .icon-glasses-animate {
  background-position: 0 100%;
}

.black-white .visually-impaired:hover .icon-glasses-animate {
  -webkit-animation: glassesBlack .5s steps(9);
  animation: glassesBlack .5s steps(9);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.black-white .btn-default {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.black-white .btn-default .icon-next {
  fill: #000;
}

.black-white .btn-default:hover {
  color: #000;
}

.black-white .btn-default:hover .icon-next {
  fill: #000;
}

.black-white .btn-light:hover {
  color: #000;
}

.black-white .btn-light:hover .icon {
  background-color: #000;
}

.black-white .btn-info:hover {
  color: #fff;
}

.black-white .btn-inline {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #000;
}

.black-white .btn-inline:hover {
  border-bottom-color: transparent;
}

.black-white .btn-inline:hover .icon-next {
  fill: #000;
}

.black-white .btn-primary {
  color: #fff;
  background-color: #000;
}

.black-white .btn-primary .icon-prev {
  fill: #fff;
}

.black-white .slick-current .gallery-primary__thumbnail {
  border-color: #000;
}

.black-white .slick-list .gallery-primary__thumbnail:hover {
  border-color: #000;
}

.black-white .gallery-primary {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .btn-cross:hover,
.black-white .btn-plus:hover {
  background-color: #000;
}

.black-white .btn-cross {
  background-color: #000;
}

.black-white .btn-cross:before,
.black-white .btn-cross:after {
  background-color: #fff;
}

.black-white .btn-plus {
  background-color: #000;
}

.btn-back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.btn-back .icon {
  display: block;
  width: 24px;
  height: 16px;
  margin: 9px 6px;
  fill: #000;
}

/* gallery default */

.gallery-default__nav {
  margin: 0 0 10px -3px;
}

.gallery-default__nav-item {
  display: inline-block;
  width: 20%;
  padding: 0 3px;
  vertical-align: top;
}

.gallery-default__thumbnail {
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border: 3px solid #e8e8e8;
}

.gallery-default__thumbnail:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.no-touchevents .gallery-default__thumbnail:hover {
  border-color: #f7d584;
}

.gallery-default__thumbnail-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.slick-current .gallery-default__thumbnail {
  border-color: #de9200;
}

.gallery-object__img {
  margin: 0;
  text-align: center;
}

.gallery-object__img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gallery-object__footer {
  margin-top: 10px;
}

.gallery-object__description {
  font-weight: 300;
  width: 50%;
  padding-right: 10px;
}

.gallery-object__button {
  width: 50%;
  padding: 3px 0 0 10px;
  text-align: right;
}

.gallery-object__button .btn-default {
  max-width: 355px;
}

.gallery-object__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-object__name {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #818184;
}

.gallery-object__description {
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}

.gallery-object__description p {
  margin: 0;
}

/* gallery primary */

.gallery-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}

.gallery-primary__footer {
  position: relative;
  margin-bottom: 15px;
}

.gallery-primary__description {
  display: none;
}

.gallery-primary__content {
  font-size: 14px;
  line-height: 1.4;
  display: none;
  padding: 10px 20px;
  text-align: justify;
  color: #818184;
}

.gallery-primary__content p {
  margin: 0;
}

.gallery-primary__nav {
  margin: 0 0 0 -3px;
}

.gallery-primary__nav-item {
  display: inline-block;
  width: 25%;
  padding: 0 3px;
  vertical-align: top;
}

.gallery-primary__thumbnail {
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border: 3px solid #e8e8e8;
  border-radius: 3px;
}

.gallery-primary__thumbnail:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.no-touchevents .gallery-primary__thumbnail:hover {
  border-color: #fb8e54;
}

.gallery-primary__thumbnail-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.gallery-primary__thumbnail-img img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.slick-current .gallery-primary__thumbnail {
  border-color: #fb8e54;
}

.gallery-primary__image {
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
}

.gallery-primary__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery-primary__arrow-prev,
.gallery-primary__arrow-next {
  line-height: 25px;
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .7);
}

.gallery-primary__arrow-prev .icon,
.gallery-primary__arrow-next .icon {
  width: 8px;
  height: 12px;
  margin-top: 2px;
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
  stroke-width: 2;
  stroke: #fff;
  fill: none;
  stroke-miterlimit: 10;
}

.no-touchevents .gallery-primary__arrow-prev:hover,
.no-touchevents
  .gallery-primary__arrow-next:hover {
  background-color: black;
}

.gallery-primary__arrow-prev {
  left: 0;
  margin-left: -12px;
}

.gallery-primary__arrow-next {
  right: 0;
  margin-right: -12px;
}

.form-default .form-default__line:last-child {
  margin-bottom: 0;
}

.form-default__line {
  margin-bottom: 30px;
}

.form-default__line-space {
  margin-bottom: 60px;
}

.form-default__label {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #000;
}

.form-default__label em {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #838383;
}

.form-default__label span {
  font-weight: 400;
  color: #838383;
}

.controls-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
  border: 1px solid #bababc;
  border-radius: 3px;
}

.controls-group .controls-group__control:first-child {
  border-left: none;
  border-radius: 3px 0 0 3px;
}

.no-touchevents .controls-group:hover {
  border-color: #fb8e54;
}

.no-touchevents .controls-group:hover .form-control {
  color: #fb8e54;
  border-left-color: #fb8e54;
}

.no-touchevents .controls-group:hover .form-control::-webkit-input-placeholder {
  color: #fb8e54;
}

.no-touchevents .controls-group:hover .form-control::-moz-placeholder {
  color: #fb8e54;
}

.no-touchevents .controls-group:hover .form-control:-ms-input-placeholder {
  color: #fb8e54;
}

.no-touchevents .controls-group:hover .form-control:-moz-placeholder {
  color: #fb8e54;
}

.controls-group__control {
  font-size: 14px;
  line-height: 1.1;
  width: 50%;
  padding: 5px 25px;
  -webkit-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s;
  border: none;
  border-left: 1px solid #bababc;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
}

.controls-group__control::-webkit-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.controls-group__control::-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.controls-group__control:-ms-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.controls-group__control:-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.controls-group__control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.controls-group__control:focus::-moz-placeholder {
  opacity: 0;
}

.controls-group__control:focus:-ms-input-placeholder {
  opacity: 0;
}

.controls-group__control:focus:-moz-placeholder {
  opacity: 0;
}

.controls-group__control:focus + .controls-group__control::-webkit-input-placeholder {
  opacity: 0;
}

.controls-group__control:focus + .controls-group__control::-moz-placeholder {
  opacity: 0;
}

.controls-group__control:focus + .controls-group__control:-ms-input-placeholder {
  opacity: 0;
}

.controls-group__control:focus + .controls-group__control:-moz-placeholder {
  opacity: 0;
}

.form-default__control {
  position: relative;
}

.form-default__panel {
  margin: -5px -15px -5px -15px;
  padding: 15px;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.form-default__panel + .form-default__panel {
  margin-top: 15px;
}

.form-default__panel .btn-disable {
  background-color: #fff;
}

.form-default__panel .btn-disable:before,
.form-default__panel .btn-disable:after {
  background-color: #f0f0f0;
}

.form-default__btn {
  margin-top: 15px;
}

.controls-group_primary .form-control {
  border-color: #000;
}

.form-default .form-control {
  border: 1px solid #000;
}

.toggle-message__panel {
  display: none;
  padding-top: 10px;
}

.dropdown {
  position: relative;
}

.dropdown-control {
  position: relative;
  cursor: pointer;
  border: 1px solid #bababc;
  border-radius: 3px;
}

.dropdown-control .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 9px;
  height: 6px;
  margin: 9px 25px 0 0;
  -webkit-transition: stroke .3s, -webkit-transform .2s;
  transition: stroke .3s, -webkit-transform .2s;
  transition: stroke .3s, transform .2s;
  transition: stroke .3s, transform .2s, -webkit-transform .2s;
  stroke-width: 2px;
  stroke: #818184;
  fill: none;
}

.no-touchevents .dropdown-control:hover {
  border-color: #fb8e54;
}

.no-touchevents .dropdown-control:hover .dropdown-control__label {
  color: #fb8e54;
}

.no-touchevents .dropdown-control:hover .icon {
  stroke: #fb8e54;
}

.dropdown-control__label {
  font-size: 14px;
  line-height: 1.1;
  display: block;
  padding: 5px 40px 5px 25px;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  color: #818184;
}

.dropdown_bottom .dropdown-panel {
  margin-top: -500px;
}

.dropdown-control_open {
  border-color: #fb8e54;
}

.dropdown-control_open .dropdown-control__label {
  color: #fb8e54;
}

.dropdown-control_open .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: #fb8e54;
}

textarea.form-control {
  font-weight: 400;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  resize: none;
  vertical-align: top;
  border-radius: 3px;
}

textarea.form-control.form-control_md {
  height: 120px;
}

textarea.form-control::-webkit-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

textarea.form-control::-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

textarea.form-control:-ms-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

textarea.form-control:-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

textarea.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
}

textarea.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.form-control:focus:-moz-placeholder {
  opacity: 0;
}

.form-default__repeat-item + .form-default__repeat-item {
  margin-top: 10px;
}

.form-default__add {
  position: relative;
  padding-right: 42px;
}

.form-default__add-button {
  position: absolute;
  top: 0;
  right: 0;
}

.form-combine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.form-combine .form-combine__control:first-child {
  border-radius: 3px 0 0 3px;
}

.form-combine .form-combine__control:last-child {
  border-radius: 0 3px 3px 0;
}

.form-combine .form-combine__control + .form-combine__control {
  border-left: none;
}

.form-combine__control {
  font-size: 14px;
  line-height: 1;
  width: 50%;
  height: 32px;
  padding: 1px 15px 0;
  vertical-align: top;
  border: 1px solid #000;
}

.form-combine__control::-webkit-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-combine__control::-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-combine__control:-ms-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-combine__control:-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-combine__control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-combine__control:focus::-moz-placeholder {
  opacity: 0;
}

.form-combine__control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-combine__control:focus:-moz-placeholder {
  opacity: 0;
}

.form-combine__control:focus + .form-combine__control::-webkit-input-placeholder {
  opacity: 0;
}

.form-combine__control:focus + .form-combine__control::-moz-placeholder {
  opacity: 0;
}

.form-combine__control:focus + .form-combine__control:-ms-input-placeholder {
  opacity: 0;
}

.form-combine__control:focus + .form-combine__control:-moz-placeholder {
  opacity: 0;
}

.form-default__button .btn-default {
  width: 100%;
}

.form-default__button--next {
  width: 100%;
}

.form-default__button:not(:last-child) {
  margin-right: 40px;
}

.form-default__line .steps {
  margin-top: 60px;
}

.error-message {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  color: #ff333f;
}

.form-default_error .select-styled {
  box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
}

.form-control_error {
  position: relative;
  z-index: 1;
  border: none;
  box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
}

.radio-primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio-primary input:checked + .radio-primary__text,
.radio-primary input:checked + .radio-primary_left,
.radio-primary input:checked + .radio-primary_right {
  color: #000;
}

.radio-primary__toggle {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 22px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 3px;
}

.radio-primary__toggle:before {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 2px;
  content: '';
  -webkit-transition: left .3s, background-color .3s;
  transition: left .3s, background-color .3s;
  border-radius: 2px;
  background-color: #000;
}

.radio-primary__toggle.checked {
  background-color: #fb8e54;
}

.radio-primary__toggle.checked:before {
  left: 18px;
  background-color: #fff;
}

.radio-primary__control,
.radio-primary__control-left,
.radio-primary__control-right {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-primary__text,
.radio-primary_left,
.radio-primary_right {
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.radio-primary_left,
.radio-primary_right {
  padding-top: 2px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #818184;
}

.radio-primary_left {
  margin-right: -20px;
  padding-right: 30px;
}

.radio-primary_right {
  margin-left: -20px;
  padding-left: 30px;
}

.form-default__captcha > img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.form-control {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  height: 32px;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
}

.form-control::-webkit-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-control::-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-control:-ms-input-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-control:-moz-placeholder {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #818184;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
}

.upload-file {
  position: relative;
  overflow: hidden;
  min-height: 292px;
}

.upload-images {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 20px 20px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.upload-images.upload-images_dropping {
  border: 1px dashed #fb8e54;
}

.upload-images__description {
  max-width: 260px;
  margin: 0 auto 40px;
  text-align: center;
  color: #818184;
}

.upload-images__description p {
  margin: 0;
}

.upload-images__preview {
  font-size: 0;
  display: none;
  min-height: 292px;
  padding: 16px 16px 110px 16px;
}

.upload-images__preview-item {
  position: relative;
  z-index: 3;
  padding: 16px;
  -webkit-transition: opacity .6s, background-color .3s;
  transition: opacity .6s, background-color .3s;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.upload-images__preview-item .form-default__label {
  font-size: 14px;
}

.upload-images__preview-item:not(:last-child) {
  margin-bottom: 16px;
}

.upload-images__preview-item.hide {
  opacity: 0;
}

.form-default__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.upload-images__preview-item-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 4px;
}

.upload-images__preview-item-img-wrapper::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.upload-images__preview-item-name {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #818184;
}

.upload-images__preview-item-uploaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upload-images__preview-item-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 305px;
  margin-right: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-images__preview-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-images__preview-item-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border: 0;
  border-radius: 3px;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upload-images__preview-item-delete:hover {
  opacity: .8;
}

.upload-images__preview-item-delete .icon {
  width: 10px;
  height: 10px;
}

.upload-images__button {
  position: relative;
  z-index: 1;
  width: 260px;
  min-width: 260px;
  margin: 0 auto;
}

.upload-images__button.active {
  margin-top: auto;
}

.upload-images__button .btn {
  width: 100%;
}

.upload-images__control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.upload-images__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: -12px -12px 0 0;
  cursor: pointer;
  -webkit-transition: background-color .3s, opacity .3s;
  transition: background-color .3s, opacity .3s;
  opacity: 0;
  border-radius: 50%;
  background-color: #000;
}

.upload-images__remove:before,
.upload-images__remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  content: '';
  background-color: #fff;
}

.upload-images__remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.upload-images__remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touchevents .upload-images__remove:hover {
  background-color: #fb8e54;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

.upload-images__load {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background-color: #f0f0f0;
}

.upload-images__status {
  width: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #fb8e54 0%, #ff6476 100%);
  background-image: linear-gradient(to right, #fb8e54 0%, #ff6476 100%);
  background-repeat: repeat-x;
}

.black-white .error-message {
  color: #000;
}

.black-white .form-control_error {
  box-shadow: 0 0 0 2px #000, 0 0 0 1px #000;
}

.black-white .upload-images__remove:hover {
  background-color: #000;
}

.black-white .upload-images__load {
  background-color: #fff;
}

.black-white .upload-images__status {
  background-color: #000;
  background-image: none;
}

.black-white .form-default__captcha {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .steps__item,
.black-white .steps_item-passed {
  background-color: #000;
}

.black-white .form-default__button .btn-default {
  color: #fff;
  background-color: #000;
}

.black-white .form-default_error .select-styled {
  box-shadow: 0 0 0 2px #000, 0 0 0 1px #000;
}

.black-white .form-default_error .error-message {
  color: #000;
}

.black-white .dropdown-control {
  border-color: #000;
}

.black-white .dropdown-control .icon-arrow {
  stroke: #000;
}

.black-white .dropdown-control:hover {
  border-color: #000;
}

.black-white .dropdown-control:hover .dropdown-control__label {
  color: #000;
}

.black-white .dropdown-control:hover .icon-arrow {
  stroke: #000;
}

.black-white .controls-group {
  border-color: #000;
}

.black-white .controls-group:hover {
  border-color: #000;
}

.black-white .controls-group__control {
  border-left-color: #000;
}

.black-white .dropdown-control__label {
  color: #000;
}

.black-white .dropdown-control_open .dropdown-control__label {
  color: #000;
}

.black-white .dropdown-control_open .icon-arrow {
  stroke: #000;
}

.black-white .checkbox__control:checked + .checkbox__label {
  color: #000;
}

.black-white .checkbox__control:checked + .checkbox__label:before {
  border-color: #000;
  background-color: #000;
}

.black-white .checkbox__control:checked + .checkbox__label:after {
  background-image: url(../images/icons/icon-check-white.svg);
}

.black-white .checkbox:hover .checkbox__label:before {
  border-color: #000;
  background-color: #000;
}

.form-tips {
  position: relative;
}

.form-tips__dropdown {
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  max-height: 300px;
  margin: -3px 0 0 0;
  padding: 5px 0 10px 0;
  list-style: none;
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.form-tips__dropdown li {
  padding: 5px 15px;
  cursor: pointer;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  cursor: pointer;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 40px 0 15px;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent, 0 0 0 1px #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.select-styled .icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 6px;
  margin: 14px 12px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  fill: none;
  stroke: #818184;
  stroke-width: 2px;
}

.select-styled.active {
  border-radius: 3px 3px 0 0;
}

.select-styled.active .icon-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select-styled__label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-styled_placeholder {
  color: #818184;
}

.select-styled__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.select-options {
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  max-height: 300px;
  margin: -1px -1px 0 -1px;
  padding: 5px 0 10px 0;
  list-style: none;
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.select-options li {
  margin: 0;
  padding: 5px 15px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.select-options li[rel='hide'] {
  display: none;
}

li.select-default__search {
  margin: 0 0;
  padding: 10px 0;
}

.select-default__search-control {
  font-size: 14px;
  width: 100%;
  padding: 8px 15px;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #f0f0f0;
}

.burger {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 50%;
  visibility: hidden;
  width: 55px;
  height: 55px;
  margin: 50px 0 0 -875px;
  cursor: pointer;
  -webkit-transition: opacity .3s, visibility .1s, background-size .3s linear;
  transition: opacity .3s, visibility .1s, background-size .3s linear;
  opacity: 0;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #fb8e54 0%, #ff6476 100%);
  background-image: linear-gradient(to right, #fb8e54 0%, #ff6476 100%);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.burger:before,
.burger:after {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  height: 3px;
  content: '';
  background-color: #fff;
}

.burger:before {
  width: 25px;
  margin-top: 19px;
}

.burger:after {
  width: 21px;
  margin-top: 33px;
}

.no-touchevents .burger:hover {
  background-size: 300% 100%;
}

.burger_show {
  visibility: visible;
  opacity: 1;
}

.burger-hide-on-scroll.burger_show {
  display: none;
}

.burger.burger-hide {
  visibility: hidden;
}

.burger__item {
  position: absolute;
  top: 0;
  left: 15px;
  width: 17px;
  height: 3px;
  margin-top: 26px;
  background-color: #fff;
}

.layout-menu {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity .8s cubic-bezier(.17, .04, .03, .94);
  transition: opacity .8s cubic-bezier(.17, .04, .03, .94);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  background-color: #fff;
  will-change: transform;
}

.layout-menu .container {
  position: relative;
}

.layout-menu__body {
  padding: 20vh 0 50px 0;
}

.layout-menu__body .layout-menu__grid {
  margin: 0;
}

.layout-menu__body .layout-menu__cell {
  padding: 0 0 0 100px;
}

.layout-menu__footer {
  padding: 50px 0 10vh;
}

.layout-resize .layout-menu {
  display: none;
}

.layout-menu__autoscroll {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.layout-menu__autoscroll .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-menu__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px;
}

.layout-menu__grid + .layout-menu__grid {
  margin-top: 90px;
}

.layout-menu__cell {
  width: 50%;
  padding: 0 50px;
}

.layout-menu__item + .layout-menu__item {
  margin-top: 90px;
}

.layout-menu__item .languages__link {
  font-weight: 500;
}

.nav-links {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}

.nav-links .nav-links__item:first-child {
  margin-top: 0;
}

.nav-links .nav-links__item:last-child {
  margin-bottom: 0;
}

.nav-links + .nav-links {
  margin-top: 90px;
}

.nav-links__item {
  margin-top: 90px;
  margin-bottom: 90px;
}

.nav-links__link {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.nav-links_md {
  padding-top: 0;
}

.nav-links_md .nav-links__link {
  font-size: 60px;
  font-weight: 700;
}

.nav-links_md .nav-links__item {
  margin-top: 70px;
  margin-bottom: 70px;
}

.layout-menu__close,
.module-catalog__close {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 42px 0 0 -883px;
  cursor: pointer;
  border-radius: 50%;
}

.layout-menu__close:before,
.module-catalog__close:before,
.layout-menu__close:after,
.module-catalog__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 3px;
  margin: 0 0 0 -17px;
  content: '';
  background-color: #e98854;
}

.layout-menu__close:before,
.module-catalog__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layout-menu__close:after,
.module-catalog__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open-dropdown-menu {
  overflow: hidden;
}

.open-dropdown-menu .layout-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.open-dropdown-menu .layout-menu__cell {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.open-dropdown-menu .layout-menu__body .layout-menu__grid .layout-menu__cell:nth-child(1) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.open-dropdown-menu .layout-menu__body .layout-menu__grid .layout-menu__cell:nth-child(2) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.open-dropdown-menu .layout-menu__footer .layout-menu__grid .layout-menu__cell:nth-child(1) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.open-dropdown-menu .layout-menu__footer .layout-menu__grid .layout-menu__cell:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.black-white .burger {
  background-color: #000;
  background-image: none;
  box-shadow: none;
}

.black-white .layout-menu {
  background-color: #000;
}

.black-white .nav-links__link {
  color: #fff;
}

.black-white .nav-links__link:hover {
  color: #fff;
}

.black-white .layout-menu .languages__link:hover {
  color: #fff;
}

.black-white .layout-menu__close,
.black-white .module-catalog__close {
  background-color: #fff;
}

.black-white .layout-menu__close:before,
.black-white .module-catalog__close:before,
.black-white .layout-menu__close:after,
.black-white .module-catalog__close:after {
  background-color: #000;
}

.accordion .accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__item {
  margin-bottom: 50px;
}

.accordion__item-open .accordion__toggle .accordion__headline {
  color: #fb8e54;
  border-bottom-color: transparent;
}

.accordion__item-open .accordion__toggle:before,
.accordion__item-open .accordion__toggle:after {
  top: 18px;
  right: -10px;
  width: 20px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #000;
}

.accordion__item-open .accordion__toggle:before {
  margin-top: 0;
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

.accordion__toggle {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
}

.accordion__toggle:before,
.accordion__toggle:after {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 11px;
  height: 3px;
  content: '';
  -webkit-transition: background-color .3s, -webkit-transform-origin .3s;
  transition: background-color .3s, -webkit-transform-origin .3s;
  transition: background-color .3s, transform-origin .3s;
  transition: background-color .3s, transform-origin .3s, -webkit-transform-origin .3s, -ms-transform-origin .3s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-color: #818184;
}

.accordion__toggle:before {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion__toggle:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-touchevents .accordion__toggle:hover .accordion__headline {
  color: #fb8e54;
  border-bottom-color: transparent;
}

.no-touchevents .accordion__toggle:hover:before,
.no-touchevents .accordion__toggle:hover:after {
  background-color: #fb8e54;
}

.accordion__headline {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  display: inline;
  -webkit-transition: color .3s, border-bottom .3s;
  transition: color .3s, border-bottom .3s;
  color: #000;
  border-bottom: 1px dotted #818184;
}

.accordion__body {
  display: none;
}

.accordion__body .document-item:first-child {
  margin-top: 30px;
}

.section-body {
  position: relative;
}

.btn-top {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 55px;
  height: 55px;
  margin: 0 -445px 80px 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 0;
  border-radius: 50%;
  background-color: #f0f0f0;
}

.btn-top .icon-arrow-top {
  display: block;
  width: 18px;
  height: 26px;
  margin: 14px auto;
  fill: #000;
  stroke: #000;
}

.no-touchevents .btn-top:hover {
  background-color: #fb8e54;
}

.event {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}

.event img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-nav__btn {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding: 15px 60px;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
  color: #000;
  border: 0;
  outline: none;
  background: none;
}

.section-nav__btn:hover {
  color: #fb8e54;
}

.section-nav__btn:disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, .3);
}

.section-nav__btn.active {
  color: #fb8e54;
}

.black-white .section-nav {
  background-color: #fff;
}

.black-white .section-nav__btn {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid transparent;
}

.black-white .section-nav__btn:disabled {
  color: #000;
}

.black-white .section-nav__btn:hover {
  color: #000;
}

.black-white .section-nav__btn.active {
  color: #000;
  border-color: #000;
}

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

:active,
:focus,
:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
  color: #000;
}

.no-touchevents a:hover {
  text-decoration: none;
  color: #fb8e54;
}

.link-underline {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

p {
  margin: 15px 0;
}

p:empty {
  display: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.layout-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

article {
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

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

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

.preloader {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + ( 330px / 2));
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  background: url(../images/preloader.gif) 50% 50% no-repeat;
  background-size: contain;
}

body {
  visibility: hidden;
  -webkit-transition: visibility .2s;
  transition: visibility .2s;
}

#hidden-template {
  display: none;
}

.layout-show {
  visibility: visible;
}

.black-white a:hover {
  color: #000;
}

.slick-dots {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color .3s, width .3s linear;
  transition: background-color .3s, width .3s linear;
  border: none;
  border-radius: 6px;
  background-color: #fb8e54;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-dots li.slick-active button {
  width: 26px;
  background-color: #000;
}

.grid-article .slick-track {
  margin-left: 0;
}

.section-main {
  padding: 100px 0 100px 0;
}

.section-main .container {
  padding-right: 0;
}

.section-main .section-primary {
  padding-left: 100px;
}

.section-primary + .section-primary {
  margin-top: 120px;
}

.section-primary__headline {
  font-size: 100px;
  line-height: 1;
  display: block;
  margin: 0;
  color: #000;
}

.section-primary__body {
  margin-top: 50px;
}

.section-welcome {
  position: relative;
  min-height: 700px;
  padding: 100px 0;
  background-color: #f0f0f0;
}

.section-welcome__footer {
  margin-top: 150px;
}

.section-welcome__description {
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  color: #000;
}

.section-welcome__description p {
  margin: 0;
}

.section-welcome__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-welcome__inner {
  position: relative;
  z-index: 2;
}

.section-welcome__panel {
  padding-left: 100px;
}

.section-welcome__media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-welcome__media .slider-primary {
  height: 100%;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav .main-nav__item:first-child {
  margin-top: 0;
}

.main-nav .main-nav__item:last-child {
  margin-bottom: 0;
}

.main-nav__item {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-nav__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 350px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: .025em;
  opacity: 0;
  color: rgba(0, 0, 0, .6);
}

.main-nav__link {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
  color: #000;
  border-bottom: 1px solid #000;
}

.no-touchevents .main-nav__link:hover {
  border-color: transparent;
}

.no-touchevents .main-nav__link:hover + .main-nav__title {
  opacity: 1;
}

.slider-primary {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
}

.slider-primary .slick-list,
.slider-primary .slick-track {
  height: 100%;
}

.slider-primary__item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 80% 0;
  background-size: contain;
}

.black-white .section-welcome {
  background-color: #fff;
}

.black-white .section-welcome__media {
  display: none;
}

.black-white .section-welcome__buttons .btn-default {
  color: #fff;
  background-color: #000;
}

.black-white .section-primary__headline a {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid transparent;
}

.black-white .section-primary__headline a:hover {
  border-bottom-color: #000;
}

.module-search {
  width: 100%;
}

.no-touchevents .module-search:hover .module-search__input {
  border-color: #fb8e54;
}

.no-touchevents .module-search:hover .module-search__button .icon-search {
  stroke: #fb8e54;
}

.module-search_center {
  max-width: 720px;
  margin: 0 auto;
}

.module-search__body {
  position: relative;
}

.module-search__input {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 8px 30px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  text-overflow: ellipsis;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.module-search__input::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-indent: 5px;
  color: #aaa9a9;
}

.module-search__input::-moz-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-indent: 5px;
  color: #aaa9a9;
}

.module-search__input:-ms-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-indent: 5px;
  color: #aaa9a9;
}

.module-search__input:-moz-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-indent: 5px;
  color: #aaa9a9;
}

.no-touchevents .module-search__input:hover::-webkit-input-placeholder {
  opacity: 0;
}

.no-touchevents .module-search__input:hover::-moz-placeholder {
  opacity: 0;
}

.no-touchevents .module-search__input:hover:-ms-input-placeholder {
  opacity: 0;
}

.no-touchevents .module-search__input:hover:-moz-placeholder {
  opacity: 0;
}

.module-search__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 8px 0 0 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}

.module-search__button .icon-search {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.module-catalog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.module-catalog__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-catalog__button .btn-default {
  width: 78%;
  min-width: 485px;
}

.module-catalog__close {
  display: none;
}

.module-catalog__filter-button {
  display: none;
  margin-bottom: 45px;
  text-align: center;
}

.module-catalog__filter-button .btn {
  box-shadow: 0 25px 25px -20px #fb8e54;
}

.module-catalog__pagination {
  margin-left: 20px;
}

.module-catalog__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 0 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination {
  font-size: 16px;
  color: #000;
}

.pagination__control {
  font-size: 16px;
  width: 42px;
  height: 42px;
  margin: 0 10px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.pagination__control::-webkit-inner-spin-button,
.pagination__control::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.module-catalog__headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 60px 0;
  padding: 0 10px;
  text-align: center;
  color: #e8e8e8;
}

.module-catalog__filters {
  position: relative;
  z-index: 10;
  width: 330px;
  border-right: 1px solid #e8e8e8;
  background-color: #f6f6f6;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.module-catalog__panel-white {
  padding: 65px 40px 40px;
  background-color: #fff;
}

.module-catalog__panel-gray {
  padding: 40px 40px 100px;
  background-color: #f6f6f6;
}

.module-catalog__body {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.module-catalog__body_move {
  -webkit-transform: translateX(calc(-100% / 4));
  -ms-transform: translateX(calc(-100% / 4));
  transform: translateX(calc(-100% / 4));
}

.module-controls__headline {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.module-controls__headline span {
  font-size: 16px;
  font-weight: 400;
  margin: 0 5px;
  color: #838383;
}

.headline-md {
  font-size: 14px;
}

.headline-md span {
  font-size: 14px;
}

.module-controls .module-controls__group:last-child {
  margin-bottom: 0;
}

.module-controls__group {
  margin-bottom: 30px;
}

.module-controls__group_space {
  margin-bottom: 50px;
}

.module-controls__body {
  margin-bottom: 15px;
}

.results-found {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 330px;
  height: 46px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background-color: #fb8e54;
}

.results-found_stop {
  position: absolute;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}

@keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}

.results-found_loading:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  content: '';
  -webkit-animation: progress_bar 1.5s linear infinite;
  animation: progress_bar 1.5s linear infinite;
  background: url(../images/loading.svg) 0 0 repeat-x;
}

.results-found__label {
  position: relative;
  z-index: 2;
}

.checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.checkbox__label {
  font-size: 14px;
  display: block;
  padding-left: 25px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.checkbox__label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  content: '';
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
  border: 1px solid #acacac;
  border-radius: 2px;
  background: #fff;
}

.checkbox__label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 12px;
  margin: -1px 0 0 2px;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background-image: url(../images/icons/icon-check-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.no-touchevents .checkbox__label:hover {
  color: #000;
}

.no-touchevents .checkbox__label:hover:before {
  border-color: #ff9a64;
  background-color: #ff9a64;
}

.checkbox__control {
  position: absolute;
  opacity: 0;
}

.checkbox__control:checked + .checkbox__label {
  color: #fb8e54;
}

.checkbox__control:checked + .checkbox__label:before {
  border-color: #ff9a64;
  background-color: #ff9a64;
}

.checkbox__control:checked + .checkbox__label:after {
  opacity: 1;
}

.checkbox_primary .checkbox__label {
  color: #818184;
}

.checkbox_primary .checkbox__control:checked + .checkbox__label {
  color: #282828;
}

.module-controls__footer {
  margin-top: 0;
}

.list-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-controls li {
  margin-bottom: 10px;
}

.list-controls li:last-child {
  margin-bottom: 0;
}

.dropdown-panel {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 100%;
  display: none;
  overflow-y: auto;
  width: 950px;
  height: 530px;
  margin: -220px 0 0 5px;
  padding: 35px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .2);
  -webkit-overflow-scrolling: touch;
}

.dropdown-panel .dropdown-panel__group:last-child {
  margin-bottom: 0;
}

.dropdown-panel__headline {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
  color: #000;
}

.dropdown-panel__headline .checkbox__label {
  font-size: 16px;
}

.dropdown-panel__headline .checkbox__label:before {
  margin-top: 2px;
}

.dropdown-panel__headline .checkbox__label:after {
  margin-top: 0;
}

.list-controls_columns {
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 3;
  column-count: 3;
}

.dropdown-panel__group {
  margin-bottom: 40px;
}

.module-controls__head {
  margin-bottom: 15px;
}

.module-catalog__aside {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: calc((100% - 330px) / 4);
  height: 100%;
  margin-right: calc((100% - 330px) / 4 * -1);
  -webkit-transition: margin .9s cubic-bezier(.645, .045, .355, 1);
  transition: margin .9s cubic-bezier(.645, .045, .355, 1);
  background-color: #f6f6f6;
}

.module-catalog__aside_open {
  margin-right: 0;
}

.sidebar {
  max-width: 450px;
  padding: 65px 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar__head {
  margin-bottom: 15px;
}

.sidebar__headline {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  color: #fb8e54;
}

.sidebar__footer {
  margin-top: 45px;
}

.sidebar__footer .btn {
  width: 100%;
}

.module-catalog__mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: url(../images/cursor-close.png), auto;
}

.module-catalog__mask_active {
  display: block;
}

.catalog-item {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 65px 0;
  padding: 0 0 0 100px;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
}

.no-touchevents .catalog-item:hover .catalog-item__img:before {
  border: 10px solid #fb8e54;
}

.no-touchevents .catalog-item:hover .catalog-item__description,
.no-touchevents .catalog-item:hover .catalog-item__headline {
  color: #fb8e54;
}

.catalog-item__img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.catalog-item__img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: border-color .3s linear, border-width .2s linear;
  transition: border-color .3s linear, border-width .2s linear;
  border: 3px solid #e8e8e8;
}

.catalog-item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.catalog-item__body {
  font-weight: 300;
}

.catalog-item__label {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #818184;
}

.catalog-item__description {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.catalog-item__description p {
  margin: 0;
}

.catalog-item_current .catalog-item__img:before {
  border: 10px solid #fb8e54;
  -webkit-border-image: -webkit-linear-gradient(45deg, #fb8e54 0, #ff6476 100%) 1;
  border-image: linear-gradient(45deg, #fb8e54 0, #ff6476 100%) 1;
}

.catalog-item_current .catalog-item__headline {
  color: #de9200;
}

.catalog {
  font-size: 0;
  -webkit-columns: 4 420px;
  columns: 4 420px;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.module-catalog__peloader .preloader {
  position: fixed;
  display: none;
  opacity: 1;
}

.black-white .pagination {
  font-size: 24px;
}

.black-white .pagination__control {
  font-size: 24px;
  border-color: #000;
}

.black-white .module-catalog__button .btn-default {
  color: #fff;
  background-color: #000;
}

.black-white .section-catalog .section-head {
  padding-bottom: 0;
}

.black-white .catalog-item__img {
  display: none;
}

.black-white .catalog-item__label {
  font-size: 24px;
  display: inline;
  padding: 10px;
  vertical-align: top;
  color: #000;
}

.black-white .catalog-item__description {
  font-size: 30px;
  font-weight: 700;
  display: block;
  padding: 5px 10px;
}

.black-white .catalog-item__description p {
  display: inline;
  -webkit-transition: border .3s;
  transition: border .3s;
  border-bottom: 1px solid #000;
}

.black-white .catalog-item__description p:hover {
  border-bottom-color: transparent;
}

.black-white .catalog-item_current .catalog-item__label {
  color: #fff;
  background-color: #000;
}

.black-white .catalog-item_current .catalog-item__description {
  color: #fff;
  background-color: #000;
}

.black-white .sidebar__headline {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.black-white .sidebar__footer .btn-default {
  font-size: 30px;
  color: #fff;
  background-color: #000;
}

.black-white .sidebar__footer .btn-default .icon {
  fill: #fff;
}

.black-white .sidebar__headline {
  margin-bottom: 40px;
}

.black-white .custom-table_primary .custom-table__label {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}

.black-white .custom-table_primary .custom-table__body {
  font-size: 24px;
  margin-left: 0;
}

.black-white .custom-table__row {
  margin-bottom: 40px;
}

.black-white .module-catalog__filters {
  border-right-color: #000;
}

.black-white .results-found {
  background-color: #000;
}

.black-white .results-found_loading:before {
  display: none;
}

.black-white .module-catalog__panel-gray {
  background-color: #fff;
}

.black-white .module-catalog__headline {
  color: #000;
}

.black-white .catalog-item:hover .catalog-item__description {
  color: #000;
}

.black-white .catalog-item_current .catalog-item__description {
  color: #fff;
}

.black-white .catalog-item_current:hover .catalog-item__description {
  color: #fff;
}

.black-white .module-search:hover .module-search__input {
  border-color: #000;
}

.black-white .module-search:hover .module-search__button .icon-search {
  stroke: #000;
}

.module-catalog__head {
  position: fixed;
  z-index: 106;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-left: -100%;
  padding: 0 60px;
  -webkit-transition: margin .9s cubic-bezier(.645, .045, .355, 1);
  transition: margin .9s cubic-bezier(.645, .045, .355, 1);
  background-color: #f0f0f0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-catalog__head .btn-back {
  position: absolute;
  top: 0;
  left: 0;
  margin: 13px 0 0 15px;
}

.module-catalog__results {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.module-subject__original {
  margin-bottom: 60px;
}

.module-subject__original .btn-default {
  box-shadow: 0 25px 25px -20px #fb8e54;
}

.module-subject__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.module-subject__left .section-back {
  margin-bottom: 60px;
}

.module-subject__left .section-footer {
  margin-top: 60px;
}

.black-white .module-subject__original .btn-default {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}

.section-subject {
  padding-top: 40px;
  padding-bottom: 40px;
}

.module-subject {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}

.module-subject__left {
  width: 585px;
  padding-right: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 585px;
  -ms-flex: 0 0 585px;
  flex: 0 0 585px;
}

.module-subject__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-subject__headline {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0 0 50px 0;
  color: #000;
}

.custom-table {
  color: #000;
}

.custom-table .icon-round {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  vertical-align: middle;
  border: none;
  border-radius: 50%;
  background-color: #de9200;
}

.no-touchevents .custom-table .icon-round:hover {
  color: #1b1b22;
  background-color: #f7d584;
}

.no-touchevents .custom-table .icon-round:hover .icon-location {
  fill: #f7d584;
}

.custom-table a:not(.icon-round) {
  -webkit-transition: color .3s, border-bottom .3s;
  transition: color .3s, border-bottom .3s;
  color: #272727;
  border-bottom: 1px solid #e8e8e8;
}

.no-touchevents .custom-table a:not(.icon-round):hover {
  color: #f7d584;
  border-bottom: transparent;
}

.custom-table .custom-table__space:last-child {
  margin-bottom: 0;
}

.icon-round_space {
  margin-left: 7px;
}

.custom-table__space {
  margin-bottom: 50px;
}

.custom-table__group {
  margin-top: 40px;
}

.custom-table__row {
  margin-bottom: 20px;
}

.custom-table__row::after {
  display: block;
  clear: both;
  content: '';
}

.custom-table__label {
  float: left;
  width: 200px;
  padding-right: 20px;
  overflow-wrap: break-word;
}

.custom-table__label strong {
  font-weight: 600;
}

.custom-table__body {
  margin-left: 200px;
}

.custom-table__body p {
  margin: 0;
}

.custom-table__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-table__options li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}

.custom-table__options li:after {
  display: inline-block;
  margin-left: 5px;
  content: '/';
  vertical-align: top;
  color: #808080;
}

.custom-table__options li:last-child:after {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.custom-table__options_clear {
  display: block;
}

.custom-table__options_small {
  font-size: 12px;
}

.icon-help {
  font-weight: 800;
  line-height: 20px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #272727;
}

.icon-location {
  display: block;
  width: 14px;
  height: 18px;
  margin: 0 auto;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #de9200;
  stroke-width: 50px;
  stroke: #1b1b22;
  stroke-miterlimit: 10;
}

.custom-table_primary .custom-table__label {
  width: 130px;
}

.custom-table_primary .custom-table__body {
  margin-left: 130px;
}

.section-founds .section-body .container {
  padding-right: 0;
}

.section-founds .founds {
  padding-left: 100px;
}

.collection__title {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform: translate(0, 100%) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #eaeaea;
}

.collection__title:before {
  float: left;
  margin-top: 100%;
  content: '';
}

.collection__title-rotate {
  position: relative;
}

.list-change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}

.list-change .list-change__item:first-child {
  margin-left: 0;
}

.list-change__item {
  margin-left: 40px;
}

.list-change__link {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s;
  color: #000;
  border-bottom: 1px solid #000;
}

.list-change__link.active {
  color: #aaa9a9;
  border-color: transparent;
}

.no-touchevents .list-change__link:hover {
  color: #aaa9a9;
  border-color: transparent;
}

.section-founds .section-head {
  padding-left: 0;
}

.section-founds .section-body {
  padding: 90px 0 200px;
}

.founds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.founds__left {
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.founds__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.founds__head {
  margin-bottom: 40px;
  color: #000;
}

.founds__label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.founds__text {
  font-size: 16px;
  font-weight: 300;
}

.list-founds {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-founds .list-founds__item:last-child {
  margin-bottom: 0;
}

.list-founds__item {
  margin-bottom: 40px;
}

.list-founds__link {
  font-size: 24px;
  color: #000;
}

.list-founds__link .icon-next {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 10px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  vertical-align: baseline;
  fill: #000;
}

.no-touchevents .list-founds__link:hover .icon-next {
  fill: #fb8e54;
}

.map-founds {
  height: 600px;
}

.founds_primary {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.founds_primary .founds__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 80px 40px;
  background-color: #f0f0f0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.found__headline {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0;
  color: #000;
}

.founds__footer {
  margin-top: 40px;
}

.black-white .founds_primary {
  border-top: none;
  border-bottom: none;
}

.black-white .founds_primary .founds__left {
  background-color: #fff;
}

.black-white .map-founds {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .list-change__link {
  color: #000;
}

.black-white .list-change__link:hover {
  color: #000;
}

.black-white .list-founds__link:hover .icon-next {
  fill: #000;
}

.module-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module-pagination__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-pagination__button .btn-default {
  min-width: 485px;
}

.module-pagination__pages {
  margin-left: 20px;
}

.collection__body .module-pagination {
  margin-top: 40px;
  padding-right: 40px;
}

.collection__body .module-pagination__button .btn {
  width: 78%;
  min-width: 760px;
}

.black-white .module-pagination__button .btn-default {
  color: #fff;
  background-color: #000;
}

.section-article .section-items {
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}

.section-article .section-body {
  padding-top: 50px;
  padding-bottom: 100px;
}

.article {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.article-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: justify;
  color: #000;
}

.article-head p {
  margin: 0;
}

.article-body .accordion,
.article-body .document-item {
  margin-top: 60px;
}

.content,
.article-body,
.article-footer__location {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.content b,
.article-body b,
.article-footer__location b,
.content strong,
.article-body strong,
.article-footer__location strong {
  font-weight: 700;
}

.content i,
.article-body i,
.article-footer__location i,
.content em,
.article-body em,
.article-footer__location em {
  font-style: italic;
}

.content a,
.article-body a,
.article-footer__location a {
  text-decoration: underline;
}

.content figure,
.article-body figure,
.article-footer__location figure {
  margin: 30px -95px 30px;
}

.content figure img,
.article-body figure img,
.article-footer__location figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 3px;
}

.content figcaption,
.article-body figcaption,
.article-footer__location figcaption {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  color: #818184;
}

.content figcaption p,
.article-body figcaption p,
.article-footer__location figcaption p {
  margin: 0;
}

.content blockquote,
.article-body blockquote,
.article-footer__location blockquote {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  width: 590px;
  margin: 50px auto;
  color: #fb8e54;
}

.content blockquote:before,
.article-body blockquote:before,
.article-footer__location blockquote:before,
.content blockquote:after,
.article-body blockquote:after,
.article-footer__location blockquote:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: '';
  border-radius: 50%;
  background-color: #fb8e54;
}

.content blockquote:before,
.article-body blockquote:before,
.article-footer__location blockquote:before {
  top: 0;
  margin-top: -25px;
}

.content blockquote:after,
.article-body blockquote:after,
.article-footer__location blockquote:after {
  bottom: 0;
  margin-bottom: -25px;
}

.content blockquote p,
.article-body blockquote p,
.article-footer__location blockquote p {
  margin: 0;
}

.content blockquote p + p,
.article-body blockquote p + p,
.article-footer__location blockquote p + p {
  margin-top: 30px;
}

.content p,
.article-body p,
.article-footer__location p {
  margin: 30px 0;
}

.content p:first-child,
.article-body p:first-child,
.article-footer__location p:first-child {
  margin-top: 0;
}

.content ul,
.article-body ul,
.article-footer__location ul,
.content ol,
.article-body ol,
.article-footer__location ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.content ul:first-child,
.article-body ul:first-child,
.article-footer__location ul:first-child,
.content ol:first-child,
.article-body ol:first-child,
.article-footer__location ol:first-child {
  margin-top: 0;
}

.content ul li,
.article-body ul li,
.article-footer__location ul li,
.content ol li,
.article-body ol li,
.article-footer__location ol li {
  position: relative;
  margin: 10px 0;
  padding-left: 15px;
}

.content ul li:before,
.article-body ul li:before,
.article-footer__location ul li:before,
.content ol li:before,
.article-body ol li:before,
.article-footer__location ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  content: '';
  border-radius: 50%;
  background-color: #000;
}

.content ul li:first-child,
.article-body ul li:first-child,
.article-footer__location ul li:first-child,
.content ol li:first-child,
.article-body ol li:first-child,
.article-footer__location ol li:first-child {
  margin-top: 0;
}

.content ul li:last-child,
.article-body ul li:last-child,
.article-footer__location ul li:last-child,
.content ol li:last-child,
.article-body ol li:last-child,
.article-footer__location ol li:last-child {
  margin-bottom: 0;
}

.content h1,
.article-body h1,
.article-footer__location h1,
.content h2,
.article-body h2,
.article-footer__location h2,
.content h3,
.article-body h3,
.article-footer__location h3,
.content h4,
.article-body h4,
.article-footer__location h4,
.content h5,
.article-body h5,
.article-footer__location h5,
.content h6,
.article-body h6,
.article-footer__location h6 {
  margin: 0;
}

.content h1 + ul,
.article-body h1 + ul,
.article-footer__location h1 + ul,
.content h1 + ol,
.article-body h1 + ol,
.article-footer__location h1 + ol,
.content h2 + ul,
.article-body h2 + ul,
.article-footer__location h2 + ul,
.content h2 + ol,
.article-body h2 + ol,
.article-footer__location h2 + ol,
.content h3 + ul,
.article-body h3 + ul,
.article-footer__location h3 + ul,
.content h3 + ol,
.article-body h3 + ol,
.article-footer__location h3 + ol,
.content h4 + ul,
.article-body h4 + ul,
.article-footer__location h4 + ul,
.content h4 + ol,
.article-body h4 + ol,
.article-footer__location h4 + ol,
.content h5 + ul,
.article-body h5 + ul,
.article-footer__location h5 + ul,
.content h5 + ol,
.article-body h5 + ol,
.article-footer__location h5 + ol,
.content h6 + ul,
.article-body h6 + ul,
.article-footer__location h6 + ul,
.content h6 + ol,
.article-body h6 + ol,
.article-footer__location h6 + ol {
  margin-top: 20px;
}

.content h1:first-child,
.article-body h1:first-child,
.article-footer__location h1:first-child,
.content h2:first-child,
.article-body h2:first-child,
.article-footer__location h2:first-child,
.content h3:first-child,
.article-body h3:first-child,
.article-footer__location h3:first-child,
.content h4:first-child,
.article-body h4:first-child,
.article-footer__location h4:first-child,
.content h5:first-child,
.article-body h5:first-child,
.article-footer__location h5:first-child,
.content h6:first-child,
.article-body h6:first-child,
.article-footer__location h6:first-child {
  margin-top: 0;
}

.content h2,
.article-body h2,
.article-footer__location h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 40px 0 30px;
}

.content h3,
.article-body h3,
.article-footer__location h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 40px 0 20px;
}

.content h3 + p,
.article-body h3 + p,
.article-footer__location h3 + p {
  margin-top: 20px;
}

.layout-article .layout-header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}

.layout-article .layout-header .languages__link,
.layout-article .layout-header .main-menu__link,
.layout-article .layout-header .logo-brand__label {
  color: #fff;
}

.layout-article .layout-header .languages__link-active {
  color: #fb8e54;
}

.layout-article .logo-brand:before {
  background-image: url(../images/logo-white.svg);
}

.layout-article .visually-impaired .icon {
  fill: #fff;
}

.section-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-info__main {
  position: relative;
  z-index: 2;
}

.section-info__inner {
  padding: 150px 100px 50px 100px;
}

.section-info__media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-info__media:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .45);
}

.section-info__background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-info__headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.section-info__line {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  opacity: .5;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.document-item {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  border-radius: 3px;
}

.document-item + .document-item {
  margin-top: 35px;
}

.no-touchevents .document-item:hover .document-item__title {
  color: #fb8e54;
}

.document-item__extension {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  color: #ff6476;
}

.document-item__panel {
  width: 40px;
  padding: 18px 5px;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(left, #fb8e54 0%, #ff6476 100%);
  background-image: linear-gradient(to right, #fb8e54 0%, #ff6476 100%);
  background-repeat: repeat-x;
}

.document-item__panel .icon-clip {
  display: block;
  width: 21px;
  height: 36px;
  margin: 0 auto;
  fill: #fff;
}

.document-item__body {
  padding: 15px 10px;
  border-radius: 0 3px 3px 0;
  background-color: #f0f0f0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.document-item__title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.section-collection .section-body {
  padding: 50px 0 25px;
}

.black-white figure {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .section-info__media {
  display: none;
}

.black-white .section-info {
  background-color: #000;
}

.black-white .section-article .section-items {
  border-bottom: none;
  background-color: #fff;
}

.black-white .document-item {
  border: 1px solid #000;
}

.black-white .document-item .document-item__panel {
  background-color: #fff;
  background-image: none;
}

.black-white .document-item .document-item__panel .icon-clip {
  fill: #000;
}

.black-white .document-item:hover .document-item__title {
  color: #fff;
}

.black-white .document-item__extension,
.black-white .document-item__title {
  color: #fff;
}

.black-white .document-item__body {
  background-color: #000;
}

.black-white .content blockquote,
.black-white .article-body blockquote,
.black-white .article-footer__location blockquote {
  color: #000;
}

.black-white .content blockquote:before,
.black-white .article-body blockquote:before,
.black-white .article-footer__location blockquote:before,
.black-white .content blockquote:after,
.black-white .article-body blockquote:after,
.black-white .article-footer__location blockquote:after {
  background-color: #000;
}

.black-white .section-info__line {
  opacity: 1;
}

.black-white .layout-article .layout-header .languages__link {
  border-bottom: 1px solid #fff;
}

.black-white .layout-article .layout-header .languages__link-active {
  color: #fff;
  border-bottom: none;
}

.black-white .layout-article .main-menu__link {
  border-bottom: 1px solid #fff;
}

.black-white .article-footer__button .btn-default {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}

.black-white .article-footer__button .btn-default .icon {
  fill: #fff;
}

.black-white .layout-article .visually-impaired:hover .icon {
  fill: #fff;
}

.submitting .layout {
  overflow: unset;
}

.section-submitted .section-head {
  padding-bottom: 100px;
}

.section-submitted .section-head__inner {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.section-submitted .section-body {
  padding-bottom: 200px;
}

.section-head__description {
  font-size: 30px;
  line-height: 46px;
  margin-top: 50px;
  padding-left: 100px;
  color: #000;
}

.section-head__description p {
  margin: 0;
}

.submitted {
  width: 100%;
  max-width: 480px;
  margin: 60px auto 0;
}

.steps {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.steps .steps__item:first-child {
  margin-left: 0;
}

.steps .steps__item:last-child {
  margin-right: 0;
}

.steps__item {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  -webkit-transition: background-color .3s, width .3s;
  transition: background-color .3s, width .3s;
  vertical-align: top;
  border-radius: 6px;
  background-color: #838383;
}

.steps_item-current {
  width: 26px;
  background-color: #000;
}

.steps_item-passed {
  background-color: #fb8e54;
}

.section-thanks .section-head {
  min-height: 610px;
  padding-top: 220px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.section-thanks .section-head__inner {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.section-items {
  padding: 70px 0 170px 0;
}

.section-items .container {
  padding-right: 0;
}

.section-items__inner {
  padding-left: 100px;
}

.section-items__headline {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: 0;
}

.section-items__body {
  margin-top: 50px;
}

.black-white .section-thanks .section-head {
  background-size: 0;
}

.section-collections .section-body {
  padding: 90px 0;
}

.section-collections .section-body .container {
  padding-right: 0;
}

.section-head {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
}

.section-head .module-search {
  width: 800px;
  padding-top: 25px;
  -webkit-transition: width .4s linear;
  transition: width .4s linear;
}

.section-head .module-search.animate-width {
  width: 100%;
  -webkit-transition: width .6s linear;
  transition: width .6s linear;
}

.section-head__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.section-head__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-head__left {
  padding-right: 20px;
}

.section-head__right {
  padding-left: 20px;
}

.section-head__line {
  width: 100%;
}

.section-head__search {
  width: 100%;
}

.collection {
  position: relative;
}

.collection__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  margin-left: -140px;
  padding-left: 20px;
}

.collection__letter {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: -16px 0 0 0;
  color: #f0f0f0;
}

.article-default {
  display: block;
}

.no-touchevents .article-default:hover .article-default__headline {
  color: #fb8e54;
}

.article-default__preview {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-default__preview:before {
  display: block;
  width: 100%;
  padding-top: 84.26966%;
  content: '';
}

.article-default__body {
  margin-top: 20px;
  padding-right: 40px;
}

.article-default__headline {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.article-default__date {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.grid-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-article__item {
  width: 25%;
  margin-bottom: 50px;
  padding-left: 1px;
}

.collection__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-collections {
  padding-left: 100px;
}

.grid-collections__row {
  margin-bottom: 25px;
}

.grid-article_md .grid-article__item {
  width: 33.333%;
}

.black-white .article-default__preview {
  display: none;
}

.black-white .article-default__date {
  font-size: 24px;
  margin-bottom: 20px;
}

.black-white .article-default__headline {
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid #000;
}

.black-white .section-head {
  background-color: #fff;
}

.black-white .article-default__body {
  margin-top: 0;
}

.black-white .article-default:hover .article-default__headline {
  color: #000;
  border-bottom-color: transparent;
}

.black-white .section-head .module-search {
  width: 100%;
}

.black-white .section-head__inner {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.black-white .section-head__right {
  padding-left: 0;
}

.black-white .collection__label {
  position: static;
  width: auto;
  margin: 0 0 30px 0;
  padding: 0;
}

.black-white .grid-article__item {
  width: 100%;
}

.black-white .collection__letter {
  font-size: 100px;
  color: #000;
}

.black-white .grid-collections__row {
  margin-bottom: 50px;
}

.black-white .collection__title {
  font-size: 100px;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #000;
}

.black-white .collection__title:before {
  display: none;
}

.black-white .section-collections .section-body {
  padding: 50px 0;
}

.slick-dots li:only-child {
  display: none;
}

.section-map__object {
  height: 350px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.article-footer {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}

.article-footer__button .btn-default {
  width: 100%;
  box-shadow: 0 25px 25px -20px #fb8e54;
}

.article-footer__location {
  margin-top: 90px;
}

.article-footer__location p {
  margin: 20px 0;
}

.article-footer__location a {
  color: inherit;
}

.layout-404,
.section-404 {
  background-color: #f0f0f0;
}

.section-404__body {
  padding: 450px 100px 150px 100px;
  background: url(../images/backgrounds/404.jpg) 50% 0 no-repeat;
}

.section-404__content {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
}

.section-404__content p {
  margin: 0;
}

.black-white .section-404 {
  background-color: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.black-white .section-404__body {
  background: url(../images/backgrounds/404-white.jpg) 50% 0 no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px) {
  .layout-menu__cell {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    -webkit-transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 0;
    will-change: transform,opacity;
  }
}

@media (min-width: 1280px) {
  .module-catalog__body {
    -webkit-transition: all .9s cubic-bezier(.645, .045, .355, 1);
    transition: all .9s cubic-bezier(.645, .045, .355, 1);
  }
}

@media (max-width: 1920px) {
  .module-catalog__body_move {
    -webkit-transform: translateX(calc(-100% / 3));
    -ms-transform: translateX(calc(-100% / 3));
    transform: translateX(calc(-100% / 3));
  }

  .module-catalog__aside {
    width: calc((100% - 330px) / 3);
    margin-right: calc((100% - 330px) / 3 * -1);
  }

  .module-catalog__aside_open {
    margin-right: 0;
  }

  .catalog {
    -webkit-columns: 3 420px;
    columns: 3 420px;
  }
}

@media (max-width: 1919px) {
  .burger {
    left: 0;
    margin-left: 80px;
  }

  .layout-menu__close,
  .module-catalog__close {
    left: 0;
    margin-left: 72px;
  }
}

@media (max-width: 1580px) {
  .layout-menu__body .layout-menu__grid {
    margin-right: -50px;
    margin-left: -50px;
  }

  .layout-menu__body .layout-menu__cell {
    padding: 0 50px;
  }
}

@media (max-width: 1560px) {
  .module-catalog__body_move {
    -webkit-transform: translateX(calc(-100% / 2));
    -ms-transform: translateX(calc(-100% / 2));
    transform: translateX(calc(-100% / 2));
  }

  .module-catalog__aside {
    width: calc((100% - 330px) / 2);
    margin-right: calc((100% - 330px) / 2 * -1);
  }

  .module-catalog__aside_open {
    margin-right: 0;
  }

  .catalog {
    -webkit-columns: 2 420px;
    columns: 2 420px;
  }
}

@media (max-width: 1440px) {
  .grid-footer_links {
    padding-left: 100px;
  }

  .burger {
    margin-left: 40px;
  }

  .layout-menu__close,
  .module-catalog__close {
    margin-left: 32px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .main-nav__title {
    font-size: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    margin: 10px 0 0 0;
    padding-right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-nav__title br {
    display: none;
  }

  .slider-primary__item {
    background-position: 0 0;
    background-size: 1380px auto;
  }

  .section-items .grid-article .grid-article__item:last-child {
    display: none;
  }

  .grid-article_last .grid-article__item:last-child {
    display: none;
  }

  .grid-article__item {
    width: 33.333%;
  }
}

@media (max-width: 1299px) {
  .grid-footer_links {
    padding-left: 0;
  }
}

@media (max-width: 1280px) {
  .layout-menu__footer .layout-menu__grid .layout-menu__cell:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  .layout-menu__footer .layout-menu__cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 1279px) {
  .main-menu {
    margin-right: 20px;
  }

  .main-menu__item {
    margin-left: 20px;
  }

  .dropdown-panel {
    width: 600px;
  }

  .list-controls_columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .catalog {
    text-align: center;
    -webkit-columns: inherit;
    columns: inherit;
  }

  .catalog-item {
    display: block;
    width: 400px;
    margin: 0 auto 65px;
    padding-left: 0;
  }

  .module-catalog__button .btn-default {
    width: 60%;
    min-width: inherit;
  }

  .module-catalog__pagination {
    margin: 50px 0 0 0;
    text-align: center;
  }

  .module-catalog__navigation {
    display: block;
    margin-top: 50px;
    padding: 0 10px;
    text-align: center;
  }

  .section-head .module-search {
    width: 100%;
  }

  .section-404__body {
    background-size: 100% auto;
  }
}

@media (max-width: 1199px) {
  .grid-footer__cell .btn-default {
    min-width: 20rem;
    margin: 0 auto;
    white-space: unset;
  }

  .event {
    max-width: 100px;
  }

  .section-nav__btn {
    font-size: 16px;
    padding: 15px 30px;
  }

  .section-nav__btn {
    font-size: 14px;
    padding: 15px 10px;
  }
}

@media (max-width: 1023px) {
  .layout-header__panel {
    display: none;
  }

  .grid-footer__cell {
    margin: 0 auto;
  }

  .banner {
    position: relative;
    left: 0;
    margin-top: 55px;
  }

  .banner-inner {
    margin: 0 auto;
  }

  .grid-footer_links {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-footer_links .grid-footer__cell {
    width: 50%;
  }

  .grid-footer_links .grid-footer__cell:last-child {
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .grid-footer_links .languages {
    display: none;
  }

  .grid-footer_links .btn-default {
    width: 60%;
    min-width: 500px;
    margin: 50px auto 0;
  }

  .grid-footer_links .social-icons {
    margin-top: 50px;
    text-align: center;
  }

  .dropdown-panel {
    width: 400px;
    height: 380px;
    margin-top: -190px;
  }

  .list-controls_columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .burger {
    right: 0;
    left: auto;
    margin: 30px 10px 0 0;
  }

  .layout-menu__close,
  .module-catalog__close {
    z-index: 2;
    right: 0;
    left: auto;
    margin: 23px 0 0 0;
  }

  .burger {
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
  }

  .burger.burger-hide {
    visibility: visible;
  }

  .burger:before,
  .burger:after {
    background-color: #000;
  }

  .burger.burger_show:before,
  .burger.burger_show:after {
    background-color: #fff;
  }

  .burger.burger_show .burger__item {
    background-color: #fff;
  }

  .burger.burger_show .burger__item:before {
    opacity: 1;
  }

  .burger__item {
    background-color: #000;
  }

  .burger__item:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    margin: -26px 0 0 -15px;
    content: '';
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(left, #fb8e54 0%, #ff6476 100%);
    background-image: linear-gradient(to right, #fb8e54 0%, #ff6476 100%);
    background-repeat: repeat-x;
  }

  .black-white .burger:before,
  .black-white .burger:after {
    background-color: #fff;
  }

  .black-white .burger__item {
    background-color: #fff;
  }

  .black-white .burger__item:before {
    display: none;
  }

  .layout-menu__grid {
    display: block;
  }

  .layout-menu__cell {
    width: 100%;
  }

  .layout-menu__body {
    padding: 100px 0;
  }

  .layout-menu__body .layout-menu__grid {
    margin: 0;
  }

  .layout-menu__body .layout-menu__grid + .layout-menu__grid {
    margin-top: 50px;
  }

  .layout-menu__body .layout-menu__cell {
    padding: 0;
  }

  .nav-links_md .nav-links__link {
    font-size: 24px;
    font-weight: 600;
  }

  .nav-links_md .nav-links__item {
    margin: 25px 0;
  }

  .nav-links__link {
    font-size: 24px;
  }

  .nav-links__item {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .nav-links + .nav-links {
    margin-top: 25px;
  }

  .layout-menu__item + .layout-menu__item {
    margin-top: 30px;
  }

  .layout-menu__button {
    text-align: center;
  }

  .layout-menu__item .languages {
    margin: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-top {
    display: none;
  }

  .event {
    margin: 3rem auto 0;
  }

  .preloader {
    left: 50%;
  }

  .slider-primary__item {
    background-position: 40% 0;
  }

  .section-primary__headline {
    font-size: 60px;
  }

  .main-nav__link {
    font-size: 70px;
  }

  .section-welcome__buttons {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .section-welcome__buttons .btn-default {
    margin-top: 35px;
  }

  .section-welcome__panel {
    padding-left: 0;
  }

  .section-main .section-primary {
    padding-left: 0;
  }

  .list-change {
    margin-top: 30px;
  }

  .section-head .module-search {
    width: 100%;
    padding-top: 30px;
  }

  .custom-table__label {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .custom-table__space {
    margin-bottom: 30px;
  }

  .custom-table__body {
    margin-left: 0;
  }

  .module-catalog__body {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .module-catalog__aside {
    width: 50%;
    margin-right: -50%;
  }

  .module-catalog__aside_open {
    margin-right: 0;
  }

  .custom-table_primary .custom-table__label {
    width: auto;
  }

  .custom-table_primary .custom-table__body {
    margin: 0;
  }

  .module-catalog__button .btn-default {
    width: 80%;
  }

  .module-subject {
    display: block;
  }

  .module-subject__left {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .module-subject__left .gallery-primary {
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
  }

  .module-subject__original {
    margin-top: 60px;
    text-align: center;
  }

  .section-footer {
    display: none;
  }

  .founds_primary .founds__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .section-founds .founds {
    padding-left: 0;
  }

  .section-founds .section-body {
    padding: 50px 0;
  }

  .section-founds .section-body .container {
    padding-right: 40px;
  }

  .collection__body .module-pagination {
    padding-right: 0;
  }

  .collection__body .module-pagination__button .btn {
    width: 80%;
    min-width: inherit;
  }

  .grid-article.grid-article_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-article.grid-article_mobile .grid-article__item {
    width: 50%;
    margin-bottom: 40px;
  }

  .grid-article.grid-article_mobile .article-default__headline {
    display: block;
    padding-right: 10%;
  }

  .section-items__headline {
    font-size: 60px;
  }

  .section-items__inner {
    padding-left: 0;
  }

  .section-items .container {
    padding-right: 40px;
  }

  .section-info__inner {
    padding: 120px 0 50px 0;
  }

  .section-submitted .section-head__inner {
    padding-left: 0;
  }

  .section-submitted .section-head {
    padding-bottom: 50px;
  }

  .section-submitted .section-body {
    padding-bottom: 100px;
  }

  .section-head__title {
    font-size: 60px;
  }

  .section-head__description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
  }

  .section-head .module-search {
    width: 100%;
  }

  .grid-article {
    display: block;
  }

  .grid-article__item {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid-article_md .grid-article__item {
    width: 100%;
  }

  .article-default__body {
    padding-right: 0;
  }

  .grid-collections {
    padding-left: 0;
  }

  .grid-collections__row {
    margin-bottom: 40px;
    padding: 0;
  }

  .grid-article__item {
    margin-bottom: 20px;
  }

  .collection__label {
    position: static;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }

  .collection__letter {
    font-size: 48px;
    margin: 0;
  }

  .section-collections .section-body .container {
    padding-right: 40px;
  }

  .collection__title {
    font-size: 30px;
    position: static;
  }

  .collection__title:before {
    display: none;
  }

  .section-404__body {
    padding-top: 350px;
    background-size: 700px auto;
  }
}

@media screen and (max-width: 1023px) and (prefers-reduced-motion: reduce) {
  .burger__item:before {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  .layout-header .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 25px 0 0 10px;
  }

  .layout-home .logo-brand__label {
    font-size: 15px;
    display: block;
  }

  .layout-home .layout-header {
    padding: 35px 0;
  }

  .layout-home .layout-header .logo-brand {
    padding-top: 75px;
  }

  .layout-home .layout-header .logo-brand:before {
    width: 60px;
    height: 60px;
  }

  .layout-header {
    padding: 20px 0;
    background-color: #f0f0f0;
  }

  .layout-header .logo-brand {
    padding: 40px 0 0 0;
  }

  .layout-header .logo-brand:before {
    width: 40px;
    height: 40px;
  }

  .layout-article .layout-header {
    background-color: #f0f0f0;
  }

  .layout-article .logo-brand:before {
    background-image: url(../images/logo.svg);
  }

  .logo-brand {
    margin: 0 auto;
    padding: 75px 0 0 0;
    text-align: center;
  }

  .logo-brand:before {
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .logo-brand__label {
    display: none;
  }

  .banner {
    position: relative;
    left: 0;
    margin-top: 25px;
  }

  .grid-footer {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-footer .social-icons {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .grid-footer .copyright {
    margin-bottom: 50px;
  }

  .grid-footer__cell {
    flex-direction: row;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .developer {
    padding: 25px 0 15px 0;
  }

  .developer__logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .btn-default,
  .btn-info {
    padding-right: 15px;
    padding-left: 15px;
    white-space: normal;
  }

  .btn-info {
    position: relative;
    padding-left: 80px;
    text-align: left;
  }

  .btn-info .icon-glasses {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 0 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .btn-default .icon {
    display: none;
  }

  .form-default__button .btn-default .icon {
    display: inline-block;
  }

  .form-default__button:not(:last-child) {
    margin-right: 10px;
  }

  .upload-images {
    padding: 50px 10px 10px 10px;
  }

  .upload-images__preview {
    padding: 10px 10px 110px 10px;
  }

  .upload-images__preview-item {
    padding: 10px;
  }

  .form-default__btn-group {
    padding: 0;
  }

  .upload-images__preview-item-view {
    max-width: 202px;
  }

  .burger {
    margin: 10px 10px 0 0;
  }

  .layout-resize .module-catalog__filters,
  .layout-resize .module-catalog__aside {
    display: none;
  }

  .layout-home .burger {
    margin-top: 20px;
  }

  .layout-menu__grid {
    margin: 0;
  }

  .layout-menu__cell {
    padding: 0;
  }

  .layout-menu__footer {
    padding: 25px 0 50px 0;
  }

  .layout-menu__body {
    padding: 30px 0;
  }

  .accordion__headline {
    font-size: 24px;
  }

  .accordion__toggle {
    padding-right: 30px;
  }

  .accordion__toggle:before,
  .accordion__toggle:after {
    top: 14px;
  }

  .accordion__item-open .accordion__toggle:before,
  .accordion__item-open .accordion__toggle:after {
    top: 14px;
    right: 0;
  }

  .accordion__item {
    margin-bottom: 30px;
  }

  .event {
    margin: 3rem 0;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .mobile-hide {
    display: none;
  }

  .main-nav__title {
    display: none;
  }

  .section-main {
    padding: 50px 0 0 0;
  }

  .section-main .container {
    padding-right: 10px;
  }

  .section-primary__headline {
    font-size: 40px;
    text-align: left;
    letter-spacing: -.005em;
  }

  .section-primary__body {
    margin-top: 30px;
  }

  .section-primary + .section-primary {
    margin-top: 50px;
  }

  .section-welcome {
    min-height: inherit;
    padding: 40px 0 40px 0;
  }

  .section-welcome__description {
    font-size: 18px;
    line-height: 24px;
  }

  .section-welcome__body {
    padding-left: 20px;
  }

  .section-welcome__footer {
    margin-top: 70px;
  }

  .main-nav__item {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .main-nav__link {
    font-size: 48px;
  }

  .slider-primary__item {
    background-position: 70% 0;
  }

  .module-catalog__filter-button {
    display: block;
  }

  .module-catalog__filters {
    margin-left: -100%;
    -webkit-transition: margin .9s cubic-bezier(.645, .045, .355, 1);
    transition: margin .9s cubic-bezier(.645, .045, .355, 1);
  }

  .section-head__inner {
    display: block;
    padding-left: 0;
  }

  .section-head__left {
    padding-right: 0;
  }

  .section-head__right {
    padding-left: 0;
  }

  .section-head {
    padding: 30px 0 50px;
  }

  .catalog {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-columns: auto;
    columns: auto;
  }

  .catalog .catalog-item:last-child {
    margin-bottom: 0;
  }

  .catalog-item {
    display: block;
    width: 100%;
    max-width: inherit;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .module-catalog {
    display: block;
  }

  .module-catalog__body {
    padding: 50px 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .module-catalog__button .btn-default {
    width: 100%;
  }

  .catalog-item__description {
    font-size: 18px;
  }

  .module-catalog__headline {
    margin-bottom: 40px;
  }

  .module-catalog__aside {
    position: fixed;
    z-index: 105;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    margin-right: -100%;
    -webkit-overflow-scrolling: touch;
  }

  .module-catalog__aside_open {
    margin-right: 0;
  }

  .sidebar {
    max-width: inherit;
    padding: 65px 10px 50px 10px;
  }

  .module-catalog__filter-button .btn-default {
    min-width: 300px;
  }

  .module-catalog__close {
    display: block;
  }

  .module-catalog__filters {
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .list-controls_columns {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .dropdown-control_open .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .module-catalog__filters {
    width: 100%;
  }

  .open-filters {
    overflow: hidden;
  }

  .open-filters .module-catalog__head,
  .open-filters .module-catalog__filters {
    margin-left: 0;
  }

  .results-found {
    display: none;
  }

  .dropdown-panel {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
    border: none;
    box-shadow: none;
  }

  .dropdown-panel {
    background-color: transparent;
  }

  .dropdown_bottom .dropdown-panel {
    margin: 0;
  }

  .module-catalog__panel-white {
    padding: 80px 20px 20px;
  }

  .module-catalog__panel-gray {
    padding: 25px 20px 40px;
  }

  .section-back {
    display: none;
  }

  .module-subject {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .founds_primary {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .founds_primary .map-founds {
    height: 300px;
  }

  .founds_primary .founds__left {
    display: block;
    padding: 30px 20px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .founds__head {
    margin-bottom: 20px;
  }

  .section-founds .founds {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .section-founds .founds__left {
    padding: 50px 0 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-founds .map-founds {
    height: 300px;
  }

  .section-founds .section-body .container {
    padding-right: 10px;
  }

  .module-pagination__button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .module-pagination {
    display: block;
  }

  .collection__body .module-pagination__button .btn {
    width: 100%;
  }

  .module-pagination__pages {
    margin: 50px 0 0 0;
    text-align: center;
  }

  .article-body .accordion {
    margin-top: 40px;
  }

  .section-items {
    padding: 50px 0 50px 0;
  }

  .section-items__headline {
    font-size: 48px;
  }

  .section-items .container {
    padding-right: 10px;
  }

  .section-info__inner {
    padding: 100px 0 30px 0;
  }

  .section-info__headline {
    font-size: 22px;
  }

  .content,
  .article-body,
  .article-footer__location {
    font-size: 16px;
    line-height: 20px;
  }

  .content h3,
  .article-body h3,
  .article-footer__location h3,
  .content .h3,
  .article-body .h3,
  .article-footer__location .h3 {
    font-size: 18px;
    margin: 15px 0 20px;
  }

  .content p + p,
  .article-body p + p,
  .article-footer__location p + p {
    margin-top: 15px;
  }

  .content figure,
  .article-body figure,
  .article-footer__location figure {
    margin: 30px 0;
  }

  .content blockquote,
  .article-body blockquote,
  .article-footer__location blockquote {
    font-size: 18px;
    line-height: 1.2;
    width: 80%;
    margin: 50px auto;
  }

  .submitted {
    max-width: 300px;
  }

  .section-head__description {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 0;
  }

  .section-head__title {
    font-size: 48px;
  }

  .section-thanks .section-head {
    min-height: inherit;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .section-thanks .section-head__inner {
    padding-right: 40%;
    padding-left: 0;
  }

  .section-collections .section-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-collections .section-body .container {
    padding-right: 10px;
  }

  .section-404__body {
    padding: 250px 0 50px 0;
    background-size: 500px auto;
  }

  .section-404__content {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .layout-menu__close,
  .module-catalog__close {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 568px) {
  .layout-menu__footer .btn-underline {
    position: relative;
    padding-left: 55px;
    text-align: left;
  }

  .layout-menu__footer .btn-underline .icon-glasses {
    position: absolute;
    top: 0;
    left: 0;
  }

  .grid-article.grid-article_mobile .grid-article__item {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .section-thanks .section-head {
    padding-top: 0;
    padding-bottom: 50px;
    background-size: auto 200px;
  }

  .section-thanks .section-head__inner {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .section-404__body {
    padding: 150px 0 50px 0;
    background-size: 300px auto;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .logo-brand__label {
    -webkit-transition: none;
    transition: none;
  }

  .visually-impaired .icon {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .main-menu__link {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .layout-article .main-menu__link {
    -webkit-transition: none;
    transition: none;
  }

  .social-icons__item-link .icon {
    -webkit-transition: none;
    transition: none;
  }

  .developer__underlined {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .layout-footer .languages__link {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .layout-header__panel .languages__link {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .footer-menu__link {
    -webkit-transition: none;
    transition: none;
  }

  .btn-default {
    -webkit-transition: none;
    transition: none;
  }

  .btn-primary .icon-prev {
    -webkit-transition: none;
    transition: none;
  }

  .btn-plus {
    -webkit-transition: none;
    transition: none;
  }

  .btn-light {
    -webkit-transition: none;
    transition: none;
  }

  .btn-light .icon-plus {
    -webkit-transition: none;
    transition: none;
  }

  .btn-info .icon-glasses {
    -webkit-transition: none;
    transition: none;
  }

  .btn-cross {
    -webkit-transition: none;
    transition: none;
  }

  .btn-cross:before,
  .btn-cross:after {
    -webkit-transition: none;
    transition: none;
  }

  .btn-underline .icon-glasses {
    -webkit-transition: none;
    transition: none;
  }

  .btn-underline__text {
    -webkit-transition: none;
    transition: none;
  }

  .btn-inline .icon-next {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .btn-inline {
    -webkit-transition: none;
    transition: none;
  }

  .gallery-default__thumbnail {
    -webkit-transition: none;
    transition: none;
  }

  .gallery-primary__thumbnail {
    -webkit-transition: none;
    transition: none;
  }

  .gallery-primary__image img {
    -webkit-transition: none;
    transition: none;
  }

  .gallery-primary__arrow-prev,
  .gallery-primary__arrow-next {
    -webkit-transition: none;
    transition: none;
  }

  .gallery-primary__arrow-prev .icon,
  .gallery-primary__arrow-next .icon {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group__control {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group__control::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group__control::-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group__control:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .controls-group__control:-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .dropdown-control .icon {
    -webkit-transition: none;
    transition: none;
  }

  .dropdown-control__label {
    -webkit-transition: none;
    transition: none;
  }

  textarea.form-control::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  textarea.form-control::-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  textarea.form-control:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  textarea.form-control:-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-combine__control::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-combine__control::-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-combine__control:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-combine__control:-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .error-message {
    -webkit-transition: none;
    transition: none;
  }

  .radio-primary__toggle {
    -webkit-transition: none;
    transition: none;
  }

  .radio-primary__toggle:before {
    -webkit-transition: none;
    transition: none;
  }

  .radio-primary_left,
  .radio-primary_right {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-control:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .form-control:-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .upload-images__preview-item {
    -webkit-transition: none;
    transition: none;
  }

  .upload-images__remove {
    -webkit-transition: none;
    transition: none;
  }

  .select-styled {
    -webkit-transition: none;
    transition: none;
  }

  .select-styled .icon-arrow {
    -webkit-transition: none;
    transition: none;
  }

  .select-options li {
    -webkit-transition: none;
    transition: none;
  }

  .burger {
    -webkit-transition: none;
    transition: none;
  }

  .layout-menu {
    -webkit-transition: none;
    transition: none;
  }

  .accordion__toggle:before,
  .accordion__toggle:after {
    -webkit-transition: none;
    transition: none;
  }

  .accordion__headline {
    -webkit-transition: none;
    transition: none;
  }

  .btn-top {
    -webkit-transition: none;
    transition: none;
  }

  a {
    -webkit-transition: none;
    transition: none;
  }

  .preloader {
    -webkit-transition: none;
    transition: none;
  }

  body {
    -webkit-transition: none;
    transition: none;
  }

  .slick-dots li button {
    -webkit-transition: none;
    transition: none;
  }

  .main-nav__title {
    -webkit-transition: none;
    transition: none;
  }

  .main-nav__link {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .section-primary__headline a {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__input {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__input::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__input::-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__input:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__input:-moz-placeholder {
    -webkit-transition: none;
    transition: none;
  }

  .module-search__button .icon-search {
    -webkit-transition: none;
    transition: none;
  }

  .checkbox__label {
    -webkit-transition: none;
    transition: none;
  }

  .checkbox__label:before {
    -webkit-transition: none;
    transition: none;
  }

  .checkbox__label:after {
    -webkit-transition: none;
    transition: none;
  }

  .catalog-item__img:before {
    -webkit-transition: none;
    transition: none;
  }

  .catalog-item__label {
    -webkit-transition: none;
    transition: none;
  }

  .catalog-item__description {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .catalog-item__description p {
    -webkit-transition: none;
    transition: none;
  }

  .custom-table .icon-round {
    -webkit-transition: none;
    transition: none;
  }

  .custom-table a:not(.icon-round) {
    -webkit-transition: none;
    transition: none;
  }

  .icon-location {
    -webkit-transition: none;
    transition: none;
  }

  .list-change__link {
    -webkit-transition: none;
    transition: none;
  }

  .list-founds__link .icon-next {
    -webkit-transition: none;
    transition: none;
  }

  .document-item__title {
    -webkit-transition: none;
    transition: none;
  }

  .steps__item {
    -webkit-transition: none;
    transition: none;
  }

  .section-head .module-search {
    -webkit-transition: none;
    transition: none;
  }

  .section-head .module-search.animate-width {
    -webkit-transition: none;
    transition: none;
  }

  .article-default__headline {
    -webkit-transition: none;
    transition: none;
  }

  .black-white .article-default__headline {
    -webkit-transition: none;
    transition: none;
  }
}
html:not(.black-white) .section-collection .section-info {
    background-color: #c1c1c1;
}

.black-white .main-menu__link.main-menu__link-active {
    border: none;
}

.input-validation-error {
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
}

    .input-validation-error + .select-styled {
        border: none;
        box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
    }

    .input-validation-error:not(.form-combine__control) {
        box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
        border: none !important;
    }

    .input-validation-error.form-combine__control {
        box-shadow: 0 0 0 2px #ff333f, 0 0 0 1px #ff333f;
        border: none !important;
    }

.error-message {
    opacity: 1;
}

.document-item__extension {
    display: block;
}

.select-options li:hover {
    background-color: #dcdcdc;
}

.custom-table__label span {
    margin: 0 5px;
    color: #838383;
    font-weight: normal;
}

.custom-table__body p {
    margin-bottom: 10px;
}

ymaps canvas {
    filter: grayscale(0.9);
}


.upload-images__preview-item.ng-enter {
    transition: 0.6s linear all;
    opacity: 0;
}

    .upload-images__preview-item.ng-enter.ng-enter-active {
        opacity: 1;
    }

.btn-default.ng-leave.ng-leave-active {
    display: none;
}

.upload-images__preview-item.ng-leave.ng-leave-active {
    display: none;
}

.upload-images__preview-item:has(+.ng-leave) {
    margin-bottom: 0 !important;
}

.content figure, .article-body figure, .article-footer__location figure {
    text-align: center;
}

.pagination__control {
    width: 60px;
    height: 60px;
}

