@charset "UTF-8";

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: auto;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Golos";
  font-display: swap;
  src: url("/templates/week/fonts/GolosText-Regular.woff") format("woff"), url("/templates/week/fonts/GolosText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  font-display: swap;
  src: url("/templates/week/fonts/GolosText-Medium.woff") format("woff"), url("/templates/week/fonts/GolosText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Object Sans";
  font-display: swap;
  src: url("/templates/week/fonts/ObjectSans-Regular.woff") format("woff"), url("/templates/week/fonts/ObjectSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Object Sans";
  font-display: swap;
  src: url("/templates/week/fonts/ObjectSans-Medium.woff") format("woff"), url("/templates/week/fonts/ObjectSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1434px;
  margin: 0 auto;
  padding: 0 34px;
}

.wrapper {
  background: #F0EEEA;
}

.main {
  position: relative;
}

.video {
  margin-top: 24px;
  margin-bottom: 24px;
}

.video__link {
  display: inline-block;
}

.video__link a {
  font-family: Golos;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  display: block;
  padding-left: 32px;
}

.video__link a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/templates/week/images/product/arrow.png");
  left: 0;
  top: 0;
}

.video__button {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__button a {
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid #000;
  border-bottom: 12px solid transparent;
}

.video__item {
  margin: 0 auto;
  background-color: #0D4FDC;
  background-image: url("/templates/week/images/webinarRun/Component1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 204px 20px 203px;
  margin-bottom: 32px;
  width: 100%;
}

.video__wrapper {
  display: flex;
  margin: 0 auto;
}

.video__bottom {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.video__partners {
  display: flex;
  padding-right: 24px;
  position: relative;
  align-items: center;
}

.video__partners:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #BFBFBF;
  top: 35%;
}

.video__text {
  max-width: 213px;
  margin-left: 12px;
}

.video__text p {
  font-family: Golos;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}

.video__date {
  padding-left: 26px;
  margin-left: 24px;
  position: relative;
}

.video__date:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("/templates/week/images/webinarRun/Сalendar20.png");
  width: 20px;
  height: 20px;
}

.video__date p {
  font-family: Golos;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}

.video__time {
  padding-left: 26px;
  margin-left: 24px;
  position: relative;
}

.video__time:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("/templates/week/images/webinarRun/Clock20.png");
  width: 20px;
  height: 20px;
}

.video__time span {
  width: 4px;
  height: 4px;
  display: block;
  margin: auto 6px;
  background: #000000;
}

.video__time p {
  display: flex;
  font-family: Golos;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}

.video__container {
  margin: 0 auto;
  max-width: 848px;
}

.info {
  margin-bottom: 60px;
}

.info__inner {
  max-width: 848px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.info__title {
  margin-bottom: 24px;
}

.info__title p {
  font-family: Object Sans;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000000;
}

.info__text {
  margin-bottom: 16px;
}

.info__text p {
  font-family: Golos;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.info__text li {
  font-family: Golos;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.info__text ul {
  margin-top: 16px;
}

.info__text ol {
  margin-top: 16px;
}

.info__text ._optionalText {
  display: none;
}

.info__link {
  align-self: flex-start;
  cursor: pointer;
}

.info__link a {
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: block;
  padding-bottom: 2px;
  border-bottom: 2px solid #000000;
}

.speakers {
  margin-bottom: 120px;
}

.speakers__inner {
  max-width: 848px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.speakers__title {
  margin-bottom: 8px;
}

.speakers__title p {
  font-family: Golos;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.speakers__text p {
  font-family: Golos;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 880px) {
  .video__partners {
    padding-right: 12px;
  }

  .video__date {
    margin-left: 12px;
  }

  .video__time {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 1023px;
    padding: 0;
  }

  .main {
    margin: 0 16px;
  }

  .video__button {
    width: 60px;
    height: 60px;
  }

  .video__item {
    background-position: 100% 100%;
    background-image: url("/templates/week/images/webinarRun/Component2.png");
    background-size: contain;
    padding: 65px 20px;
  }

  .video__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .video__partners {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(12, 12, 13, 0.15);
  }

  .video__partners:after {
    display: none;
  }

  .video__date {
    margin-top: 16px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .video__time {
    width: 100%;
    margin-left: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(12, 12, 13, 0.15);
  }

  .info {
    margin-bottom: 40px;
  }

  .info__title {
    margin-bottom: 12px;
  }

  .info__title p {
    font-size: 24px;
    line-height: 130%;
  }

  .info__link a {
    font-size: 16px;
    line-height: 24px;
  }

  .speakers__title p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .video__item {
    background-size: cover;
  }
}

@supports (-webkit-appearance: none) {
  .video__link a:before {
    background-image: url("/templates/week/images/product/arrow.webp");
  }

  .video__item {
    background-image: url("/templates/week/images/webinarRun/Component1.webp");
  }

  .video__date:before {
    background-image: url("/templates/week/images/webinarRun/Сalendar20.webp");
  }

  .video__time:before {
    background-image: url("/templates/week/images/webinarRun/Clock20.webp");
  }
}

@media (max-width: 767px) {
@supports (-webkit-appearance: none) {
    .video__item {
      background-image: url("/templates/week/images/webinarRun/Component2.webp");
    }
}
}

