@import url("/burger-n-fries/assets/css/fonts.css");
:root {
  --accent: #E12319;
  --red: #C0271F;
  --brown: #2e2320;
  --bgcolor: #0a0a08;
  --fontsize: 18px;
  --textcolor: #fff;
  --hover: #761610;
  --lineheight: 1.22;
  /*--userfont: PFDinTextCompPro, sans-serif;*/
  /*--secfont: BERNIER, serif;*/
  /*--thirdfont: BebasNeue, serif;*/
  --userfont: 'DIN Pro', PFDinTextCompPro, sans-serif;
  --secfont: 'DIN Pro', BERNIER, serif;
  --thirdfont: 'DIN Pro', BebasNeue, serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --anim: .15s ease-out;
}

/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'DIN Pro',system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/BebasNeueBold.woff2) format("woff2");
  src: url(../fonts/BebasNeueBold.woff) format("woff");
  src: url(../fonts/BebasNeueBold.ttf) format("truetype");
}
@font-face {
  font-family: "BERNIER";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/BERNIERRegular-Regular.woff2) format("woff2");
  src: url(../fonts/BERNIERRegular-Regular.woff) format("woff");
  src: url(../fonts/BERNIERRegular-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "PFDinTextCompPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PFDinTextCompPro-Bold.woff2) format("woff2");
  src: url(../fonts/PFDinTextCompPro-Bold.woff) format("woff");
  src: url(../fonts/PFDinTextCompPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "PFDinTextCompPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PFDinTextCompPro-Regular.woff2) format("woff2");
  src: url(../fonts/PFDinTextCompPro-Regular.woff) format("woff");
  src: url(../fonts/PFDinTextCompPro-Regular.ttf) format("truetype");
}
::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: var(--accent);
  color: #fff;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 375px;
  min-height: 100%;
  font-family: var(--userfont);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--textcolor);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: var(--bgcolor);
}
body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  -webkit-transition: color var(--anim);
  -o-transition: color var(--anim);
  transition: color var(--anim);
}
a:focus {
  outline: none;
}

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

.hidden {
  display: none;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  padding-top: 68px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 68px;
  }
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lozad {
  visibility: hidden;
}
.lozad.loaded {
  visibility: visible;
}

section {
  padding: 42px 0 70px;
}
@media only screen and (max-width: 1023px) {
  section {
    padding: 30px 0 50px;
  }
}

.section-title {
  margin-bottom: 25px;
  font: 700 60px/1.1 var(--thirdfont);
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 34px;
  }
}

.section-subtitle {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .section-subtitle {
    font-size: 24px;
  }
}

.accent {
  color: var(--accent);
}

.red {
  color: var(--red);
}

.number {
  font-family: var(--secfont);
}

.section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .section-bottom {
    padding-top: 30px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 404px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  font: 400 24px/1 var(--secfont);
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color var(--anim), color var(--anim);
  -o-transition: background-color var(--anim), color var(--anim);
  transition: background-color var(--anim), color var(--anim);
  border: none;
  background-color: var(--accent);
}
.button:hover {
  color: var(--textcolor);
  background-color: var(--red);
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 20px;
  }
}

.fz-middle {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .fz-middle {
    font-size: 24px;
  }
}

.fz-big {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .fz-big {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fz-big {
    font-size: 24px;
  }
}

.overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity var(--anim), visibility var(--anim);
  -o-transition: opacity var(--anim), visibility var(--anim);
  transition: opacity var(--anim), visibility var(--anim);
  background-color: transparent;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.menu-button {
  display: none;
  position: relative;
  margin-left: 20px;
}
.menu-button span {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  margin: 10px auto;
  -webkit-transition: opacity var(--anim), -webkit-transform var(--anim);
  transition: opacity var(--anim), -webkit-transform var(--anim);
  -o-transition: transform var(--anim), opacity var(--anim);
  transition: transform var(--anim), opacity var(--anim);
  transition: transform var(--anim), opacity var(--anim), -webkit-transform var(--anim);
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-button span:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button span:nth-of-type(3) {
  margin-bottom: 0px;
}
.menu-button.active span:nth-child(2) {
  opacity: 0;
}
.menu-button.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-button.active span:nth-child(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .menu-button {
    display: block;
  }
}

.mobile-nav {
  position: fixed;
  top: 68px;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 375px;
  height: calc(100% - 68px);
  padding: 30px 20px 30px;
  z-index: 102;
  -webkit-transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s, -webkit-transform 0.35s ease-out;
  background: var(--bgcolor);
}
@media only screen and (max-width: 767px) {
  .mobile-nav {
    top: 63px;
    height: calc(100% - 63px);
  }
}
.mobile-nav-nav {
  height: 100%;
  overflow-y: auto;
}
.mobile-nav-menu {
  text-align: right;
}
.mobile-nav-menu li {
  margin-bottom: 12px;
}
.mobile-nav-menu li a {
  display: block;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
}
.mobile-nav-menu li a:hover, .mobile-nav-menu li a:focus, .mobile-nav-menu li a.active {
  text-decoration: none;
  color: var(--accent);
}
.mobile-nav.hide {
  visibility: hidden;
}
.mobile-nav.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .mobile-nav.open {
    display: none;
  }
}

.modal.open {
  display: block;
}
.modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  background: url(../images/dist/close.svg) center no-repeat;
  background-size: contain;
}
.modal__container {
  max-width: 630px;
  padding: 35px 45px 45px;
  border-radius: 0;
}
@media only screen and (max-width: 575px) {
  .modal__container {
    max-width: 340px;
    padding: 35px 20px 30px;
  }
}
.modal__title {
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-size: 30px;
  font-weight: 700;
  color: var(--brown);
  border-bottom: 1px solid var(--brown);
}
.modal-form__label {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  color: #584f4d;
}
@media only screen and (max-width: 575px) {
  .modal-form__label {
    font-size: 18px;
  }
}
.modal-form input {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 575px) {
  .modal-form input {
    height: 50px;
  }
}
.modal-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 348px;
  width: 100%;
  height: 66px;
  margin: 25px auto 0;
  padding: 0;
  cursor: pointer;
  font-size: 27px;
  font-family: var(--userfont);
  color: #fff;
  text-transform: none;
  -webkit-transition: background-color var(--anim), color var(--anim);
  -o-transition: background-color var(--anim), color var(--anim);
  transition: background-color var(--anim), color var(--anim);
  border: none;
  background-color: var(--brown);
}
.modal-form__btn:hover {
  color: #fff;
  background-color: var(--accent);
}
@media only screen and (max-width: 575px) {
  .modal-form__btn {
    height: 50px;
  }
}

.footer {
  width: 100%;
  max-width: 1100px;
  font-size: 20px;
  margin: 0 auto;
  padding: 45px 0 50px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 30px 0;
  }
}
.footer-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .footer-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-row-gap: 30px;
    text-align: center;
  }
}
.footer-logo {
  max-width: 148px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .footer-logo {
    margin: 0 auto;
  }
}
.footer-menu li {
  margin-bottom: 6px;
}
.footer-menu li a {
  font-size: inherit;
  color: #fff;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: var(--accent);
}
.footer-text {
  margin-bottom: 12px;
}
.footer-text a {
  pointer-events: none;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .footer-text br {
    display: none;
  }
}
.footer-policy {
  font-size: inherit;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.footer-company {
  margin-top: 9px;
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: var(--bgcolor);
}
@media only screen and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--bgcolor);
  }
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.header__logo {
  width: 148px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 795px;
  padding: 0 20px;
}
.header-menu li a {
  font-size: 24px;
  color: var(--textcolor);
  text-decoration: none;
}
.header-menu li a:hover {
  color: var(--accent);
}
.header-contacts {
  position: relative;
  padding-left: 35px;
}
.header-contacts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/dist/phone.svg) center no-repeat;
}
.header-contacts__link {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  color: var(--textcolor);
  text-decoration: none;
}
.header-contacts__link:hover {
  color: var(--textcolor);
}
@media only screen and (max-width: 1023px) {
  .header-menu {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header-contacts {
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .header__logo {
    max-width: 130px;
  }
  .header-contacts__link {
    font-size: 18px;
  }
}

.about-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45.1% 25px 1fr;
  grid-template-columns: 45.1% 1fr;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .about-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
  }
}
.about__subtitle {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .about__subtitle {
    font-size: 24px;
  }
}
.about__desc {
  padding-right: 45px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.7px;
}
.about__desc p {
  margin-bottom: 10px;
}
.about__desc ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1349px) {
  .about__desc {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .about__desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about__desc {
    font-size: 22px;
  }
}
.about-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-pict_mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about-pict {
    display: none;
  }
  .about-pict_mob {
    display: block;
    margin-bottom: 20px;
  }
}

.advantage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .advantage {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .advantage {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
}
.advantage-item {
  font: 400 40px/1.1 var(--secfont);
  text-align: center;
}
.advantage-item span {
  padding: 0 12px;
  font-size: 86px;
}
.advantage-item__top {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .advantage-item {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .advantage-item {
    font-size: 24px;
  }
  .advantage-item span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .advantage-item {
    font-size: 20px;
  }
  .advantage-item span {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .advantage-item {
    font-size: 27px;
  }
  .advantage-item span {
    font-size: 64px;
  }
}

.catalog-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40.6% 1fr;
  grid-template-columns: 40.6% 1fr;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .catalog-item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .catalog-item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
  }
}
.catalog-item:last-child {
  margin-bottom: 0;
}
.catalog-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .catalog-item__pict {
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .catalog-item__pict {
    height: 300px;
  }
}
.catalog-item-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41.7% 60px 41.7%;
  grid-template-columns: repeat(2, 41.7%);
  grid-column-gap: 60px;
  padding: 30px 24px;
  font-size: 24px;
}
@media only screen and (max-width: 1349px) {
  .catalog-item-main {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-item-main {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }
}
.catalog-item__title {
  margin-bottom: 22px;
  font-weight: 700;
  font-family: serif var(--thirdfont);
  line-height: 1.1;
  text-transform: uppercase;
}
.catalog-item__desc {
  line-height: 1;
  letter-spacing: 1.7px;
}
.catalog-item__square {
  margin-top: 24px;
}
.catalog-item-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .catalog-item-header {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
.catalog-item-header__title {
  margin-bottom: 10px;
}
.catalog-item__bottom {
  margin-top: 12px;
  padding-top: 6px;
  border-top: 1px solid #fff;
}

.contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 410px 300px 1fr;
  grid-template-columns: 410px 300px 1fr;
  max-width: 820px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 1023px) {
  .contacts {
    -ms-grid-columns: 265px 60px 1fr 60px 1fr;
    grid-template-columns: 265px 1fr 1fr;
    grid-column-gap: 60px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    padding-left: 40px;
  }
}
.contacts-item {
  font-size: 20px;
  line-height: 21px;
}
.contacts-item__title {
  margin-bottom: 10px;
}
.contacts-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.contacts-item__content a {
  letter-spacing: 1.7px;
  font-size: inherit;
  color: #fff;
  line-height: inherit;
  text-decoration: none;
}
.contacts-item__content a:hover {
  color: #fff;
}
.contacts-item__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contacts-item__content_location:before {
  left: -35px;
  width: 18px;
  height: 24px;
  background-image: url(../images/dist/location.svg);
}
.contacts-item__content_phone:before {
  left: -36px;
  width: 25px;
  height: 26px;
  background-image: url(../images/dist/phone.svg);
}
.contacts-item__content_mail:before {
  left: -39px;
  width: 27px;
  height: 20px;
  background-image: url(../images/dist/mail.svg);
}
.contacts-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 35px;
  max-width: 815px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contacts-links {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.contacts-links-item {
  text-align: center;
}
.contacts-links-item__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 12px;
}
.contacts-links-item__link {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
  text-align: center;
}
.contacts-links-item__link:hover {
  color: var(--accent);
  text-decoration: none;
}

.section-how .section-title {
  margin-bottom: 15px;
}

.how {
  position: relative;
}
.how-svg {
  max-width: 1145px;
  margin: 0 auto;
}
@media only screen and (max-width: 1349px) {
  .how-svg {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1023px) {
  .how-svg {
    max-width: 628px;
  }
}
@media only screen and (max-width: 767px) {
  .how-svg {
    display: none;
  }
}
.how-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18% 24% 18% 21.5% 18%;
  grid-template-columns: 18% 24% 18% 21.5% 18%;
  margin-top: 18px;
}
@media only screen and (max-width: 1349px) {
  .how-wrap {
    max-width: 984px;
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 1023px) {
  .how-wrap {
    max-width: 728px;
  }
}
@media only screen and (max-width: 767px) {
  .how-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
}
.how-item {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.how-item__num {
  display: none;
  position: absolute;
  top: -14px;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--accent);
}
@media only screen and (max-width: 1023px) {
  .how-item {
    font-size: 22px;
  }
  .how-item br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .how-item {
    min-height: 60px;
    padding-left: 80px;
    font-size: 24px;
    text-align: left;
  }
  .how-item__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-info .section-bottom {
  padding-top: 15px;
}

.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.05% 150px 1fr;
  grid-template-columns: 39.05% 1fr;
  grid-column-gap: 150px;
}
@media only screen and (max-width: 1199px) {
  .info {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .info {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }
}
.info .section-title {
  margin-bottom: 17px;
}
.info-cond {
  margin-bottom: 40px;
}
.info-cond li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-column-gap: 10px;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1;
}
.info-cond li span:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .info-cond {
    margin-bottom: 24px;
  }
  .info-cond li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .info-cond li {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.info-list {
  counter-reset: num;
  list-style-type: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0;
}
.info-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.info-list li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .info-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.locations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 642px;
  grid-template-columns: 1fr 642px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .locations {
    -ms-grid-columns: 330px 1fr;
    grid-template-columns: 330px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .locations {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-row-gap: 30px;
  }
}
.locations-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 400 40px/1 var(--secfont);
}
@media only screen and (max-width: 1199px) {
  .locations-desc {
    font-size: 27px;
  }
}
.locations-desc .counter {
  min-width: 215px;
  font-size: 240px;
  line-height: 142px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .locations-desc .counter {
    min-width: 125px;
    font-size: 140px;
    line-height: 74px;
  }
}
.locations-desc__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
.locations-desc__col span {
  display: block;
}
.locations-map__svg .st3 {
  opacity: 0;
  -webkit-transition: opacity var(--anim);
  -o-transition: opacity var(--anim);
  transition: opacity var(--anim);
}
.locations-map__svg .locations-map.js-action .st3_8, .locations-map.js-action .locations-map__svg .st3_8, .locations-map__svg .locations-map.js-action .st3_7, .locations-map.js-action .locations-map__svg .st3_7, .locations-map__svg .locations-map.js-action .st3_6, .locations-map.js-action .locations-map__svg .st3_6, .locations-map__svg .locations-map.js-action .st3_5, .locations-map.js-action .locations-map__svg .st3_5, .locations-map__svg .locations-map.js-action .st3_4, .locations-map.js-action .locations-map__svg .st3_4, .locations-map__svg .locations-map.js-action .st3_3, .locations-map.js-action .locations-map__svg .st3_3, .locations-map__svg .locations-map.js-action .st3_2, .locations-map.js-action .locations-map__svg .st3_2, .locations-map__svg .locations-map.js-action .st3_1, .locations-map.js-action .locations-map__svg .st3_1, .locations-map__svg .locations-map.js-action .st3_0, .locations-map.js-action .locations-map__svg .st3_0 {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.locations-map.js-action .st3 {
  opacity: 0.7;
}
.locations-map.js-action .st3_0 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.locations-map.js-action .st3_1 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.locations-map.js-action .st3_2 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.locations-map.js-action .st3_3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.locations-map.js-action .st3_4 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.locations-map.js-action .st3_5 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.locations-map.js-action .st3_6 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.locations-map.js-action .st3_7 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.locations-map.js-action .st3_8 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.section-main {
  position: relative;
  min-height: 400px;
  padding: 0;
  background: url(../images/dist/main-bg.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .section-main {
    background: none;
  }
}

.main-desc {
  padding-left: 42.4%;
  padding-top: 40px;
}
@media only screen and (max-width: 1349px) {
  .main-desc {
    padding-left: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .main-desc {
    padding-left: 38%;
  }
}
@media only screen and (max-width: 1023px) {
  .main-desc {
    padding-left: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .main-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
  }
}
.main__logo {
  width: 100%;
  max-width: 486px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .main__logo {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main__logo {
    max-width: 320px;
    margin-bottom: 0;
  }
}
.main__pict {
  display: none;
}
.main__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .main__pict {
    display: block;
  }
}
.main__text {
  font: 700 46px/56px var(--thirdfont);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .main__text {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1023px) {
  .main__text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .main__text {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .main__text {
    font-size: 27px;
  }
}