/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html {
  font-size: 62.5%; }

body {
  background-color: #D3E3FC;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000; }
  body.no-scroll, body.show-sidebar {
    overflow: hidden; }

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

/* Blocks */
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .show-sidebar .page {
      position: relative; } }

.page__title {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  color: white; }
  .page__title--center {
    text-align: center; }

@media screen and (max-width: 991px) {
  .page__mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; } }

@media screen and (max-width: 991px) {
  .nav {
    display: none; } }

.nav--mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .nav--mobile {
      color: #000;
      display: block;
      justify-content: flex-end;
      margin: 2.6rem 0 2rem 0; } }

.nav__list {
  display: flex; }
  @media screen and (max-width: 991px) {
    .nav__list {
      flex-direction: column; } }

.nav__link {
  width: 12rem;
  display: block;
  font-size: 1.25rem;
  padding: 1.6rem 2.5rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s linear; }
  @media screen and (max-width: 991px) {
    .nav__link {
      color: #000; } }
  .nav__link:hover {
    color: yellow; }
  .nav__link.has__subnav {
    position: relative; }
    .nav__link.has__subnav:after {
      margin-top: 1px;
      content: "";
      display: block;
      border-style: solid;
      border-width: 0 5px 6px 5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%); }
      @media screen and (max-width: 991px) {
        .nav__link.has__subnav:after {
          display: none; } }
  @media screen and (max-width: 991px) {
    .nav__link {
      text-align: left;
      padding: .5rem 1rem;
      font-size: 1.45rem; }
      .nav__link:hover {
        color: #000; } }

.nav__cnt {
  display: flex;
  font-size: 3rem;
  padding: .3rem .5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white; }
  @media screen and (max-width: 991px) {
    .nav__cnt {
      font-size: 2.15rem;
      padding: .5rem 0;
      color: white;
      display: block;
      text-transform: none; } }

@media screen and (max-width: 991px) {
  .header__r {
    width: 100%;
    display: flex;
    justify-content: space-around; } }

.header__right {
  justify-content: flex-end; }

.nav__item {
  position: relative; }
  .nav__item:hover .nav__link {
    background-color: #3137C9; }
  .nav__item:hover > .subnav {
    display: block; }
  @media screen and (max-width: 991px) {
    .nav__item:hover .nav__link {
      background: none; } }

.subnav {
  width: 23rem;
  padding: .5rem 0;
  border-radius: 0 0 5px 5px;
  background-color: #3137C9;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 991px) {
    .subnav {
      position: static;
      width: 100%;
      padding-left: 1rem;
      background-color: transparent;
      box-shadow: none; } }

.subnav__link {
  display: block;
  padding: .25rem 2.2rem;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  transition: background-color .2s ease-in-out; }
  .subnav__link:hover {
    background-color: #1d2177; }
  @media screen and (max-width: 991px) {
    .subnav__link {
      color: #000;
      font-size: 1.4rem;
      padding-left: 1rem;
      padding-right: 0; }
      .subnav__link:hover {
        background: none; } }

.social a {
  text-align: center;
  width: 4.2rem;
  height: 4.2rem;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin: 0 10px 10px 0;
  padding: 6px;
  color: #000; }

.vk a {
  background: #5d84ae;
  color: #fff; }

.telegram a {
  background: #249bd7;
  color: #fff; }

.whatsapp a {
  background: #50b154;
  color: #fff; }

.callme a {
  background: red;
  color: #fff; }

.yandex a {
  background: red;
  color: #fff; }

.sidebar {
  width: 300px;
  height: 100vh;
  background-color: #f9fdfd;
  box-shadow: 5px 0 15px rgba(5, 5, 5, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media screen and (max-width: 991px) {
    .sidebar {
      display: none;
      flex-direction: column;
      height: calc(100vh-5rem);
      padding-bottom: 1.5rem;
      overflow: auto;
      top: 5rem;
      transform: translateY(-100%);
      transition: transform .2s linear; }
      .show-sidebar .sidebar {
        display: block;
        transform: translateY(0); } }

.sidebar__header {
  height: 6rem; }
  .sidebar__header img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 991px) {
    .sidebar__header {
      margin-top: 2rem;
      height: 10rem; } }

.sidebar__content {
  margin-top: -4rem;
  padding: 0 2rem; }
  @media screen and (max-width: 991px) {
    .sidebar__content {
      flex-grow: 1; } }

.socials__social {
  text-align: center;
  width: 100%; }

.sidebar__footer {
  text-align: center;
  display: block;
  justify-content: space-between;
  padding: 0 1rem; }

.sidebar__footer ul {
  display: inline-block; }
  @media screen and (max-width: 991px) {
    .sidebar__footer ul {
      margin-top: 1rem; } }

.header {
  height: 5rem;
  display: flex;
  width: calc(100% - 300px);
  background-color: #6e2f84;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }
  @media screen and (max-width: 991px) {
    .header {
      width: 100%; } }

.header__left {
  width: 70%; }
  @media screen and (max-width: 991px) {
    .header__left {
      width: 15%; } }

.header__right {
  width: 30%; }
  @media screen and (max-width: 991px) {
    .header__right {
      width: 85%; } }

.main {
  padding-top: 10rem;
  padding-left: 300px; }
  @media screen and (max-width: 991px) {
    .main {
      padding-left: 0;
      padding-top: 7rem; } }

.container {
  width: 100%;
  margin: 1rem auto;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center; }
  @media screen and (max-width: 701px) {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin: 0 auto; } }

.main_container {
  padding: 3rem 4rem;
  background-color: #f9fdfd;
  border-radius: .6rem;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .main_container {
      padding: 1rem 1rem; } }

.container_subtitle {
  font-size: 4rem;
  font-weight: 700; }

.container_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0;
  color: #0f4082;
  font-style: oblique; }
  @media screen and (max-width: 991px) {
    .container_title {
      font-size: 1.8rem;
      margin: 1rem 0; } }

.tel {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ED3024;
  font-style: oblique; }
  @media screen and (max-width: 991px) {
    .tel {
      font-size: 1.65rem; } }

.container_title:after {
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  margin: 3rem auto;
  background-color: #6e2f84; }
  @media screen and (max-width: 991px) {
    .container_title:after {
      font-size: 1.35rem;
      margin: 1rem auto; } }

.section_text {
  line-height: 1.7;
  font-size: 1.6rem; }
  @media screen and (max-width: 991px) {
    .section_text {
      font-size: 1.45rem;
      line-height: 1.25; } }

.services_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.1rem; }
  @media screen and (max-width: 991px) {
    .services_container {
      grid-template-columns: 120px 120px 120px 120px 120px 120px;
      overflow: auto; } }

.services {
  background: #466368;
  background: linear-gradient(to bottom, #f6f1d3, #648880, #293f50);
  border-radius: .6rem;
  height: 18rem;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .services:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

.service_img {
  height: 10rem;
  margin-top: 1rem;
  padding: 0 1rem; }

.services_text {
  margin: auto;
  top: 65%;
  font-size: 1.3rem;
  text-align: center; }

.section_t {
  text-align: left;
  line-height: 2;
  font-size: 1.1rem; }
  @media screen and (max-width: 991px) {
    .section_t {
      line-height: 1.45; } }

.link {
  text-decoration: none;
  color: #fff; }

.article {
  display: flex;
  margin-bottom: 1rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article {
      flex-direction: column; } }

.article_preview_comp {
  text-align: center;
  display: flex;
  height: 25rem;
  overflow: hidden;
  position: relative;
  width: 35rem;
  border-radius: .5rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article_preview_comp {
      width: 35rem;
      object-fit: cover;
      margin-left: auto;
      margin-right: auto; } }

.article_preview_kopir {
  display: flex;
  height: 45rem;
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: .5rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article_preview_kopir {
      display: block;
      width: 100%;
      height: 35rem; } }

.article_preview_monitor {
  display: flex;
  height: 35rem;
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: .5rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article_preview_monitor {
      width: 35rem;
      object-fit: cover;
      margin-left: auto;
      margin-right: auto; } }

.article_preview_service {
  display: flex;
  height: 5rem;
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: .5rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article_preview_service {
      width: 35rem;
      height: 15rem;
      object-fit: cover;
      margin-left: auto;
      margin-right: auto; } }

.article_preview_repair {
  display: flex;
  height: 45rem;
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: .5rem;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .article_preview_repair {
      width: 35rem;
      object-fit: cover;
      margin-left: auto;
      margin-right: auto; } }

.article_content {
  font-style: oblique;
  width: 55%;
  height: 45rem;
  overflow: auto;
  margin: 1rem 1rem 0 4rem;
  padding-right: 1rem; }
  @media screen and (max-width: 991px) {
    .article_content {
      height: 100%;
      width: 100%;
      overflow: hidden;
      margin: 2rem 0 0 0;
      padding: auto;
      line-height: 1.3rem;
      font-size: 1.2rem; } }

.article_content::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040; }

.article_content::-webkit-scrollbar {
  width: 10px; }

.article_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737272;
  border: 1px solid #000; }

.service_text {
  margin-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    .service_text {
      margin-bottom: 0; } }

.service_text_comp {
  margin-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    .service_text_comp {
      margin-bottom: 0;
      font-size: 1.8rem;
      line-height: 2.4rem; } }

@media screen and (max-width: 991px) {
  .profile {
    border-bottom: 1px solid #6e2f84; } }

.logo {
  display: block;
  width: auto;
  height: 15rem;
  margin: 0 auto 2rem;
  position: relative; }

.banner {
  display: block;
  width: auto;
  height: 9rem;
  margin: 0 auto 2rem;
  position: relative; }

.banner_small {
  display: none;
  width: auto;
  height: 5rem;
  position: relative; }
  @media screen and (max-width: 991px) {
    .banner_small {
      display: block; } }

.profile__name {
  font-size: 2.2rem;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .profile__name {
      font-size: 3.2rem; } }

.profile__prof {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    .profile__prof {
      display: none; } }
  .profile__prof--mobile {
    display: none;
    margin: 1rem 0 0 0; }
    @media screen and (max-width: 991px) {
      .profile__prof--mobile {
        display: block;
        line-height: 2rem; } }

.profile__text {
  padding: 1.7rem 0;
  margin: 1.7rem 0;
  font-size: 1.1rem;
  text-align: center;
  border-top: 1px solid #6e2f84;
  border-bottom: 1px solid #6e2f84; }
  @media screen and (max-width: 991px) {
    .profile__text {
      display: none; } }

.social {
  display: flex;
  justify-content: center; }

.social_icon {
  height: 30px;
  margin: 0 .75rem; }

.map {
  width: 100%; }

.cnt {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: top;
  padding: .7em 1.5em;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1rem;
  border-radius: 3em;
  color: #fff;
  background: #D3E3FC;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .2s linear; }
  .cnt--red {
    background-color: #ED3024; }
    .cnt--red:hover {
      background-color: #b6190f; }
  .cnt--blue {
    background-color: #6e2f84; }
    .cnt--blue:hover {
      background-color: #22268b; }
  .cnt a {
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500; }

.service_btn {
  display: inline-block;
  margin-bottom: 3rem;
  justify-content: space-between; }

.burger {
  display: none;
  width: 3rem;
  height: 2rem;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%); }
  .burger:before, .burger:after,
  .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0; }
  .burger:before, .burger:after {
    content: "";
    transition: transform .2s linear; }
  .burger:before {
    top: 0; }
  .burger:after {
    bottom: 0; }
  .burger span {
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s linear; }
  .show-sidebar .burger span {
    opacity: 0; }
  .show-sidebar .burger:before, .show-sidebar .burger:after {
    top: 50%; }
  .show-sidebar .burger:before {
    transform: rotate(45deg); }
  .show-sidebar .burger:after {
    transform: rotate(-45deg); }
  @media screen and (max-width: 991px) {
    .burger {
      display: block; } }

table {
  margin-top: 1rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: hide;
  font-size: 1.4rem;
  line-height: 1.6rem; }
  @media screen and (max-width: 991px) {
    table {
      font-size: 1rem;
      line-height: 1.2rem; } }

td {
  color: black;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #F4EEE8;
  transition: all 0.5s linear; }

.first {
  text-align: left;
  color: #3D3511;
  font-weight: bold; }

th {
  padding: 10px 20px;
  color: #3D3511;
  border-bottom: 1px solid #F4EEE8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

td:nth-child(even) {
  background: #F6D27E; }

td:nth-child(odd) {
  background: #D1C7BF; }

th:nth-child(even) {
  background: #F6D27E; }

th:nth-child(odd) {
  background: #D1C7BF; }

.round-top {
  text-align: left;
  color: #3D3511;
  font-weight: bold;
  border-top-left-radius: 5px; }

.round-bottom {
  border-bottom-left-radius: 5px; }

tr:hover td {
  background: #D1C7BF;
  font-weight: bold; }
