@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Lifehack";
  src: url("../fonts/Lifehack-Medium.woff2") format("woff2"), url("../fonts/Lifehack-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gagalin";
  src: url("../fonts/Gagalin-Regular.woff2") format("woff2"), url("../fonts/Gagalin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu.woff2") format("woff2"), url("../fonts/Ubuntu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.section {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 850px) {
  .section {
    min-height: initial;
  }
}

.burger {
  background: url("../img/bg.jpg") top center/cover no-repeat;
}

.best {
  background: url("../img/second_bg.jpg") top center/cover no-repeat;
}

.slider {
  background: #f9b43b;
  background: linear-gradient(180deg, #f9b43b 25%, #eb8c38 50%, #f9b43b 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.team {
  background: url("../img/team_bg.jpg") top center/cover no-repeat;
  position: relative;
}

.menu {
  background: url("../img/menu_bg.jpg") top center/cover no-repeat;
  position: relative;
}

.video {
  background: url("../img/video_bg.jpg") top center/cover no-repeat;
}

.form {
  background: url("../img/form_bg.jpg") top center/cover no-repeat;
}

.section-container {
  max-width: 60rem;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1010px) {
  .section-container {
    min-width: 95%;
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .section-container {
    width: 90%;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
}

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

.main {
  height: 100%;
  transition: transform 1s;
}

.container {
  min-height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}

.header {
  width: 60rem;
  display: flex;
  margin: 10px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1010px) {
  .header {
    max-width: 58.5rem;
  }
}
@media screen and (max-width: 850px) {
  .header {
    width: 95%;
  }
}

@media screen and (max-width: 1010px) {
  .logo {
    z-index: 55;
  }
}

.logo__img {
  width: 6.25rem;
  height: 4.6875rem;
}

.nav {
  width: 46.875rem;
  padding: 0;
  font-family: "Ubuntu-medium";
}
.nav .nav__list {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 1010px) {
  .nav .nav__list {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1010px) {
  .nav .nav__item {
    padding: 0;
  }
}
.nav .nav__link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.nav .nav__link:after {
  content: "•";
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1010px) {
  .nav .nav__link:after {
    margin: 0.625rem 0;
  }
}
@media screen and (max-width: 1010px) {
  .nav .nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
}
.nav .nav__item:last-child .nav__link:after {
  content: "";
}
@media screen and (max-width: 1010px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: #2F3234;
    z-index: 50;
  }
}

.nav__show {
  display: flex;
  height: 100%;
}

.scroll {
  margin-top: 3.125rem;
}

.scroll__down {
  width: 1.875rem;
  height: 0.9375rem;
  cursor: pointer;
}

.hamburger {
  cursor: pointer;
  display: none;
  align-items: center;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 37px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 1010px) {
  .hamburger {
    display: flex;
  }
}

.hamburger__nav {
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.hamburger__nav:before {
  content: "";
  width: 35px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  right: 0;
}
.hamburger__nav:after {
  content: "";
  width: 35px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 0;
}

.hamburger__nav--active {
  background: transparent;
}
.hamburger__nav--active:before {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.hamburger__nav--active:after {
  top: 0;
  transform: rotate(45deg);
  transition: 0.5s;
}

.point-nav {
  width: 3rem;
  position: fixed;
  top: 5.625rem;
  right: 3.125rem;
}
@media screen and (max-width: 850px) {
  .point-nav {
    display: none;
  }
}
@media screen and (max-width: 487px) {
  .point-nav {
    display: none;
  }
}

.point-nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}

.point__item {
  width: 5px;
  height: 5px;
  padding: 2px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
}

.point_container {
  width: 1.125rem;
  height: 1.125rem;
  padding: 3px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
.point_container:hover {
  border: 1px solid #fff;
}

.point_container.point_active {
  border: 1px solid #fff;
}

.order {
  width: 6.0625rem;
  height: 2.1875rem;
  background-color: #e45028;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Ubuntu-medium";
}
.order .order_btn {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.order .order_btn .btn {
  color: #fff;
  text-decoration: none;
}
.order:hover {
  background-color: #c1401e;
}
@media screen and (max-width: 1010px) {
  .order {
    position: absolute;
    top: 2.1875rem;
    right: 5.9375rem;
  }
}
@media screen and (max-width: 487px) {
  .order {
    position: absolute;
    top: 2.1875rem;
    right: 5.9375rem;
  }
}

.burger__content {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1010px) {
  .burger__content {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .burger__content {
    flex-direction: column;
    margin: 0;
    align-items: center;
    width: 20%;
  }
}

.burger__text {
  margin-left: 0.625rem;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 850px) {
  .burger__text {
    margin-top: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 1010px) {
  .burger__img {
    width: 29.5rem;
  }
}
@media screen and (max-width: 487px) {
  .burger__img {
    width: 21.875rem;
  }
}

.section-title {
  font-family: "Gagalin";
  color: #f9b43b;
  font-size: 4.5rem;
}
.section-title-black {
  color: #2f3234;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 850px) {
  .section-title-black {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 487px) {
  .section-title-black {
    font-size: 3rem;
  }
}
.section-title--white {
  color: #fff;
}
@media screen and (max-width: 850px) {
  .section-title--white {
    font-size: 3.5rem;
  }
}
.section-title--red {
  color: #e45028;
  font-size: 4.4375rem;
}
@media screen and (max-width: 355px) {
  .section-title--red {
    font-size: 2rem;
  }
}
.section-title-cur {
  font-size: 1.8125rem;
}
@media screen and (max-width: 1010px) {
  .section-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 487px) {
  .section-title {
    font-size: 3rem;
  }
}

.natural__text {
  font-family: "Lifehack";
  color: #fff;
  font-size: 4.0625rem;
}
@media screen and (max-width: 1010px) {
  .natural__text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 355px) {
  .natural__text {
    font-size: 2.5rem;
  }
}

.best__list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 850px) {
  .best__list {
    width: 95%;
    flex-direction: column;
    align-items: center;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 487px) {
  .best__list {
    width: 95%;
  }
}
@media screen and (max-width: 355px) {
  .best__list {
    margin-top: 2rem;
  }
}

.best__item {
  width: calc(100% / 3 - 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1010px) {
  .best__item {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 850px) {
  .best__item {
    width: 95%;
  }
}
@media screen and (max-width: 487px) {
  .best__item {
    flex-direction: row;
  }
}

.best__icon {
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 487px) {
  .best__icon {
    flex-shrink: 0;
    margin-right: 15px;
  }
}

.best__title {
  font-family: "Lifehack";
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
  color: #2f3234;
}
@media screen and (max-width: 487px) {
  .best__title {
    text-align: left;
  }
}

.best__text {
  font-family: "Ubuntu";
  color: #2f3234;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 487px) {
  .best__text {
    text-align: left;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 355px) {
  .best__text {
    line-height: 1.2rem;
  }
}

.best__img-elem {
  width: 100%;
  height: 100%;
}

.reviews__list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.review__item {
  width: 25%;
  height: 50%;
  margin: 0;
  filter: grayscale(10);
  position: relative;
  color: #fff;
}
.review__item:hover .review__block {
  display: block;
}
@media screen and (max-width: 850px) {
  .review__item {
    width: 50%;
    height: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 487px) {
  .review__item {
    width: 50%;
  }
}

.review__block {
  display: none;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2f3234;
  opacity: 0.7;
}
.review__block .review__user {
  font-family: "Gagalin";
  color: #fff;
  font-size: 14px;
  margin-top: 1.875rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 850px) {
  .review__block .review__user {
    margin-top: 5px;
  }
}
.review__block .review__text {
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 1.2rem;
  color: #fff;
  margin-top: 1.875rem;
  overflow: hidden;
  max-height: calc(1.2rem * 6);
}
@media screen and (max-width: 850px) {
  .review__block .review__text {
    margin-top: 5px;
    max-height: calc(1.2rem * 3);
  }
}
@media screen and (max-width: 487px) {
  .review__block .review__text {
    max-height: calc(1.2rem * 2);
  }
}
.review__block .review__detail {
  text-transform: uppercase;
  font-family: "Ubuntu";
  width: 6.25rem;
  background: #2f3234;
  opacity: 1;
  padding: 10px;
  border-radius: 5px;
  margin-top: 18px;
}
.review__block .review__detail .review__detail-link {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .review__block .review__detail {
    margin: 10px auto;
  }
}

.review__user-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  margin: 0;
  height: 100%;
  background: #343739;
  opacity: 0.9;
}
@media screen and (max-width: 850px) {
  .team__container {
    width: 100%;
    min-height: 56.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 487px) {
  .team__container {
    width: 100%;
  }
}

.team__content {
  width: 24.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .team__content {
    height: 75%;
  }
}

.team__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 850px) {
  .team__list {
    align-self: center;
  }
}
@media screen and (max-width: 487px) {
  .team__list {
    align-self: center;
  }
}

.team__item {
  margin-bottom: 2.5rem;
}

.team__title {
  text-align: center;
  margin-bottom: 3.4375rem;
}

.team__person {
  font-family: "Gagalin";
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.team__person:hover {
  color: #f9b43b;
}
.team__person:before {
  content: "▼";
  margin-right: 10px;
  color: #f9b43b;
}
.team__person-active {
  color: #f9b43b;
}
.team__person-active:before {
  content: "▲";
}

.team__person-about {
  display: flex;
  color: #fff;
  font-family: "Ubuntu";
  font-size: 14px;
  height: 0;
  overflow: hidden;
}
.team__person-about-active {
  height: 100%;
  margin-top: 20px;
  transition: 0.7s;
}

.about__image {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  object-fit: cover;
}

.about__text {
  width: 12.5rem;
  margin-left: 1.25rem;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.about__text .about__title {
  font-weight: bold;
}
.about__text p {
  margin: 0;
  padding: 0;
}

.team__item.active .team__person-about {
  height: 100%;
  margin-top: 20px;
  transition: 0.7s;
}

.menu-container {
  display: flex;
  max-width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.menu-container li {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .menu-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 487px) {
  .menu-container {
    max-width: 100%;
  }
}

.menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
}

.menu__item {
  display: flex;
  height: 100%;
  position: relative;
}

.menu-item__block {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}

.menu__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2f3032;
  opacity: 0.5;
}

.menu__title {
  position: relative;
  top: 110px;
  left: 5.625rem;
  color: #fff;
  max-width: 40%;
}

.menu__item-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 5rem;
  color: #fff;
  font-family: "Gagalin";
  text-align: left;
}
.menu__item-title--first {
  background: url("../img/menu_item_bg.jpg") center bottom/cover no-repeat;
}
.menu__item-title--second {
  background: url("../img/menu_item_bg2.jpg") center bottom/cover no-repeat;
}
.menu__item-title--third {
  background: url("../img/menu_item_bg3.jpg") center bottom/cover no-repeat;
}

.menu__item-btn {
  background: transparent;
  border: none;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  cursor: pointer;
  font-size: 2.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
}

.menu__desc {
  width: 0;
  overflow: hidden;
  background: #2f3032;
  opacity: 0.8;
  color: #fff;
  text-align: justify;
}

.menu__item.active .menu__desc {
  width: 100%;
  transition: 0.9s;
}

.menu__text {
  font-family: "Ubuntu";
  font-size: 0.875rem;
  color: #fff;
  padding: 1.875rem 1.875rem 0;
}

.contacts {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contacts__container {
  width: 100%;
}

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

.footer {
  width: 100%;
  background: url("../img/footer_bg.jpg") center center/cover repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 487px) {
  .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer__container {
  width: 58.75rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .footer__container {
    width: 90%;
  }
}
@media screen and (max-width: 487px) {
  .footer__container {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.footer-left {
  width: 50%;
  color: #fff;
  padding: 0.9375rem 0;
  font-family: "Ubuntu";
}
.footer-left p {
  margin: 0;
}
.footer-left .phone {
  color: #e45028;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 487px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
}

.phone__icon {
  width: 11px;
  height: 11px;
  fill: #e45028;
  margin-right: 5px;
}

.footer-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 487px) {
  .footer-right {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.social__list {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}
.social__list li svg {
  fill: grey;
}
.social__list li svg:hover {
  fill: #fff;
}
.social__list .social__item {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 487px) {
  .social__list .social__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 487px) {
  .social__list {
    padding: 0;
  }
}

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

#map {
  width: 100%;
  height: 100%;
}

.form__inputs {
  font-family: "Ubuntu";
  color: #fff;
  margin-top: 3.4375rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1010px) {
  .form__inputs {
    width: 95%;
  }
}
@media screen and (max-width: 850px) {
  .form__inputs {
    width: 90%;
    flex-direction: column;
    margin: auto;
  }
}
@media screen and (max-width: 487px) {
  .form__inputs {
    width: 90%;
  }
}

input:focus, textarea:focus {
  border: 3px solid #f9b43b;
}

.form__inputs-col {
  width: 45%;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1010px) {
  .form__inputs-col {
    width: 45%;
  }
}
@media screen and (max-width: 850px) {
  .form__inputs-col {
    width: 90%;
  }
}
@media screen and (max-width: 487px) {
  .form__inputs-col {
    width: 90%;
  }
}

.form__label {
  flex: 1;
  margin-right: 4.0625rem;
}
.form__label:last-child {
  margin-right: 0;
}
.form__label .form__label-title {
  margin-bottom: 5px;
  display: inline-block;
}

@media screen and (max-width: 487px) {
  .form-adress .form__label:last-child {
    display: none;
  }
}
@media screen and (max-width: 355px) {
  .form-adress .form__label:nth-child(3) {
    display: none;
  }
}

.form__label-input {
  width: 100%;
  padding: 0.5rem 1.3125rem;
  border: 3px solid transparent;
  border-radius: 4px;
}

.form__row {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
}
.form__row textarea {
  height: 5.9375rem;
}

.order__btn {
  background-color: #e45028;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Ubuntu-medium";
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.order__btn:focus {
  border: 0.125rem solid transparent;
}

.reset__btn {
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}
.reset__btn:focus {
  border: 2px solid transparent;
}

.form__label-radio {
  display: none;
}
.form__label-radio .form__label-choose {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: red;
}

.form__header {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  text-align: center;
}

.form__label-radio:checked + .radio__custom:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e45028;
  border-radius: 50%;
}

.controls {
  display: flex;
}

.radio {
  display: flex;
}

.radio__custom {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1010px) {
  .radio__custom {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 850px) {
  .radio__custom {
    flex-shrink: 0;
  }
}

.checked__box {
  display: none;
}

.checked__box:checked + .checkbox__custom:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e45028;
  border-radius: 5px;
}

.checkbox__custom {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-right: 5px;
}

.slider__container {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.slider__burger {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  justify-content: space-around;
  align-items: center;
}
.slider__burger--active {
  display: flex;
}
@media screen and (max-width: 1010px) {
  .slider__burger {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .slider__burger {
    width: 100%;
  }
}
@media screen and (max-width: 487px) {
  .slider__burger {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.slider__column {
  width: 45%;
}
@media screen and (max-width: 1010px) {
  .slider__column {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .slider__column {
    width: 80%;
  }
}
@media screen and (max-width: 487px) {
  .slider__column {
    width: 100%;
  }
}

.slider__icon-left {
  width: 15px;
  height: 30px;
  cursor: pointer;
  background: url("../img/scroll_left.png") center center/cover no-repeat;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 5.625rem;
  z-index: 20;
}
@media screen and (max-width: 590px) {
  .slider__icon-left {
    left: 1rem;
  }
}

.slider__icon-right {
  width: 15px;
  height: 30px;
  cursor: pointer;
  background: url("../img/scroll_right.png") center center/cover no-repeat;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 5.625rem;
  z-index: 20;
}
@media screen and (max-width: 590px) {
  .slider__icon-right {
    right: 1rem;
  }
}

.slider__contain {
  width: 5.9375rem;
  height: 5rem;
  background: #f08c33;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.slider__contain:hover {
  background: #e45028;
}
.slider__contain:hover .contain__details {
  display: flex;
}

.contain__icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.contain__icon-img {
  width: 90%;
  height: 90%;
}

.contain__text {
  font-family: "Gagalin";
  margin-top: -25px;
}

.slider__text {
  font-family: "Ubuntu";
  color: #fff;
  font-size: 0.875rem;
  width: 80%;
}
@media screen and (max-width: 1010px) {
  .slider__text {
    width: 100%;
  }
}

.slider__cost {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .slider__cost {
    justify-content: center;
  }
}

.order-pos {
  position: initial;
  margin-top: 30px;
  margin-left: 20px;
}

.slider__img {
  max-width: 100%;
}
@media screen and (max-width: 1010px) {
  .slider__img {
    width: 80%;
  }
}

.contain__details {
  display: none;
  width: 16.875rem;
  height: 20.625rem;
  background: white;
  opacity: 0.9;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 6rem;
}

.contain__kkal {
  width: 62.5rem;
  height: 6.25rem;
  position: absolute;
  top: 18.75rem;
  left: -155px;
}
@media screen and (max-width: 1010px) {
  .contain__kkal {
    display: none;
  }
}

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

.details {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.details__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  color: #000;
  font-family: "Ubuntu";
}
.details__item span {
  margin-left: 25px;
}

.details__icon {
  width: 3.125rem;
  height: 3.125rem;
}

.modal, .modal__review {
  width: 20%;
  height: 30%;
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 15px;
  background: #1c1c1c;
  padding: 10px 30px;
  font-family: "Ubuntu";
  font-size: 14px;
  text-align: center;
  z-index: 1000;
  border: 3px solid #f9b43b;
}
@media screen and (max-width: 1010px) {
  .modal, .modal__review {
    width: 40%;
  }
}
@media screen and (max-width: 850px) {
  .modal, .modal__review {
    width: 40%;
  }
}

.modal__text-error {
  color: #e45028;
  text-transform: uppercase;
}

.modal__text-succes {
  color: #faf9f8;
  text-transform: uppercase;
}

.modal__btn {
  width: 100px;
  height: 41px;
  background: #e45028;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  .modal__review {
    width: 70%;
    height: 30%;
  }
}

.video__container {
  width: 100%;
}

.player__wrap {
  width: 41.25rem;
  height: 25.3125rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .player__wrap {
    width: 90%;
  }
}

.player {
  padding-top: 50px;
}
.player h2 {
  color: #2F3234;
  text-align: center;
  margin-bottom: 50px;
}

.video__controls {
  width: 41.25rem;
  height: 33px;
  background-color: #3E3E3E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 850px) {
  .video__controls {
    width: 100%;
  }
}

.control {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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

.play, .volume {
  width: 20px;
  height: 20px;
  fill: #656565;
  cursor: pointer;
}

.playback {
  width: 400px;
  height: 5px;
  background: #656565;
  position: relative;
  cursor: pointer;
}

.volume__range {
  width: 60px;
  height: 5px;
  background: #656565;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 355px) {
  .volume__range {
    display: none;
  }
}

.duration {
  color: #656565;
  font-family: "Ubuntu";
}
@media screen and (max-width: 355px) {
  .duration {
    display: none;
  }
}

.duration span:first-child {
  margin-right: 10px;
}

.range__btn {
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #656565;
  position: absolute;
  top: -100%;
  left: 0%;
}
.range__btn--volume {
  left: 75%;
}