@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PT_Sans/PTSans-Regular.woff2") format("woff2"), url("../fonts/PT_Sans/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PT_Sans/PTSans-Bold.woff2") format("woff2"), url("../fonts/PT_Sans/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/PT_Serif/PTSerif-Regular.woff2") format("woff2"), url("../fonts/PT_Serif/PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/PT_Serif/PTSerif-Bold.woff2") format("woff2"), url("../fonts/PT_Serif/PTSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* normalize.css */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

button:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 1px 1px #5e9ed6;
          box-shadow: 0 0 1px 1px #5e9ed6;
}

a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.btn {
  background-color: #00A05E;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 4.5rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

.btn:hover {
  color: #333;
}

.btn-text {
  position: relative;
  left: auto;
  top: auto;
}

main {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F2F2F2;
}

main ul {
  line-height: 2.3rem;
}

main p {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
}

main a {
  color: #00a05e;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

main a:hover {
  color: #006d40;
  text-decoration: none;
}

.section {
  padding: 2rem 0;
  overflow: hidden;
}

.section-header {
  margin: 0;
  margin-bottom: 1rem;
  color: #2B1254;
  font-size: 3.2rem;
  line-height: 3.8rem;
}

blockquote {
  border-left: .5rem solid #dcdcdc;
  padding: 1rem 2rem;
  margin: 2rem 0;
  font-size: 2rem;
  line-height: 28px;
}

blockquote p {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #dedede;
  font-family: 'PT Sans', Arial, Tahoma;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: .025rem;
  -webkit-font-smoothing: antialiased;
}

body.scroll-disabled {
  height: 100vh;
  overflow-y: hidden;
}

.header {
  background-color: #f9f9f9;
  padding: 5px 0;
  color: #737574;
  line-height: 4rem;
  border-bottom: .5rem solid #dedede;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5.5rem;
}

.header-wrap::before {
  content: '';
  display: none;
  width: 3.2rem;
}

.header-menu-btn {
  position: relative;
  z-index: 101;
  display: none;
}

.header-pages {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
margin-top: 5px;
}

.header-pages-item {
  margin-right: 3.3rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.header-pages-item.about-us {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.header-pages-item.active {
  font-weight: bold;
  text-decoration: underline;
}

.header-pages-item:last-child {
  margin-right: 0;
}

.header-pages-item:hover {
  color: #00a05e;
}

.header-logo {
  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;
}

.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-logo img {
  margin: auto;
  width: 100%;
  max-height: 100%;
}

.header-best {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.header-best-link {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #53a1d7;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    line-height: 1;
margin: 0px -25px 0px 0px;
}

.header-best-link:hover {
  color: #2f89c8;
}

.header-best-link:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -24px;
    background: url(../img/like.png) no-repeat;
    width: 18px;
    height: 18px;
}

.menu-btn {
  position: relative;
  -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;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 32px;
  color: black;
  cursor: pointer;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  position: absolute;
  left: 50%;
  margin-left: -0.35em;
  width: .7em;
  height: .1em;
  background-color: currentColor;
}

.menu-btn span::before,
.menu-btn span::after {
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.75, -0.5, 0, 1.75);
  -o-transition: 0.3s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: 0.3s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.menu-btn span::before {
  margin-top: -0.2em;
}

.menu-btn span::after {
  margin-top: 0.2em;
}

.menu-btn--active span {
  background: transparent;
}

.menu-btn--active span::before {
  margin-top: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.menu-btn--active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.nav-outer {
  padding: 1.5rem 0;
  background-color: #494949;
  color: white;
}

.nav-outer-wrap {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}

.nav-outer-title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 3rem;
  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;
}

.nav-outer-title svg {
  fill: white;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.nav-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.nav-item {
  margin-right: 3rem;
  line-height: 2.3rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item:hover {
  color: #00a05e;
}

.home {
  background: url("../img/home.jpg") no-repeat center;
  background-color: #62626E;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 6rem 0;
  color: white;
  text-align: center;
}

.home-wrap {
  max-width: 60rem;
  margin: auto;
}

.home-title {
  margin: 0;
  margin-bottom: 1.2rem;
  font-size: 4rem;
}

.home-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
}

.home-btn {
  margin-top: 2rem;
}

.card {
  position: relative;
  max-width: 32.33333%;
  background-color: white;
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
  overflow: hidden;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 4rem;
  font-size: 1.8rem;
  color: white;
  text-align: center;
}

.card-collapse-text {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.5rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  color: #3B3945;
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out;
}

.card-collapse-text.collapsed {
  padding-bottom: 0;
  height: 19rem;
}

.card-collapse-text.collapsed .card-btn {
  -webkit-box-shadow: 0 -20px 30px 0 white;
          box-shadow: 0 -20px 30px 0 white;
}

.card-collapse-text p {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 2.38rem;
}

.card-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: 0;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  line-height: 3.4rem;
  color: #bfbfbf;
  cursor: pointer;
}

.card-btn:hover {
  color: #3b3945;
}

.card-link {
  font-size: 1.5rem;
  display: block;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
}

.card-link:hover {
  text-decoration: underline;
}

.home-guide-text {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  padding-left: 5rem;
  padding-right: 5rem;
}

.ratings-aside {
  float: right;
  margin-left: 35px;
}

.tips-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tips .card {
  max-width: 49%;
}

.tips .card-title {
  margin: 0;
  position: relative;
  z-index: 0;
  height: 12rem;
  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;
  padding: 0 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
}

.tips .card-title::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tips .card-btn {
  text-align: center;
  text-decoration: none;
}

.about {
  overflow: hidden;
}

.about-body {
  background-color: white;
  -webkit-border-radius: 2.5rem;
          border-radius: 2.5rem;
  padding: 3rem;
  margin: 3rem 0;
}

.about-aside {
  float: left;
  margin-right: 3rem;
  max-width: 100%;
}

.about-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #2B1254;
}

.about p {
  font-size: 1.4rem;
}

.footer-socials {
  background-color: #313233;
  color: #879997;
}

.footer-socials-wrap {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-socials-title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 1.4rem 0;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 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;
}

.footer-socials-list-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: .7rem;
  background-color: #00a05e;
  -webkit-border-radius: .3rem;
          border-radius: .3rem;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.footer-socials-list-item--fb:hover {
  background-color: #4265b9;
}

.footer-socials-list-item--tw:hover {
  background-color: #55acee;
}

.footer-socials-list-item--gp:hover {
  background-color: #d62408;
}

.footer-socials-list-item--yt:hover {
  background-color: #df3333;
}

.footer-socials-list-item:last-child {
  margin-right: 0;
}

.footer-socials-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.footer-socials-list-item img {
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
}

.footer-socials-about {
  margin: 0;
  margin-top: 1.2rem;
  margin-left: 4rem;
}

.footer-links {
  background-color: #1f1f1f;
  padding: 2rem 0;
  color: #8f8f8f;
  line-height: 3rem;
}

.footer-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
}

.footer-links-list-item {
  margin-right: 3rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.footer-links-list-item:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
.header-best-link {
text-transform: none;
}
.header-pages-item.about-us {
text-transform: none;
}
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .section-header {
    text-align: center;
  }

  .header-wrap {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-wrap::before {
    display: block;
  }

  .header-menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-pages {
    display: none;
  }

  .header-logo {
    margin: 1rem 0;
  }

  .header-best {
    display: none;
  }

  .nav-outer {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    background-color: #f9f9f9;
    text-align: center;
    text-align: center;
    color: black;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    pointer-events: none;
  }

  .nav-outer.active {
    opacity: 1;
    pointer-events: all;
  }

  .nav-outer-title {
    display: none;
  }

  .nav-outer .nav-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nav-outer .nav-item {
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 1rem 0;
  }

  .nav-outer-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card {
    max-width: 85%;
    margin: auto;
    margin-bottom: 2rem;
  }

  .card:last-child {
    margin-bottom: 0;
  }

  .card-img {
    height: auto;
  }

  .card-title {
    font-size: 3rem;
    margin-top: 9rem;
  }

  .card-collapse-text {
    text-align: center;
  }

  .home-guide-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ratings-aside {
    float: none;
    display: block;
    margin: auto;
  }

  .tips .card {
    max-width: 85%;
  }

  .about-aside {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }

  .about-title {
    text-align: center;
  }

  .footer-socials-wrap {
    -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;
  }

  .footer-socials-list {
    margin: 0;
  }

  .footer-socials-about {
    width: 100%;
    margin: 1.5rem 0;
    text-align: center;
  }

  .footer-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-links-list {
    margin-bottom: 1rem;
    width: 100%;
    -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;
  }

  .footer-links-list-item {
    margin: 0;
  }

  .footer-links-copyright {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95%;
  }

  .home {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-btn {
    margin-top: 1rem;
  }

  .card {
    max-width: 100%;
  }

  .tips .card {
    max-width: 100%;
  }

  .tips .card-title {
    padding: 0 1rem;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 7.5px;
  }

  .card-title {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}

.dropdown-menu {
  position: relative;
}

.dropdown-menu:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 7px;
  background: url('../img/dropdown-arrow.png') no-repeat;
  cursor: pointer;
}

.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
  width: 180px;
  padding: 0;
  background: #353535;
}

.dropdown a {
  display: block;
  width: 100%;
  padding: 2px 0;
  color: #fff;
  text-align: center;
}

.dropdown li {
  list-style: none;
}

.dropdown a:hover {
  background: #4e4e4e;
}

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