body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 19px;
  line-height: 1.5;
  font-family: sans-serif;
  background: #f2f0ec;
}
a {
  color: inherit;
  text-decoration: none;
}
.link {
  color: #0097dd;
  font-weight: 700;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px 60px;
  background: #fff;
}
figure {
  max-width: 550px;
  margin: 0 auto 20px;
  text-align: center;
}
figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
figcaption {
  font-style: italic;
  margin-top: 10px;
  font-size: 17px;
}
h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.red {
  color: #8e0000;
}
.gray {
  color: rgba(0, 0, 0, 0.4);
}
.center {
  text-align: center;
}
.yellow-bg {
  background: #fff2cc;
  padding: 15px;
  margin-bottom: 20px;
  color: #ff0000;
}
.table {
  border: 1px solid #000;
}
.table__row {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.table__row + .table__row {
  border-top: 1px solid #000;
}
.table__row span {
  padding: 10px;
}
.table__row span:first-child {
  border-right: 1px solid #000;
  text-align: center;
}
.hide-img {
  max-width: 400px;
  cursor: pointer;
}
.show-img {
  display: none;
  cursor: pointer;
}

.main p {
  margin-bottom: 20px;
}
.list {
  margin-bottom: 20px;
}
.comments {
  margin-top: 50px;
}
.comment-item {
  display: grid;
  grid-template-columns: 50px auto;
  grid-column-gap: 15px;
  margin-bottom: 35px;
}
.comment-item p {
  margin-bottom: 10px;
}
.comment-item .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-item .info .name {
  display: block;
  margin-bottom: 5px;
}
.comment-item .info img {
  width: 100%;
  max-width: 400px;
}
.red-btn {
  background: #8e0000;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  padding: 12px 20px;
  display: block;
  max-width: 600px;
  margin: 50px auto 0;
  text-align: center;
  font-family: sans-serif;
}
.sidebar {
  font-size: 17px;
  font-weight: 700;
}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar p {
  font-size: 20px;
}
.sidebar .list1 {
  margin-bottom: 30px;
}
.sidebar .list1 li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.sidebar .list1 li img {
  display: block;
  margin-right: 10px;
}
.sidebar .list2 li {
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.sidebar .list2 li img {
  margin-bottom: 5px;
}
.footer {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1;
  background: #000;
  color: #fff;
}
.footer-container {
  background: #191919;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 15px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 12px;
}
.footer .footer-menu {
  padding: 25px 0;
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer ul li {
  margin: 0 15px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1100px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .main-columns {
    display: block;
  }
  h1,
  h2 {
    font-size: 23px;
  }
  .footer ul {
    flex-wrap: wrap;
  }
  .footer .footer-menu li {
    margin: 8px 10px;
  }
  .footer .footer-menu {
    padding: 15px 0;
  }
}
@media (max-width: 700px) {
  .table__row {
    grid-template-columns: 80px 1fr;
  }
}
.main,
.sidebar {
  margin-top: 60px;
}

select {
  appearance: none;
}

.list1 img {
  max-width: 50px;
  margin-right: 10px !important;
}

.Header {
  background-color: rgb(38, 38, 38);
}

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

.Header .container {
  background-color: transparent;
  padding-bottom: 0;
}

.Header__body {
  position: relative;
  height: 45px;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}

.logo {
  display: block;
  margin-top: 10px;
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.Header-center {
  height: 100%;
  display: none;
}

.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}

.Menu {
  display: none;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  transition: color 0.15s ease-out 0s;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.Menu-link {
  transition: color 0.15s ease-out 0s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  line-height: 45px;
  top: 1px;
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: sans-serif;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (min-width: 64em) {
  .Header {
    padding: 0px 15px;
  }
  .Header-meduzaLogo {
    position: static;
  }
  .Header-center {
    display: flex;
    flex-grow: 2;
  }
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgb(38, 38, 38);
    display: flex;
    justify-content: center;
  }
  .Menu-item {
    padding: 0px 15px;
    border-bottom: 0px none;
  }
}

@media only screen and (max-width: 64em) {
  .Header-right {
    justify-content: center;
  }
}

.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.Header-mob {
  display: none;
  color: white;
}

@media (max-width: 1022px) {
  .Header-mob {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .Header-mob__logo {
    width: 170px;
  }

  .Header__body {
    justify-content: center;
    align-items: center;
  }
}
.violet {
    color: #0e0097 !important;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}