@font-face {
  font-family: "Artifakt Element Regular";
  src: url("../fonts/Artifakt Element Regular.woff2") format("woff2"),
    url("../fonts/Artifakt Element Regular.woff") format("woff");
}

@font-face {
  font-family: "Artifakt Element Light";
  src: url("../fonts/Artifakt Element Light.woff2") format("woff2"),
    url("../fonts/Artifakt Element Light.woff") format("woff");
}

@font-face {
  font-family: "Artifakt Element Thin";
  src: url("../fonts/Artifakt Element Thin.woff2") format("woff2"),
    url("../fonts/Artifakt Element Thin.woff") format("woff");
}

body {
  font-family: "Artifakt Element Regular", arial, sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.title-block .container {
  color: #fff;
}

/* .contacts {
  background-color: #2a2a2a;
} */

.contacts .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d8e0f3;
  padding: 15px;
}

.contacts .container a {
  color: #d8e0f3;
  font-size: 16px;
  /* padding: 15px 0; */
}

.logos {
  background-color: #fff;
}

.logos .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.logos img:first-child {
  width: 225px;
}

.logos img:nth-child(2) {
  width: 210px;
}

.title-block {
  background: url("../img/bg_test2.jpg") no-repeat center center / cover;
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.blur {
  color: black;
  padding: 90px 0;
  position: relative;
  /* background-color: #0000006e; */
}

.blur::before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #000000d4; */
  /* background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 0.01)); */
}

.blur .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1170px) {
  .blur {
    padding: 90px 0;
    background-color: #0000005e;
  }

  .blur::before {
    display: none;
    /* background-color: #000000d4; */
  }

  .title-block h1,
  .title-block p {
    color: white !important;
  }
}

@media (max-width: 992px) {
  .blur::before {
    width: 100%;
    background-image: none;
    background-color: #00000057;
  }

  .title-block {
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .main-block__title {
    max-width: 100% !important;
  }

  .main-block {
    background-image: url('../img/bg-mobile.png') !important;
  }

  .content-menu .container {
    flex-direction: row !important;
  }
}

.title-block p {
  color: black;
  font-family: "Artifakt Element Thin", arial, sans-serif;
  margin: 0;
}

.title-block h1 {
  font-size: 40px;
  color: black;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.title-block h1,
.title-block p {
  max-width: 550px;
}

main hr.solid {
  border: 1px solid #000;
  margin: 30px 0 50px;
}

.left-block {
  font-size: 22px;
  width: 60%;
  padding-right: 50px;
}

/* .left-block>p {
text-align: justify;
} */

.right-block {
  width: 40%;
}


.main-block__title,
.main-block__text {
  color: white;
}

h1.main-block__title {
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

h2.main-block__title {
  font-weight: 700;
}

.main-block__address {
  color: yellow;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.main-block__content img {
  margin-bottom: 50px;
}

main .container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

main {
  padding: 40px 0 60px;
}

.form {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  text-align: left;
}

.form label:not(.form-check-label) {
  font-size: 12px;
  font-weight: 600;
  color: #3f485d;
  margin-bottom: 15px;
}

.form input:not(.button),
.form select {
  max-width: 100%;
  padding-left: 25px;
  height: 48px;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}

.form input::placeholder {
  color: #827c75;
}

.form-check {
  display: flex;
  align-items: flex-start;
}

.form input.form-check-input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.form-check-label {
  font-size: 16px;
  color: #808080;
  margin: 0;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 16px 30px;
  margin-top: 20px;
}

select {
  color: #2a2a2a;
}

.speaker-block {
  border-top: 1px solid #d8d8d8;
  margin-top: 40px;
}

.speaker-title {
  font-size: 22px;
  font-weight: 700;
}

.speaker-block img {
  width: 175px;
  margin-right: 20px;
}

.speaker-body {
  display: flex;
  align-items: center;
}

.speaker-body p {
  margin: 0;
}

.speaker-body p.speaker-position {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}

.footer-top {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logos {
  display: flex;
  align-items: center;
  /* width: 50%; */
}

.footer-logos img:first-child {
  width: 184px;
  margin-right: 20px;
}

.footer-logos img:nth-child(2) {
  width: 178px;
}

.footer-contacts {
  width: 45%;
}

.footer-top p {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px;
}

.footer-top a {
  color: #3f485d;
}

.footer-bottom {
  background-color: #2a2a2a;
  color: #fff;
  padding: 30px 0;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 12px;
}

.footer-bottom a {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}

.footer-bottom a:last-of-type {
  margin-right: 0px;
}

.programs-item:last-child {
  margin-bottom: 0;
}

.registrations::before {
  display: none;
}

.content-menu {
  width: 100%;
  color: black;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(226, 226, 226);
}

.content-menu .container {
  padding: 20px 15px 0px 15px !important;
  justify-content: flex-start !important;
  border-top: 0 !important;
}

.content-menu-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
}

.content-menu-item {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  padding: 10px 20px 20px 20px;
}

.content-menu-item:first-child {
  padding-left: 0;
}

.content-menu-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #000000;
  transition: all 0.2s linear;
}

.content-menu-item.content-menu-item-active::after {
  left: 0;
}

.what-is {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.what-is::before {
  display: none !important;
}

.main-block {
  padding: 70px 0px !important;
}

.main-block.thanks {
  padding: 160px 0px;
}

@media (max-width: 768px) {
  main .container {
    flex-direction: column;
  }

  .left-block,
  .right-block {
    width: 100%;
    padding-right: 0;
  }

  .right-block {
    margin-top: 40px;
  }

  .logos img:first-child {
    width: 170px;
  }

  .logos img:nth-child(2) {
    width: 165px;
  }

  .footer-logos img:first-child {
    width: 148px;
  }

  .footer-logos img:nth-child(2) {
    width: 140px;
  }
}

@media (max-width: 685px) {
  .footer-contacts {
    width: 30%;
  }
}

@media (max-width: 588px) {
  .contacts .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 530px) {
  .footer-top .container {
    flex-direction: column;
  }

  .footer-contacts {
    width: 100%;
    margin-top: 20px;
  }

  .footer-logos {
    justify-content: space-between;
    width: 100%;
  }

  .contacts .container>a {
    margin-bottom: 20px;
  }
}