/*! 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 */
  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: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Roboto.eot");
  src: url("/fonts/Roboto.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto.woff") format("woff"), url("/fonts/Roboto.ttf") format("TrueType");
}

@font-face {
  font-family: "Raleway";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/Raleway-Medium.eot");
  src: url("/fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Raleway-Medium.woff") format("woff"), url("/fonts/Raleway-Medium.ttf") format("TrueType");
}

@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Raleway-Bold.eot");
  src: url("/fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Raleway-Bold.woff") format("woff"), url("/fonts/Raleway-Bold.ttf") format("TrueType");
}

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Raleway-SemiBold.eot");
  src: url("/fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Raleway-SemiBold.woff") format("woff"), url("/fonts/Raleway-SemiBold.ttf") format("TrueType");
}

@font-face {
  font-family: "Raleway";
  font-weight: 900;
  font-style: normal;
  src: url("/fonts/Raleway-Black.eot");
  src: url("/fonts/Raleway-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Raleway-Black.woff") format("woff"), url("/fonts/Raleway-Black.ttf") format("TrueType");
}

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

* {
  box-sizing: border-box;
}

body {
  font-family: Roboto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.video__wrapp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__wrapp video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rubric__wrapper .only_desc {
  z-index: 3 !important;
}

.rubric__wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("/img/bg__rubric.jpg") no-repeat center/cover;
  padding: 55px 20px;
}

.rubric__wrapper .share {
  position: absolute;
  top: 109px;
  right: 20px;
}

.rubric__wrapper .share .share-button + .share-button {
  margin-top: 10px;
}

.rubric__wrapper > * {
  position: relative;
  z-index: 1;
}

.rubric__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.85);
}

.rubric__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.rubric__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 70px;
}

.rubric__title span {
  font-weight: 900;
  font-size: 110px;
  line-height: 129px;
  display: block;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 45px;
  margin: 35px 0 69px;
  background: #CC0033;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  transition: 0.3s ease;
}

.btn:hover {
  background: #fff;
  color: #CC0033;
}

.rubric__items {
  display: flex;
}

.single__container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.single__preview {
  text-align: center;
}

.single__title {
  max-width: 900px;
  margin: 20px auto 103px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.share__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share__page .share {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.share__page .share .share-button + .share-button {
  margin-left: 10px;
}

.share__page span {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #cc0033;
}

.controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 60px;
  bottom: 70px;
}

.controls a {
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.controls #controls {
  margin-left: 40px;
  margin-right: 30px;
}

.controls #controls img {
  display: block;
}

.controls #controls #pause {
  transform: rotate(180deg);
}

.controls #controls,
.controls #volume {
  cursor: pointer;
}

.controls #volume svg path:last-child {
  opacity: 0;
  transition: 0.3s ease;
}

.controls #volume.volume__muted svg path:last-child {
  opacity: 1;
}

.only_mob {
  display: none;
}

.controls #volume.volume__muted svg path:nth-child(3),
.controls #volume.volume__muted svg path:nth-child(4) {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 91px;
  padding: 15px 49px;
  background: #cc0033;
}

.nav-link {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.nav-link:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s ease;
}

.nav-link_active:before {
  opacity: 1;
}

.nav-link:hover:before {
  opacity: 1;
}

.nav-link + .nav-link {
  margin-left: 35px;
}

.mobile__menu {
  flex-direction: column;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CC0033;
  padding: 21px 18px 40px;
  overflow-y: auto;
  animation: 0.5s ease menu;
}

.mobile__menu.only_mob {
  display: none;
}

.mobile__menu.only_mob.mobile__menu_on {
  display: flex;
  top: 0;
}

@keyframes menu {
  from {
    top: -100%;
  }

  to {
    top: 0;
  }
}

.close__mob_menu {
  align-self: flex-end;
  background: none;
  border: none;
  outline: none;
}

.nav_mobile {
  margin-top: 40px;
  margin-bottom: 70px;
}

.nav_mobile .nav-link {
  display: block;
}

.nav_mobile .nav-link:before {
  content: none;
}

.nav_mobile .nav-link span {
  position: relative;
}

.nav_mobile .nav-link span:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s ease;
}

.nav_mobile .nav-link_active span:before {
  opacity: 1;
}

.nav_mobile .nav-link + .nav-link {
  margin-left: 0;
  margin-top: 75px;
}

.popup_home {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.popup_home img {
  margin-right: 13px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 49px;
  background: #cc0033;
}

footer .logo img {
  height: 60px;
}

.social__wrapp {
  color: #fff;
}

.social__wrapp span {
  display: block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.social__wrapp .socials {
  display: flex;
  align-items: center;
}

.social__wrapp .socials a {
  display: block;
}

.social__wrapp .socials a path {
  fill: #fff;
}

.social__wrapp .socials a + a {
  margin-left: 35px;
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: none;
  cursor: pointer;
}

.share_red .share-button {
  background: #cc0033;
}

.share_red .share-button path {
  fill: #fff;
}

.wrapper-blocks {
  margin-bottom: 71px;
}

.wrapper-block {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.wrapper-block + .wrapper-block {
  margin-top: 40px;
}

.wrapper-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 60px;
}

.wrapper-block:nth-child(1):before {
  background: url("/img/blockImg/1.jpg") no-repeat;
}

.wrapper-block:nth-child(2):before {
  background: url("/img/blockImg/2.jpg") no-repeat;
}

.wrapper-block:nth-child(3):before {
  background: url("/img/blockImg/3.jpg") no-repeat;
}

.wrapper-block:nth-child(4):before {
  background: url("/img/blockImg/4.jpg") no-repeat;
}

.wrapper-block:nth-child(5):before {
  background: url("/img/blockImg/5.jpg") no-repeat;
}

.content-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 59px 70px 130px;
}

.content-block__image {
  width: 400px;
  height: 400px;
}

.content-block__image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}

.content-block__info {
  max-width: 540px;
  margin-left: 101px;
}

.content-block__title {
  margin-bottom: 30px;
  font-family: Raleway;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000000;
}

.content-block__text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.content-block__text a {
  color: #000000;
}

.rubric__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.rubric__item a:first-child {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
}

.rubric__item a:first-child:hover:before {
  opacity: 1;
  z-index: 1;
}

.rubric__item a:first-child:hover img {
  transform: scale(1.08);
}

.rubric__item a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: 1s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.rubric__item img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: 0.7s ease;
}

.rubric__item_name {
  font-family: Raleway;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 40px;
  text-decoration: none;
}

.otherRubric {
  position: relative;
  padding: 58px 0 85px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 100px;
}

.otherRubric .rubric__items {
  justify-content: center;
}

.otherRubric > * {
  position: relative;
  z-index: 1;
}

.otherRubric:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.85);
}

@media screen and (min-width: 36rem) {
  .container {
    max-width: 31.875rem;
  }
}

@media screen and (min-width: 48rem) {
  .container {
    max-width: 43.125rem;
  }
}

@media screen and (min-width: 62rem) {
  .container {
    max-width: 58.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .container {
    max-width: 69.375rem;
  }
}

@media all and (max-width: 1000px) {
  .only_desc {
    display: none !important;
  }

  .only_mob {
    display: block;
  }

  .wrapp {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("/img/bg__rubric.jpg") no-repeat center/cover;
    padding: 20px;
  }

  .wrapp .share {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
  }

  .wrapp > * {
    position: relative;
    z-index: 1;
  }

  .wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 72, 72, 0.85);
  }

  .mobile_logo {
    margin-bottom: 70px;
  }

  .mobile_logo img {
    width: 100%;
  }

  .mobile_header_title {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    font-family: Raleway;
    color: #FFFFFF;
  }

  .mobile_header_title span {
    display: block;
    margin-top: 10px;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .btn {
    width: 238px;
    height: 45px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 21px;
  }

  .btn-white {
    background: #fff;
    color: #CC0033;
  }

  .btn + .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rubric__logo img {
    width: 100%;
  }

  .rubric__wrapper {
    padding: 20px;
    background: #484848;
  }

  .rubric__wrapper .share {
    display: flex;
    justify-content: space-between;
    position: static;
    margin-top: 50px;
  }

  .rubric__wrapper .share .share-button + .share-button {
    margin-top: 0;
  }

  .rubric__items {
    flex-direction: column;
    margin-top: 20px;
  }

  .rubric__item {
    padding-top: 19px;
    margin-bottom: 40px;
    border-top: 1px solid #fff;
  }

  .rubric__item img {
    height: 334px;
  }

  .rubric__item_name {
    margin-top: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .rubric__container .only_mob {
    width: 100%;
  }

  .single__preview img {
    max-height: 70px;
  }

  .single__container {
    padding: 0 20px;
  }

  .single__container .share__page {
    width: 100%;
  }

  .single__container .share__page .share {
    justify-content: space-between;
    width: 100%;
  }

  .wrapper-block {
    box-shadow: none;
  }

  .content-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .content-block__info {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .content-block__image {
    width: 100px;
    height: 100px;
  }

  .otherRubric {
    background: #484848 !important;
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    margin-top: 60px;
  }

  .wrapper-block:before {
    margin-bottom: 30px;
  }

  .content-block__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  .wrapper-block + .wrapper-block {
    margin-top: 70px;
  }

  .single__title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 40px;
  }

  .controls {
    right: 10px;
    bottom: 10px;
  }

  .controls svg {
    width: 32px;
  }

  .mobile_video {
    width: calc(100% + 40px);
    margin: 95px -20px 75px;
  }

  .mobile_video video {
    width: 100%;
  }

  .btn_mar {
    margin-bottom: 70px;
  }

  header {
    padding: 14px 20px;
    margin-bottom: 30px;
  }

  header .logo img {
    width: 100%;
    max-width: 239px;
  }

  footer {
    flex-direction: column;
    padding: 33px 20px;
  }

  footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  footer .logo img {
    height: 46px;
  }

  footer .socials svg {
    max-height: 30px;
  }

  .rubric__item {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .social__wrapp {
    width: 100%;
  }

  .social__wrapp span {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }

  .social__wrapp .socials {
    justify-content: space-between;
  }

  .wrapper-block:before {
    height: 6px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1300px) {
  .rubric__title {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 35px;
  }

  .rubric__title span {
    font-size: 60px;
    line-height: 1.2;
  }

  .rubric__item img {
    height: 285px;
  }

  .rubric__items {
    margin-top: 25px;
  }

  .rubric__wrapper .only_desc {
    z-index: 3 !important;
  }

  .rubric__wrapper .share {
    top: 10px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1500px) {
  header {
    padding: 14px 20px;
  }

  .nav-link {
    font-size: 13px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
