/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.header {
  max-height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .header .logo {
    margin: 5px 30px 0 15px; }
    @media (max-width: 479px) {
      .header .logo {
        margin: 5px 20px 0 15px; } }
    .header .logo img {
      max-width: 115px; }
  .header .nav ul {
    padding: 0; }
    .header .nav ul li {
      display: inline-block;
      margin: 30px 30px 0 0; }
      @media (max-width: 1023px) {
        .header .nav ul li {
          margin: 30px 15px 0 0; } }
      @media (max-width: 767px) {
        .header .nav ul li {
          display: block;
          text-align: center;
          color: #fff;
          margin: 10px 0; } }
      .header .nav ul li a {
        font-size: 1.2rem;
        color: #272E36;
        padding: 0 0 23px 0;
        border-bottom: 3px solid transparent; }
        @media (max-width: 1199px) {
          .header .nav ul li a {
            font-size: 1rem;
            padding: 0 0 27px 0; } }
        @media (max-width: 1023px) {
          .header .nav ul li a {
            font-size: .7rem;
            font-weight: 900; } }
        @media (max-width: 767px) {
          .header .nav ul li a {
            font-size: 1rem;
            color: #fff;
            padding: 0; } }
        .header .nav ul li a:hover {
          border-bottom: 3px solid #e0633c; }
      .header .nav ul li.active a {
        border-bottom: 3px solid #e0633c; }
    @media (max-width: 767px) {
      .header .nav ul {
        position: fixed;
        display: none;
        top: 28px;
        left: 0;
        right: 0;
        margin: 50px 0 0 0;
        background-color: #000;
        z-index: 1000;
        overflow: auto; } }
  .header .nav .icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer; }
    .header .nav .icon span {
      display: block;
      position: absolute;
      width: 100%;
      height: 8px;
      background-color: #000;
      border-radius: 9px;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
    @media (max-width: 767px) {
      .header .nav .icon {
        display: inline-block; } }
  .header .nav .icon span:nth-child(1) {
    top: 0; }
  .header .nav .icon span:nth-child(2), .header .nav .icon span:nth-child(3) {
    top: 13px; }
  .header .nav .icon span:nth-child(4) {
    top: 26px; }
  .header .nav.nav-open .icon span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%; }
  .header .nav.nav-open .icon span:nth-child(2) {
    transform: rotate(45deg); }
  .header .nav.nav-open .icon span:nth-child(3) {
    transform: rotate(-45deg); }
  .header .nav.nav-open .icon span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%; }
  .header .nav.nav-open ul {
    display: block; }
  .header .button {
    margin-right: 15px;
    margin-left: auto; }
    .header .button a {
      min-width: 110px;
      font-size: 1.2rem;
      background-color: #e9714b;
      color: #fff;
      padding: 16px 5px;
      text-align: center;
      -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.6); }
      @media (max-width: 1023px) {
        .header .button a {
          min-width: 80px;
          font-size: 1rem;
          padding: 12px 5px; } }
      .header .button a:hover {
        box-shadow: none;
        background-color: #fc5b2d; }

.header-details,
.header-addresses,
.header-personal-information,
.header-my-cards,
.header-blog,
.header-payment {
  max-height: 80px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .header-details,
    .header-addresses,
    .header-personal-information,
    .header-my-cards,
    .header-blog,
    .header-payment {
      padding: 5px 0; } }
  .header-details a,
  .header-addresses a,
  .header-personal-information a,
  .header-my-cards a,
  .header-blog a,
  .header-payment a {
    font-size: 1.5rem;
    color: #ff742c;
    margin-left: 30px;
    padding: 10px; }
    .header-details a:hover,
    .header-addresses a:hover,
    .header-personal-information a:hover,
    .header-my-cards a:hover,
    .header-blog a:hover,
    .header-payment a:hover {
      color: #e95001;
      transform: translate(-5px, 0); }
    @media (max-width: 479px) {
      .header-details a,
      .header-addresses a,
      .header-personal-information a,
      .header-my-cards a,
      .header-blog a,
      .header-payment a {
        font-size: 1rem;
        margin-left: 5px; } }
  .header-details img,
  .header-addresses img,
  .header-personal-information img,
  .header-my-cards img,
  .header-blog img,
  .header-payment img {
    max-width: 115px; }
    @media (max-width: 479px) {
      .header-details img,
      .header-addresses img,
      .header-personal-information img,
      .header-my-cards img,
      .header-blog img,
      .header-payment img {
        max-width: 80px; } }
  .header-details .blog-menu,
  .header-addresses .blog-menu,
  .header-personal-information .blog-menu,
  .header-my-cards .blog-menu,
  .header-blog .blog-menu,
  .header-payment .blog-menu {
    margin: 0 30px 0 auto; }
    @media (max-width: 479px) {
      .header-details .blog-menu,
      .header-addresses .blog-menu,
      .header-personal-information .blog-menu,
      .header-my-cards .blog-menu,
      .header-blog .blog-menu,
      .header-payment .blog-menu {
        font-size: .8rem; } }
  .header-details h2,
  .header-addresses h2,
  .header-personal-information h2,
  .header-my-cards h2,
  .header-blog h2,
  .header-payment h2 {
    color: #5c6887;
    margin-left: 30px; }

.header-home {
  max-height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .header-home .logo {
    margin: 5px 30px 0 15px; }
    .header-home .logo img {
      max-width: 115px; }
  .header-home .nav {
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header-home .nav {
        margin: 0 15px 0 auto; } }
    .header-home .nav ul {
      padding: 0; }
      .header-home .nav ul li {
        display: inline-block;
        margin: 30px 30px 0 0; }
        @media (max-width: 767px) {
          .header-home .nav ul li {
            display: block;
            text-align: center;
            color: #fff;
            margin: 10px 0; } }
        .header-home .nav ul li a {
          font-size: 1.2rem;
          padding: 0 0 23px 0;
          border-bottom: 3px solid transparent; }
          @media (max-width: 767px) {
            .header-home .nav ul li a {
              font-size: 1rem;
              color: #fff;
              padding: 0; } }
          .header-home .nav ul li a:hover {
            border-bottom: 3px solid #e0633c; }
        .header-home .nav ul li.active a {
          border-bottom: 3px solid #e0633c; }

.header-selection-of-dishes {
  padding: 20px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .header-selection-of-dishes {
      padding: 10px 0; } }
  .header-selection-of-dishes h2 {
    color: #5c6887; }
    @media (max-width: 767px) {
      .header-selection-of-dishes h2 {
        font-size: 1rem; } }
    @media (max-width: 479px) {
      .header-selection-of-dishes h2 {
        font-size: .6rem;
        margin-bottom: 5px;
        text-align: center; } }
  @media (max-width: 767px) {
    .header-selection-of-dishes p {
      font-size: .8rem; } }
  @media (max-width: 479px) {
    .header-selection-of-dishes p {
      font-size: .5rem;
      text-align: center; } }

.main {
  background-image: url(../img/bg-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  color: #272E36; }
  .main img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .main {
      display: flex;
      justify-content: center; } }
  .main .info {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 18px 65px;
    margin-right: 155px;
    text-align: center; }
    @media (max-width: 767px) {
      .main .info {
        padding: 20px 12px 30px;
        margin: 0; } }
    .main .info h1 {
      font-size: 2.6rem;
      line-height: 1.4;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .main .info h1 {
          font-size: 1.5rem;
          margin-bottom: 20px; } }
    .main .info p {
      font-size: 1.5rem;
      line-height: 1.2;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        .main .info p {
          font-size: 1rem;
          margin-bottom: 30px; } }
    .main .info a {
      color: #fff;
      background-color: #46a69c;
      text-align: center;
      padding: 20px 15px;
      border-radius: 10px;
      font-size: 1.2rem; }
      .main .info a:hover {
        color: #000;
        background-color: #23eae1; }
      @media (max-width: 767px) {
        .main .info a {
          padding: 12px 10px;
          font-size: .8rem; } }

.menu .menu-selection,
.menu-home .menu-selection {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .menu .menu-selection,
    .menu-home .menu-selection {
      padding: 20px 0; } }
  .menu .menu-selection h2,
  .menu-home .menu-selection h2 {
    font-size: 1.8rem;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .menu .menu-selection h2,
      .menu-home .menu-selection h2 {
        font-size: 1.3rem;
        margin: 0 0 10px 0; } }
  .menu .menu-selection p,
  .menu-home .menu-selection p {
    color: #000;
    margin-bottom: 0; }
  .menu .menu-selection a,
  .menu-home .menu-selection a {
    text-decoration: none; }
.menu .dishes,
.menu-home .dishes {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f6; }
.menu .dish,
.menu-home .dish {
  max-width: 800px;
  margin: 0 15px; }
  @media (max-width: 767px) {
    .menu .dish,
    .menu-home .dish {
      text-align: center; } }
.menu .description,
.menu-home .description {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .menu .description,
    .menu-home .description {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; } }
.menu .info,
.menu-home .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.menu .details,
.menu-home .details {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 479px) {
    .menu .details,
    .menu-home .details {
      -ms-align-items: center;
      align-items: center; } }
  .menu .details a,
  .menu-home .details a {
    font-size: 1rem;
    margin-bottom: 10px; }
.menu img,
.menu-home img {
  margin-bottom: 10px; }
.menu h3,
.menu-home h3 {
  font-size: 1rem;
  margin-bottom: 5px; }
.menu a,
.menu-home a {
  color: #e9714b;
  font-size: 1.1rem;
  text-decoration: underline; }
  .menu a:hover,
  .menu-home a:hover {
    color: #de0000; }
.menu p,
.menu-home p {
  color: #828282;
  font-size: .9rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .menu p,
    .menu-home p {
      margin-bottom: 20px; } }
.menu i,
.menu-home i {
  color: #828282; }

.menu-details {
  padding: 40px 0;
  color: #5c6887; }
  @media (max-width: 767px) {
    .menu-details {
      padding: 20px 0; } }
  .menu-details .container {
    max-width: 950px; }
  .menu-details .description {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .menu-details .description {
        display: flex;
        flex-direction: column; } }
  @media (max-width: 767px) {
    .menu-details .time {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .menu-details .kitchen-appliances {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; } }
  .menu-details h2 {
    margin-bottom: 15px; }
  .menu-details img {
    margin-bottom: 15px; }
  .menu-details p {
    margin-bottom: 10px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .menu-details p {
        font-size: .8rem; } }

.how-it-work {
  padding: 70px 0 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .how-it-work h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .how-it-work h2 {
        font-size: 1.5rem; } }

.what-you-get {
  padding: 45px 0 30px;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .what-you-get {
      padding: 20px 0 10px; } }
  .what-you-get h2 {
    font-size: 1.8rem;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .what-you-get h2 {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .what-you-get img {
    cursor: pointer;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .what-you-get img {
        margin-bottom: 20px; } }
  .what-you-get .info {
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .what-you-get .info {
        display: flex;
        flex-direction: column; } }
    .what-you-get .info div {
      margin: 0 15px 0; }
      @media (max-width: 767px) {
        .what-you-get .info div {
          margin: 0 0 15px 0; } }
    .what-you-get .info h4 {
      margin-bottom: 10px;
      font-size: 1.3rem; }
      @media (max-width: 767px) {
        .what-you-get .info h4 {
          font-size: 1rem; } }
    .what-you-get .info p {
      font-size: .9rem; }
      @media (max-width: 767px) {
        .what-you-get .info p {
          font-size: .7rem; } }

.what_it_looks_like {
  padding: 45px 0 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .what_it_looks_like {
      padding: 20px 0 20px; } }
  .what_it_looks_like h2 {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .what_it_looks_like h2 {
        margin-bottom: 20px; } }
  .what_it_looks_like .cocoen {
    max-width: 650px;
    max-height: 625px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .what_it_looks_like .cocoen * {
    box-sizing: inherit; }
  .what_it_looks_like .cocoen::after,
  .what_it_looks_like .cocoen::before {
    box-sizing: inherit; }
  .what_it_looks_like .cocoen img,
  .what_it_looks_like .cocoen picture > img {
    max-width: none; }
  .what_it_looks_like .cocoen > img,
  .what_it_looks_like .cocoen > picture > img {
    display: block;
    width: 100%; }
  .what_it_looks_like .cocoen > div:first-child,
  .what_it_looks_like picture .cocoen > div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%; }
  .what_it_looks_like .cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 4px; }
  .what_it_looks_like .cocoen-drag::before {
    content: '';
    position: absolute;
    background-image: url("../img/drag.png");
    width: 52px;
    height: 30px;
    left: calc(50% - 26px);
    top: calc(50% - 15px); }

.authorization {
  padding: 180px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 767px) {
    .authorization {
      padding: 30px 0; } }
  .authorization h3 {
    font-size: 2rem;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .authorization h3 {
        font-size: 1.5rem; } }
  .authorization p {
    font-size: .9rem;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .authorization p {
        font-size: .7rem;
        margin-bottom: 30px;
        padding: 0 15px; }
        .authorization p br {
          display: none; } }
  .authorization form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .authorization form input {
      width: 280px;
      padding: 15px 10px;
      margin-bottom: 15px;
      border: 1px solid #bdbdbd;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .authorization form input {
          width: 180px;
          padding: 12px 10px; } }
    .authorization form a {
      color: #fff;
      width: 280px;
      padding: 15px 10px;
      background-color: #00b8b0;
      border-radius: 8px; }
      .authorization form a:hover {
        color: #000;
        background-color: #23eae1; }
      @media (max-width: 767px) {
        .authorization form a {
          width: 180px;
          padding: 12px 10px; } }

.sms-code {
  padding: 180px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 767px) {
    .sms-code {
      padding: 30px 0; } }
  .sms-code h3 {
    font-size: 2rem;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .sms-code h3 {
        font-size: 1.5rem; } }
  .sms-code p {
    font-size: .9rem;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .sms-code p {
        font-size: .7rem;
        margin-bottom: 20px;
        padding: 0 15px; }
        .sms-code p br {
          display: none; } }
  .sms-code form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .sms-code form input {
      width: 130px;
      padding: 15px 10px;
      margin-bottom: 15px;
      border: 1px solid #bdbdbd;
      border-radius: 8px;
      text-align: center; }
      @media (max-width: 767px) {
        .sms-code form input {
          width: 100px;
          padding: 12px 10px; } }
    .sms-code form a {
      color: #00b8b0;
      font-weight: 900;
      border-bottom: 2px solid #00b8b0; }
      .sms-code form a:hover {
        transform: scale(1.1, 1.1); }

.re-request-sms-code {
  padding: 180px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 767px) {
    .re-request-sms-code {
      padding: 30px 0; } }
  .re-request-sms-code h3 {
    font-size: 2rem;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .re-request-sms-code h3 {
        font-size: 1.5rem; } }
  .re-request-sms-code p {
    font-size: .9rem;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .re-request-sms-code p {
        font-size: .7rem;
        margin-bottom: 20px;
        padding: 0 15px; }
        .re-request-sms-code p br {
          display: none; } }
  .re-request-sms-code form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .re-request-sms-code form input {
      max-width: 130px;
      padding: 15px 10px;
      margin-bottom: 15px;
      border: 1px solid #bdbdbd;
      border-radius: 8px;
      text-align: center; }
      @media (max-width: 767px) {
        .re-request-sms-code form input {
          width: 100px;
          padding: 12px 10px; } }

.settings {
  background-color: #f2f1f6;
  padding: 20px 0; }
  .settings .container {
    max-width: 970px; }
  .settings h4 {
    color: #908f90;
    font-size: 1.4rem;
    margin-bottom: 10px; }
    @media (max-width: 479px) {
      .settings h4 {
        font-size: .8rem; } }
  .settings a {
    color: #676c72;
    font-size: 1.1rem;
    font-weight: 900; }
    .settings a:hover {
      color: #000; }
    @media (max-width: 479px) {
      .settings a {
        font-size: .8rem; } }
  .settings .box,
  .settings .box-top,
  .settings .box-middle,
  .settings .box-bottom {
    background-color: #fff;
    height: 56px;
    margin-bottom: 3px;
    padding: 18px 15px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 479px) {
      .settings .box,
      .settings .box-top,
      .settings .box-middle,
      .settings .box-bottom {
        height: 40px;
        padding: 12px 10px; } }
    .settings .box i,
    .settings .box-top i,
    .settings .box-middle i,
    .settings .box-bottom i {
      color: #676c72; }
  .settings .box {
    border-radius: 8px; }
  .settings .box-top {
    border-radius: 8px 8px 0 0; }
  .settings .box-bottom {
    border-radius: 0 0 8px 8px; }
  .settings .box-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 479px) {
      .settings .box-head {
        margin-bottom: 15px; } }
    .settings .box-head img {
      margin-right: 25px; }
      @media (max-width: 479px) {
        .settings .box-head img {
          margin-right: 10px; } }
    .settings .box-head h3 {
      margin-bottom: 15px; }
    .settings .box-head a {
      margin-left: auto; }
  .settings .subscriptions,
  .settings .discounts,
  .settings .useful-information,
  .settings .contact {
    margin-bottom: 70px; }
    @media (max-width: 479px) {
      .settings .subscriptions,
      .settings .discounts,
      .settings .useful-information,
      .settings .contact {
        margin-bottom: 20px; } }

.orders {
  padding: 200px 0;
  background-color: #f1f1f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 767px) {
    .orders {
      padding: 100px 0; } }
  @media (max-width: 479px) {
    .orders {
      padding: 50px 0; } }
  .orders h2 {
    margin-bottom: 20px; }
    @media (max-width: 479px) {
      .orders h2 {
        font-size: 1rem; }
        .orders h2 br {
          display: none; } }
  .orders a {
    padding: 15px; }

.my-addresses,
.add-address {
  padding: 100px 0; }
  @media (max-width: 479px) {
    .my-addresses,
    .add-address {
      padding: 50px 0; } }
  .my-addresses h2,
  .add-address h2 {
    margin-bottom: 12px; }
    @media (max-width: 479px) {
      .my-addresses h2,
      .add-address h2 {
        font-size: 1rem; } }
  .my-addresses a,
  .add-address a {
    font-size: 1.5rem;
    color: #ff742c;
    margin-bottom: 12px; }
    @media (max-width: 479px) {
      .my-addresses a,
      .add-address a {
        font-size: 1rem; } }
  .my-addresses form,
  .add-address form {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .my-addresses form input,
    .add-address form input {
      width: 100%;
      margin-bottom: 10px;
      border: 1px solid #8d95ab;
      border-radius: 8px;
      padding: 15px; }
    .my-addresses form a,
    .add-address form a {
      width: 160px;
      font-size: 1.2rem;
      padding: 15px 5px;
      color: #fff;
      background-color: #00c7c2;
      text-align: center;
      border-radius: 8px; }
      @media (max-width: 479px) {
        .my-addresses form a,
        .add-address form a {
          width: 120px;
          font-size: .8rem;
          padding: 10px 5px; } }
    @media (max-width: 479px) {
      .my-addresses form,
      .add-address form {
        max-width: 280px; } }
  .my-addresses .wrap,
  .add-address .wrap {
    width: 400px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 0 15px 50px;
    margin-bottom: 45px;
    cursor: pointer;
    font-size: 1.4rem;
    border-top: 1px solid #8d95ab;
    border-bottom: 1px solid #8d95ab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .my-addresses .wrap:input,
    .add-address .wrap:input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    @media (max-width: 479px) {
      .my-addresses .wrap,
      .add-address .wrap {
        padding: 15px 0 15px 50px;
        width: 280px;
        font-size: 1rem; } }
  .my-addresses .checkmark,
  .add-address .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 1px solid #8d95ab;
    border-radius: 8px; }
    .my-addresses .checkmark::after,
    .add-address .checkmark::after {
      content: "";
      position: absolute;
      display: none; }
    @media (max-width: 479px) {
      .my-addresses .checkmark,
      .add-address .checkmark {
        top: 7px; } }
  .my-addresses .wrap input:checked ~ .checkmark,
  .add-address .wrap input:checked ~ .checkmark {
    background-color: #00c7c2;
    border: none; }
  .my-addresses .wrap input:checked ~ .checkmark:after,
  .add-address .wrap input:checked ~ .checkmark:after {
    display: block; }
  .my-addresses .wrap .checkmark:after,
  .add-address .wrap .checkmark:after {
    left: 10px;
    top: 1px;
    width: 12px;
    height: 22px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.personal-information {
  padding: 50px 0; }
  .personal-information form {
    width: 300px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 479px) {
      .personal-information form {
        width: 280px; } }
    .personal-information form h4 {
      color: #5c6887;
      margin-bottom: 5px; }
    .personal-information form input {
      width: 100%;
      border: 1px solid #8d95ab;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 30px; }
      @media (max-width: 479px) {
        .personal-information form input {
          padding: 10px;
          margin-bottom: 15px; } }
    .personal-information form a {
      margin-left: auto;
      width: 160px;
      font-size: 1.2rem;
      padding: 15px 5px;
      color: #fff;
      background-color: #00c7c2;
      text-align: center;
      border-radius: 8px; }
      @media (max-width: 479px) {
        .personal-information form a {
          width: 120px;
          font-size: .8rem;
          padding: 10px 5px; } }

.my-cards {
  padding: 50px 0; }
  .my-cards h2 {
    margin-bottom: 20px; }
    @media (max-width: 479px) {
      .my-cards h2 {
        font-size: 1rem; } }
  .my-cards form {
    max-width: 400px; }
    .my-cards form input {
      width: 100%;
      margin-bottom: 20px;
      border: none;
      border-bottom: 1px solid #8d95ab; }
    @media (max-width: 479px) {
      .my-cards form {
        max-width: 280px; } }
  .my-cards a {
    font-size: 1.5rem;
    color: #ff742c; }
    .my-cards a:hover {
      color: #e95001; }
    @media (max-width: 479px) {
      .my-cards a {
        font-size: 1rem; } }

.add-card {
  padding: 50px 0; }
  .add-card form {
    max-width: 450px; }
    .add-card form input {
      width: 100%;
      margin-bottom: 20px;
      border: none;
      border-bottom: 1px solid #8d95ab; }
  @media (max-width: 479px) {
    .add-card h2 {
      font-size: 1.2rem; } }
  .add-card a {
    font-size: 1.5rem;
    color: #ff742c;
    margin-bottom: 30px; }
    .add-card a:hover {
      color: #e95001; }
    @media (max-width: 479px) {
      .add-card a {
        font-size: 1rem;
        margin-bottom: 20px; } }
  .add-card .new-card {
    background-image: url("../img/bg-form.jpg");
    background-repeat: no-repeat;
    margin-bottom: 25px; }
    .add-card .new-card form {
      max-width: 450px;
      padding: 25px; }
    .add-card .new-card input {
      border: 1px solid #999;
      padding: 10px;
      border-radius: 5px; }
      .add-card .new-card input::placeholder {
        font-size: .7rem;
        color: #707b96;
        font-weight: 700; }
    .add-card .new-card .number {
      width: 200px; }
    .add-card .new-card .bottom {
      display: flex;
      justify-content: flex-end; }
      .add-card .new-card .bottom input {
        width: 80px; }
    .add-card .new-card .data {
      margin-right: 50px; }
    .add-card .new-card p {
      font-size: .5rem;
      margin: 6px;
      font-weight: 700; }
  .add-card .add {
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8d95ab; }
    .add-card .add h3 {
      font-size: .8rem;
      line-height: 1.6; }
      @media (max-width: 479px) {
        .add-card .add h3 {
          font-size: .5rem;
          margin-right: 10px; }
          .add-card .add h3 br {
            display: none; } }
    .add-card .add .btn {
      width: 120px;
      font-size: 1rem;
      padding: 15px 5px;
      color: #fff; }
      .add-card .add .btn:hover {
        color: #000; }
      @media (max-width: 479px) {
        .add-card .add .btn {
          width: 100px;
          font-size: .8rem;
          padding: 10px 5px; } }

.blog {
  padding: 50px;
  background-color: #f2fcfc; }
  .blog .box {
    display: flex;
    background-color: #fff;
    margin-bottom: 15px;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .blog .box {
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 0; } }
  .blog img {
    margin-right: 40px; }
    @media (max-width: 767px) {
      .blog img {
        margin: 0; } }
  .blog .text {
    padding: 40px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .blog .text {
        padding: 20px; } }
    .blog .text h3 {
      margin-bottom: 10px; }
      @media (max-width: 479px) {
        .blog .text h3 {
          font-size: .9rem; } }
    @media (max-width: 479px) {
      .blog .text p {
        font-size: .8rem; } }
  @media (max-width: 767px) {
    .blog {
      padding: 20px; } }

.menu-home .dishes {
  padding: 45px 0; }
  @media (max-width: 479px) {
    .menu-home .dishes {
      padding: 30px 0; } }
.menu-home .dropdown-head .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 479px) {
    .menu-home .dropdown-head .box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; } }
@media (max-width: 479px) {
  .menu-home .dropdown-head h3 {
    margin-bottom: 15px;
    font-size: 1rem; } }
.menu-home .dropdown-head .btn {
  margin-left: 20px; }
  @media (max-width: 479px) {
    .menu-home .dropdown-head .btn {
      margin: 0;
      font-size: .8rem;
      padding: 10px 5px; } }
.menu-home .dropdown-head a:hover {
  color: #fff; }
.menu-home .dropdown-head .dropdown {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .menu-home .dropdown-head .dropdown {
      margin-bottom: 15px; } }
  @media (max-width: 479px) {
    .menu-home .dropdown-head .dropdown {
      margin: 0 0 15px 0; } }
@media (max-width: 767px) {
  .menu-home .dropdown-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; } }

.payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .payment {
      padding: 30px 0; } }
  .payment h2 {
    margin-bottom: 30px; }
    @media (max-width: 479px) {
      .payment h2 {
        margin-bottom: 20px;
        font-size: 1.2rem; } }
  .payment a {
    width: 200px;
    margin: 0 20px;
    color: #fff;
    padding: 15px;
    border-radius: 5px; }
    @media (max-width: 1023px) {
      .payment a {
        width: 180px;
        margin: 0 15px;
        padding: 12px; } }
    @media (max-width: 767px) {
      .payment a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 10px; } }
  .payment .visa {
    background-color: #00c7c2; }
    .payment .visa:hover {
      background-color: #23eae1; }
  .payment .privat {
    background-color: #b8b261; }
    .payment .privat:hover {
      background-color: #d3cb5f; }
  .payment .receipt {
    background-color: #ff742c; }
    .payment .receipt:hover {
      background-color: #e95001; }

.orders-accepted {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f1f6; }
  .orders-accepted .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  .orders-accepted .order-box {
    background-color: #fff;
    margin-bottom: 100px; }
    .orders-accepted .order-box h2 {
      margin: 0 0 15px 10px; }
  .orders-accepted .images {
    margin-bottom: 20px; }
    .orders-accepted .images img {
      margin: 0 5px px 0;
      max-width: 100%; }
  .orders-accepted .bottom {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .orders-accepted .bottom h2 {
      margin: 0 20px 0 10px; }
    .orders-accepted .bottom p {
      color: #7a7a7a; }
    .orders-accepted .bottom a {
      margin: 0 10px 0 auto;
      text-decoration: underline;
      color: #02b8b0; }
      .orders-accepted .bottom a:hover {
        text-decoration: none; }
  .orders-accepted .new-order {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    color: #e0633c;
    font-size: 1.2rem; }

.selection-of-dishes {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .selection-of-dishes {
      padding-bottom: 30px; } }
  .selection-of-dishes .top {
    padding: 10px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #5c6887; }
    @media (max-width: 767px) {
      .selection-of-dishes .top {
        margin-bottom: 20px; } }
    .selection-of-dishes .top .container {
      display: flex;
      align-items: center; }
      @media (max-width: 479px) {
        .selection-of-dishes .top .container {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -o-flex-direction: column;
          flex-direction: column;
          -ms-align-items: center;
          align-items: center; } }
      .selection-of-dishes .top .container h3 {
        color: #ff742c;
        margin: 0 20px; }
        @media (max-width: 767px) {
          .selection-of-dishes .top .container h3 {
            margin: 0 10px 0 20px; } }
        @media (max-width: 479px) {
          .selection-of-dishes .top .container h3 {
            margin-bottom: 10px; } }
      .selection-of-dishes .top .container a {
        margin-left: auto;
        padding: 15px; }
        @media (max-width: 767px) {
          .selection-of-dishes .top .container a {
            padding: 12px 8px; } }
        @media (max-width: 479px) {
          .selection-of-dishes .top .container a {
            margin: 0;
            font-size: .8rem;
            padding: 10px; } }
      @media (max-width: 479px) {
        .selection-of-dishes .top .container .dropdown {
          margin-bottom: 10px; } }
      .selection-of-dishes .top .container .dropdown .dropbtn {
        padding: 10px;
        color: #ff742c;
        border: 1px solid #ff742c; }
        .selection-of-dishes .top .container .dropdown .dropbtn:hover {
          border: 1px solid #ff742c;
          color: #fff;
          background-color: #ff742c; }
      .selection-of-dishes .top .container .dropdown:hover .dropbtn {
        background-color: #ff742c;
        color: #fff;
        border: 1px solid #ff742c; }
      .selection-of-dishes .top .container .dropdown .dropdown-content a {
        color: #000; }
        .selection-of-dishes .top .container .dropdown .dropdown-content a:hover {
          border-radius: 5px;
          background-color: #ff742c;
          color: #fff; }
        .selection-of-dishes .top .container .dropdown .dropdown-content a:last-of-type {
          border-bottom: none; }
  .selection-of-dishes .choice .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .selection-of-dishes .choice h3 {
    margin-bottom: 20px; }
  .selection-of-dishes .choice a {
    color: #ff742c;
    text-decoration: underline; }
    .selection-of-dishes .choice a:hover {
      text-decoration: none; }
  .selection-of-dishes .choice .box {
    margin: 0 10px 40px; }
    @media (max-width: 479px) {
      .selection-of-dishes .choice .box {
        margin: 0 0 20px 0; } }
  .selection-of-dishes .choice .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .selection-of-dishes .choice .wrap {
    width: 50px;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .selection-of-dishes .choice .wrap:input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
  .selection-of-dishes .choice .checkmark {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #8d95ab;
    border-radius: 50%; }
    .selection-of-dishes .choice .checkmark::after {
      content: "";
      position: absolute;
      display: none; }
  .selection-of-dishes .choice .wrap input:checked ~ .checkmark {
    background-color: #00c7c2;
    border: none; }
  .selection-of-dishes .choice .wrap input:checked ~ .checkmark:after {
    display: block; }
  .selection-of-dishes .choice .wrap .checkmark:after {
    left: 15px;
    top: 8px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.footer {
  display: flex;
  text-align: center;
  background-color: #fafbfc;
  padding: 25px 30px 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px; } }
  .footer .soc-icons {
    width: 30%;
    padding: 0 5px;
    border-right: 2px solid #dbdcdd; }
    @media (max-width: 767px) {
      .footer .soc-icons {
        border: none;
        margin-bottom: 15px;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 2px solid #dbdcdd; } }
  .footer .email {
    width: 40%;
    padding: 0 5px;
    border-right: 2px solid #dbdcdd; }
    @media (max-width: 767px) {
      .footer .email {
        border: none;
        margin-bottom: 15px;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 2px solid #dbdcdd; } }
    .footer .email form {
      width: 320px;
      min-height: 40px;
      overflow: hidden;
      margin: 0 auto 17px;
      border-radius: 5px; }
      @media (max-width: 1023px) {
        .footer .email form {
          width: 270px; } }
      .footer .email form .input-block {
        overflow: hidden; }
      .footer .email form input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px; }
      .footer .email form button {
        float: right;
        text-align: center;
        font-size: 1.5rem;
        padding: 8px 5px 5px 5px;
        color: #fff;
        background-color: #00b8b0;
        border-radius: 0 5px 5px 0; }
        .footer .email form button:hover {
          color: #000;
          background-color: #23eae1; }
    .footer .email p {
      font-size: .9rem; }
      @media (max-width: 1199px) {
        .footer .email p {
          font-size: .7rem; } }
      @media (max-width: 479px) {
        .footer .email p {
          font-size: .6rem; } }
  .footer .contacts {
    width: 30%; }
    @media (max-width: 767px) {
      .footer .contacts {
        width: 100%; } }
    .footer .contacts .phone {
      margin-bottom: 8px; }
      .footer .contacts .phone a {
        margin-bottom: 5px; }
  @media (max-width: 1199px) {
    .footer a {
      font-size: .8rem; } }
  @media (max-width: 1023px) {
    .footer a {
      font-size: .7rem; } }
  .footer a:hover {
    color: #000;
    text-decoration: underline; }
  .footer h3 {
    margin-bottom: 18px; }
    @media (max-width: 479px) {
      .footer h3 {
        font-size: 1rem;
        margin-bottom: 5px; } }
  .footer i {
    font-size: 2rem;
    color: #c9cacb;
    margin: 0 10px 0;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 479px) {
      .footer i {
        font-size: 1.5rem; } }
    .footer i:hover {
      transform: scale(1.1, 1.1);
      cursor: pointer; }
  .footer .fa-vk:hover {
    color: #45668e; }
  .footer .fa-instagram:hover {
    color: #ab47c3; }
  .footer .fa-twitter:hover {
    color: #00aced; }
  .footer .fa-facebook-f:hover {
    color: #3b5998; }

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  color: #272e36; }

a {
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: 300; }

h1, h2, h3, h4, p {
  margin: 0;
  color: #272E36;
  font-weight: 300; }

img {
  max-width: 100%; }

input {
  outline: none;
  -webkit-appearance: none; }

button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

main {
  min-height: calc(100vh - 267px); }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.btn {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #00c7c2;
  text-align: center;
  border-radius: 8px; }
  .btn:hover {
    color: #000;
    background-color: #23eae1; }

.top-dropdown {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .top-dropdown {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .top-dropdown .dropdown:hover .dropbtn {
    color: #e72300;
    background-color: transparent;
    border: none; }
  .top-dropdown .dropbtn {
    font-size: 1.5rem;
    border: none;
    color: #e9714b;
    padding: 0; }
    @media (max-width: 767px) {
      .top-dropdown .dropbtn {
        font-size: 1.3rem; } }
    .top-dropdown .dropbtn mark {
      text-decoration: underline;
      color: #e9714b;
      background-color: transparent; }
      .top-dropdown .dropbtn mark:hover {
        color: #e72300; }

.dropdown-head {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .dropdown-head h3 {
    font-size: 1.2rem;
    color: #000; }
  .dropdown-head .btn {
    color: #fff;
    text-decoration: none;
    padding: 16px; }

.dropbtn {
  min-width: 150px;
  background-color: transparent;
  color: #000;
  padding: 16px;
  font-size: 1.2rem;
  border: 1px solid #9a9a9e;
  border-radius: 5px;
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content a {
    color: #000;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc; }
    .dropdown-content a:hover {
      border-radius: 5px;
      background-color: #00c7c2;
      color: #fff; }
    .dropdown-content a:last-of-type {
      border-bottom: none; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #00c7c2;
  color: #fff;
  border: 1px solid #00c7c2; }

/*# sourceMappingURL=main.css.map */
