/*Styles for fonts*/
/*Font 'Arial Regular'*/
@font-face {
  font-family: "Arial Regular";
  src: url("../fonts/Arial/Regular/Arial.eot");
  src: url("../fonts/Arial/Regular/Arial.eot%3F") format("embedded-opentype"), url("../fonts/Arial/Regular/Arial.woff") format("woff"), url("../fonts/Arial/Regular/Arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*Font 'Arial Bold'*/
@font-face {
  font-family: "Arial Bold";
  src: url("../fonts/Arial/Bold/Arial.eot");
  src: url("../fonts/Arial/Bold/Arial.eot%3F") format("embedded-opentype"), url("../fonts/Arial/Bold/Arial.woff") format("woff"), url("../fonts/Arial/Bold/Arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.catalog-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #3f3f3f;
  margin-top: 45px;
  margin-bottom: 35px;
}

.product-link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 15px;
  grid-row-gap: 10px;
  width: 100%;
  padding-top: 29px;
  border-top: 1px solid #e7e7e7;
}

.product-link__a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #a2a2a2;
}

.section-car {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .section-car {
    margin-top: 50px;
  }

  .catalog-title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .product-link {
    padding-top: 20px;
  }
}

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

/*General styles for the site*/
body {
  font-family: "Arial Regular", sans-serif;
}

img {
  text-decoration: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
}

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

video {
  outline: none;
}

input {
  outline: none;
}

.bold {
  font-family: "Arial Bold", sans-serif;
}

.swiper-pagination {
  position: relative !important;
  bottom: initial !important;
  top: initial !important;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #929292;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #e91d2a !important;
  width: 14px !important;
  height: 14px !important;
}

.container {
  max-width: 1600px;
  margin: auto;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion {
  display: flex;
  align-items: center;
  text-align: left;
  grid-gap: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3f3f3f;
  width: 100%;
  min-width: 260px;
  max-width: 260px;
  justify-content: space-between;
}

.accordion.active {
  color: #e91d2a;
}

.accordion:after {
  font-family: FontAwesome;
  content: "\f107";
  color: rgba(109, 110, 113, 0.65);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  min-height: 6px;
  max-width: 10px;
}

.active:after {
  font-family: FontAwesome;
  content: "\f106";
  color: #e91d2a;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1700px) {
  .container {
    max-width: 90%;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

/*Styles for the header block*/
.header {
  padding-top: 32px;
  padding-bottom: 27px;
  background: white;
  z-index: 100;
  top: 0;
  left: 0;
}

.header-fixed {
  box-shadow: 2px 4px 13px rgba(80, 80, 80, 0.37);
  position: sticky;
  top: -130px;
  left: 0;
  transition: all 0.25s linear;
  width: 100%;
}

.header-mobile {
  display: none;
  cursor: pointer;
}

.header-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 37px;
}

.header-info {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 90px;
  align-items: center;
  width: 100%;
}

.header-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #929292;
  max-width: 430px;
}

.header-none {
  position: fixed;
  max-width: 100%;
  background: white;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 2px 4px 13px rgba(80, 80, 80, 0.37);
}

.header-fix {
  max-width: 90%;
  margin: auto;
  padding-bottom: 15px;
}

.header-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  grid-gap: 6px;
}

.header-contact__text {
  font-size: 14px;
  color: #929292;
}

.header-tel {
  font-size: 26px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  width: max-content;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 70px;
  border-top: 1px solid #e7e7e7;
  width: 100%;
}

.header-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 38px;
}

.header-nav__a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
  padding-top: 25px;
  border-top: 4px solid white;
}

.header-nav__a:hover {
  color: #e91d2a;
  border-top: 4px solid #e91d2a;
  margin-top: -1px;
}

.header-nav__red {
  color: #e91d2a;
  border-top: 4px solid #e91d2a;
  margin-top: -1px;
}

.header-form {
  display: flex;
  align-items: center;
  grid-gap: 17px;
  margin-top: 28px;
}

.header-search {
  border: 0;
  max-width: 80px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #929292;
}

.header-search:placeholder {
  color: #929292;
}

@media (max-width: 1200px) {
  .header-fixed {
    top: -110px;
  }

  .header-mobile {
    display: flex;
    align-items: center;
    grid-gap: 15px;
  }

  .header-mobile__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
  }

  .header-block {
    grid-gap: 20px;
  }

  .header-form {
    margin-top: 0;
  }

  .header-content {
    padding-top: 20px;
    width: 100%;
  }

  .header-nav {
    transform: translateX(-1000%);
    transition: 0.1s all;
    grid-gap: 20px;
  }

  .header-nav__a {
    margin-top: 0;
    padding-top: 4px;
  }

  .header-nav__a:hover {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .header-text {
    display: none;
  }

  .header-info {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-fixed {
    top: -154px;
  }

  .header-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
  }

  .header-contact {
    text-align: center;
    align-items: center;
  }

  .header-block {
    grid-gap: 15px;
  }

  .header-content {
    padding-top: 12px;
    grid-gap: 40px;
  }
}

.mobile {
  display: none;
  cursor: pointer;
}

.mobile-menu {
  width: 45px;
  height: 3px;
  background: black;
  position: relative;
  cursor: pointer;
}

.mobile-menu span::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  background: black;
  bottom: 6px;
  cursor: pointer;
}

.mobile-menu span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  background: black;
  top: 6px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .mobile {
    display: flex;
    align-items: center;
    z-index: 15;
    height: 40px;
  }

  .mobile-active {
    position: fixed;
    right: 5%;
    top: 25px;
  }

  .menu {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 110vh;
    justify-content: flex-start;
    background: white;
    padding-top: 100px;
  }

  .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    margin-right: 0px;
  }

  .show {
    transform: translateX(0%);
    z-index: 10;
  }

  .show-active {
    height: 0px;
  }

  .show-active span::before {
    transform: rotate(-45deg);
    top: 0;
    width: 35px;
    left: 0px;
    background: black;
    transition: 0.3s all;
  }

  .show-active span::after {
    transform: rotate(45deg);
    top: 0;
    width: 35px;
    background: black;
    transition: 0.3s all;
  }
}

@media (max-width: 360px) {
  .mobile {
    z-index: 15;
  }

  .menu {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    width: 100%;
    top: -20px;
    height: 110vh;
    justify-content: center;
  }

  .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    margin-right: 0px;
  }

  .show {
    transform: translateX(0%);
    z-index: 10;
  }

  .show-active {
    height: 0px;
  }

  .show-active span::before {
    transform: rotate(-45deg);
    top: 0;
    width: 35px;
    left: 0px;
    background: black;
    transition: 0.3s all;
  }

  .show-active span::after {
    transform: rotate(45deg);
    top: 0;
    width: 35px;
    background: black;
    transition: 0.3s all;
  }
}

/*Styles for the main page*/
/*Styles for the work block*/
.work-block {
  display: flex;
  align-items: flex-start;
  grid-gap: 30px;
  justify-content: flex-start;
}

.work-text {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  max-width: 50%;
}

p.work-text {
  line-height: 28px;

}

.work-img {
  width: 50%;
}

@media (max-width: 1200px) {
  .work-img {
    max-width: 50%;
  }
}

@media (max-width: 1000px) {
  .work-text {
    max-width: 100%;
  }

  .work-img {
    max-width: 100%;
    width: auto;
  }

  .work-block {
    flex-wrap: wrap;
  }
}

/*Styles for the rule block*/
.section-rule {
  /* background-image: url(../img/line.png); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.rule-title {
  font-family: "Arial", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71706f;
  text-align: center;
}

.rule-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 85px;
  margin-top: 55px;
}

.rule-round {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #e91d2a;
  border-radius: 50%;
}

.rule-item {
  display: flex;
  align-items: center;
  grid-gap: 35px;
}

.rule-text {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
}

p.rule-text {
  line-height: 28px;
  margin: 0;
}

@media (max-width: 1000px) {
  .rule-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 768px) {
  .rule-title {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .rule-title {
    font-size: 30px;
  }
}

/*Styles for the service block*/
.service-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-column-gap: 65px;
  grid-row-gap: 20px;
  margin-top: 58px;
}

.service-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 45px;
  max-width: 50%;
}

.service-number {
  font-family: "Arial", sans-serif;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: white;
  -webkit-text-stroke: 2px #e91d2a;
  -webkit-text-fill-color: white;
}

.service-text {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
}

p.service-text {
  line-height: 28px;

}

.service-item {
  display: flex;
  align-items: center;
  grid-gap: 34px;
}

.service-img {
  max-width: 50%;
}

@media (max-width: 1000px) {
  .service-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 25px;
    margin-top: 30px;
  }

  .service-block {
    max-width: 100%;
    grid-gap: 20px;
  }

  .service-img {
    max-width: 100%;
  }

  .service-item {
    grid-gap: 20px;
  }

  .service-number {
    font-size: 48px;
  }
}

/*Styles for the corp block*/
.corp-block {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 33px;
}

.corp-content {
  background-color: #ffffff;
  box-shadow: 2px 4px 13px rgba(80, 80, 80, 0.37);
  text-align: center;
  padding: 40px;
  width: calc(100% - 80px);
  margin-top: 30px;
  background-image: url(../img/corp/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.corp-content>p {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #1e1f20;
}

.corp-all {
  width: 100%;
  margin-top: 58px;
}

.corp-info {
  width: calc(100% - 55px);
  max-width: 969px;
  margin: auto;
  margin-top: -65px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding-left: 55px;
  align-items: center;
  grid-gap: 30px;
  box-shadow: 2px 4px 13px rgba(80, 80, 80, 0.37);
}

.corp-info>p {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
}

@media (max-width: 1000px) {
  .corp-info {
    margin-top: 20px;
    max-width: calc(100% - 25px);
    width: calc(100% - 25px);
    padding-left: 25px;
  }

  .corp-all {
    margin-top: 25px;
  }

  .corp-content {
    padding: 25px;
    width: calc(100% - 50px);
  }
}

@media (max-width: 800px) {
  .corp-info {
    flex-direction: column;
    padding: 25px;
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .corp-info>img {
    display: none;
  }
}

@media (max-width: 600px) {

  .corp-info,
  .corp-content {
    width: 100%;
    max-width: 100%;
  }

  .dop-img {
    width: 100%;
  }

  .contnent_text p {
    line-height: 1.5;
  }
}

/*Styles for the dop block*/
.section-dop {
  /* background-image: url(../img/dop/line-dop.png); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.dop {
  display: flex;
  justify-content: center;
  grid-row-gap: 20px;
  grid-column-gap: 65px;
  align-items: center;
}

.dop-text {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #6d6e71;
}

.dop-block>.rule-title {
  text-align: left;
}

@media (max-width: 1000px) {
  .dop {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*Styles for the job block*/
.job-text {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  line-height: 34px !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6d6e71;
  margin-top: 37px;
}

.job-text>a {
  color: #e91d2a;
}

.job-all {
  margin-top: 39px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #e0e1e3;
}

.job-img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .job-text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 25px;
  }

  .job-text>br {
    display: none;
  }

  .job-all {
    margin-top: 20px;
  }
}

.vac-list {
  width: max-content;
  margin: auto;
  margin-top: 20px;
}

.vac-list a {
  font-size: 200%;
  line-height: 1.4;
}

.vac-list a:hover {
  text-decoration: underline;
}