@charset "UTF-8";
@import url(normalize.css);
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 25, 2017 */
@font-face {
  font-family: 'lifehackmedium';
  src: url("../Fonts/lifehack_medium-webfont.eot");
  src: url("../Fonts/lifehack_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/lifehack_medium-webfont.woff2") format("woff2"), url("../Fonts/lifehack_medium-webfont.woff") format("woff"), url("../Fonts/lifehack_medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ubuntubold';
  src: url("../Fonts/ubuntu-b-webfont.eot");
  src: url("../Fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/ubuntu-b-webfont.woff2") format("woff2"), url("../Fonts/ubuntu-b-webfont.woff") format("woff"), url("../Fonts/ubuntu-b-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ubuntulight';
  src: url("../Fonts/ubuntu-light-webfont.eot");
  src: url("../Fonts/ubuntu-light-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/ubuntu-light-webfont.woff2") format("woff2"), url("../Fonts/ubuntu-light-webfont.woff") format("woff"), url("../Fonts/ubuntu-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ubuntumedium';
  src: url("../Fonts/ubuntu-medium-webfont.eot");
  src: url("../Fonts/ubuntu-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/ubuntu-medium-webfont.woff2") format("woff2"), url("../Fonts/ubuntu-medium-webfont.woff") format("woff"), url("../Fonts/ubuntu-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ubunturegular';
  src: url("../Fonts/ubuntu-regular-webfont.eot");
  src: url("../Fonts/ubuntu-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/ubuntu-regular-webfont.woff2") format("woff2"), url("../Fonts/ubuntu-regular-webfont.woff") format("woff"), url("../Fonts/ubuntu-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gagalinregular';
  src: url("../Fonts/gagalin-regular-webfont.eot");
  src: url("../Fonts/gagalin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/gagalin-regular-webfont.woff2") format("woff2"), url("../Fonts/gagalin-regular-webfont.woff") format("woff"), url("../Fonts/gagalin-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 0.8125rem; } }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: ubuntumedium, Arial, Helvetica, sans-serif;
  line-height: 1.42;
  color: #2f3234;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

body, html {
  height: 100%;
  width: 100%; }

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

a {
  text-decoration: none; }

.visuallyhidden: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; }

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

.maincontent {
  height: 100%;
  min-height: 650px;
  width: 100%;
  position: absolute;
  will-change: transform; }
  @media screen and (max-width: 768px) {
    .maincontent {
      min-height: auto; } }

.section {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.31); }

.container {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .container {
      width: 95%; } }
  @media screen and (max-width: 480px) {
    .container {
      width: 95%; } }

/*Plugin adjustment*/
.greet-section {
  background: url("../IMG/texture.png") no-repeat center center, url("../IMG/texture.png") no-repeat center center, #000000 url("../IMG/video-bg.png") no-repeat center center;
  background-size: cover, cover;
  height: 100%;
  width: 100%; }

.greet-bg {
  position: relative; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.0625rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .header__left {
    margin-left: 4.8125rem;
    margin-top: 0.8125rem;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .header__left {
        margin-left: 0.625rem;
        margin-top: 0.9375rem; } }
    @media screen and (max-width: 480px) {
      .header__left {
        margin-left: 0.9375rem;
        margin-top: 1.5625rem; } }
  .header__middle {
    margin-top: 0.375rem;
    margin-right: 0.9375rem; }
    @media screen and (max-width: 768px) {
      .header__middle {
        display: none; } }
  .header__right {
    margin-right: 4.9375rem;
    margin-top: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .header__right {
        margin-right: 1.5625rem;
        margin-top: 1.25rem; } }

.logo {
  width: 5.75rem;
  height: 4.3125rem; }

.logo__pic {
  width: 100%;
  height: 100%; }

.navigation__item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
  .navigation__item:after {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #ffffff;
    margin: 0 0.75rem; }
  .navigation__item:last-child:after {
    display: none; }

.navigation__link {
  color: #ffffff;
  font-size: 0.8125rem;
  font-family: ubuntumedium;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .navigation__link:hover {
    text-decoration: underline; }

.order-btn {
  display: inline-block;
  display: inline-block;
  background-color: #e45028;
  border: none;
  border-radius: 5px;
  min-height: 2.1875rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: ubuntumedium;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  font-size: 0.8125rem; }
  .order-btn a {
    color: #ffffff; }
  .order-btn:hover {
    background-color: #c1401e; }

.hamburger-menu {
  vertical-align: middle;
  position: relative;
  height: 1.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.875rem;
  display: none; }
  @media screen and (max-width: 768px) {
    .hamburger-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .hamburger-menu-active {
    -webkit-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

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

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

.hamburger-menu__bars:before {
  top: 0; }

.hamburger-menu__bars:after {
  bottom: 0; }

.greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15%;
  padding-top: 5.0625rem; }
  @media screen and (max-width: 768px) {
    .greeting {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 5.0625rem 10% 15%; } }

.greeting__burger {
  max-width: 28.1875rem;
  max-height: 26.5rem;
  width: 50%;
  margin-left: 5.9375rem;
  margin-top: 0.3125rem;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  @media screen and (max-width: 870px) {
    .greeting__burger {
      margin-left: 0rem; } }
  @media screen and (max-width: 768px) {
    .greeting__burger {
      width: 90%;
      padding: 0 1.25rem;
      margin-left: 0;
      margin-bottom: 1.875rem; } }

.greeting__image {
  width: 100%;
  height: 100%; }

.greeting__words {
  color: #ffffff;
  max-width: 31.25rem;
  max-height: 26.25rem;
  width: 50%;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-top: 8.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .greeting__words {
      width: 100%;
      padding: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0; } }
  .greeting__words-gagalin {
    font-family: gagalinregular;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #f9b43b;
    font-weight: 400;
    margin: 0;
    padding-top: 3.75rem;
    line-height: 1; }
  .greeting__words-lifehack {
    font-family: lifehackmedium;
    margin: 0;
    margin-top: -2.8125rem;
    padding: 0;
    font-size: 4.0625rem;
    line-height: 0.97;
    letter-spacing: -0.1125rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .greeting__words-lifehack {
        margin-top: -2.8125rem; } }

.arrowbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 2.0625rem;
  right: 50%; }

.arrow {
  width: 1.8125rem;
  height: 0.875rem; }

.arrow__icon {
  width: 100%;
  height: 100%;
  fill: #ffffff; }

.webest {
  background: url(../IMG2/cheese-dip.png) no-repeat left 1.5625rem, url(../IMG2/seeds.png) no-repeat left 11.875rem, url(../IMG2/tomato-slices.png) no-repeat 3.5rem bottom, url(../IMG2/tomato.png) no-repeat right bottom, url(../IMG2/cheese-lists.png) no-repeat right bottom, url(../IMG2/lettuce.png) no-repeat right 3.3125rem, url(../IMG2/wood.png) no-repeat;
  background-size: auto,auto,auto,auto,auto,auto, cover;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 480px) {
    .webest {
      background: url(../IMG2/tomato-slices.png) no-repeat left bottom, url(../IMG2/tomato.png) no-repeat right bottom, url(../IMG2/cheese-lists.png) no-repeat right bottom, url(../IMG2/wood.png) no-repeat;
      background-size: auto,auto, auto, cover; } }

.webest-bg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.webest-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .webest-header__words {
    font-family: gagalinregular;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #2f3234;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-bottom: 3.75rem; }
    @media screen and (max-width: 630px) {
      .webest-header__words {
        font-size: 3.125rem;
        margin-bottom: 1.875rem; } }
  @media screen and (max-width: 630px) {
    .webest-header {
      margin: 0rem; } }

.webest-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.875rem 5.625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media screen and (max-width: 768px) {
    .webest-content {
      margin: 6.25rem 1.875rem; } }
  @media screen and (max-width: 630px) {
    .webest-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; } }

.bestpoint {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: 2.5rem; }
  @media screen and (max-width: 768px) {
    .bestpoint {
      margin-left: 0.625rem; } }
  @media screen and (max-width: 630px) {
    .bestpoint {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      min-width: 6.25rem;
      margin-left: 0;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 3.125rem; } }
  .bestpoint:first-child {
    margin-left: 0rem; }

.bestpoint__img {
  margin: 0 auto; }
  .bestpoint__img_meat {
    width: 6.0625rem;
    height: 5.5625rem;
    fill: #e25028; }
  .bestpoint__img_hand {
    width: 4.5625rem;
    height: 5.3125rem;
    fill: #f8b43a; }
  .bestpoint__img_natural {
    width: 5.5rem;
    height: 4.6875rem;
    fill: #8ac03e; }
  @media screen and (max-width: 768px) {
    .bestpoint__img {
      margin-bottom: 1.5625rem; } }
  @media screen and (max-width: 630px) {
    .bestpoint__img {
      width: 9.375rem;
      margin: 0;
      margin-right: 1.25rem; } }

.bestpoint__icon {
  width: 100%;
  height: 100%; }

.bestpoint__content {
  text-align: center; }
  @media screen and (max-width: 630px) {
    .bestpoint__content {
      text-align: left;
      width: 70%; } }

.bestpoint__title {
  margin: 0;
  font-family: lifehackmedium;
  font-size: 1.5rem;
  color: #2f3234;
  line-height: 1.75rem; }

.bestpoint__text p {
  font-family: ubuntulight;
  font-size: 0.875rem;
  color: #6d6d6c; }

.slider-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b43b), color-stop(50%, #eb8e38), to(#f9b43b));
  background-image: -webkit-linear-gradient(top, #f9b43b, #eb8e38 50%, #f9b43b);
  background-image: -o-linear-gradient(top, #f9b43b, #eb8e38 50%, #f9b43b);
  background-image: linear-gradient(to bottom, #f9b43b, #eb8e38 50%, #f9b43b); }

.slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }

.slider__left, .slider__right {
  minwidth: 1.8125rem;
  position: absolute;
  z-index: 200; }

.slider__left {
  left: 5%;
  top: 50%; }

.slider__right {
  right: 5%;
  top: 50%; }

.slider__middle {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.slider__main {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60%;
  position: absolute;
  width: 100%;
  padding: 0 5%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  @media screen and (max-width: 768px) {
    .slider__main {
      height: 80%;
      width: 80%;
      padding: 0 1.25rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 630px) {
    .slider__main {
      width: 100%;
      height: 95%; } }
  .slider__main-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .slider__main-first {
    opacity: 1; }

.slider__image {
  max-width: 31.5625rem;
  max-height: 20.5625rem;
  width: 50%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  @media screen and (max-width: 768px) {
    .slider__image {
      width: 80%; } }

.slider__composition {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(227, 80, 40, 0.4);
  border-radius: 5px;
  width: 5.625rem;
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .slider__composition_active {
    background-color: #e35028;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s; }

.slider__burger {
  width: 2.875rem;
  height: 2.75rem;
  fill: #ffffff;
  margin-top: 0.9375rem; }
  .slider__burger:after {
    content: 'состав';
    color: #ffffff;
    font-size: 0.875rem;
    font-family: gagalinregular;
    font-weight: 400;
    text-align: center;
    display: block; }

.slider__products {
  position: absolute;
  top: 0;
  left: 5.625rem;
  width: 16.875rem;
  height: 20.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3125rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 1000; }
  .slider__products_shown {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media screen and (max-width: 768px) {
    .slider__products {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 20rem; } }
  @media screen and (max-width: 360px) {
    .slider__products {
      top: 5.625rem;
      left: 0; } }

.slider__close {
  display: none; }
  @media screen and (max-width: 768px) {
    .slider__close {
      display: block;
      position: relative;
      padding-top: 0.625rem;
      padding-left: 0.625rem;
      z-index: 1000; } }

.slider__table {
  display: table;
  width: 16.875rem; }

.slider__tablerow {
  height: 3.4375rem;
  display: table-row; }

.slider__tablecell {
  display: table-cell;
  vertical-align: middle; }
  .slider__tablecell_img {
    padding-left: 1.25rem; }
  .slider__tablecell_icon {
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.3125rem;
    display: inline-block;
    text-align: center; }
  .slider__tablecell_weight {
    text-align: right;
    padding-right: 1.25rem;
    font-family: ubuntulight; }

.slider__prodicon {
  height: 100%;
  width: 100%; }
  .slider__prodicon_beef, .slider__prodicon_sauce {
    fill: #e25028; }
  .slider__prodicon_buns, .slider__prodicon_cheese {
    fill: #f8b43a; }
  .slider__prodicon_salad, .slider__prodicon_cucumber {
    fill: #8ac03e; }

.slider__kcal {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .slider__kcal {
      bottom: initial;
      top: 0;
      left: initial;
      right: 0; } }

.slider__kettlebell {
  width: 3.75rem;
  height: 3.75rem;
  fill: #ffffff;
  margin-top: 0.9375rem;
  position: relative; }
  .slider__kettlebell:after {
    content: 'ккал';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.875rem;
    font-family: gagalinregular;
    font-weight: 400;
    text-align: center;
    display: block; }

.slider__amount {
  position: absolute;
  left: 25%;
  top: 55%;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: gagalinregular;
  font-weight: 400; }

.slider__kcalicon, .slider__burgericon, .slider__img {
  height: 100%;
  width: 100%; }

.slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-left: 5%; }
  @media screen and (max-width: 768px) {
    .slider__content {
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.slider__title {
  font-family: gagalinregular;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 4rem;
  padding: 0;
  margin: 0;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .slider__title {
      text-align: center; } }

.slider__desc {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: ubuntulight;
  color: #ffffff;
  padding-right: 1.8125rem; }
  @media screen and (max-width: 768px) {
    .slider__desc {
      padding-right: 0;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .slider__desc {
      margin-bottom: 1.5625rem; } }

.slider__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media screen and (max-width: 480px) {
    .slider__bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.slider__price {
  font-family: gagalinregular;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #e35028;
  margin: 0;
  margin-right: 1.875rem;
  padding: 0; }
  @media screen and (max-width: 480px) {
    .slider__price {
      line-height: 2rem; } }
  .slider__price:after {
    content: 'рублей';
    font-family: gagalinregular;
    font-size: 1.875rem;
    font-weight: 400;
    color: #e35028; }

.slider__arrow {
  width: 1.8125rem;
  height: 0.875rem; }
  .slider__arrow-left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .slider__arrow-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.team {
  background: #000000 url("../IMG4/team-bg.png") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.team-bg {
  height: 100%;
  width: 100%; }

.teammates-bg {
  position: relative;
  height: 100%;
  width: 100%; }

.teammates {
  position: absolute;
  top: 0;
  left: 51%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .teammates {
      left: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.teammates__title {
  display: block;
  font-family: gagalinregular;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #f9b43b;
  font-weight: 400;
  margin: 4.0625rem 0rem 2.875rem 4.8125rem; }
  @media screen and (max-width: 870px) {
    .teammates__title {
      margin-left: 2.1875rem; } }
  @media screen and (max-width: 768px) {
    .teammates__title {
      margin-left: 0;
      margin-top: 6.25rem; } }
  @media screen and (max-width: 480px) {
    .teammates__title {
      font-size: 3.125rem;
      margin-top: 4.0625rem; } }

.teammates__accordeon {
  margin: 0rem 5rem; }
  @media screen and (max-width: 768px) {
    .teammates__accordeon {
      margin-top: 3.4375rem; } }
  @media screen and (max-width: 480px) {
    .teammates__accordeon {
      margin: 1.875rem 1.875rem 0; } }

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

.teammates__name {
  margin: 0;
  display: inline-block;
  font-family: gagalinregular;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0rem; }
  .teammates__name:before {
    content: "";
    height: 0;
    width: 0;
    border: 4.5px solid transparent;
    border-top-color: #f9b43b;
    border-bottom-width: 0rem;
    margin-right: 0.5625rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  @media screen and (max-width: 768px) {
    .teammates__name {
      font-size: 1.5rem;
      line-height: 1.75rem;
      padding: 1.25rem 0rem; } }
  @media screen and (max-width: 768px) {
    .teammates__name {
      font-size: 1.5rem;
      line-height: 1.75rem;
      padding: 0.9375rem 0rem; } }

.teammates__container {
  height: 0rem;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.teammates__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 870px) {
    .teammates__desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: left;
      -webkit-align-items: left;
      -ms-flex-align: left;
      align-items: left;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .teammates__desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .teammates__desc {
      margin-top: 0.9375rem; } }

.teammates__foto {
  width: 100px;
  height: 100px;
  margin-left: 0.9375rem; }

.teammates__teampic {
  width: 100%;
  height: 100%; }

.teammates__text {
  width: 66%;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: ubuntulight;
  padding: 0rem 1.25rem; }
  @media screen and (max-width: 870px) {
    .teammates__text {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .teammates__text {
      text-align: center;
      width: 66%; } }
  @media screen and (max-width: 480px) {
    .teammates__text {
      width: 90%; } }

.teammates__job {
  margin: 0;
  font-family: ubuntubold;
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .teammates__job {
      text-align: center; } }

.teammates__trigger_active .teammates__name:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.teammates__trigger_active .teammates__name {
  color: #f9b43b; }

.teammates__trigger_active + .teammates__desc {
  height: 23%;
  min-height: 7.5rem; }

.menu-bg {
  background: #000000 url("../IMG5/menu-bg.png") no-repeat 35% center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  color: #ffffff; }

.menu__head {
  position: absolute;
  top: 5.4375rem;
  left: 5.9375rem; }

.menu__title {
  font-family: gagalinregular;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: 400; }

.menu__accordeon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%; }
  @media screen and (max-width: 768px) {
    .menu__accordeon {
      left: 0; } }

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 40.625rem;
  height: 100%; }

.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu__namebg {
  height: 100%;
  min-height: 40.625rem;
  width: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .menu__namebg_meateaters {
    background: #000000 url("../IMG5/meateaters.png") no-repeat center center;
    background-size: cover; }
  .menu__namebg_vegans {
    background: #000000 url("../IMG5/vegans.png") no-repeat center center;
    background-size: cover; }
  .menu__namebg_diet {
    background: #000000 url("../IMG5/diet.png") no-repeat center center;
    background-size: cover; }
  @media screen and (max-width: 768px) {
    .menu__namebg {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.menu__name {
  display: block;
  margin: 0;
  position: absolute;
  left: -8.5625rem;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: gagalinregular;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  width: 21.875rem;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .menu__name {
      vertical-align: middle;
      text-align: left;
      top: initial;
      bottom: 12.5rem;
      left: -8.5625rem; } }
  @media screen and (max-width: 480px) {
    .menu__name {
      bottom: 11.875rem;
      left: -8.125rem; } }

.menu__container {
  width: 0rem;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  background-color: rgba(0, 0, 0, 0.8); }

.menu__desc {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: ubuntulight;
  padding: 3.75rem 2.1875rem;
  display: none; }

.menu__trigger_active .menu__name {
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .menu__trigger_active .menu__name {
      color: #f9b43b; } }

.feedbacks {
  background-color: #000000; }

.opinion-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative; }

.opinion__img {
  width: 25%;
  height: 50%;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .opinion__img_1 {
    background-image: url("../IMG6/1x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_2 {
    background-image: url("../IMG6/2x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_3 {
    background-image: url("../IMG6/3x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_4 {
    background-image: url("../IMG6/4x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_5 {
    background-image: url("../IMG6/5x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_6 {
    background-image: url("../IMG6/6x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_7 {
    background-image: url("../IMG6/7x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .opinion__img_8 {
    background-image: url("../IMG6/8x2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .opinion__img:hover .opinion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .opinion__img:hover .opinion__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media screen and (max-width: 768px) {
    .opinion__img {
      width: 50%;
      height: 25%; } }

.opinion__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  z-index: 3;
  padding: 1.875rem 1.875rem 1.875rem 1.25rem;
  display: none; }
  @media screen and (max-width: 630px) {
    .opinion__content {
      padding: 0.625rem; } }

.opinion__title {
  margin: 0;
  font-family: gagalinregular;
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .opinion__title {
      margin: 0; } }
  @media screen and (max-width: 630px) {
    .opinion__title {
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center; } }

.opinion__text {
  line-height: 167%;
  font-family: ubuntulight;
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .opinion__text {
      margin: 0; } }
  @media screen and (max-width: 630px) {
    .opinion__text {
      display: none; } }

.opinion__btn {
  display: inline-block;
  background-color: #2f3234;
  border: none;
  border-radius: 5px;
  min-height: 2.1875rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: ubuntumedium;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  width: 6.875rem;
  font-size: 0.8125rem;
  margin-top: 0.9375rem; }
  .opinion__btn:hover {
    background-color: #1f2122; }
  @media screen and (max-width: 768px) {
    .opinion__btn {
      display: inline-block;
      margin-top: 0rem; } }
  @media screen and (max-width: 630px) {
    .opinion__btn {
      display: none; } }
  .opinion__btn_more {
    display: none; }
    @media screen and (max-width: 630px) {
      .opinion__btn_more {
        display: inline-block;
        margin-top: 0.9375rem;
        width: 80%; } }

.modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 50, 52, 0.95);
  z-index: 10;
  cursor: pointer;
  display: none; }

.modal {
  background: #ffffff;
  width: 90%;
  border-radius: 5px;
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 15;
  padding: 1.875rem 1.25rem;
  opacity: 0;
  display: none; }

.modal__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 100; }

.modal__title {
  font-size: 14px;
  font-family: gagalinregular;
  color: #2f3234;
  padding: 0;
  margin: 0; }

.modal__text {
  font-size: 14px;
  font-family: ubuntulight;
  color: #2f3234;
  padding: 0;
  line-height: 24px; }

.order {
  background: url("../IMG7/order-texture.png") no-repeat center center, #000000 url("../IMG7/order-bg.png") no-repeat center center;
  background-size: cover, cover;
  height: 100%;
  width: 100%; }

.order-bg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  position: relative; }

.order__title {
  font-family: gagalinregular;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #f9b43b;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 3.75rem;
  margin-top: 4.0625rem; }
  @media screen and (max-width: 768px) {
    .order__title {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; } }
  @media screen and (max-width: 480px) {
    .order__title {
      font-size: 3.125rem;
      text-align: center;
      margin-top: 2.8125rem;
      width: 70%;
      margin-bottom: 1.25rem; } }

.orderform {
  width: 100%;
  max-width: 59.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-family: ubuntulight;
  font-size: 0.875rem;
  display: flex; }
  @media screen and (max-width: 768px) {
    .orderform {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 5rem; } }
  @media screen and (max-width: 480px) {
    .orderform {
      width: 95%;
      padding: 0 0;
      margin-top: 0rem; } }
  .orderform__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    margin-right: 1.25rem; }
    @media screen and (max-width: 768px) {
      .orderform__left {
        width: 100%; } }
  .orderform__right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media screen and (max-width: 768px) {
      .orderform__right {
        width: 100%;
        -webkit-box-align: left;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
        margin-bottom: 1.25rem; } }
    @media screen and (max-width: 480px) {
      .orderform__right {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.25rem; } }

.orderform__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 768px) {
    .orderform__row {
      margin-bottom: 1.5625rem; } }
  .orderform__row_textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    min-height: 6.875rem;
    height: 45%; }

.orderform__item {
  width: 100%;
  margin-right: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .orderform__item:last-child {
    margin-right: 0; }

.orderform__field {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding: 5px; }

.orderform__textarea {
  width: 100%;
  min-height: 110px;
  height: 45%;
  border-radius: 0.3125rem; }
  @media screen and (max-width: 360px) {
    .orderform__textarea {
      height: 25%;
      min-height: 80px; } }

.orderform__switch {
  display: none; }
  .orderform__switch_checkbox {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #fff; }
  .orderform__switch_radio {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.3125rem; }

.orderform__switch_radio,
.orderform__switch_checkbox,
.orderform__switch-label {
  display: inline-block;
  vertical-align: middle; }

.orderform__switch-label {
  margin-right: 1.25rem; }

.orderform__switch:checked + .orderform__switch_checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 2px;
  bottom: 2px;
  left: 3px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #e45028;
  border-bottom: 3px solid #e45028;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.orderform__switch:checked + .orderform__switch_radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #e45028;
  border-radius: 50%; }

.reset-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: ubuntulight;
  font-size: 0.875rem;
  margin-left: 0.9375rem; }

.form__modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  display: none; }

.form__modal {
  background: #ffffff;
  width: 15rem;
  height: 8.75rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -6.875rem;
  z-index: 15;
  vertical-align: center;
  text-align: center;
  padding: 0.625rem 1.25rem;
  opacity: 0;
  display: none; }

.modal__text_success, .modal__text_fail {
  display: inline-block; }

.form__close {
  display: inline-block;
  background-color: #e45028;
  border: none;
  border-radius: 5px;
  min-height: 2.1875rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: ubuntumedium;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  font-size: 0.8125rem; }
  .form__close a {
    color: #ffffff; }

.map {
  background: #000000 url("../IMG8/map-bg.png") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #ffffff; }

.map-bg {
  position: relative;
  width: 100%;
  height: 100%; }

.yandex-map {
  width: 100%;
  height: 100%; }

.map-title {
  position: absolute;
  left: -624.9375rem; }

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  background-color: #0f0f0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 630px) {
    .footer-bg {
      height: 7.1875rem; } }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  height: 3.75rem;
  padding: 0.625rem 1.25rem; }
  .footer__left {
    width: 50%;
    text-align: left; }
    @media screen and (max-width: 630px) {
      .footer__left {
        width: 100%;
        text-align: center; } }
  .footer__right {
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 630px) {
      .footer__right {
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 630px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 7.1875rem; } }

.address {
  margin-left: 3.75rem; }
  @media screen and (max-width: 768px) {
    .address {
      margin-left: 1.25rem; } }

.address__place {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: ubuntulight;
  font-style: normal; }

.address__phone {
  color: #e45028;
  font-style: normal; }
  .address__phone:before {
    content: "";
    display: inline-block;
    height: 0.75rem;
    width: 0.6875rem;
    background: url("../IMG8/phone.svg") no-repeat center center;
    fill: #e45028;
    margin-right: 0.3125rem; }

.socials {
  margin-right: 3.75rem;
  margin-top: 0.625rem; }
  @media screen and (max-width: 768px) {
    .socials {
      margin-right: 1.25rem; } }
  .socials__item {
    fill: #ffffff;
    opacity: 0.3;
    margin-left: 0.9375rem; }
    .socials__item:hover {
      opacity: 1; }

.dots {
  position: fixed;
  top: 97px;
  right: 37px; }
  @media screen and (max-width: 768px) {
    .dots {
      display: none; } }

.dots__list {
  margin-left: 30px; }

.dots__link {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative; }
  .dots__link:after, .dots__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%; }
  .dots__link:after {
    width: 0.3125rem;
    height: 0.3125rem;
    background: #ffffff; }
  .dots__link:before {
    width: 0rem;
    height: 0rem;
    border: 0.0625rem solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .dots__link:hover:before {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1; }
  .dots__link_active:before {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1; }

.dots__item {
  margin-bottom: 0.3125rem; }

.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 50, 52, 0.95);
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .fullscreen_shown {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.fullscreen__wrapper {
  position: relative; }

.fullscreen__close {
  width: 1.25rem;
  height: 1.25rem; }

.fullscreen__list {
  text-align: center; }

.fullscreen__item {
  padding: 1.875rem 0;
  position: relative; }
  .fullscreen__item:after {
    display: inline-block;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0; }
  .fullscreen__item:last-child:after {
    display: none; }

.fullscreen__link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: ubunturegular;
  padding: 1.875rem 0; }
