/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

.menu-acco:before, .nav__list:before, .order__form:before, .team-acco__content:before, .menu-acco:after, .nav__list:after, .order__form:after, .team-acco__content:after {
  content: "";
  display: table; }

.menu-acco:after, .nav__list:after, .order__form:after, .team-acco__content:after {
  clear: both; }

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

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

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

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

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu-b-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@media screen and (max-width: 992px) {
  html {
    font-size: 0.9375rem; } }

@media screen and (max-width: 535px) {
  html {
    font-size: 0.8125rem; } }

html,
body {
  height: 100%; }

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300;
  color: #2f3234; }

.container {
  margin: 0 auto;
  position: relative;
  max-width: 58.75rem;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal; }

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

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

p {
  padding: 0;
  margin: 0; }

footer {
  position: relative;
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.section {
  min-height: 40.625rem; }

.best {
  background: url("../img/bg/bg2section.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center; }
  @media screen and (max-width: 535px) {
    .best {
      min-height: rm(800px); } }
  .best .section__title {
    margin-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      .best .section__title {
        margin-bottom: 2.5rem; } }

.best__icon-pic {
  width: 90%;
  height: 6.25rem; }
  .best__icon-pic svg {
    max-width: 95%; }
  @media screen and (max-width: 535px) {
    .best__icon-pic {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.best__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 535px) {
    .best__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.best__item {
  margin-bottom: 3.125rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 535px) {
    .best__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      margin-bottom: 1.5625rem; } }

@media screen and (max-width: 535px) {
  .best__icon {
    margin-right: 1.25rem;
    width: 30%; } }

@media screen and (max-width: 535px) {
  .best__desc {
    text-align: left;
    display: block;
    width: 65%; } }

.best__title {
  font-size: 1.5rem;
  font-family: 'Lifehack-Medium';
  color: #2f3234;
  margin-bottom: 1.25rem;
  margin-top: 15px; }

.btn {
  display: inline-block;
  vertical-align: top;
  background: #e45028;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1rem;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 500; }

.burger-slider-wrap {
  position: relative;
  padding: 1.25rem 0; }
  .burger-slider-wrap .owl-carousel .owl-item img {
    width: auto; }

.burger-weight {
  position: absolute;
  bottom: 0rem;
  left: 0;
  opacity: .5; }
  @media screen and (max-width: 768px) {
    .burger-weight {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; } }

.burger-weight__measure {
  background: url("../../img/icons/kkal.svg") 50% no-repeat;
  width: 4.0625rem;
  height: 3.75rem;
  position: relative;
  background-size: contain; }

.burger-weight__amount {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif; }

.burger-weight__title {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif; }

.burgers {
  background: #f9b43b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9b43b 0%, #eb8c38 40%, #eb8c38 60%, #eb8c38 60%, #f9b43b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9b43b 0%, #eb8c38 40%, #eb8c38 60%, #eb8c38 60%, #f9b43b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9b43b), color-stop(40%, #eb8c38), color-stop(60%, #eb8c38), color-stop(60%, #eb8c38), to(#f9b43b));
  background: -o-linear-gradient(top, #f9b43b 0%, #eb8c38 40%, #eb8c38 60%, #eb8c38 60%, #f9b43b 100%);
  background: linear-gradient(to bottom, #f9b43b 0%, #eb8c38 40%, #eb8c38 60%, #eb8c38 60%, #f9b43b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b43b', endColorstr='#f9b43b',GradientType=0 );
  /* IE6-9 */
  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; }
  .burgers .section__title {
    margin-bottom: 0.9375rem; }

.fixed-menu {
  position: fixed;
  top: 5.625rem;
  right: 2.5rem; }
  @media screen and (max-width: 992px) {
    .fixed-menu {
      display: none; } }

.fixed-menu__link {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative; }
  .fixed-menu__link:after, .fixed-menu__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .fixed-menu__link:after {
    width: 0.375rem;
    height: 0.375rem;
    background: #fff; }
  .fixed-menu__link:before {
    width: 0rem;
    height: 0rem;
    border-radius: 50%;
    border: 0.0625rem solid #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .fixed-menu__link:hover:before {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1; }

.fixed-menu__item.active .fixed-menu__link:before {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 1; }

.fixed-menu__item {
  margin-bottom: 0.3125rem; }

.footer {
  background: url("../img/bg/footer.jpg") center bottom no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 0; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 535px) {
    .footer__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer__col {
  width: 50%;
  margin-bottom: 0.9375rem; }
  @media screen and (max-width: 535px) {
    .footer__col {
      float: none;
      width: 100%;
      text-align: center; } }

.footer__address {
  color: #ffffff;
  font-size: 0.875rem; }

.footer__phone {
  color: #e35028;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.875rem; }

.footer__col_right {
  text-align: right;
  margin-bottom: 0; }
  @media screen and (max-width: 535px) {
    .footer__col_right {
      text-align: center; } }

.hamburger-menu-link {
  vertical-align: middle;
  position: relative;
  height: 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.875rem;
  display: none; }
  @media screen and (max-width: 768px) {
    .hamburger-menu-link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.hamburger-menu-link__bars, .hamburger-menu-link__bars:before, .hamburger-menu-link__bars:after {
  background: #fff;
  width: 1.5rem;
  height: 0.3125rem;
  border-radius: 0.1875rem; }

.hamburger-menu-link__bars:before, .hamburger-menu-link__bars:after {
  content: "";
  display: block;
  position: absolute; }

.hamburger-menu-link__bars:before {
  top: 0; }

.hamburger-menu-link__bars:after {
  bottom: 0; }

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47, 50, 52, 0.99);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  display: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .hamburger-menu_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }

.hamburger-menu__logo {
  position: absolute;
  top: 0.625rem;
  left: 1.875rem; }

.hamburger-menu__close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0.9375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .hamburger-menu__close:hover .hamburger-menu__close-icon use {
    fill: #fff; }

.hamburger-menu__close-icon {
  width: 100%;
  height: 100%; }
  .hamburger-menu__close-icon use {
    fill: #c1c2c2;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s; }

.header {
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 992px) {
  .header__logo {
    width: 15%; } }

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px; }

.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.75rem; }
  @media screen and (max-width: 768px) {
    .header__menu {
      text-align: right; } }

.hero {
  background: url("../img/bg/bgintro.jpg") center center no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .hero {
      padding-bottom: 6.25rem; } }

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .hero__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15%; }

.hero__left,
.hero__right {
  float: left;
  width: 50%; }
  @media screen and (max-width: 768px) {
    .hero__left,
    .hero__right {
      float: none;
      width: 100%; } }

@media screen and (max-width: 535px) {
  .hero__left {
    height: 14.375rem; } }

.hero__right {
  padding-top: 7.1875rem; }
  @media screen and (max-width: 768px) {
    .hero__right {
      text-align: center;
      padding: 1.875rem 20% 0; } }
  @media screen and (max-width: 535px) {
    .hero__right {
      padding: 0 3%; } }

.hero__desc {
  font-size: 4.0625rem;
  color: white;
  font-family: 'Lifehack-Medium';
  text-transform: lowercase;
  line-height: 1em; }

.hero__img {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%; }
  @media screen and (max-width: 768px) {
    .hero__img {
      max-width: 55%; } }

.down-arrow {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 3.75rem;
  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; }
  .down-arrow:hover .down-arrow__icon {
    margin-top: -0.9375rem;
    width: 2.8125rem;
    height: 2.8125rem; }

.down-arrow__icon {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #fff; }

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

.burger {
  display: none;
  position: fixed;
  top: 35px;
  right: 20px;
  width: 30px;
  height: 20px;
  z-index: 200; }
  @media screen and (max-width: 535px) {
    .burger {
      display: block; } }
  @media screen and (max-width: 768px) {
    .burger {
      display: block; } }
  .burger__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .burger__content:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .burger__content:after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .burger__line {
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.burger.active .burger__line {
  opacity: 0; }

.burger.active .burger__content:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px; }

.burger.active .burger__content:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px; }

.logo {
  display: inline-block;
  position: relative;
  z-index: 110; }
  .logo svg {
    max-width: 95%; }

.logo__img {
  height: 4.6875rem; }

.logo__icon path:nth-child(1) {
  fill: #e45028; }

.map {
  background-image: url(../img/bg/maps.jpg);
  background-position: center;
  background-size: cover; }

.yandex-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.menu-acco {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.menu-acco__item {
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu-acco__item.active .menu-acco__trigger-text {
    color: #f9b43b; }
  .menu-acco__item.active .menu-acco__content {
    display: block; }

.menu-acco__trigger {
  width: 5rem;
  display: block;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative; }
  @media screen and (max-width: 535px) {
    .menu-acco__trigger {
      width: 3.125rem; } }

.menu-acco__trigger-text {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 50%;
  top: 75%;
  margin-top: -1.25rem; }
  @media screen and (max-width: 535px) {
    .menu-acco__trigger-text {
      font-size: 1.625rem; } }

.menu-acco__content {
  height: 100%;
  float: left;
  background: rgba(47, 50, 52, 0.93);
  width: 300px;
  overflow: hidden;
  display: none; }
  @media screen and (max-width: 450px) {
    .menu-acco__content {
      width: 200px; } }

.menu-acco__text {
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #fff;
  padding: 3.75rem 1.875rem;
  width: 100%;
  line-height: 1.8; }
  @media screen and (max-width: 535px) {
    .menu-acco__text {
      padding: 1.5625rem 0.9375rem; } }

.menu {
  background: url("../img/bg/menu.jpg") 50% no-repeat;
  background-size: cover;
  position: relative; }

.menu__title {
  position: absolute;
  top: 10%;
  left: 10%; }

.nav {
  display: inline-block;
  vertical-align: middle;
  z-index: 150; }
  @media screen and (max-width: 768px) {
    .nav {
      display: none; } }
  .nav_hamburger {
    width: auto; }
    .nav_hamburger .nav__item {
      display: block;
      text-align: center;
      opacity: 0;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      .nav_hamburger .nav__item:after {
        display: block;
        margin: 0.9375rem auto; }
    @media screen and (max-width: 768px) {
      .nav_hamburger {
        display: block; } }

.nav__list {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 992px) {
    .nav__list {
      text-align: center; } }

.nav__item {
  white-space: nowrap;
  display: inline-block;
  font-size: 0.8125rem; }
  @media screen and (max-width: 535px) {
    .nav__item {
      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;
      font-size: 6px; } }
  @media screen and (max-width: 768px) {
    .nav__item {
      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;
      font-size: 20px; } }
  .nav__item:last-child {
    margin-right: 0; }
    .nav__item:last-child:after {
      display: none; }
  .nav__item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: white;
    margin: 0 1.25rem; }
    @media screen and (max-width: 992px) {
      .nav__item:after {
        margin: 0 0.3125rem; } }
    @media screen and (max-width: 768px) {
      .nav__item:after {
        margin: 0 0.625rem; } }
    @media screen and (max-width: 535px) {
      .nav__item:after {
        margin: 0.9375rem; } }

.nav__link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 500; }
  .nav__link:hover {
    text-decoration: underline; }

@media screen and (max-width: 768px) {
  .nav.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    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; } }

@media screen and (max-width: 768px) {
  .hidden {
    overflow: hidden; } }

.order-link {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5625rem 0;
  margin-left: 2%;
  min-width: 5.3125rem; }

.order {
  background: url("../img/bg/order.jpg") 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .order .section__title {
    text-align: center; }

.order__form {
  margin-left: -5%; }
  @media screen and (max-width: 768px) {
    .order__form {
      margin-left: 0;
      padding: 0 20%; } }
  @media screen and (max-width: 535px) {
    .order__form {
      padding: 0; } }

.order__form-col {
  float: left;
  width: 45%;
  margin-left: 5%; }
  @media screen and (max-width: 768px) {
    .order__form-col {
      width: 100%;
      float: none;
      margin-left: 0; } }

.order__form-row {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 535px) {
    .order__form-row {
      margin-bottom: 0.4375rem; } }

.order__form-label {
  margin-bottom: 1.0625rem;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.875rem; }
  @media screen and (max-width: 535px) {
    .order__form-label {
      margin-bottom: 0.3125rem; } }

.order__form-input {
  font-size: 0.875rem;
  padding: 0.625rem;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid #d1cfcb;
  border-radius: 0.3125rem;
  width: 100%; }

.order__form-block {
  display: block;
  width: 100%; }

.order__form-row_double {
  margin-left: -1.25rem; }
  .order__form-row_double .order__form-block {
    width: calc(100% / 2 - rem(20px));
    margin-left: 1.25rem; }

.order__form-row_quatro {
  margin-left: -1.25rem; }
  .order__form-row_quatro .order__form-block {
    width: calc(100% / 4 - rem(20px));
    margin-left: 1.25rem; }

.order__form-input_textarea {
  height: 6.875rem;
  resize: none; }

@media screen and (max-width: 535px) {
  .order__form-buttons .order__form-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.0625rem; } }

.order__radio {
  position: relative;
  white-space: nowrap;
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.order__radio-elem {
  position: absolute;
  top: 0;
  left: -624.9375rem; }

.order__radio-fake {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .order__radio-fake:after {
    content: "";
    display: block;
    position: absolute;
    width: 0rem;
    height: 0rem;
    border-radius: 50%;
    background: #e35028;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s; }

.order__radio-elem:checked + .order__radio-fake:after {
  width: 0.5rem;
  height: 0.5rem; }

.order__radio-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.625rem; }

.order__radio_checkbox .order__radio-fake {
  border-radius: 0rem; }

.order__radio_checkbox .order__radio-elem + .order__radio-fake:after {
  background: transparent; }

.order__radio_checkbox .order__radio-elem:checked + .order__radio-fake:after {
  background: url("../../img/icons/check.svg") 50% no-repeat transparent;
  background-size: contain;
  width: 0.6875rem;
  height: 0.5625rem; }

.order__form-button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25rem;
  border: 0;
  background: #e35028;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  color: #ffffff;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  padding: 0.625rem 0.9375rem;
  cursor: pointer; }

.order__form-button_reset {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  background: transparent; }

.popup {
  display: none; }

.full-review {
  padding: 1.5625rem 1.25rem;
  position: relative; }

.full-review__title {
  font-family: 'Gagalin-Regular', Helvetica, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem; }

.full-review__content {
  font-size: 0.875rem;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300; }

.full-review__close {
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .full-review__close:hover {
    opacity: 1; }
  .full-review__close svg {
    width: 100%;
    height: 100%; }

.status-popup__inner {
  padding: 1.25rem;
  text-align: center; }

.status-popup__message {
  margin-bottom: 1.25rem;
  font-size: 0.875rem; }

.status-popup {
  width: 15rem; }

.error-message {
  color: #e35028; }

.reviews {
  background: #000; }
  @media screen and (max-width: 768px) {
    .reviews {
      min-height: 0rem; } }

.reviews__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.reviews__item {
  width: 25%;
  height: 50%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .reviews__item {
      height: 25%;
      width: 50%; } }

.review {
  position: relative;
  width: 100%;
  height: 100%; }
  .review:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .review:hover .review__hover {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  .review:hover:after {
    background: rgba(20, 20, 20, 0.7); }

.review__photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.review__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  padding: 17% 12% 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .review__hover {
      padding: 0 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }

.review__title {
  color: #fff;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 1.5625rem; }
  @media screen and (max-width: 535px) {
    .review__title {
      font-size: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .review__title {
      margin-bottom: 0.0625rem; } }

.review__shorttext {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0.8125rem; }
  @media screen and (max-width: 535px) {
    .review__shorttext {
      display: none; } }

.review__view {
  border-radius: 0.3125rem;
  background-color: #2f3234;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .review__view:hover {
    background-color: #1f2122; }

.section {
  height: 100vh;
  min-height: 40.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section {
      min-height: initial; } }

.section__title {
  color: #f9b43b;
  font-size: 4.5rem;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif;
  margin-bottom: 0.75rem; }
  @media screen and (max-width: 535px) {
    .section__title {
      font-size: 3.125rem; } }
  .section__title.section__title_black {
    color: #2f3234; }
  .section__title.section__title_white {
    color: white; }

.socials {
  position: relative;
  top: 50%; }

.socials__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem; }

.socials__link {
  display: inline-block;
  max-width: 1.4375rem;
  max-height: 1.25rem;
  opacity: .3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .socials__link:hover {
    opacity: 1; }

.socials__link-icon {
  width: 1.25rem;
  height: 1.25rem; }

@media screen and (max-width: 768px) {
  .team-acco {
    padding-bottom: 1.25rem; } }

.team-acco__item {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 768px) {
    .team-acco__item {
      margin-bottom: 1.875rem; } }
  .team-acco__item:last-child {
    margin-bottom: 0; }
  .team-acco__item.active .team-acco__trigger {
    color: #f9b43b; }
    .team-acco__item.active .team-acco__trigger:before {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .team-acco__item.active .team-acco__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .team-acco__item.active .team-acco__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.team-acco__trigger {
  color: #fff;
  font-size: 0.875rem;
  font-family: 'Gagalin-Regular', Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 1.25rem; }
  .team-acco__trigger:before, .team-acco__trigger:after {
    content: "";
    display: block;
    position: absolute;
    left: -1.125rem;
    top: 0.5rem;
    width: 0;
    height: 0; }
  .team-acco__trigger:before {
    border-top: 0.4375rem solid #f9b43b;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0rem solid transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .team-acco__trigger:after {
    display: none;
    border-bottom: 0.4375rem solid #f9b43b;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-top: 0rem solid transparent; }
  @media screen and (max-width: 768px) {
    .team-acco__trigger {
      display: inline-block;
      font-size: 1.5625rem; }
      .team-acco__trigger:before {
        margin-top: 0.625rem; } }

.team-acco__content {
  padding-top: 0.875rem;
  display: none; }
  @media screen and (max-width: 768px) {
    .team-acco__content {
      padding: 0 25%; } }

.team-acco__pic {
  text-align: center;
  width: 30%; }
  @media screen and (max-width: 992px) {
    .team-acco__pic {
      width: 30%;
      margin-bottom: 0.9375rem; } }

.team-acco__img {
  display: inline-block;
  vertical-align: top;
  width: 6.25rem;
  height: 6.25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%; }

.team-acco__text {
  width: 70%; }

.team-acco__pic, .team-acco__text {
  float: left; }
  @media screen and (max-width: 768px) {
    .team-acco__pic, .team-acco__text {
      float: none;
      width: 100%; } }

.team-acco__title {
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.875rem; }

.team-acco__text-content {
  font-family: 'Ubuntu', Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.875rem;
  max-width: 13.75rem; }

.team {
  background: url("../img/bg/comand.jpg") 50% no-repeat;
  background-size: cover;
  position: relative; }
  .team .section__title {
    margin-bottom: 12%; }
  @media screen and (max-width: 768px) {
    .team {
      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; }
      .team:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(47, 50, 52, 0.93); } }

.team__section {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: rgba(47, 50, 52, 0.93);
  padding: 5% 2% 0 7%; }
  @media screen and (max-width: 768px) {
    .team__section {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      text-align: center;
      background: transparent;
      padding: 0; } }

.text-block p {
  font-size: 0.875rem;
  line-height: 1.8; }

.slider {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9b43b), color-stop(48%, #eb8c38), color-stop(74%, #f9b43b), to(#f9b43b));
  background-image: -webkit-linear-gradient(bottom, #f9b43b 0%, #eb8c38 48%, #f9b43b 74%, #f9b43b 100%);
  background-image: -o-linear-gradient(bottom, #f9b43b 0%, #eb8c38 48%, #f9b43b 74%, #f9b43b 100%);
  background-image: linear-gradient(to top, #f9b43b 0%, #eb8c38 48%, #f9b43b 74%, #f9b43b 100%);
  background-position: center center;
  background-size: cover;
  position: relative; }

.slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .slider__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 2.5rem;
  height: 2.5rem; }

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

.slider__img {
  max-width: 90%;
  max-height: 100%;
  padding-top: 5rem;
  padding-bottom: 6.25rem; }
  @media screen and (max-width: 768px) {
    .slider__img {
      max-width: 80%;
      padding-top: 6.25rem;
      padding-bottom: 0px; } }
  @media screen and (max-width: 535px) {
    .slider__img {
      max-width: 70%;
      padding-top: 100px;
      padding-bottom: 0px; } }

.slider__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%; }

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

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

.slider__square {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #f08c33;
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slider__square:hover {
    background-color: #e35028; }
    .slider__square:hover .indigredients__dropdown {
      display: block;
      left: 100%;
      top: 0; }
    .slider__square:hover .indigredients__dropdown-table {
      display: block; }

.indigredients__dropdown {
  display: none;
  background-color: antiquewhite;
  position: absolute;
  opacity: 0.9;
  width: 280px;
  border-radius: 5px; }

.indigredients__dropdown-table {
  padding-top: 15px;
  padding-bottom: 15px; }

.slider__burger {
  width: 2.5rem;
  height: 2.5rem; }

.indigredients__dropdown-img {
  width: 30px;
  height: 30px; }

.indigredients__dropdown-td-img {
  padding-right: 20px;
  padding-left: 20px; }

.indigredients__dropdown-td-number {
  padding-left: 80px;
  text-align: right; }

.slider__kkal--block {
  width: 6.25rem;
  height: 6.25rem;
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30; }
  @media screen and (max-width: 768px) {
    .slider__kkal--block {
      left: initial;
      right: 0;
      top: 0; } }

.slider__kkal--text {
  opacity: 0.5;
  color: #ffffff;
  font-family: 'Gagalin-Regular';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.50125rem; }

.slider__kkal {
  opacity: .5;
  max-width: 100%;
  max-height: 100%; }

.slider__500 {
  font-size: 4.5rem; }

.indigredients__icon-text {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Gagalin-Regular';
  font-weight: 400; }

.slider__right--title {
  color: #ffffff;
  font-family: 'Gagalin-regular';
  font-size: 4.5rem;
  text-align: left;
  margin-top: -2.5rem; }
  @media screen and (max-width: 768px) {
    .slider__right--title {
      text-align: center;
      margin-top: 0px; } }
  @media screen and (max-width: 535px) {
    .slider__right--title {
      text-align: center;
      margin-top: 0px; } }

.slider__right--text {
  text-align: left;
  font-family: 'Ubuntu';
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24.02px;
  margin-top: 20px;
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 768px) {
    .slider__right--text {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 535px) {
    .slider__right--text {
      margin-top: 0px;
      margin-bottom: 0px; } }

.slider__right--price {
  text-align: left;
  font-family: 'Gagalin-regular';
  color: #e35028;
  font-size: 1.875rem; }

.slider__kkal--numbers {
  position: absolute;
  top: 40%;
  font-size: 1.25rem; }

.slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .slider__block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 535px) {
    .slider__block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.slider__link__btn {
  margin: 0 0 10px 15px;
  border: transparent; }

.slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%; }
  .slider__arrow_right {
    position: absolute;
    right: 0;
    -webkit-transform: translate(25px, 0) rotate(-90deg);
    -ms-transform: translate(25px, 0) rotate(-90deg);
    transform: translate(25px, 0) rotate(-90deg);
    max-width: 100%;
    max-height: 100%; }
    @media screen and (max-width: 768px) {
      .slider__arrow_right {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); } }
  .slider__arrow_left {
    position: absolute;
    left: 0;
    -webkit-transform: translate(-25px, 0) rotate(90deg);
    -ms-transform: translate(-25px, 0) rotate(90deg);
    transform: translate(-25px, 0) rotate(90deg);
    max-width: 100%;
    max-height: 100%;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .slider__arrow_left {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); } }

.slider__link_left {
  position: absolute;
  left: 0;
  z-index: 101; }

.slider__link_right {
  position: absolute;
  right: 0; }

.slider-wrap {
  position: relative;
  overflow: hidden; }

.button__black:hover {
  cursor: pointer;
  background: #1f2122; }

.button__black {
  background-color: #2f3234;
  width: 6.875rem;
  height: 2.1875rem; }

.button {
  cursor: pointer;
  color: #fff;
  width: 6.25rem;
  height: 2.1875rem;
  border: none;
  border-radius: 0.3125rem; }

button {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  background-color: buttonface;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial; }

.popup-review {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 64, 65, 0.8);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000; }

.popup-review-content {
  padding: 1rem;
  max-width: 250px;
  background: #fff;
  border-radius: 5px;
  color: black;
  font-weight: 300;
  font-family: 'ubuntu', Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  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; }

.content__title {
  font-family: 'gagalin';
  font-size: 0.8125rem; }

.content__text {
  margin: 15px auto;
  text-align: justify;
  font-size: 0.8125rem; }

.overlay__close {
  width: 20px;
  height: 20px; }

.popup-review__close {
  position: absolute;
  margin-left: 85px;
  margin-top: -5px;
  width: 22px;
  height: 22px; }
  .popup-review__close:hover {
    opacity: 1; }
  .popup-review__close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 3px;
    background-color: #ec8468;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popup-review__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 3px;
    background-color: #ec8468;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fixed-body {
  overflow: hidden; }
