@import "../fonts/TildaSans-Black/TildaSans-Black.css";
@import "../fonts/TildaSans-Regular/TildaSans-Regular.css";
@font-face {
  font-family: 'TildaSansSemibold';
  src: url('../fonts/TildaSansSemibold/TildaSans-Semibold.eot');
  src:
      url('../fonts/TildaSansSemibold/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TildaSansSemibold/TildaSans-Semibold.woff2') format('woff2'),
      url('../fonts/TildaSansSemibold/TildaSans-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222;
  background: #fff;
}

main {
  font-family: "Times New Roman", Times, serif;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  padding: 37px 130px;
  font-family: 'TildaSansSemibold', sans-serif;
}


.header a img {
  display: block;
  align-items: center;
}

.header-search {
  width: 200px;
}

.header-nav {
  padding: 0px 0 80px 0;
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.header-nav ul li {
  list-style: none;
  font-family: 'TildaSansSemibold', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 111%;
  letter-spacing: 0;
}

.header-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  font-family: 'TildaSansRegular', sans-serif;
}

.header-auth {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.header-auth a {
  font-weight: 600;
  font-size: 25px;
  line-height: 111%;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  padding: 7px 30px;
}

.header-auth a:first-child {
  background: rgba(0, 0, 0, 1);;
  color: #fff;
}

h1 {
  font-size: 40px;
  margin-bottom: 16px;
}

.share-block {
  font-family: "TildaSansRegular", Times, serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.share-block div {
  display: flex;
  gap: 55px;
}

main p {
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  letter-spacing: 0;
}

main h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  letter-spacing: 0;
  margin: 17px 0 7px 0;
}

main img {
  max-width: 100%;
  margin: 8px 0 13px 0;
}


main h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 111%;
  letter-spacing: 0;
}

.day-label {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-style: Italic;
  font-size: 30px;
  line-height: 111%;
  letter-spacing: 0;
}

.test-fragment {
  border-top: 1px solid rgba(180, 180, 180, 1);
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  font-weight: 400;
  font-style: Italic;
  font-size: 20px;
  line-height: 111%;
  letter-spacing: 0;
  padding: 10px 0;
  display: flex;
  gap: 15px;

  span {
    font-weight: 700;
    font-size: 45px;
    line-height: 111%;
  }
}


.start-guide {
  font-weight: 700;
  font-size: 20px;
  line-height: 107%;
  letter-spacing: 0;
}


.start-guide li {
  font-weight: 700;
  font-size: 20px;
  line-height: 107%;
  letter-spacing: 0;
  padding: 5px 0;
}

.register-for-free {
  font-family: 'TildaSansRegular', sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 111%;
  letter-spacing: 0;
  color: #fff;
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  padding: 13px 178px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.register-for-free:after {
  content: '';
  width: 41px;
  height: 109px;
  transform: rotate(30deg);
  opacity: 1;
  position: absolute;
  top: -23px;
  right: 50px;
  background: linear-gradient(181.65deg, rgba(95, 95, 95, 0.6) 1.4%, rgba(95, 95, 95, 0.3) 90%);
}

.more-from-bcc-item {
  display: flex;
  gap: 10px;
}

.more-from-bcc-img {
  min-width: 463px;
}

.more-from-bcc-img img {
  margin: 0;
}

.more-from-bcc-time {
  font-family: 'TildaSansRegular', sans-serif;
  width: 100px;
  min-width: 100px;
  color: rgba(114, 114, 114, 1);
  font-weight: 500;
  font-size: 22px;
  line-height: 111%;
  letter-spacing: 0;

}

.bcc-content-title {
  color: rgba(114, 114, 114, 1);
  border-bottom: 1px solid rgba(114, 114, 114, 1);
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 111%;
  letter-spacing: 0;
  font-family: 'TildaSansRegular', sans-serif;
  margin-left: 110px;
  margin-bottom: 30px;
}

.more-from-bcc-content h4  {
  margin: 0;
}

.more-from-bcc {
  font-family: 'TildaSansSemibold', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 111%;
  letter-spacing: 0;
  text-transform: uppercase;
  border-top: 4px solid rgba(0, 0, 0, 1);
  padding: 10px 0;
  margin-bottom: 10px;
}


footer {
  font-family: 'TildaSansRegular', sans-serif;
  border-top: 2px solid rgba(0, 0, 0, 1);
  padding: 40px 0;
  margin-top: 40px;
}

.footer-content {
  max-width: 1350px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  gap: 35px;
  margin: 0 0 40px 0;
  padding: 40px 0;
  border-bottom: 1px solid rgba(180, 180, 180, 1);
}

.footer-links li {
  list-style: none;
  font-family: 'TildaSansRegular', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 111.00000000000001%;
  letter-spacing: 0;
}

.footer-links li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}


.footer-sub-links {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}


.footer-sub-links li {
  list-style: none;
}

.footer-sub-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  letter-spacing: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.header-persone {
  display: none;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px;
  }

  .header-persone {
    display: block;
  }
  .header-auth {
    display: none;
  }

  .header-search {
    width: 50px;
  }
  .header a img {
    height: 42px;
  }
  .header-nav {
    display: none;
  }

  main {
    padding: 0 20px;
  }

  h1 {
    font-size: 30px;
  }

  main p {
    font-size: 18px;
  }

  main h2 {
    font-size: 30px;
  }

  .day-label {
    font-size: 25px;
  }

  .start-guide li {
    font-size: 18px;
  }

  .register-for-free {
    font-size: 22px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  main h4 {
    font-size: 25px;
  }

  .more-from-bcc-item {
    display: block;
  }

  .bcc-content-title {
    margin: 0;
    font-size: 14px;
  }

  .more-from-bcc-time {
    font-size: 14px;
  }

  .more-from-bcc {
    font-size: 18px;
  }

  .more-from-bcc-img {
    width: 100%;
    min-width: 100%;
  }

  footer {
    padding: 20px;
  }

  .footer-sub-links {
    flex-wrap: wrap;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 25px;
  }

  .footer-links li {
    width: 120px;
    font-size: 18px;
  }
}
