* {
  box-sizing: border-box;
}
.btn--orange {
  background: #0357d5 !important;
}
a,
a:active,
a:hover,
a:visited {
  color: #0357d5;
}
.btn--orange {
  color: #fff !important;
  text-decoration: none !important;
  transition: 0.3s;
}
.btn--orange:hover {
  opacity: 0.75;
}
.btn--orange:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.btn {
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 8px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  height: 100%;
}
h1 {
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  font-family: robotoslab, sans-serif;
  margin: 0;
  padding: 0;
  color: #242424;
}

img {
  width: 100%;
  height: auto;
}
h1,
h2 {
  font-family:
    barlow semi condensed,
    sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 28px;
}
h2 {
  position: relative;
  font-size: 26px;
  color: #242424;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
a,
a:active,
a:hover,
a:visited {
  color: #1ea7fc;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.btn {
  display: block;
  text-transform: uppercase;
  background: 0 0;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 900;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  margin: 40px auto 60px;
  text-align: center;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}
.header {
  background-image: url("/img/header_bg.webp");
  background-size: cover;
}
.header__disclaimer {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 0.8em;
}
.header__bg {
  background: rgba(0, 0, 0, 0.7);
}
.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
}
.header__body {
  padding: 30px 0;
}
.header__category {
  color: #0357d5;
  padding: 14px;
  line-height: 0;
  background: #242424;
  display: inline-block;
  font-size: 16px;
}
.header h1 {
  color: #fff;
}
.logo {
  font-family: sansita, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo__img {
  width: 38px;
  height: auto;
  margin-right: 10px;
}
.details {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0 20px;
  position: relative;
}
.details__item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  padding: 0 0 0 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  list-style: none;
}
.details__item.category {
  background-image: url("/img/22567df34510b386705d1ada445177579bafa845.webp");
}
.details__item.date {
  background-image: url("/img/1a40f49499a08becc5594011f87e41f7c8a1f454.webp");
}
.details__item.views {
  background-image: url("/img/602c085a4a9e74f7a5c2182071232203a6055ece.webp");
}
.details__item.discuss {
  background-image: url("/img/dee0bd2a179506098e5e8f842a0d5e120cfc55dc.webp");
}
.menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 60px;
  z-index: 2;
}
.menu__list {
  padding: 0;
}
.menu__item {
  font-family:
    barlow semi condensed,
    sans-serif;
  font-size: 16px;
  text-align: center;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.menu__item:last-child {
  margin-bottom: 20px;
}
.menu__item a {
  color: #fff;
  letter-spacing: 2px;
}
.menu__item a:hover {
  text-decoration: none;
}
.menu__burger {
  position: relative;
  width: 22px;
  padding: 8px 6px 4px;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.menu__burger:hover {
  background: #0357d5;
  cursor: pointer;
}
.menu ul {
  margin: 0;
}
.content {
  padding: 30px 0;
}
.content__pic {
  background: #2a2a2a;
  color: #fff;
  padding: 12px;
}
.fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fly__link {
  position: fixed;
  bottom: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fly__link a {
  color: #fff;
  font-weight: 700;
}
.fly__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0357d5;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 1.4;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  will-change: transform;
  padding: 12px 30px;
}
.fly__button:hover {
  background: #d58c03;
  -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.fly__button:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.pulse {
  position: relative;
}
.pulse:after,
.pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.pulse:before {
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}
.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}
.pulse:hover:after,
.pulse:hover:before {
  display: none;
}
.interview {
  padding: 30px 0;
  background: #f8f8f8;
}
.footer {
  background: url("/img/52531e78e002ceae2baf801a408616f7cae31c98.webp")
    no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}
.footer__wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0 140px;
}
.footer__text {
  padding-bottom: 20px;
}
body {
  height: 100vh;
}
@media (min-width: 460px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  p {
    font-size: 20px;
  }
  .btn {
    font-size: 22px;
  }
  .footer__wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 32px;
  }
  a.middle {
    position: relative;
  }
  a.middle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0357d5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.middle:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  ul {
    font-size: 18px;
  }
  .btn {
    font-size: 28px;
  }
  .container {
    padding: 0 20px;
  }
  .header__body {
    padding: 90px 0 60px;
  }
  .header__category {
    font-size: 18px;
    padding: 20px;
  }
  .menu {
    display: block;
    position: relative;
    background: 0 0;
    top: 0;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu__item {
    font-size: 14px;
    background: 0 0;
    position: relative;
    margin-bottom: 0;
    padding: 0 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu__item a {
    padding: 13px 0;
  }
  .menu__item:last-child {
    margin-bottom: unset;
    padding-right: 0;
  }
  .content {
    padding: 30px 0 60px;
  }
  .content__pic {
    padding: 20px;
  }
  .interview {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  .menu__item {
    font-size: 18px;
    padding: 0 9px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
}
.content__pic {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .content__pic {
    max-width: none;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
a.reg-btn {
  width: 100%;
  background-color: #b0e226;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
  animation: puls 1.5s infinite;
}
a.reg-btn:hover {
  text-decoration: none;
  background-color: #97c222;
}
@keyframes puls {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
