@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSansSemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "CalibriBold";
  src: url("../fonts/CalibriBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

html {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

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

.disnone {
  display: none; }

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

body {
  font-family: "Arial", sans-serif;
  color: #000000; }

.catalog {
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #ffffff;
  text-align: center; }
  @media (min-width: 1170px) {
    .catalog {
      padding-top: 72px;
      padding-left: 15px;
      padding-right: 15px; } }

.wrapper {
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 560px) {
    .wrapper {
      max-width: none; } }
  @media (min-width: 1170px) {
    .wrapper {
      max-width: 1170px; } }

.hide {
  display: none; }

.hide + label ~ div {
  display: none; }

.hide:checked + label + div {
  display: block;
  -webkit-animation: fade ease-in 0.5s;
          animation: fade ease-in 0.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.catalog__title {
  margin: 0;
  margin-bottom: 10px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  position: relative;
  display: inline-block; }
  @media (min-width: 768px) {
    .catalog__title {
      font-size: 32px; } }
  @media (min-width: 1170px) {
    .catalog__title {
      font-size: 42px;
      margin-bottom: 64px; } }
  .catalog__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .catalog__title::after {
        width: 100%;
        bottom: -14px; } }

.catalog__list {
  padding: 0;
  list-style: none; }

.catalog--types {
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  color: #cd4e49; }

.catalog__item {
  margin-bottom: 10px;
  border: 1px solid #ededed;
  position: relative; }
  @media (min-width: 1170px) {
    .catalog__item {
      margin-bottom: 20px; } }

@media (min-width: 1170px) {
  .catalog__item--active {
    margin-bottom: 41px;
    -webkit-box-shadow: 2px 2px 3px 0 #f7f7f7;
            box-shadow: 2px 2px 3px 0 #f7f7f7; } }

.item__toggle {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  width: 14px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-color: transparent; }
  .item__toggle::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 2px;
    width: 13px;
    height: 1px;
    background: #ce514d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (min-width: 1170px) {
      .item__toggle::before {
        top: 4px;
        right: 1px; } }
  .item__toggle::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 2px;
    width: 13px;
    height: 1px;
    background: #ce514d;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media (min-width: 1170px) {
      .item__toggle::after {
        top: 13px;
        right: 2px; } }
  @media (min-width: 560px) {
    .item__toggle {
      top: 4px; } }
  @media (min-width: 1170px) {
    .item__toggle {
      top: 12px;
      right: 29px; } }

.item__toggle1--opened {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 12px;
  top: 15px;
  right: 10px;
  background-color: transparent; }
  .item__toggle1--opened::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 8px;
    width: 13px;
    height: 1px;
    background: #ce514d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (min-width: 1170px) {
      .item__toggle1--opened::before {
        top: 6px; } }
  .item__toggle1--opened::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 13px;
    height: 1px;
    background: #ce514d;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media (min-width: 1170px) {
      .item__toggle1--opened::after {
        top: 6px; } }
  @media (min-width: 560px) {
    .item__toggle1--opened {
      top: 7px; } }
  @media (min-width: 1170px) {
    .item__toggle1--opened {
      top: 16px; } }

.catalog__subtitle {
  text-align: center;
  margin: 0;
  font-family: 'OpenSansRegular', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 5px;
  padding-right: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(#ffffff), to(#f7f7f7));
  background: linear-gradient(to top, #f7f7f7, #ffffff, #f7f7f7);
  position: relative;
  cursor: pointer; }
  @media (min-width: 1170px) {
    .catalog__subtitle {
      font-size: 17px;
      padding: 12px;
      text-transform: uppercase; } }

.hide + label > .catalog__subtitle:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 10px;
  background: url("../img/arrow-catalog.png");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 10px;
  bottom: 10px; }
  @media (min-width: 1170px) {
    .hide + label > .catalog__subtitle:after {
      bottom: 20px; } }

.hide:checked + label > .catalog__subtitle:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 10px;
  background: url("../img/arrow-catalog.png");
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: 10px;
  bottom: 10px; }
  @media (min-width: 1170px) {
    .hide:checked + label > .catalog__subtitle:after {
      bottom: 20px; } }

.catalog__block {
  text-align: center;
  padding: 6px; }
  @media (min-width: 1170px) {
    .catalog__block {
      padding-bottom: 13px; } }

.catalog__link {
  text-decoration: none;
  color: #cd4e49;
  position: relative; }
  @media (min-width: 1170px) {
    .catalog__link {
      font-size: 14px; } }
  .catalog__link::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -18px;
    width: 10px;
    height: 2px;
    background: #ce514d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .catalog__link::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -18px;
    width: 10px;
    height: 2px;
    background: #ce514d;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.catalog__block--closed {
  display: none; }

.catalog__block--opened {
  display: block; }

.transportation__table {
  display: none;
  text-align: left; }
  @media (min-width: 560px) {
    .transportation__table {
      display: block; } }
  @media (min-width: 1170px) {
    .transportation__table {
      padding: 20px;
      padding-bottom: 5px; } }

.table__head {
  font-family: 'OpenSansSemiBold', 'Arial', sans-serif;
  font-size: 10px; }
  @media (min-width: 1170px) {
    .table__head {
      font-size: 13px; } }

.table__body {
  font-family: 'OpenSansLight', 'Arial', sans-serif;
  font-size: 9px; }
  @media (min-width: 1170px) {
    .table__body {
      font-size: 14px; } }

.table__body--sold {
  color: #cd4e49; }

.table--center {
  text-align: center; }

.table__button {
  text-decoration: none;
  color: #ffffff;
  background-color: #cd4e49;
  padding: 5px 10px;
  border-radius: 5px; }
  @media (min-width: 1170px) {
    .table__button {
      font-size: 13px;
      padding: 4px 13px; } }

table {
  border-spacing: 0;
  margin: 0 auto; }

th {
  padding: 10px 2px;
  border-bottom: 1px solid #bfbfbf; }
  @media (min-width: 1170px) {
    th {
      padding-top: 12px;
      padding-bottom: 18px;
      padding-left: 6px; } }

.table__body td {
  padding: 10px 2px;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 1170px) {
    .table__body td {
      padding-top: 25px;
      padding-bottom: 25px; } }

@media (min-width: 1170px) {
  .table__body tr:nth-child(2) > td {
    padding: 31px 7px; } }

@media (min-width: 1170px) {
  .table__body tr:nth-child(3) > td {
    padding: 13px 7px; } }

@media (min-width: 1170px) {
  .table__body tr:nth-child(4) > td {
    padding: 32px 7px; } }

@media (min-width: 1170px) {
  .table__first {
    min-width: 44px; } }

@media (min-width: 1170px) {
  .table__second {
    min-width: 166px; } }

@media (min-width: 1170px) {
  .table__third {
    min-width: 200px; } }

@media (min-width: 1170px) {
  .table__fourth {
    min-width: 207px; } }

@media (min-width: 1170px) {
  .table__fifth {
    min-width: 185px; } }

@media (min-width: 1170px) {
  .table__sixth {
    min-width: 130px; } }

@media (min-width: 1170px) {
  .table__seventh {
    min-width: 110px; } }

.header {
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #737373; }
  @media (min-width: 1170px) {
    .header {
      position: fixed;
      z-index: 10;
      background-color: #ffffff;
      left: 0;
      right: 0;
      top: 0; } }

.header__wrapper {
  padding: 10px; }
  @media (min-width: 768px) {
    .header__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1170px) {
    .header__wrapper {
      max-width: 1170px;
      margin: 0 auto; } }

.logo__img {
  width: 200px;
  height: 42px; }

.header__nav {
  padding: 5px; }
  @media (min-width: 768px) {
    .header__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "OpenSansSemiBold", "Arial", sans-serif; }
  @media (min-width: 768px) {
    .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1170px) {
    .nav__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.nav__item {
  text-transform: uppercase;
  background-color: #ffffff; }
  .nav__item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5; }
  @media (min-width: 768px) {
    .nav__item:not(:last-child) {
      border-bottom: none; } }

.nav__link {
  text-decoration: none;
  color: #373737;
  display: block;
  padding: 5px; }
  .nav__link:hover {
    background-color: #f5f5f5; }
  .nav__link--active {
    color: #cd4e49; }
    .nav__link--active:hover {
      background-color: transparent; }
  @media (min-width: 768px) {
    .nav__link {
      font-size: 15px; } }

.header__nav {
  position: relative; }

@media (max-width: 767px) {
  .nav--closed .nav__toggle {
    content: "";
    position: absolute;
    background-image: url("../img/icon-menu-open.svg");
    background-color: #ffffff;
    top: -25px;
    right: 30px;
    z-index: 2;
    width: 20px;
    height: 14px;
    display: block;
    cursor: pointer;
    border: none; } }
  @media (max-width: 767px) and (min-width: 500px) {
    .nav--closed .nav__toggle {
      right: 20px; } }

@media (max-width: 767px) {
  .nav--opened .nav__toggle {
    content: "";
    position: absolute;
    top: -25px;
    right: 30px;
    z-index: 2;
    width: 21px;
    height: 20px;
    background-image: url("../img/icon-menu-close.svg");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    cursor: pointer;
    border: none; } }
  @media (max-width: 767px) and (min-width: 500px) {
    .nav--opened .nav__toggle {
      right: 20px; } }

@media (max-width: 767px) {
  .nav--closed .nav__item {
    display: none; }
  .nav--nojs .nav__item {
    display: block; } }

.nav__toggle {
  display: none; }

.header__contacts {
  display: none; }
  @media (min-width: 500px) {
    .header__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      position: absolute;
      top: 3px;
      right: 65px; } }
  @media (min-width: 768px) {
    .header__contacts {
      position: relative;
      top: 0;
      right: 0;
      min-width: 201px; }
      .header__contacts::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: red;
        top: 0;
        left: -12px; } }

.header__contacts-tel {
  color: #cd4e49;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  font-family: "CalibriBold", "Arial", sans-serif; }

.main-header {
  padding: 5px;
  padding-top: 170px;
  padding-bottom: 70px;
  text-align: center;
  background-image: url("../img/bg-main-head.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 500px) {
    .main-header {
      padding-top: 190px;
      padding-bottom: 40px; } }
  @media (min-width: 1170px) {
    .main-header {
      padding-top: 140px;
      padding-bottom: 240px; } }

.main-header__title {
  font-family: "CalibriBold", "Arial", sans-serif;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff; }
  @media (min-width: 500px) {
    .main-header__title {
      font-size: 22px; } }
  @media (min-width: 1170px) {
    .main-header__title {
      font-size: 48px; } }

.main-header__title--description {
  font-family: "OpenSansRegular", "Arial", sans-serif;
  text-transform: lowercase;
  font-weight: normal; }

.main-header__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cd4e49;
  padding: 5px 20px;
  border-radius: 3px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  margin-top: 15px;
  cursor: pointer; }

.main__advantage {
  padding: 10px; }
  @media (min-width: 1170px) {
    .main__advantage {
      padding: 0;
      max-width: 1005px;
      margin: 0 auto;
      background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
      background: linear-gradient(to top, #f2f2f2, #ffffff);
      position: relative;
      top: -131px;
      margin-bottom: -65px; } }

.advantage__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  @media (min-width: 500px) {
    .advantage__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1170px) {
    .advantage__list {
      -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.advantage__item {
  padding: 5px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff; }
  .advantage__item::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49;
    z-index: 2; }
  @media (min-width: 500px) {
    .advantage__item {
      max-width: 225px; } }
  @media (min-width: 1170px) {
    .advantage__item {
      background-color: transparent;
      padding-top: 30px; } }

.item__large-list::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 85px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/santa-list.png") no-repeat; }
  @media (min-width: 1170px) {
    .item__large-list::before {
      top: 30px; } }

.item__large-platform::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 86px;
  top: 3px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/map.png") no-repeat; }
  @media (min-width: 1170px) {
    .item__large-platform::before {
      top: 30px; } }

.item__large-purchase::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 86px;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/clock.png") no-repeat; }
  @media (min-width: 1170px) {
    .item__large-purchase::before {
      top: 30px; } }

.item__large-deal::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 86px;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/blocked-padlock.png") no-repeat; }
  @media (min-width: 1170px) {
    .item__large-deal::before {
      top: 30px; } }

.advantage__title {
  margin: 0;
  margin-top: 95px;
  padding: 1px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  text-transform: uppercase;
  color: #373737;
  font-size: 15px; }

.advantage__description {
  margin: 0;
  padding: 10px 46px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  color: #737373;
  font-size: 14px; }
  @media (min-width: 1170px) {
    .advantage__description {
      padding: 10px 5px; } }

.main__stages {
  padding: 5px;
  padding-bottom: 30px;
  background-color: #ffffff;
  text-align: center; }

.stages__head-title {
  margin: 0;
  font-family: "OpenSansLightn", "Arial", sans-serif;
  color: #373737;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  display: inline-block; }
  .stages__head-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .stages__head-title::after {
        width: 100%; } }
  @media (min-width: 1170px) {
    .stages__head-title {
      font-size: 38px; } }

.stages__wrapper {
  text-align: center; }
  @media (min-width: 1170px) {
    .stages__wrapper {
      margin-top: 30px; } }

.stages__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 500px) {
    .stages__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1170px) {
    .stages__list {
      position: relative; }
      .stages__list::after {
        position: absolute;
        content: '';
        width: 1000px;
        height: 1px;
        background: url("../img/line.png");
        top: 80px;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        z-index: 0; } }

.stages__item {
  padding: 5px;
  padding-top: 160px;
  position: relative; }
  @media (min-width: 500px) {
    .stages__item {
      max-width: 220px; } }
  @media (min-width: 1170px) {
    .stages__item {
      z-index: 5; } }

.stages__item--request::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/phone-call.svg") no-repeat; }

.stages__item--choice::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/searcher.svg") no-repeat; }

.stages__item--agreement::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/completed-tasks.svg") no-repeat; }

.stages__item--contract::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/cert.svg") no-repeat; }

.stages__item--registration::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/arrows.svg") no-repeat; }

.stages__title {
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  color: #cd4e49;
  margin: 0;
  padding: 5px 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold; }

.stages__description {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  color: #737373;
  margin: 0;
  padding: 5px 25px; }

.stages__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cd4e49;
  padding: 5px 20px;
  border-radius: 3px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  margin-top: 15px;
  cursor: pointer; }
  @media (min-width: 1170px) {
    .stages__button {
      margin-top: 50px; } }

.main__list-docs {
  background-color: #e25651;
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.62);
          box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.62);
  padding: 25px 5px; }
  @media (min-width: 1170px) {
    .main__list-docs {
      padding-top: 50px; } }

.list-docs__wrapper {
  text-align: center; }
  @media (min-width: 1170px) {
    .list-docs__wrapper {
      max-width: 1170px;
      margin: 0 auto; } }

.list-docs__title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  display: inline-block; }
  .list-docs__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #ffffff; }
    @media (min-width: 1170px) {
      .list-docs__title::after {
        width: 100%; } }
  @media (min-width: 1170px) {
    .list-docs__title {
      font-size: 42px; } }

.list-docs__list {
  list-style: none;
  text-align: left;
  position: relative; }
  @media (min-width: 500px) {
    .list-docs__list {
      list-style: none;
      text-align: center; } }
  @media (min-width: 1170px) {
    .list-docs__list {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-top: 60px; }
      .list-docs__list::before {
        position: absolute;
        content: '';
        width: 122px;
        height: 150px;
        background-image: url("../img/doc.png");
        background-repeat: no-repeat;
        top: 25px;
        left: 51%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%); } }

.list-docs__item {
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  color: #fefefe;
  font-size: 15px;
  padding-top: 5px; }
  @media (min-width: 1170px) {
    .list-docs__item {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 20px;
      position: relative; }
      .list-docs__item:nth-child(2n-1) {
        text-align: right; } }

@media (min-width: 1170px) {
  .list-docs__item-1 {
    padding-right: 180px; }
    .list-docs__item-1::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      right: 150px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-2 {
    padding-left: 150px; }
    .list-docs__item-2::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      left: 120px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-3 {
    padding-right: 170px; }
    .list-docs__item-3::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      right: 140px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-4 {
    padding-left: 140px; }
    .list-docs__item-4::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      left: 110px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-5 {
    padding-right: 160px; }
    .list-docs__item-5::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      right: 130px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-6 {
    padding-left: 130px; }
    .list-docs__item-6::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      left: 100px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-7 {
    padding-right: 150px; }
    .list-docs__item-7::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      right: 120px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-8 {
    padding-left: 120px; }
    .list-docs__item-8::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      left: 90px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-9 {
    padding-right: 140px; }
    .list-docs__item-9::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      right: 110px;
      top: 5px; } }

@media (min-width: 1170px) {
  .list-docs__item-10 {
    padding-left: 110px; }
    .list-docs__item-10::after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/check-icon.svg");
      background-repeat: no-repeat;
      left: 80px;
      top: 5px; } }

.list-docs__block {
  text-align: center; }
  @media (min-width: 1170px) {
    .list-docs__block {
      margin-bottom: 50px; } }

.list-docs__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #cd4e49;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 3px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  margin-top: 15px;
  cursor: pointer; }

.main_consultation {
  background-color: #e25651;
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.62);
          box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.62);
  padding: 25px 5px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1170px) {
    .main_consultation {
      padding-top: 70px;
      padding-bottom: 90px; } }

.consultation__wrapper {
  text-align: center; }
  @media (min-width: 1170px) {
    .consultation__wrapper {
      margin: 0 auto;
      max-width: 1000px; } }

.consultation__title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  display: inline-block; }
  .consultation__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #ffffff; }
    @media (min-width: 1170px) {
      .consultation__title::after {
        width: 100%; } }
  @media (min-width: 1170px) {
    .consultation__title {
      font-size: 42px; } }

.consultation__form {
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 1170px) {
    .consultation__form {
      margin-top: 40px; } }

.form__group {
  border: none; }

@media (min-width: 1170px) {
  .form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.input__fullname {
  background-color: #fadddc;
  border: none;
  border-radius: 3px;
  padding: 7px 20px;
  color: #cd4e49;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: capitalize;
  line-height: 1; }
  .input__fullname::-webkit-input-placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  .input__fullname::-ms-input-placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  .input__fullname::placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  @media (min-width: 1170px) {
    .input__fullname {
      padding: 10px 20px;
      margin-bottom: 0; } }

/*
  Плейсхолдер
 */
.input__phonenumber {
  background-color: #fadddc;
  border: none;
  border-radius: 3px;
  padding: 7px 20px;
  color: #cd4e49;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1; }
  .input__phonenumber::-webkit-input-placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  .input__phonenumber::-ms-input-placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  .input__phonenumber::placeholder {
    padding: 5px 5px;
    color: #cd4e49;
    font-family: "OpenSansLight", "Arial", sans-serif;
    font-size: 18px; }
  @media (min-width: 1170px) {
    .input__phonenumber {
      padding: 10px 20px;
      margin-bottom: 0; } }

.form__toggle {
  color: #cd4e49;
  border: none;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  cursor: pointer; }

.consultation__star {
  position: absolute;
  bottom: 0;
  left: 15px;
  color: #ffffff; }
  @media (min-width: 1170px) {
    .consultation__star {
      position: static;
      text-align: left; } }

.main__article {
  padding: 25px 5px;
  overflow: hidden;
  background-color: #f7f7f7; }
  @media (min-width: 1170px) {
    .main__article {
      padding-top: 70px; } }

.main__article--goods {
  background-color: #f7f7f7; }

.article__wrapper {
  text-align: center; }
  @media (min-width: 1170px) {
    .article__wrapper {
      margin: 0 auto;
      max-width: 1170px; } }

.article__title {
  margin: 0;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  color: #373737;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  display: inline-block; }
  .article__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .article__title::after {
        width: 100%; } }
  @media (min-width: 1170px) {
    .article__title {
      font-size: 35px; } }

.article__text {
  padding: 5px;
  color: #373737;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: left; }
  @media (min-width: 768px) {
    .article__text {
      padding: 5px 60px; } }
  @media (min-width: 1170px) {
    .article__text {
      padding: 5px 120px; } }

.article__text--underlined span{
  border-bottom: 1px solid #cd4e49;
}

.article__text--list {
  padding-left: 20px;
  text-align: left;
  list-style: none; }
  @media (min-width: 768px) {
    .article__text--list {
      padding-left: 80px; } }
  @media (min-width: 1170px) {
    .article__text--list {
      padding-left: 140px; } }

.article__text--list li {
  position: relative; }
  .article__text--list li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 1px;
    background-color: #373737;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px; }

  .text--red {
    color:#cd4e49 ;
  }

.footer {
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 25px; } }

@media (min-width: 500px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 15px; } }

@media (min-width: 1170px) {
  .footer__wrapper {
    max-width: 1170px;
    margin: 0 auto; } }

.footer__left-block {
  padding: 5px; }
  @media (min-width: 500px) {
    .footer__left-block {
      width: 50%; } }
  @media (min-width: 768px) {
    .footer__left-block {
      max-width: 265px;
      padding-top: 0; } }

.footer__logo-link {
  padding-bottom: 5px;
  position: relative; }
  .footer__logo-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cb343b;
    bottom: 0;
    left: 0; }

.footer__logo {
  width: 84px;
  height: 32px; }

.left-block__description {
  color: #373737;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

.left-block__privacy-link {
  color: #cb3239;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer; }

.footer__nav {
  display: none; }
  @media (min-width: 768px) {
    .footer__nav {
      margin-top: 50px;
      display: block; } }

.footer__nav-title {
  color: #cb343b;
  font-size: 16px;
  font-family: "OpenSansRegular", "Arial", sans-serif;
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  padding-top: 5px;
  margin-top: 0; }
  .footer__nav-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cb343b;
    bottom: 0;
    left: 0; }

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

.footer__nav-link {
  text-decoration: none;
  color: #373737;
  font-size: 14px;
  font-family: "OpenSansLight", "Arial", sans-serif; }

.footer__nav-link--active {
  color: #cd4e49; }

.footer__nav-item {
  margin-bottom: 10px; }

.footer-contacts {
  padding: 5px;
  padding-top: 0; }
  @media (min-width: 500px) {
    .footer-contacts {
      margin-top: 50px; } }
  @media (min-width: 1170px) {
    .footer-contacts {
      margin-top: 50px; } }

.footer-contacts__title {
  color: #cb343b;
  font-size: 16px;
  font-family: "OpenSansRegular", "Arial", sans-serif;
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  padding-top: 5px;
  margin-top: 0; }
  .footer-contacts__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cb343b;
    bottom: 0;
    left: 0; }

.footer-contacts__block {
  padding-bottom: 10px; }

.footer-contacts__address {
  color: #373737;
  font-size: 14px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  text-indent: 25px; }

address {
  font-style: normal; }

.footer-contacts__block-link {
  padding-left: 25px;
  padding-bottom: 10px; }

.footer-contacts__link {
  color: #373737;
  font-size: 14px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  text-decoration: none; }

.footer-contacts__block--address {
  position: relative; }
  .footer-contacts__block--address::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 0;
    width: 10px;
    height: 14px;
    background: url("../img/placeholder.png") no-repeat; }

.footer-contacts__block--tel {
  position: relative; }
  .footer-contacts__block--tel::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 0;
    width: 14px;
    height: 14px;
    background: url("../img/phone-icon.png") no-repeat; }

.footer-contacts__block--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.footer-contacts__block--mail {
  position: relative; }
  .footer-contacts__block--mail::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url("../img/mail.png") no-repeat; }

.copyright__block {
  border-top: 1px solid #e6e6e6; }

.footer__copyright {
  color: #b3b3b3;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 14px;
  padding: 5px;
  margin: 0; }
  @media (min-width: 1170px) {
    .footer__copyright {
      max-width: 1170px;
      margin: 0 auto; } }

.breadcrumbs__wrapper {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 5px; }
  @media (min-width: 1170px) {
    .breadcrumbs__wrapper {
      margin: 0 auto;
      max-width: 1170px;
      padding-right: 15px; } }

.breadcrumbs__goods {
  background-color: #f7f7f7; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2; }

.breadcrumbs li {
  position: relative; }

.breadcrumbs li:not(:first-child) {
  margin-left: 5px; }
  .breadcrumbs li:not(:first-child)::before {
    content: "> "; }

.breadcrumbs a {
  text-decoration: none;
  color: #000000; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    position: relative; }
    .breadcrumbs a:hover::after, .breadcrumbs a:focus::after {
      position: absolute;
      content: "";
      height: 1px;
      width: 100%;
      background-color: #cd4e49;
      bottom: -5px;
      left: 0; }

.breadcrumbs__current {
  color: #cd4e49; }

.firms-list {
  padding: 10px;
  overflow: hidden; }
  @media (min-width: 1170px) {
    .firms-list {
      padding-top: 30px; } }

.firms-list__wrapper {
  margin: 0 auto; }
  @media (min-width: 1170px) {
    .firms-list__wrapper {
      max-width: 1170px; } }

.firms-list__title {
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: inline-block; }
  @media (min-width: 768px) {
    .firms-list__title {
      font-size: 32px; } }
  @media (min-width: 1170px) {
    .firms-list__title {
      font-size: 42px;
      margin-bottom: 64px; } }
  .firms-list__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .firms-list__title::after {
        bottom: -14px; } }

.firms-list__table {
  overflow: auto; }
  @media (min-width: 1170px) {
    .firms-list__table {
      padding-bottom: 30px; } }

.table__body--last td {
  border-bottom: none; }

.transportation__table--firms {
  display: block;
  overflow: auto; }

.catalog-header {
  padding: 5px;
  padding-top: 170px;
  padding-bottom: 70px;
  text-align: center;
  background-image: url("../img/bg-catalog-head.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 500px) {
    .catalog-header {
      padding-top: 190px;
      padding-bottom: 140px; } }
  @media (min-width: 1170px) {
    .catalog-header {
      padding-top: 140px;
      padding-bottom: 140px; } }

.catalog-header__title {
  font-family: "CalibriBold", "Arial", sans-serif;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff; }
  @media (min-width: 500px) {
    .catalog-header__title {
      font-size: 22px; } }
  @media (min-width: 1170px) {
    .catalog-header__title {
      font-size: 48px;
      font-weight: bold; } }

.catalog-header__title--description {
  font-family: "OpenSansRegular", "Arial", sans-serif;
  text-transform: lowercase;
  font-weight: normal; }

.catalog-header__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cd4e49;
  padding: 5px 20px;
  border-radius: 3px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  margin-top: 15px;
  cursor: pointer; }

.catalog-header--transporation {
  background-image: url("../img/bg-transporation.jpg"); }

.catalog-header--treatment {
  background-image: url("../img/bg-treatment.jpg"); }

.catalog-header--disposition {
  background-image: url("../img/bg-disposition.jpg"); }

.catalog-header--processing {
  background-image: url("../img/bg-processing.jpg"); }

.contacts {
  padding: 10px;
  overflow: hidden; }
  @media (min-width: 1170px) {
    .contacts {
      padding-top: 30px; } }

.contacts__wrapper {
  margin: 0 auto; }
  @media (min-width: 1170px) {
    .contacts__wrapper {
      max-width: 1170px;
      padding: 5px;
      padding-bottom: 60px; } }

.contacts__title {
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: inline-block;
  color: #373737; }
  @media (min-width: 768px) {
    .contacts__title {
      font-size: 32px; } }
  @media (min-width: 1170px) {
    .contacts__title {
      font-size: 42px;
      margin-bottom: 64px; } }
  .contacts__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .contacts__title::after {
        bottom: -14px; } }

@media (min-width: 768px) {
  .contacts-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px; } }

.contacts-list {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #373737; }
  @media (min-width: 768px) {
    .contacts-list {
      width: 50%;
      padding: 5px; } }
  @media (min-width: 1170px) {
    .contacts-list {
      font-size: 20px;
      max-width: 420px; } }

.contacts-list__link {
  text-decoration: none;
  color: #373737; }

.contacts-list__block {
  padding-left: 50px;
  padding-bottom: 15px; }
  @media (min-width: 1170px) {
    .contacts-list__block {
      padding-bottom: 35px; } }

.contacts-list__block-link {
  padding-left: 50px;
  padding-bottom: 15px; }
  @media (min-width: 1170px) {
    .contacts-list__block-link {
      padding-bottom: 35px; } }

.contacts-list__block--address {
  position: relative; }
  .contacts-list__block--address::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 0;
    width: 22px;
    height: 27px;
    background: url("../img/placeholder-big.png") no-repeat; }

.contacts-list__block--tel {
  position: relative; }
  .contacts-list__block--tel::after {
    position: absolute;
    content: "";
    left: 5px;
    top: -5px;
    width: 30px;
    height: 28px;
    background: url("../img/phone-icon-big.png") no-repeat; }

.contacts-list__block--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.contacts-list__block--mail {
  position: relative; }
  .contacts-list__block--mail::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 0;
    width: 30px;
    height: 27px;
    background: url("../img/mail-big.png") no-repeat; }

.contacts__map {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .contacts__map {
      min-width: 45%;
      padding: 5px; } }
  @media (min-width: 1170px) {
    .contacts__map {
      height: 295px;
      width: 650px; } }

.contacts-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none; }

.main__goods {
  background-color: #f7f7f7; }

.goods {
  background-color: #f7f7f7; }

.goods__wrapper {
  padding: 5px;
  max-width: 1076px;
  margin: 0 auto; }
  @media (min-width: 500px) {
    .goods__wrapper {
      padding: 10px;
      padding-top: 25px; } }

.goods__content {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .goods__content {
      padding: 50px; } }

.goods__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  color: #373737;
  position: relative;
  padding-left: 5px; }
  .goods__title::after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .goods__title::after {
        bottom: -14px; } }

.goods__table {
  overflow: auto; }
  @media (min-width: 1170px) {
    .goods__table {
      margin-top: 30px; } }

.table__cell {
  font-size: 9px;
  width: 50%;
  color: #373737;
  padding: 10px 2px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 25px; }
  @media (min-width: 768px) {
    .table__cell {
      font-size: 15px; } }
  @media (min-width: 1170px) {
    .table__cell {
      padding: 10px 15px;
      font-size: 18px; } }

.cell__img {
  width: 176px;
  height: 249px;
  cursor: pointer; }

.table__line:last-child .table__cell {
  border-bottom: none; }

table .table__line .table__cell {
  text-align: left;
  font-family: "OpenSansLight", "Arial", sans-serif; }

@media (min-width: 1170px) {
  .table__cell-license {
    padding: 15px 70px;
    padding-left: 0; } }

.cell__name-license {
  text-align: left; }
  @media (min-width: 1170px) {
    .cell__name-license {
      font-size: 16px;
      line-height: 22px;
      margin: 0; } }

.cell__list-license {
  text-align: left;
  list-style: none;
  padding-left: 20px; }
  @media (min-width: 1170px) {
    .cell__list-license {
      font-size: 16px; } }

.cell__item {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 9px;
  position: relative; }
  @media (min-width: 768px) {
    .cell__item {
      font-size: 13px; } }
  .cell__item::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url("../img/circle-red.png");
    left: -15px;
    top: 8px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  .cell__item:not(:last-child) {
    margin-bottom: 10px; }
    @media (min-width: 1170px) {
      .cell__item:not(:last-child) {
        margin-bottom: 20px; } }
  @media (min-width: 1170px) {
    .cell__item {
      font-size: 16px; } }

/*
 * Оформление раскрытия большого списка отходов
 */
.cell__list-license--big {
  height: 50px;
  overflow: hidden;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.cell__list-license--big.open {
  height: auto; }

.cell__list-license--big__toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: #ce514d dashed 1px;
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 13px;
  padding: 0;
  color: #373737; }

/*
 * Конец оформления
 */
.table__line:nth-child(11) .table__cell {
  border-bottom: 1px solid #cd4e49;
  padding-bottom: 25px; }

.table__line:nth-child(12) .table__cell {
  padding-top: 40px; }

table .table__line .table__cell--price:first-child {
  text-transform: uppercase; }

table .table__line .table__cell--price {
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-weight: 700; }

@media (min-width: 1170px) {
  .table__cell p {
    margin-top: 0; } }

.application {
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
  background: linear-gradient(to top, #f2f2f2, #ffffff); }
  @media (min-width: 1170px) {
    .application {
      padding: 20px 50px;
      margin-bottom: 70px; } }

.application__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 20px;
  color: #373737;
  position: relative;
  display: inline-block; }
  .application__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .application__title::after {
        bottom: -14px; } }
  @media (min-width: 1170px) {
    .application__title {
      font-size: 35px;
      margin-bottom: 40px; } }

.application-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.application-form__wrapper input {
  width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.application-input__fullname {
  text-transform: capitalize; }

.application-form__wrapper input::-webkit-input-placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.application-form__wrapper input::-ms-input-placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.application-form__wrapper input::placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.application-form__wrapper .application-form__toggle {
  color: #ffffff;
  background-color: #cd4e49;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 19px; }
  @media (min-width: 700px) {
    .application-form__wrapper .application-form__toggle {
      width: auto; } }

.application-label__companyname {
  display: none; }

.application-form__capcha {
  margin-top: 15px;
  margin-bottom: 15px; }

.application-label__checkbox {
  margin-right: auto; }

.application-label__checkbox input {
  width: auto; }

.application-label__checkbox-text {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 16px; }

@media (min-width: 1170px) {
  .application-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.application__star {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 16px; }

.application-arrow {
  margin-top: 15px;
  margin-bottom: 15px; }

.application-arrow__wrapper {
  margin: 0 auto;
  max-width: 945px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px; }
  @media (min-width: 1170px) {
    .application-arrow__wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

.application-arrow__link {
  text-decoration: none;
  font-family: "OpenSansRegular", "Arial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #cd4e49; }
  @media (min-width: 1170px) {
    .application-arrow__link {
      font-size: 17px; } }

.application-arrow__center {
  display: none; }
  @media (min-width: 550px) {
    .application-arrow__center {
      display: block; } }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: none; }

.modal-consultation {
  position: fixed;
  z-index: 12;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  background-color: #f4f4f4; }
  @media (min-width: 1170px) {
    .modal-consultation {
      width: 900px; } }

.modal-consultation__wrapper {
  text-align: center;
  padding: 10px 20px; }
  @media (min-width: 500px) {
    .modal-consultation__wrapper {
      padding: 25px 20px; } }
  @media (min-width: 1170px) {
    .modal-consultation__wrapper {
      padding: 45px 40px; } }

.main_consultation .status {
  color: #ffffff; }

.modal-consultation__title {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 16px;
  color: #373737;
  position: relative;
  display: inline-block; }
  .modal-consultation__title::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .modal-consultation__title::after {
        bottom: -14px; } }
  @media (min-width: 500px) {
    .modal-consultation__title {
      font-size: 20px; } }
  @media (min-width: 1170px) {
    .modal-consultation__title {
      font-size: 35px;
      margin-bottom: 90px; } }

.modal-consultation-form__group {
  border: none;
  padding: 0; }

.modal-consultation-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.modal-consultation-form__wrap input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #cacaca;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal-consultation-form__wrap .modal-consultation-form__toggle {
  margin-bottom: 0; }

.modal-consultation-form__wrap input::-webkit-input-placeholder {
  font-size: 12px; }

.modal-consultation-form__wrap input::-ms-input-placeholder {
  font-size: 12px; }

.modal-consultation-form__wrap input::placeholder {
  font-size: 12px; }
  @media (min-width: 1170px) {
    .modal-consultation-form__wrap input::-webkit-input-placeholder {
      font-size: 20px; }
    .modal-consultation-form__wrap input::-ms-input-placeholder {
      font-size: 20px; }
    .modal-consultation-form__wrap input::placeholder {
      font-size: 20px; } }

.modal-consultation-form__wrap .modal-consultation-form__toggle {
  background-color: #cd4e49;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 16px; }
  @media (min-width: 1170px) {
    .modal-consultation-form__wrap .modal-consultation-form__toggle {
      font-size: 20px;
      width: auto;
      margin-left: auto;
      margin-top: 20px; } }

.modal-answer {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background-color: #ce514d;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 5px 16px 0 #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
          box-shadow: 2px 5px 16px 0 #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  @media (min-width: 1170px) {
    .modal-answer {
      width: 900px; } }

.answer-status {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 16px;
  margin: 50px;
  position: relative; }
  .answer-status::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    bottom: -10px;
    left: 0; }

.modal-query {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background-color: #f4f4f4;
  text-align: center;
  border: 1px solid #E5E5E5;
  margin-top: 15px;
  padding: 20px 10px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
  background: linear-gradient(to top, #f2f2f2, #ffffff); }
  @media (min-width: 1170px) {
    .modal-query {
      width: 900px;
      padding: 20px 50px;
      margin-top: 70px; } }

.modal__toggle {
  position: absolute;
  border: none;
  content: "";
  width: 21px;
  height: 20px;
  background-image: url("../img/icon-menu-close.svg");
  background-color: transparent;
  right: 5px;
  top: 5px;
  cursor: pointer; }

.modal-query__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 20px;
  color: #373737;
  position: relative;
  display: inline-block; }
  .modal-query__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #cd4e49; }
    @media (min-width: 1170px) {
      .modal-query__title::after {
        bottom: -14px; } }
  @media (min-width: 1170px) {
    .modal-query__title {
      font-size: 35px;
      margin-bottom: 40px; } }

.modal-query-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.modal-query-form__wrapper input {
  width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal-query-form__wrapper input::-webkit-input-placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.modal-query-form__wrapper input::-ms-input-placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.modal-query-form__wrapper input::placeholder {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 15px;
  color: #737373; }

.modal-query-form__wrapper .modal-query-form__toggle {
  color: #ffffff;
  background-color: #cd4e49;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  font-size: 19px; }
  @media (min-width: 700px) {
    .modal-query-form__wrapper .modal-query-form__toggle {
      width: auto; } }

.modal-query-form__capcha {
  margin-top: 15px;
  margin-bottom: 15px; }

.modal-query-label__checkbox {
  margin-right: auto; }

.modal-query-label__companyname {
  /*скрытый блок*/
  display: none; }

.modal-query-label__checkbox input {
  width: auto; }

.modal-query-label__checkbox-text {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 16px; }

@media (min-width: 1170px) {
  .modal-query-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.modal-query-input__fullname {
  text-transform: capitalize; }

.modal-show {
  display: block; }

.modal-query__star {
  font-family: "OpenSansLight", "Arial", sans-serif;
  font-size: 16px; }

.modal-privacy {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-filter: opacity(0);
          filter: opacity(0);
  -webkit-transition: all .3s;
  transition: all .3s; }

.modal-privacy--active {
  visibility: visible;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: opacity(1);
          filter: opacity(1);
  overflow-y: auto; }

.modal-privacy__inner {
  position: relative;
  max-width: 600px;
  padding: 15px;
  margin: 30px 20px;
  -webkit-transform: translateY(-300px) rotateX(-35deg);
          transform: translateY(-300px) rotateX(-35deg);
  background: #f7f7f7;
  color: #373737;
  border-radius: 20px 64px 20px 20px;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  -webkit-transition: inherit;
  transition: inherit; }

.modal-privacy__close {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-menu-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ce514d;
  border-radius: 50%;
  right: -20px;
  top: 5px;
  cursor: pointer; }

.modal-privacy--active .modal-privacy__inner {
  -webkit-transform: none;
          transform: none; }

.modal-privacy__open {
  overflow: hidden; }

.modal-show {
  display: block; }

.error__wrapper {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 100px;
  text-align: center; }

.error__title {
  font-family: "CalibriBold", "Arial", sans-serif;
  font-size: 40px; }

.error__link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cd4e49;
  padding: 5px 20px;
  border-radius: 3px;
  font-family: "OpenSansSemiBold", "Arial", sans-serif;
  margin-top: 15px;
  cursor: pointer; }
