/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 800;
  src: local("ProximaNova-Extrabld"), local("Proxima Nova Extrabld"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 900;
  src: local("ProximaNova-Black"), local("Proxima Nova Black"), url("../fonts/ProximaNova-Black.woff2") format("woff2");
  font-display: swap; }

/*  */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  min-width: 1180px;
  box-sizing: border-box;
  background-color: #ff7c00; }

body {
  position: relative;
  margin: 0;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.button-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 50px;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background-color: #0278FF;
  border: none;
  border-radius: 3px;
  transition: 0.2s; }
  .button-blue:hover {
    background-color: #3191ff; }

.main-content {
  position: relative; }
  .main-content:before, .main-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1196.47px;
    height: 739.11px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(79, 170, 167, 0.5) 0%, rgba(253, 66, 25, 0.5) 52.09%, rgba(253, 113, 25, 0) 100%);
    filter: blur(300px);
    background-size: contain;
    background-position: center;
    z-index: -1; }
  .main-content:after {
    right: 0;
    left: auto;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 54, 29, 0.5) 0%, rgba(253, 66, 25, 0.5) 52.09%, rgba(253, 113, 25, 0) 100%); }

.btn-access {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 63px;
  padding: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #FD4219 11.79%, #CD2500 80.18%);
  border: 0;
  border-radius: 113px; }

.tns-ovh {
  overflow: inherit; }

.page-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  min-height: 36px;
  border-bottom: 1px solid #D8D8D8;
  background-color: #ffffff;
  line-height: 0; }

.page-header__top-logo {
  width: 170px;
  height: 14px;
  object-fit: contain;
  padding-left: 18px; }

.header__signin {
  line-height: 0; }

.main-navigation {
  display: flex;
  align-items: center;
  margin-top: 44px; }

.main-navigation__logo-link {
  display: inline-block;
  align-self: flex-start; }

.main-navigation__logo {
  width: 123px;
  height: 61px; }

.site-navigation {
  display: flex;
  width: 606px;
  justify-content: space-between;
  margin-left: 157px; }

.site-navigation__link {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s; }
  .site-navigation__link:hover {
    color: #F1361D; }

.main-navigation__info {
  margin-left: auto;
  font-size: 40px;
  font-weight: 800;
  margin-top: 20px; }

.promo {
  position: relative;
  padding-top: 83px;
  color: #ffffff;
  overflow: hidden; }

.promo__wrapper {
  position: relative; }

.promo__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1; }

.previous,
.next {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: 0.3s; }
  .previous:hover,
  .next:hover {
    background-color: #FE0000; }

.previous {
  left: -35px;
  background: #ffffff url("../img/icon/icon-arrow-prev.svg") no-repeat center; }
  .previous:hover {
    background-image: url("../img/icon/icon-arrow-prev--w.svg"); }

.next {
  right: -35px;
  background: #ffffff url("../img/icon/icon-arrow-next.svg") no-repeat center; }
  .next:hover {
    background-image: url("../img/icon/icon-arrow-next--w.svg"); }

.promo-slider__item {
  width: 1180px;
  height: 619px;
  border-radius: 20px;
  overflow: hidden; }

.promo-slider__link {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 120px 30px 94px 74px;
  color: #ffffff;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
  border-radius: 20px; }
  .promo-slider__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.33deg, rgba(0, 0, 0, 0.64) 44.83%, rgba(0, 0, 0, 0) 95.05%);
    z-index: -1; }

.promo-slider__mov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover; }

.promo-slider__title {
  margin: 0;
  font-size: 90px;
  line-height: 96px; }

.promo-slider__description {
  margin: 0;
  margin-top: 23px;
  font-size: 28px; }

.promo-slider__btn {
  margin-top: auto; }

.promo-slider__note {
  margin: 0;
  margin-top: auto;
  font-size: 24px; }

.adver {
  margin-top: 66px; }

.adver__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 38px 77px 35px 51px;
  background: linear-gradient(258.21deg, #FF6C01 0%, #F1361D 50.01%);
  border-radius: 10px; }

.adver__logo {
  width: 530px; }

.adver__content {
  width: 435px; }

.adver__desc {
  font-size: 18px;
  line-height: 28px; }

.adver__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 46px;
  margin-top: auto;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  background: #ffffff;
  border: 0;
  border-radius: 113px; }

.top {
  margin-top: 91px;
  overflow: hidden; }

.top__title {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase; }
  .top__title span {
    color: #F1361D; }

.top__description {
  margin: 0;
  margin-top: 10px;
  font-size: 27px; }

.top__slider-wrapper {
  position: relative;
  margin-top: 40px; }

.top__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1; }

.top-slider__item {
  padding-top: 20px; }

.top-slider__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 580px;
  min-height: 307px;
  padding: 82px 200px 43px 42px;
  color: #ffffff;
  background: url("../img/bg-news-top.png"), linear-gradient(264.67deg, #E53021 38.4%, rgba(242, 13, 20, 0.7) 83.56%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: 0; }
  .top-slider__link--red {
    background: url("../img/logo/logo-fss-fill.svg") no-repeat center right, linear-gradient(278.11deg, #DD281D 14.25%, #FDAB9A 135.67%); }
  .top-slider__link--purple {
    background: linear-gradient(166.53deg, #68C0F2 -10.47%, #AF23D2 90.34%);
}
      .top-slider__link--blue {
    background: url("../img/logo/vshfd.svg") no-repeat center right, #3561A4; }
  .top-slider__link--green {
    background: url("../img/icon/icon-excel.svg") no-repeat 95% center, linear-gradient(166.53deg, #54A97C -10.47%, #227145 73%); }
  .top-slider__link--gray {
    background: url("../img/icon/icon-certificate.png") no-repeat right center, linear-gradient(278.3deg, #474D5E -4.32%, #616C8D 135.47%); }

.top-slider__title {
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700; }

.top-slider__description {
  margin: 0;
  width: 320px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 29px; }

.top-slider__pic {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 270px;
  height: 334;
  object-fit: contain;
  z-index: -1; }

.top__access-link {
  margin: 40px auto 0; }

.theme {
  margin-top: 100px;
  overflow: hidden; }

.theme__title {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase; }
  .theme__title span {
    color: #F1361D; }

.theme__description {
  margin: 0;
  margin-top: 10px;
  font-size: 27px; }

.theme__control-buttons {
  margin-top: 38px; }

.theme-control {
  display: flex;
  justify-content: space-between;
  width: 1080px; }

.theme-control__item {
  width: 180px; }

.theme-control__button {
  width: 100%;
  height: 36px;
  font-family: inherit;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.3s; }
  .theme-control__button:hover {
    background-color: #F1361D;
    color: #ffffff; }
  .theme-control__button--psychology {
    width: 280px; }

.theme__slider-wrapper {
  position: relative;
  margin-top: 91px; }

.theme__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1; }

.theme-slider__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  min-height: 382px;
  padding: 20px 11px 26px 20px;
  color: #ffffff;
  background: url("../img/logo/logo-bss-fill--m.svg") no-repeat center right, linear-gradient(278.11deg, #DD281D 14.25%, #FF8383 135.67%);
  background-size: contain;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden; }

.slider-tag {
  display: flex; }

.slider-tag__title,
.slider-tag__date {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  padding: 0 5px;
  font-size: 14px;
  border-radius: 15px; }

.slider-tag__title {
  background-color: #FD4219; }

.slider-tag__date {
  margin-left: 7px;
  background-color: #ffffff;
  color: #000000; }

.theme-slider__title {
  margin: 0;
  margin-top: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px; }

.theme-slider__poster {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.theme__access-link {
  margin: 40px auto 0; }

.instructions {
  margin-top: 100px; }

.instructions__title {
  width: 900px;
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase; }
  .instructions__title span {
    color: #F1361D; }

.instructions__description {
  margin: 0;
  margin-top: 10px;
  font-size: 27px; }

.decision {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 58px; }

.decision__elem {
  background: linear-gradient(110.31deg, #CA346A 5.36%, #CF5916 100.58%);
  border-radius: 10px; }
  .decision__elem:nth-child(2) {
    background: linear-gradient(110.31deg, #7134C0 5.36%, #DD281D 100.58%); }
  .decision__elem:nth-child(3) {
    background: linear-gradient(257.43deg, #4C50AB 1.07%, #D32A2D 95.8%); }
  .decision__elem:nth-child(4) {
    background: linear-gradient(174.1deg, #CF5325 -5.87%, #7749F4 112.53%); }
  .decision__elem:nth-child(5) {
    background: linear-gradient(110.65deg, #CB2B39 24.06%, #353DC9 87.74%); }
  .decision__elem:nth-child(6) {
    background: linear-gradient(110.31deg, #343ACA 5.36%, #4FAAA7 100.58%); }

.decision__link {
  min-height: 168px;
  padding: 19px 38px 0 40px;
  display: flex;
  flex-direction: column;
  color: #ffffff; }

.decision__title {
  width: 300px;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px; }

.decisions__access-link {
  margin: 40px auto 0; }

.experts {
  margin-top: 100px;
  overflow: hidden; }

.experts__title {
  width: 920px;
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase; }
  .experts__title span {
    color: #F1361D; }

.experts__description {
  margin: 0;
  margin-top: 10px;
  font-size: 27px; }

.experts__slider-wrapper {
  position: relative;
  margin-top: 57px; }

.experts__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1; }

.lecture__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  min-height: 386px;
  padding: 25px 11px 20px 15px;
  color: #ffffff;
  background-color: #F1361D;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden; }
  .lecture__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 254px;
    background: linear-gradient(179.38deg, rgba(241, 54, 29, 0) 37.47%, #FF5B00 71.95%);
    z-index: -2; }
  .lecture__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 254px;
    background: linear-gradient(180deg, rgba(241, 54, 29, 0) 55.31%, #FF5B00 100%);
    z-index: -1; }

.lecture__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px; }

.lecture__author {
  margin: auto 0 0 0;
  font-size: 20px;
  font-weight: 700; }

.lecture__about {
  margin: 0;
  font-size: 13px;
  line-height: 17px; }

.lecture__pic {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 220px;
  object-fit: contain;
  z-index: -3; }

.experts__access-link {
  margin: 40px auto 0; }

.podcasts {
  margin-top: 100px; }

.podcasts__title {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase; }
  .podcasts__title span {
    color: #F1361D; }

.podcasts__description {
  margin: 0;
  margin-top: 10px;
  font-size: 27px; }

.podcast {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 58px; }

.podcast__elem {
  position: relative;
  background: linear-gradient(141.87deg, #00E0FF 1.18%, #5C23D1 102.72%);
  border-radius: 10px; }
  .podcast__elem:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 93px;
    background: url("../img/icon/icon-mic.svg") no-repeat center;
    background-size: contain; }
  .podcast__elem:nth-child(2) {
    background: linear-gradient(141.87deg, #7E5FF7 1.18%, #237DD1 102.72%); }
  .podcast__elem:nth-child(3) {
    background: linear-gradient(141.87deg, #5FC0F7 1.18%, #CE23D1 102.72%); }
  .podcast__elem:nth-child(4) {
    background: linear-gradient(141.87deg, #5FC0F7 1.18%, #CE23D1 102.72%); }

.podcast__link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 150px 20px 26px;
  color: #ffffff; }

.podcast__title {
  width: 240px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }

.podcasts__access-link {
  margin: 40px auto 0; }

.ticket {
  margin-top: 111px;
  margin-bottom: 172px;
  background: url("../img/ticket-bg.png") no-repeat 45% center;
  background-size: cover;
  height: 387px; }

.ticket__wrapper {
  display: flex; }

.ticket__content {
  width: 562px;
  margin-top: 89px; }
  .ticket__content .logo {
    width: 560px;
    height: 132px;
    object-fit: contain; }

.ticket__desc {
  font-size: 20px;
  line-height: 34px;
  color: #000000; }

.ticket__form-wrapper {
  width: 412px;
  margin-top: 28px;
  margin-right: 20px;
  margin-left: auto;
  background-size: cover; }

.ticket__form-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  text-align: center; }

.ticket__form-label {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .ticket__form-label:last-of-type {
    margin-bottom: 0; }

.ticket__form-input {
  width: 100%;
  height: 40px;
  padding: 0 11px 0 12px;
  font-family: inherit;
  font-size: 14px;
  color: #979797;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  transition: 0.3s;
  outline: none; }
  .ticket__form-input:focus, .ticket__form-input:active {
    border: 1px solid gray; }
  .ticket__form-input::placeholder {
    color: #979797; }

.ticket__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-top: 20px;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  color: #ffffff;
  background: #027CFF;
  border: 0;
  border-radius: 113px;
  outline: none;
  cursor: pointer; }

.ticket__permission {
  display: inline-block;
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px; }

.crmresult {
  display: none;
  font-size: 45px;
  font-weight: 700;
  line-height: 117%; }

.footer {
  color: #ffffff; }

.footer__wrapper {
  display: flex;
  align-items: flex-end;
  padding: 56px 0 80px 0;
  line-height: 16px;
  border-top: 1px solid #FFFFFF; }

.footer__copyright {
  margin: 0;
  font-size: 13px; }

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #ffffff;
  text-decoration: underline; }

.footer__policy {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #ffffff; }

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px; }

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff; }

.footer__logo-link {
  display: flex;
  margin-left: auto; }

.footer__logo {
  width: 175px; }
