@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
.transition-03-eio {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-05-eio {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  line-height: 1.333em;
  font-size: 1.8rem;
  color: #303030;
}
body.noactive {
  height: 100vh;
  overflow: hidden;
}
.main {
  width: 100%;
  overflow: hidden;
  background: url('../images/bg.jpg') no-repeat bottom center #3b1151;
  background-attachment: fixed;
  padding: 165px 0 0;
  position: relative;
}
@media all and (max-width: 980px) {
  .main {
    padding: 100px 0 0;
  }
}
.main:before {
  content: '';
  display: block;
  width: 545px;
  height: 600px;
  background: url('../images/arrow.png') no-repeat 0 0;
  position: absolute;
  right: 50px;
  top: 165px;
  z-index: 0;
  opacity: 0.47;
}
@media all and (max-width: 980px) {
  .main:before {
    display: none;
  }
}
i,
em {
  font-style: italic;
}
a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  color: #2e1259;
}
.nl {
  width: 100%;
}
.link {
  text-decoration: underline;
  cursor: pointer;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sup.mini {
  top: -1em;
  font-size: 40%;
}
@media all and (max-width: 980px) {
  sup.mini {
    top: -0.5em;
    font-size: 75%;
  }
}
sub {
  bottom: -0.25em;
}
ul:not([class]) {
  padding: 0  ;
}
ul:not([class]) li {
  list-style-type: none;
  list-style-position: outside;
  padding: 0 0 10px 35px;
  position: relative;
}
ul:not([class]) li:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #d89c4a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
ol:not([class]) {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
}
ol:not([class]) li {
  padding: 10px 20px 10px 60px;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: inst;
  min-height: 60px;
}
ol:not([class]) li:before {
  content: counter(inst);
  display: flex;
  width: 40px;
  height: 40px;
  background: url('../images/decore.png') no-repeat center top;
  background-size: 100% auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 0;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.rel {
  position: relative;
  z-index: 1;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.tx-center {
  text-align: center;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-width {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
}
@media all and (max-width: 1080px) {
  .site-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .site-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.radius-50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.radius-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  background: #d89c4a;
  color: #2e1259;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  margin: 20px 20px 0 0;
  justify-content: center;
}
@media all and (max-width: 450px) {
  .btn {
    font-size: 1.4rem;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 18px;
  }
}
.btn-navy {
  color: #fff;
  background: #2e1259;
}
.btn.disabled {
  background: #d3d3d3;
  color: #75658e;
}
.nopadding {
  padding: 0 !important;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.heavy {
  font-weight: 800;
}
.blue {
  color: #1068ad;
}
.navy {
  color: #2e1259;
}
.red {
  color: #e20e31;
}
.uc {
  text-transform: uppercase;
}
.alert {
  color: #ec1a58;
}
.shadow {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .left {
  display: flex;
  align-items: center;
}
@media all and (max-width: 980px) {
  .header__logo {
    width: 180px;
  }
}
@media all and (max-width: 480px) {
  .header__logo {
    width: 150px;
  }
}
.header__stamp {
  margin: 0 0 0 20px;
}
@media all and (max-width: 980px) {
  .header__stamp {
    width: 70px;
  }
}
@media all and (max-width: 480px) {
  .header__stamp {
    width: 61px;
    margin: 0 0 0 10px;
  }
}
.header__wrapper {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
  height: 165px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .header__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .header__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 980px) {
  .header__wrapper {
    height: 100px;
  }
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 980px) {
  .header__menu {
    display: none;
  }
  .header__menu.open {
    display: block;
    padding-top: 5%;
    position: absolute;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    width: 100%;
    background: #2e1259;
  }
}
.header__menu__item {
  font-size: 1.8rem;
  line-height: 1em;
  display: block;
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
.header__menu__item.active {
  font-weight: 700;
}
@media all and (max-width: 980px) {
  .header__menu__item {
    margin: 0 0 15px;
    padding: 5px 0;
    border: 0;
    display: block;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    background: none !important;
  }
}
.header__menu__item:last-child {
  padding-right: 0;
  border: 0;
}
.header__btn {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media all and (max-width: 980px) {
  .header__btn {
    display: flex;
  }
}
.header__btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}
.section {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
}
@media all and (max-width: 1080px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-main {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.section-main.edu {
  background: url('../images/bg_index.png') no-repeat right top #f5f5f5;
}
.section__medal {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 90px;
  font-family: 'Saira', sans-serif;
  position: relative;
  font-size: 3.6rem;
  color: #fff;
  z-index: 0;
}
@media all and (max-width: 1080px) {
  .section__medal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .section__medal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1240px) {
  .section__medal {
    padding-top: 80px;
    padding-bottom: 90px;
    padding-right: 300px;
    font-size: 3rem;
  }
}
@media all and (max-width: 980px) {
  .section__medal {
    padding-top: 40px;
    padding-bottom: 120px;
    font-size: 2rem;
  }
}
@media all and (max-width: 550px) {
  .section__medal {
    padding-right: 150px;
  }
}
@media all and (max-width: 450px) {
  .section__medal {
    padding-right: 30px;
    padding-bottom: 200px;
  }
}
.section__medal .slogan {
  font-size: 8rem;
  line-height: 9rem;
  padding: 0 0 20px;
}
@media all and (max-width: 1240px) {
  .section__medal .slogan {
    font-size: 6rem;
    line-height: 7rem;
  }
}
@media all and (max-width: 980px) {
  .section__medal .slogan {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media all and (max-width: 450px) {
  .section__medal .slogan {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.section__medal .medal {
  position: absolute;
  left: 980px;
  bottom: 60px;
  bottom: 40px;
}
@media all and (max-width: 1240px) {
  .section__medal .medal {
    width: 400px;
    left: auto;
    right: -100px;
    bottom: 150px;
  }
}
@media all and (max-width: 980px) {
  .section__medal .medal {
    bottom: 50px;
  }
}
@media all and (max-width: 550px) {
  .section__medal .medal {
    right: -250px;
    bottom: 15px;
  }
}
@media all and (max-width: 450px) {
  .section__medal .medal {
    width: 300px;
    right: -150px;
  }
}
.hp h1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #2e1259;
  font-size: 7rem;
  line-height: 1.3em;
  padding: 0 0 20px;
}
@media all and (max-width: 980px) {
  .hp h1 {
    font-size: 4rem;
    line-height: 1.3em;
  }
}
@media all and (max-width: 780px) {
  .hp h1 {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 450px) {
  .hp h1 {
    font-size: 3rem;
  }
}
.hp h1 .small {
  font-size: 3rem;
  line-height: 1.3em;
  display: block;
}
@media all and (max-width: 980px) {
  .hp h1 .small {
    font-size: 3rem;
  }
}
@media all and (max-width: 780px) {
  .hp h1 .small {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 450px) {
  .hp h1 .small {
    font-size: 2.4rem;
  }
}
.hp h2 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #d89c4a;
  font-size: 2.4rem;
  padding: 0 0 25px;
}
@media all and (max-width: 780px) {
  .hp h2 {
    font-size: 2rem;
  }
}
.hp__start {
  display: flex;
  color: #2e1259;
  padding: 30px 0;
}
@media all and (max-width: 980px) {
  .hp__start {
    display: block;
    padding: 0;
  }
}
.hp__start .data {
  width: 415px;
  height: 370px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
@media all and (max-width: 980px) {
  .hp__start .data {
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: auto;
    background: none;
    padding: 0;
  }
}
.hp__start .name {
  font-size: 3rem;
  padding: 0 0 20px;
}
@media all and (max-width: 980px) {
  .hp__start .name {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 680px) {
  .hp__start .name {
    font-size: 2.8rem;
  }
}
.hp__start .desc {
  font-size: 1.8rem;
  line-height: 1.3em;
  padding: 0 0 20px;
  font-weight: 600;
}
@media all and (max-width: 980px) {
  .hp__start .desc {
    font-size: 2rem;
    font-weight: 400;
  }
}
@media all and (max-width: 680px) {
  .hp__start .desc {
    font-size: 1.8rem;
  }
}
.hp__start .video__window {
  padding-top: 0 !important;
  width: calc(100% - 415px);
  height: 370px;
}
@media all and (max-width: 980px) {
  .hp__start .video__window {
    width: 100%;
    height: auto;
  }
}
.hp__start .video__player {
  width: 100%;
  height: 600px;
  height: 100%;
}
@media all and (max-width: 980px) {
  .hp__start .video__player {
    height: 450px;
  }
}
@media all and (max-width: 680px) {
  .hp__start .video__player {
    height: 300px;
  }
}
.hp__start .video__player .player {
  background: url('../images/bg_video_start.png') no-repeat center center;
  background-size: cover;
}
.hp__start .video__player video {
  width: 600px !important;
  width: 380px !important;
  left: calc(50% - 300px);
  left: calc(50% - 190px);
}
@media all and (max-width: 980px) {
  .hp__start .video__player video {
    width: 450px !important;
    left: calc(50% - 225px);
  }
}
@media all and (max-width: 680px) {
  .hp__start .video__player video {
    width: 300px !important;
    left: calc(50% - 150px);
  }
}
.hp__start .video__player .info {
  position: absolute;
  bottom: 100px;
  bottom: 40px;
  left: 100px;
}
@media all and (max-width: 980px) {
  .hp__start .video__player .info {
    left: 50px;
  }
}
.hp__start .nav {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 980px) {
  .hp__start .nav {
    display: none;
  }
}
.hp__start .nav .btn {
  margin: 0;
}
@media all and (max-width: 680px) {
  .hp__start .nav .empty {
    display: none;
  }
}
.hp__start .nav-mob {
  display: none;
}
@media all and (max-width: 980px) {
  .hp__start .nav-mob {
    display: flex !important;
  }
}
.hp__left {
  max-width: 640px;
}
@media all and (max-width: 980px) {
  .hp__left {
    max-width: 100%;
  }
}
.hp__left .name {
  background: #e1dee5;
  border-radius: 5px;
  padding: 10px 20px;
}
@media all and (max-width: 550px) {
  .hp__left .name {
    line-height: 1.4em;
  }
}
.hp__left .name-2 {
  font-weight: 600;
  font-size: 2.5rem;
  padding: 0 0 25px;
  font-family: 'Poppins', sans-serif;
}
@media all and (max-width: 550px) {
  .hp__left .name-2 {
    line-height: 1.4em;
  }
}
.hp__left .desc {
  font-weight: 700;
  font-size: 1.8rem;
  color: #303030;
  padding: 0 0 30px;
}
.hp__left .desc a {
  color: #2e1259;
  font-weight: 800;
}
.hp__left .data {
  max-width: 480px;
}
.hp__left .steps {
  padding: 25px 0 0 220px;
  position: relative;
}
@media all and (max-width: 550px) {
  .hp__left .steps {
    padding: 25px 0 0;
  }
}
.hp__left .icon {
  max-width: 540px;
}
.hp__left .icon__item {
  display: flex;
  align-items: flex-end;
  padding: 0 0 30px;
}
.hp__left .icon__item .photo {
  width: 100px;
}
.hp__left .icon__item .idesc {
  width: calc(100% - 100px);
  font-size: 1.8rem;
}
.hp__right {
  width: calc(100% - 640px);
  position: relative;
  padding: 40px 0 0;
}
@media all and (max-width: 980px) {
  .hp__right {
    width: 100%;
  }
}
.hp__right .prize {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 0;
}
@media all and (max-width: 980px) {
  .hp__right .prize {
    position: static;
  }
}
.hp__right .prize div {
  font-family: 'Poppins', sans-serif;
  color: #d89c4a;
  text-align: center;
  padding: 0 0 50px;
}
@media all and (max-width: 980px) {
  .hp__right .prize div {
    text-align: left;
  }
}
.hp__right .prize div span:nth-child(1) {
  font-weight: 700;
  font-size: 6.3rem;
  line-height: 1em;
}
.hp__right .prize div span:nth-child(2) {
  font-weight: 700;
  font-size: 3rem;
}
.hp__right .prize div span:nth-child(3) {
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 3.9rem;
  text-transform: uppercase;
}
.hp__flex {
  display: flex;
  justify-content: space-between;
  aligh-items: flex-end;
  padding: 0 0 50px;
}
@media all and (max-width: 980px) {
  .hp__flex {
    display: block;
  }
}
.hp__icons {
  display: block;
  width: 100%;
  border: 5px solid #2e1259;
  padding: 40px 30px 30px;
}
.hp__icons__name {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #2e1259;
  font-size: 2.4rem;
  line-height: 1.4em;
  text-align: center;
}
.hp__icons__data {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 45px 0 0;
}
@media all and (max-width: 780px) {
  .hp__icons__data {
    display: block;
  }
}
.hp__icons__data .item {
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
}
@media all and (max-width: 780px) {
  .hp__icons__data .item {
    width: 100%;
    padding: 0 0 30px;
  }
}
.hp__icons__data .item__icon {
  height: 95px;
  margin: 0 0 15px;
}
.hp__icons__nav {
  text-align: center;
  padding: 20px 0 0;
}
.hp__icons__nav .btn {
  margin: 0 auto;
}
.quiz {
  padding: 35px 70px 60px;
}
@media all and (max-width: 1080px) {
  .quiz {
    padding: 35px 30px 60px;
  }
}
@media all and (max-width: 780px) {
  .quiz {
    padding: 35px 15px 60px;
  }
}
.quiz__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 450px) {
  .quiz__top {
    align-items: flex-start;
  }
}
.quiz h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #2e1259;
  font-size: 4.8rem;
  line-height: 1em;
  padding: 0 0 15px;
}
@media all and (max-width: 450px) {
  .quiz h1 {
    font-size: 4rem;
  }
}
.quiz__step {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #d89c4a;
  font-size: 2.4rem;
}
.quiz__time {
  background: url('../images/clock.png') no-repeat left center;
  padding: 0 0 0 80px;
  font-size: 3.5rem;
  line-height: 55px;
  text-align: left;
  width: 200px;
  color: #d89c4a;
  display: none;
}
@media all and (max-width: 450px) {
  .quiz__time {
    width: 100px;
    padding: 45px 0 0;
    background-position: top left;
    background-size: auto 40px;
    font-size: 3rem;
    line-height: 40px;
  }
}
.quiz__slider {
  min-height: 415px;
  position: relative;
}
@media all and (max-width: 980px) {
  .quiz__slider {
    min-height: 0;
  }
}
.quiz__item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media all and (max-width: 980px) {
  .quiz__item {
    position: static;
    display: none;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
.quiz__item.active {
  visibility: unset;
  opacity: 1;
}
@media all and (max-width: 980px) {
  .quiz__item.active {
    display: block;
  }
}
.quiz__question {
  font-weight: 700;
  padding: 20px 0;
}
.quiz__answer .item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 40px);
  margin: 0 0 20px 40px;
  padding: 5px 15px;
  border: 1px solid #d89c4a;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.quiz__answer .item:hover,
.quiz__answer .item.sel {
  color: #fff;
  background: #d89c4a;
}
.quiz__answer .item:before {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background: #5e2c7d;
  position: absolute;
  left: -40px;
  top: 0;
  border-radius: 50%;
}
.quiz__answer .item:nth-child(1):before {
  content: 'A';
}
.quiz__answer .item:nth-child(2):before {
  content: 'B';
}
.quiz__answer .item:nth-child(3):before {
  content: 'C';
}
.quiz__answer .item:nth-child(4):before {
  content: 'D';
}
.quiz__answer .item:nth-child(5):before {
  content: 'E';
}
.quiz__nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 30px 0 0;
}
@media all and (max-width: 550px) {
  .quiz__nav {
    display: block;
    text-align: center;
  }
}
.quiz__nav-agree {
  max-width: 500px;
  align-items: center;
}
.quiz__nav-agree .quiz__error {
  position: static;
}
.quiz__nav .btn {
  margin: 0;
}
@media all and (max-width: 550px) {
  .quiz__nav .btn {
    margin: 10px auto;
    width: 220px;
  }
}
.quiz__nav .btn.disabled {
  opacity: 0;
  cursor: default;
}
.quiz__error {
  font-weight: 700;
  color: #ec1a58;
  font-size: 1.8rem;
  position: absolute;
  bottom: -30px;
  right: 15px;
  display: none;
}
@media all and (max-width: 550px) {
  .quiz__error {
    width: 100%;
    right: 0;
    text-align: center;
  }
}
.quiz__agreements {
  padding: 30px 270px 0 0;
}
@media all and (max-width: 980px) {
  .quiz__agreements {
    padding: 0;
  }
}
.quiz__agreements h1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  line-height: normal;
  color: #2e1259;
  padding: 0 0 15px;
}
@media all and (max-width: 980px) {
  .quiz__agreements h1 {
    font-size: 4rem;
  }
}
.quiz__agreements .result {
  font-weight: 600;
  color: #d89c4a;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 25px;
  font-size: 2.4rem;
}
.quiz__agreements .result span {
  color: #2e1259;
}
.quiz__agreements .form {
  padding: 25px 0 0;
  position: relative;
  z-index: 1;
}
.quiz__agreements .checkbox {
  display: none;
}
.quiz__agreements .checkbox:checked ~ .label:before {
  background-size: 12px auto;
}
.quiz__agreements .label {
  display: block;
  width: 100%;
  padding: 0 0 15px 30px;
  position: relative;
  font-size: 1.3rem;
}
.quiz__agreements .label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: 3px;
  background: url('../images/check.png') no-repeat center center;
  background-size: 0;
}
.quiz__agreements .label.errC:before {
  border-color: #e20e31;
}
.quiz__agreements .label a {
  color: #303030;
}
.quiz__agreements .desc {
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 0 0 25px 30px;
}
.quiz__agreements .desc .name {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 10px;
}
.quiz__agreements .important {
  font-size: 1.2rem;
  color: #e20e31;
}
.quiz__agreements .info-box {
  width: 100%;
  margin: 25px 0 45px;
  padding: 5px 5px 5px 15px;
  border: 1px solid #d5d5d5;
}
.quiz__agreements .info-box__wrapp {
  height: 165px;
  padding: 0 8px 0 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #303030;
  overflow: auto;
  scrollbar-color: #ffffff #b2b2b2;
  scrollbar-width: thin;
}
.quiz__agreements .info-box__wrapp::-webkit-scrollbar {
  width: 10px;
  background: #d0d0cc;
  border-radius: 5px;
}
.quiz__agreements .info-box__wrapp::-webkit-scrollbar-thumb {
  background-color: #2e1259;
  background-clip: content-box;
  border: 0px solid transparent;
  border-radius: 5px;
}
.quiz__agreements .info-box__wrapp p {
  font-size: 11px;
  line-height: 14px;
}
.quiz__agreements .info-box__header {
  margin: 10px 0 5px;
  font-size: 12px;
  font-weight: 600;
}
.quiz__agreements .info-box__paragraph {
  display: flex;
}
.quiz__agreements .info-box__indent {
  margin: 0 3px 0 0;
}
.quiz__agreements .info-box__indentL2 {
  margin: 0 3px 0 10px;
}
.quiz__report {
  padding: 30px calc(100% - 715px) 0 0;
}
@media all and (max-width: 980px) {
  .quiz__report {
    padding: 0;
  }
}
.quiz__report h1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  line-height: 1.2em;
  color: #2e1259;
  padding: 0 0 15px;
}
@media all and (max-width: 980px) {
  .quiz__report h1 {
    line-height: 1.1em;
  }
}
@media all and (max-width: 450px) {
  .quiz__report h1 {
    font-size: 4rem;
  }
}
.quiz__report .result {
  font-weight: 600;
  color: #d89c4a;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 25px;
}
.quiz__report__row {
  padding: 0 0 50px;
}
.quiz__report__row .question {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.3rem;
}
.quiz__report__row .question__reason {
  padding: 25px 0 0;
}
.quiz__report__row .question__reason__head {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: inline-block;
  position: relative;
  padding: 0 100px 0 0;
  cursor: pointer;
}
.quiz__report__row .question__reason__head .switch {
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #2e1259;
  padding: 0 20px 0 0;
  cursor: pointer;
}
.quiz__report__row .question__reason__head .switch:before {
  content: 'rozwiń';
}
.quiz__report__row .question__reason__head .switch:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url('../images/next.png');
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  top: 0;
}
.quiz__report__row .question__reason__content {
  margin: 10px 0 0;
  background: #2e1259;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-radius: 5px;
  line-height: 2.4rem;
  display: none;
}
.quiz__report__row .question__reason__content strong {
  font-weight: 800;
}
.quiz__report__row .question__reason.show .question__reason__head .switch:before {
  content: 'zwiń';
}
.quiz__report__row .question__reason.show .question__reason__head .switch:after {
  transform: rotate(90deg) scaleX(-1);
}
.quiz__report__row .question__reason.show .question__reason__content {
  display: block;
}
.quiz__report__row .answer {
  padding: 10px 0 0;
}
.quiz__report__row .answer__item {
  padding: 0 0 10px 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.85rem;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.quiz__report__row .answer__item:before {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}
.quiz__report__row .answer__item.wrong {
  color: #e20e31;
}
.quiz__report__row .answer__item.wrong:before {
  background: url('../images/wrong.png') no-repeat center center;
}
.quiz__report__row .answer__item.correct {
  font-weight: 800;
  color: #619434;
}
.quiz__report__row .answer__item.correct:before {
  background: url('../images/correct.png') no-repeat top left;
}
.quiz__report__row .answer__item .nbr {
  width: 18px;
}
.quiz__report__row .answer__item .txt {
  width: calc(100% - 18px);
}
.quiz__prize {
  position: absolute;
  right: 30px;
  top: 85px;
  z-index: 0;
}
@media all and (max-width: 1140px) {
  .quiz__prize {
    width: 280px;
  }
}
@media all and (max-width: 980px) {
  .quiz__prize {
    display: none;
  }
}
.quiz__prize div {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  left: 170px;
  top: 95px;
  color: #d89c4a;
}
.quiz__prize div span:nth-child(1) {
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1em;
}
.quiz__prize div span:nth-child(2) {
  font-weight: 700;
  font-size: 2.1rem;
}
.quiz__prize div span:nth-child(3) {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
}
.quiz__nps {
  transition-property: opacity, bottom;
  transition-duration: 0.5s, 0.5s;
  position: fixed;
  bottom: 0;
  left: calc(50% - 350px);
  display: flex;
  background: #fff;
  padding: 25px 70px 25px 40px;
  align-items: center;
  z-index: 3;
  width: 700px;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 30px 0px #999;
  box-shadow: 0px 0px 30px 0px #999;
}
@media all and (max-width: 780px) {
  .quiz__nps {
    width: 80%;
    left: 10%;
    display: block;
    text-align: center;
    padding: 25px;
  }
}
.quiz__nps.active {
  visibility: unset;
  bottom: 50px;
  opacity: 1;
}
.quiz__nps .slogan {
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  color: #2e1259;
}
@media all and (max-width: 780px) {
  .quiz__nps .slogan {
    font-size: 1.8rem;
    padding: 0 0 20px;
  }
}
.quiz__nps .btn {
  margin: 0 0 0 20px;
}
@media all and (max-width: 780px) {
  .quiz__nps .btn {
    margin: 0 auto;
  }
}
.quiz__nps .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  z-index: 0;
  cursor: pointer;
}
.quiz__nps .close:after,
.quiz__nps .close:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #2e1259;
  position: absolute;
  top: 15px;
  left: 0;
}
.quiz__nps .close:before {
  transform: rotate(45deg);
}
.quiz__nps .close:after {
  transform: rotate(-45deg);
}
.quiz__nps .close:hover:before,
.quiz__nps .close:hover:after {
  background: #303030;
}
.quiz-part {
  display: none;
}
.quiz-part.active {
  display: block;
}
.quiz__choice {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #2e1259;
  padding: 0 0 40px;
  font-size: 2.4rem;
  line-height: 1.3em;
}
.quiz__choice .col-1,
.quiz__choice .col-2 {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.quiz__choice .prize {
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 50px 0 20px;
}
.quiz__choice .prize .img {
  width: 260px;
}
.quiz__choice .prize div {
  color: #d89c4a;
  position: absolute;
  right: 270px;
  top: 50px;
}
.quiz__choice .prize div span {
  font-weight: 700;
}
.quiz__choice .prize div span:nth-child(1) {
  font-size: 3.7rem;
}
.quiz__choice .prize div span:nth-child(2) {
  font-size: 1.8rem;
}
.quiz__choice .prize div span:nth-child(3) {
  font-size: 2.1rem;
}
.nps {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.nps h3 {
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  color: #2e1259;
  font-size: 3rem;
  line-height: normal;
  padding-top: 40px;
}
@media all and (max-width: 550px) {
  .nps h3 {
    font-size: 2rem;
  }
}
.nps h3.second {
  padding-top: 80px;
}
@media all and (max-width: 780px) {
  .nps h3.second {
    padding-top: 50px;
  }
}
@media all and (max-width: 450px) {
  .nps h3.second {
    padding-top: 30px;
  }
}
.nps .info {
  font-family: 'Rubik', sans-serif;
  color: #2e1259;
  font-size: 1.6rem;
  line-hieght: 2.2rem;
  padding: 10px 0 0;
}
.nps .note {
  width: 650px;
  padding: 35px 0;
}
@media all and (max-width: 780px) {
  .nps .note {
    width: 300px;
    margin: 0 auto;
  }
}
.nps .note__head {
  font-family: 'Rubik', sans-serif;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #2e1259;
  padding: 0 0 10px;
}
@media all and (max-width: 780px) {
  .nps .note__head {
    font-size: 1.2rem;
    padding: 0 0 5px;
  }
}
.nps .note__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nps .note__range > span {
  font-weight: 700;
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  color: #2e1259;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #2e1259;
}
@media all and (max-width: 780px) {
  .nps .note__range > span {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
  }
}
.nps .note__range > span:hover,
.nps .note__range > span.selected {
  background: #d89c4a;
  border-color: #d89c4a;
  color: #fff;
}
.nps .note__range > span.selected {
  transform: scale(1.1);
}
.nps__error {
  color: #e20e31;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0 0;
  display: none;
}
.nps .message {
  padding: 35px 0;
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
.nps .message p {
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  padding: 0 0 10px;
}
.nps .message.show {
  display: block;
}
.nps .message textarea {
  width: 100%;
  height: 85px;
  font-size: 1.4rem;
  font-family: "Titillium Web", sans-serif;
  padding: 20px;
  color: #57666d;
  background: #f4f4f4;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.nps .btn {
  width: 150px;
  margin: 0;
}
.nps__thx .name {
  color: #2e1259;
  text-align: center;
  font-size: 6.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 980px) {
  .nps__thx .name {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 680px) {
  .nps__thx .name {
    font-size: 3.5rem;
  }
}
.nps__thx .desc {
  color: #d89c4a;
  text-align: center;
  font-size: 3.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0;
}
@media all and (max-width: 980px) {
  .nps__thx .desc {
    font-size: 3rem;
  }
}
@media all and (max-width: 680px) {
  .nps__thx .desc {
    font-size: 2.6rem;
  }
}
.nps__thx .data {
  border: 5px solid #2e1259;
  border-radius: 10px;
  padding: 45px 30px;
}
@media all and (max-width: 980px) {
  .nps__thx .data {
    border-width: 2px;
  }
}
@media all and (max-width: 450px) {
  .nps__thx .data {
    padding: 30px 15px;
  }
}
.nps__thx .data .txt {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #2e1259;
  line-height: normal;
  max-width: 880px;
  margin: 0 auto;
}
@media all and (max-width: 980px) {
  .nps__thx .data .txt {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 680px) {
  .nps__thx .data .txt {
    font-size: 2rem;
  }
}
@media all and (max-width: 450px) {
  .nps__thx .data .txt {
    font-size: 1.8rem;
  }
}
.nps__thx .data .article {
  display: flex;
  align-items: strech;
  justify-content: space-around;
  padding: 30px 0 0;
}
@media all and (max-width: 680px) {
  .nps__thx .data .article {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.nps__thx .data .article__item {
  width: 372px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 980px) {
  .nps__thx .data .article__item {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 680px) {
  .nps__thx .data .article__item {
    width: 100%;
    max-width: 370px;
    margin: 0 0 40px;
  }
  .nps__thx .data .article__item:last-child {
    margin: 0;
  }
}
.nps__thx .data .article__item .title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #2e1259;
  line-height: normal;
  padding: 20px 0 0;
}
@media all and (max-width: 980px) {
  .nps__thx .data .article__item .title {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 680px) {
  .nps__thx .data .article__item .title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 450px) {
  .nps__thx .data .article__item .title {
    font-size: 1.4rem;
  }
}
.nps__thx .nav {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.pharmapass {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.pharmapass h3 {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #044693;
  font-size: 3rem;
  line-height: normal;
}
@media all and (max-width: 550px) {
  .pharmapass h3 {
    font-size: 2.4rem;
  }
}
.pharmapass a {
  font-family: 'Roboto', sans-serif;
  color: #36abe1;
  font-size: 1.8rem;
  display: block;
}
.pharmapass .logo {
  display: block;
  margin: 40px auto 40px;
}
@media all and (max-width: 550px) {
  .pharmapass .logo {
    margin: 10px auto;
  }
}
.pharmapass .logo-2 {
  display: block;
  margin: 20px auto 0;
}
@media all and (max-width: 550px) {
  .pharmapass .logo-2 {
    margin: 0 auto;
  }
}
.pharmapass__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  padding: 0 0 45px;
}
@media all and (max-width: 550px) {
  .pharmapass__nav {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 0 20px;
  }
}
.pharmapass__nav a,
.pharmapass__nav span {
  display: block;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  width: 160px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 36px;
  border-radius: 18px;
  background: #054995;
  background: linear-gradient(90deg, #054995 0%, #35a8df 100%);
  -webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media all and (max-width: 550px) {
  .pharmapass__nav a,
  .pharmapass__nav span {
    margin: 10px;
  }
}
.video {
  position: relative;
}
@media all and (max-width: 1240px) {
  .video {
    display: flex;
    align-items: flex-start;
  }
}
@media all and (max-width: 780px) {
  .video {
    padding-top: 80px;
    display: block;
  }
}
.video__top {
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1240px) {
  .video__top {
    width: 190px;
    display: block;
  }
}
@media all and (max-width: 780px) {
  .video__top {
    position: absolute;
    top: 15px;
    left: 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    padding: 5px 5px 2px;
    z-index: 0;
    width: 210px;
  }
}
.video__top__item {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #2e1259;
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 0;
  cursor: pointer;
}
@media all and (max-width: 1240px) {
  .video__top__item {
    width: 100%;
  }
}
@media all and (max-width: 780px) {
  .video__top__item {
    display: none;
  }
}
.video__top__item > span {
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.video__top__item:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.video__top__item:after {
  content: url('../images/next.png');
  display: block;
  margin: 0 0 0 6px;
  height: 17px;
}
@media all and (max-width: 1240px) {
  .video__top__item:after {
    display: none;
  }
}
.video__top__item.certyficate:after {
  font-weight: 600;
  content: '/';
  color: #2e1259;
  font-size: 1.8rem;
  display: inlie-block;
  padding: 0 5px;
  margin-top: -5px;
}
.video__top__item.closed:before {
  background: url('../images/closed.png') no-repeat center center #ababab;
}
.video__top__item.open:before {
  background: url('../images/open.png') no-repeat center center #d89c4a;
  background: url('../images/ok.png') no-repeat center center #d89c4a;
}
.video__top__item.quiz:before {
  background: url('../images/arr.png') no-repeat center center #d89c4a;
}
.video__top__item.complete:before {
  background: url('../images/ok.png') no-repeat center center #ababab;
}
.video__top__item.certyficate {
  position: relative;
  z-index: 2;
}
.video__top__item.certyficate:before {
  background: url('../images/icon-cert.png') no-repeat center center;
}
.video__top__item.certyficate .tooltip {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 40px;
  left: 30px;
  background: #fff;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
  width: 150px;
  border-radius: 3px;
  display: none;
}
.video__top__item.certyficate .tooltip .yellow {
  color: #d89c4a;
}
.video__top__item.certyficate .tooltip:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 16px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -12px;
  left: 10px;
}
.video__top__item.certyficate.disabled:before {
  opacity: 0.5;
}
.video__top__item.certyficate.disabled > span {
  opacity: 0.5;
}
.video__top__item.active > span {
  border-color: #2e1259;
}
@media all and (max-width: 780px) {
  .video__top__item.active > span {
    border: 0;
  }
}
@media all and (max-width: 780px) {
  .video__top__item.active {
    display: flex;
  }
}
.video__top__item.active:before {
  background-color: #d89c4a;
}
.video__top.open .video__top__item {
  display: inline-flex;
}
.video__wrapper {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media all and (max-width: 1240px) {
  .video__wrapper {
    width: calc(100% - 190px);
    padding: 0;
  }
}
@media all and (max-width: 780px) {
  .video__wrapper {
    width: 100%;
  }
}
.video__wrapper .col-1 {
  width: 750px;
}
@media all and (max-width: 1240px) {
  .video__wrapper .col-1 {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 780px) {
  .video__wrapper .col-1 {
    width: 100%;
  }
}
.video__wrapper .col-2 {
  width: calc(100% - 750px);
  padding: 0 0 0 20px;
}
.video__wrapper .col-2 .name {
  font-weight: 700;
  color: #2e1259;
}
@media all and (max-width: 1240px) {
  .video__wrapper .col-2 .name {
    color: #fff;
  }
}
@media all and (max-width: 1240px) {
  .video__wrapper .col-2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 190px 40px 20px;
    background: #2e1259;
  }
  .video__wrapper .col-2.open {
    display: block;
  }
}
@media all and (max-width: 980px) {
  .video__wrapper .col-2 {
    padding: 135px 20px 20px;
  }
}
.video__window {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.video__window:after {
  content: '';
  display: block;
  padding-top: 56%;
  width: 1px;
}
.video__player {
  display: none;
  width: 100%;
}
.video__player.open {
  display: block;
}
.video__question {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 20px 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media all and (max-width: 1240px) {
  .video__question {
    font-size: 2.45vw;
    padding: 0 1.6vw 0.8vw;
  }
}
@media all and (max-width: 780px) {
  .video__question {
    font-size: 2.45vw;
    padding: 1.6vw 0.8vw;
  }
}
.video__question.open {
  display: flex;
}
.video__question__content-alt {
  display: none;
}
.video__question__content-center {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.video__question__top {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  padding: 25px 0;
  color: #2e1259;
  text-align: center;
  border-bottom: 2px solid #2e1259;
}
@media all and (max-width: 1240px) {
  .video__question__top {
    font-size: 2.45vw;
    padding: 1.23vw 0 2vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__top {
    font-size: 3.8vw;
    padding: 1.7vw 0 2vw;
    border-bottom: 1px solid #2e1259;
  }
}
.video__question__text {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: normal;
  background: #426393;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
@media all and (max-width: 1240px) {
  .video__question__text {
    font-size: 1.47vw;
    padding: 0.8vw;
    margin: 1.6vw 0 0;
  }
}
@media all and (max-width: 780px) {
  .video__question__text {
    font-size: 2.34vw;
    padding: 1.3vw;
    margin: 2.6vw 0 0;
  }
}
.video__question__answer {
  width: 100%;
  padding: 20px 0 0 0;
}
@media all and (max-width: 1240px) {
  .video__question__answer {
    padding: 1.6vw 0 0 13.8vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__answer {
    padding: 2vw 0 0 24vw;
  }
}
.video__question__answer-center {
  padding: 0;
}
.video__question__answer-center .item {
  max-width: 340px;
  text-align: center;
}
.video__question__answer .item {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  border-radius: 5px;
  margin: 0 auto 5px;
  color: #fff;
  background: #1068ad;
  padding: 7px;
  cursor: pointer;
  position: relative;
  line-height: normal;
}
@media all and (max-width: 1240px) {
  .video__question__answer .item {
    font-size: 1.3vw;
    padding: 0.6vw;
    margin: 0.44vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__answer .item {
    font-size: 2vw;
    padding: 0.9vw;
    margin: 0.65vw;
    border-width: 1px;
  }
}
.video__question__answer .item.disabled {
  opacity: 0.7;
  cursor: default;
}
.video__question__answer .item-spec {
  margin-top: 20px;
}
@media all and (max-width: 1240px) {
  .video__question__answer .item-spec {
    margin-top: 1.6vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__answer .item-spec {
    margin-top: 2vw;
  }
}
.video__question__answer .item-stars:after {
  content: '';
  display: block;
  width: 130px;
  width: 10em;
  position: absolute;
  left: -160px;
  left: -10.5em;
  top: 10px;
  top: 0.5em;
  background-image: url('../images/star.png'), url('../images/star.png'), url('../images/star.png'), url('../images/star.png');
  background-repeat: no-repeat;
  background-position: 0 0, 35px 0, 70px 0, 105px 0;
  background-position: 0 0, 2.3em 0, 4.6em 0, 6.9em 0;
  background-size: auto 1.3em;
  opacity: 0;
  height: 25px;
}
.video__question__answer .item-stars-1:after {
  background-image: url('../images/star-sel.png'), url('../images/star.png'), url('../images/star.png'), url('../images/star.png');
}
.video__question__answer .item-stars-2:after {
  background-image: url('../images/star-sel.png'), url('../images/star-sel.png'), url('../images/star.png'), url('../images/star.png');
}
.video__question__answer .item-stars-3:after {
  background-image: url('../images/star-sel.png'), url('../images/star-sel.png'), url('../images/star-sel.png'), url('../images/star.png');
}
.video__question__answer .item-stars-4:after {
  background-image: url('../images/star-sel.png'), url('../images/star-sel.png'), url('../images/star-sel.png'), url('../images/star-sel.png');
}
.video__question__answer .item:hover,
.video__question__answer .item.sel {
  background: #d89c4a;
}
.video__question__answer .item.sel:after {
  opacity: 1;
}
.video__question__result .error {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fc003c;
  text-align: center;
  padding: 7px;
  display: none;
  text-transform: uppercase;
}
@media all and (max-width: 1240px) {
  .video__question__result .error {
    font-size: 1.3vw;
    padding: 0.6vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__result .error {
    font-size: 2vw;
    padding: 0.9vw;
    border-width: 1px;
  }
}
.video__question__result .error.open {
  display: block;
}
.video__question__result .success {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  border-radius: 5px;
  color: #2e1259;
  color: #fff;
  border: 2px solid #619434;
  text-transform: uppercase;
  padding: 7px;
  text-align: center;
  display: none;
  background: #619434;
}
.video__question__result .success-2 {
  background: #9eb9d0;
  border-color: #2e1259;
  color: #2e1259;
}
@media all and (max-width: 1240px) {
  .video__question__result .success {
    font-size: 1.3vw;
    padding: 0.6vw;
  }
}
.video__question__result .success.open {
  display: block;
}
.video__question__thx {
  width: 100%;
  text-align: center;
}
.video__question__thx .t1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.3em;
  padding: 25px 0;
  color: #2e1259;
}
@media all and (max-width: 1240px) {
  .video__question__thx .t1 {
    font-size: 4vw;
    padding: 1.23vw 0 2vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__thx .t1 {
    font-size: 5.4vw;
    padding: 1.7vw 0 2vw;
  }
}
.video__question__thx .t2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: normal;
}
@media all and (max-width: 1240px) {
  .video__question__thx .t2 {
    font-size: 2.4vw;
    padding: 1.23vw 0 2vw;
  }
}
@media all and (max-width: 780px) {
  .video__question__thx .t2 {
    font-size: 3.2vw;
    padding: 1.7vw 0 2vw;
  }
}
.video__nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0;
}
.video__nav .btn-prev,
.video__nav .btn-next {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-weight: 800;
  display: block;
  width: 170px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 45px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.video__nav .btn-prev.active,
.video__nav .btn-next.active {
  visibility: unset;
  opacity: 1;
}
@media all and (max-width: 450px) {
  .video__nav .btn-prev,
  .video__nav .btn-next {
    font-size: 1.4rem;
    line-height: 36px;
    padding: 0 15px;
    width: 100px;
  }
}
.video__nav .btn-cert {
  display: none;
  width: 280px;
}
.video__nav .btn-cert.active {
  display: block;
}
.video__nav .btn-prev {
  background: #2e1259;
}
.video__nav .btn-next {
  background: #2e1259;
}
.video__list {
  position: relative;
  height: 590px;
  margin: 25px 0 0;
  overflow: auto;
  padding: 0 15px 0 0;
  scrollbar-color: #ffffff #b2b2b2;
  scrollbar-width: thin;
}
@media all and (max-width: 1240px) {
  .video__list {
    height: calc(100% - 20px);
  }
}
.video__list::-webkit-scrollbar {
  width: 10px;
  background: #d0d0d0;
  border-radius: 5px;
}
@media all and (max-width: 1240px) {
  .video__list::-webkit-scrollbar {
    color: #2e1259;
    width: 5px;
  }
}
.video__list::-webkit-scrollbar-thumb {
  background-color: #2e1259;
  background-clip: content-box;
  border: 0px solid transparent;
  border-radius: 5px;
}
@media all and (max-width: 1240px) {
  .video__list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 2px;
  }
}
.video__list .time {
  padding: 0 0 0 20px;
  background: url('../images/time.png') no-repeat left center;
  line-height: 20px;
  font-size: 1.4rem;
  margin: 0 0 0 20px;
  color: #2e1259;
}
.video__list__btn {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/playlist-icon.png') no-repeat center center #2e1259;
  border-radius: 5px 0 0 5px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
  display: none;
}
@media all and (max-width: 1240px) {
  .video__list__btn {
    display: block;
  }
}
@media all and (max-width: 780px) {
  .video__list__btn {
    top: 15px;
  }
}
.video__list__group {
  position: relative;
  padding: 0 0 10px;
}
.video__list__group .showtime {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.video__list__group .name {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #2e1259;
  font-weight: 700;
  margin: 0 0 20px;
  width: calc(100% - 80px);
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1240px) {
  .video__list__group .name {
    color: #fff;
  }
}
.video__list__group .name--file {
  padding-left: 35px;
}
.video__list__group .name--file:before {
  content: '';
  display: block;
  width: 24px;
  height: 31px;
  background: url('../images/icon-download.png') no-repeat top left;
  position: absolute;
  top: -5px;
  left: 0px;
}
.video__list__group .name .nbr {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.video__list__group .name.active {
  color: #d89c4a;
}
.video__list__group > .switch {
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #2e1259;
  padding: 0 20px 0 0;
  cursor: pointer;
}
@media all and (max-width: 1240px) {
  .video__list__group > .switch {
    display: none;
  }
}
.video__list__group > .switch:before {
  content: 'rozwiń';
}
.video__list__group > .switch:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url('../images/next.png');
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  top: 0;
}
.video__list__group .part {
  padding: 0 0 0 25px;
  display: none;
}
@media all and (max-width: 1240px) {
  .video__list__group .part {
    display: block;
  }
}
@media all and (max-width: 450px) {
  .video__list__group .part {
    padding: 0;
  }
}
.video__list__group .part__item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 0 0 5px;
}
.video__list__group .part__item span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  display: block;
}
.video__list__group .part__item span:nth-child(1) {
  color: #2e1259;
  font-weight: 700;
  width: 40px;
}
@media all and (max-width: 1240px) {
  .video__list__group .part__item span:nth-child(1) {
    color: #fff;
  }
}
.video__list__group .part__item span:nth-child(2) {
  width: calc(100% - 90px);
}
@media all and (max-width: 1240px) {
  .video__list__group .part__item span:nth-child(2) {
    color: #fff;
  }
}
.video__list__group .part__item span:nth-child(3) {
  width: 50px;
  color: #2e1259;
  text-align: right;
}
@media all and (max-width: 1240px) {
  .video__list__group .part__item span:nth-child(3) {
    color: #fff;
  }
}
.video__list__group .part__item:hover span:nth-child(2),
.video__list__group .part__item.active span:nth-child(2) {
  color: #d89c4a;
}
.video__list__group .part__download {
  padding: 0;
}
.video__list__group .part__download .name {
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  height: 30px;
  background: url('../images/icon-download.png') no-repeat left center;
  align-items: center;
  padding: 0 0 10px 40px;
}
@media all and (max-width: 450px) {
  .video__list__group .part__download .name {
    padding: 0 0 0 40px;
    margin: 0 0 10px;
  }
}
.video__list__group .part__download a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 0 10px 30px;
  min-height: 20px;
  background: url('../images/download_arrow.png') no-repeat left top;
  font-size: 14px;
  padding: 0 0 0 25px;
  color: #303030;
}
@media all and (max-width: 1240px) {
  .video__list__group .part__download a {
    color: #fff;
    background: url('../images/download_arrow-w.png') no-repeat left top;
  }
}
@media all and (max-width: 450px) {
  .video__list__group .part__download a {
    margin: 0 0 0 5px;
  }
}
.video__list__group .part__download a:hover {
  color: #d89c4a;
}
.video__list__group-sub .name {
  font-size: 1.4rem;
  margin: 0;
  text-transform: unset;
  width: 100%;
  justify-content: space-between;
  font-weight: 500 !important;
  line-height: 1.4em;
}
.video__list__group-sub .part {
  padding: 0;
}
.video__list__group.open > .switch:before {
  content: 'zwiń';
}
.video__list__group.open > .switch:after {
  transform: rotate(90deg) scaleX(-1);
}
.video__list__group.open > .part {
  display: block;
}
.video .disabled .part__item {
  cursor: default;
}
.video .disabled .part__item span {
  color: #888 !important;
}
.video__link {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.video__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/play.png') no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 80px auto;
}
.video .player {
  width: 100%;
  height: 100%;
  position: relative;
}
.video .player video {
  width: 100%;
  height: auto;
}
.video .vjs-big-play-button {
  width: 100px;
  height: 100px;
  background: url('../images/play.png') no-repeat center center rgba(0, 0, 0, 0) !important;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border: 0;
}
.video .vjs-big-play-button span {
  display: none;
}
@media all and (max-width: 980px) {
  .video .vjs-big-play-button {
    background-size: 80px auto !important;
  }
}
@media all and (max-width: 680px) {
  .video .vjs-big-play-button {
    background-size: 60px auto !important;
  }
}
.vjs-poster {
  background-size: cover!important;
  object-fit: cover!important;
}
video[poster] {
  object-fit: cover;
  background-color: transparent;
}
.certyficate h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3em;
  width: 100%;
  color: #2e1259;
  font-family: 'Poppins', sans-serif;
}
@media all and (max-width: 980px) {
  .certyficate h1 {
    font-size: 2.4rem;
    padding: 0 0 20px;
  }
}
@media all and (max-width: 780px) {
  .certyficate h1 {
    text-align: center;
  }
}
@media all and (max-width: 980px) {
  .certyficate .video__top {
    display: none;
  }
}
.certyficate__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 10px;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 780px) {
  .certyficate__wrapper {
    padding: 10px 0;
  }
}
.certyficate__wrapper .title-edu {
  padding: 0 0 50px;
}
.certyficate__wrapper .col-1,
.certyficate__wrapper .col-3 {
  width: 340px;
  padding: 65px 0 0;
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-1,
  .certyficate__wrapper .col-3 {
    width: 100%;
    order: 1;
    padding: 20px 0 0;
    text-align: center;
  }
}
.certyficate__wrapper .col-1 img,
.certyficate__wrapper .col-3 img {
  margin: 0 auto;
}
.certyficate__wrapper .col-2,
.certyficate__wrapper .col-4 {
  width: calc(100% - 385px);
  padding: 65px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-2,
  .certyficate__wrapper .col-4 {
    width: 100%;
    padding: 20px 0 0;
    order: 2;
  }
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-4 {
    text-align: center;
  }
}
.certyficate__wrapper .col-edu {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 0;
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-edu {
    width: 100%;
    padding: 10px 0 0;
  }
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-edu-1 {
    order: 1;
  }
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-edu-2 {
    order: 3;
    text-align: center;
    padding-top: 50px;
  }
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-edu-3 {
    order: 2;
  }
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-edu-4 {
    order: 4;
  }
}
.certyficate__wrapper .col-border {
  border-left: 2px solid #ddd;
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .col-border {
    border: 0;
  }
}
.certyficate__wrapper .text {
  width: calc(100% - 100px);
  max-width: 350px;
}
@media all and (max-width: 980px) {
  .certyficate__wrapper .text {
    border: 0;
    padding: 5px 0;
  }
}
@media all and (max-width: 780px) {
  .certyficate__wrapper .text {
    width: 100%;
    text-align: center;
  }
}
.certyficate__wrapper .text-full {
  width: 100%;
  max-width: 100%;
  border: 0;
}
.certyficate__wrapper .text ul li strong {
  color: #2e1259;
}
.certyficate__wrapper .text-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #2e1259;
  font-size: 2rem;
  line-height: 1.25em;
  padding: 0 0 10px;
}
.certyficate__wrapper .text-2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #d89c4a;
  font-size: 2rem;
  line-height: 1.25em;
  padding: 0 0 10px;
}
.certyficate__wrapper .text-3 {
  font-weight: 700;
  color: #303030;
  font-size: 1.8rem;
  line-hieght: 1.4em;
}
.certyficate__popup h3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3em;
  color: #2e1259;
  padding: 0 0 50px;
  font-family: 'Poppins', sans-serif;
}
@media all and (max-width: 980px) {
  .certyficate__popup h3 {
    font-size: 2.4rem;
    padding: 0 0 30px;
  }
}
@media all and (max-width: 450px) {
  .certyficate__popup h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.certyficate__popup__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.certyficate__popup__wrapper .col-1 {
  width: 55%;
  border-right: 2px solid #c4c4c4;
  padding: 0 40px 0 0;
}
@media all and (max-width: 780px) {
  .certyficate__popup__wrapper .col-1 {
    width: 100%;
    border: 0;
    padding: 0 30px;
    order: 1;
  }
}
.certyficate__popup__wrapper .col-2 {
  width: 45%;
  padding: 0 0 0 40px;
}
@media all and (max-width: 780px) {
  .certyficate__popup__wrapper .col-2 {
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
    order: 3;
  }
}
.certyficate__popup__wrapper .col-2 .text {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  padding: 0 0 10px;
}
.certyficate__popup__wrapper .col-2 .text-1 {
  color: #2e1259;
}
.certyficate__popup__wrapper .col-2 .text-2 {
  color: #d89c4a;
}
.certyficate__popup__wrapper .col-3 {
  width: 100%;
}
@media all and (max-width: 780px) {
  .certyficate__popup__wrapper .col-3 {
    order: 2;
    text-align: center;
  }
}
.certyficate__popup__wrapper .line-icons {
  display: flex;
  align-items: center;
  padding: 0 0 25px;
}
@media all and (max-width: 780px) {
  .certyficate__popup__wrapper .line-icons {
    display: block;
    text-align: center;
  }
  .certyficate__popup__wrapper .line-icons img {
    margin: 0 auto;
  }
}
.certyficate__popup__wrapper .line-icons p {
  width: calc(100% - 60px);
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.4em;
}
@media all and (max-width: 450px) {
  .certyficate__popup__wrapper .line-icons p {
    width: 100%;
    padding: 10px 0 0;
  }
}
.certyficate .prize {
  position: absolute;
  right: -40px;
  top: 25px;
  z-index: 0;
}
@media all and (max-width: 780px) {
  .certyficate .prize {
    width: 288px;
    margin: 30px auto;
    position: relative;
    left: 0;
    top: 0;
  }
}
.certyficate .prize div {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  left: 125px;
  top: 70px;
  color: #d89c4a;
}
.certyficate .prize div span:nth-child(1) {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1em;
}
.certyficate .prize div span:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
}
.certyficate .prize div span:nth-child(3) {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: block;
  text-transform: uppercase;
}
.certyficate__review {
  display: block;
  position: relative;
}
.certyficate__review:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
.certyficate__review:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: 'Podgląd';
  font-weight: 600;
  position: absolute;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  opacity: 0;
  z-index: 2;
  position: abslute;
  top: calc(50% - 12px);
  left: calc(50% - 45px);
  width: 90px;
  padding: 0 0 0 25px;
  background: url('../images/zoom.png') no-repeat left center;
}
.certyficate__review:hover:before,
.certyficate__review:hover:after {
  opacity: 1;
}
@media all and (max-width: 1240px) {
  .certyficate__top {
    display: none;
  }
}
.popup {
  transition-property: opacity, top;
  transition-duration: 0.5s, 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  top: 100vh;
}
.popup.open {
  visibility: unset;
  opacity: 1;
  top: 0;
}
.popup .close-btn {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 0;
  cursor: pointer;
}
.popup .close-btn:after,
.popup .close-btn:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #2e1259;
  position: absolute;
  top: 15px;
  left: 0;
}
.popup .close-btn:before {
  transform: rotate(45deg);
}
.popup .close-btn:after {
  transform: rotate(-45deg);
}
.popup .close-btn:hover:before,
.popup .close-btn:hover:after {
  background: #303030;
}
.popup .close-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__content {
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
  display: block;
  width: 100%;
  background: #fff;
  padding: 90px 60px;
  position: relative;
}
@media all and (max-width: 1080px) {
  .popup__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .popup__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1240px) {
  .popup__content {
    overflow: auto;
    height: 100%;
  }
}
@media all and (max-width: 980px) {
  .popup__content {
    padding: 60px 40px 40px;
  }
}
@media all and (max-width: 550px) {
  .popup__content {
    padding: 60px 15px 20px;
  }
}
.popup--data {
  display: none;
}
.popup--pharmapass .popup__content {
  max-width: 740px;
  padding: 20px 80px;
}
@media all and (max-width: 780px) {
  .popup--pharmapass .popup__content {
    padding: 20px 40px;
  }
}
.popup--video .popup__content {
  width: 650px;
  height: 340px;
  background: url('../images/video-popup-bg.png') no-repeat top right #fff;
  padding: 20px 300px 20px 45px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.3em;
  color: #2e1259;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
@media all and (max-width: 780px) {
  .popup--video .popup__content {
    width: 90%;
    height: auto;
    font-size: 1.8rem;
    padding: 100px 20px 20px;
    background-size: auto 70px;
    background-position: top center;
    text-align: center;
  }
}
.footer {
  background: #fff;
}
.footer__top {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  color: #999999;
  font-size: 1.4rem;
}
@media all and (max-width: 1080px) {
  .footer__top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .footer__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__sil {
  background: #f5f5f5;
  width: 100%;
  padding: 5px 0 15px;
}
.footer__sil__content {
  width: 100%;
  max-width: 1285px;
  padding: 0 70px;
  margin: 0 auto;
}
@media all and (max-width: 1080px) {
  .footer__sil__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 780px) {
  .footer__sil__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__sil__content .nav {
  padding: 0 0 15px;
  color: #b0b0b0;
  font-size: 1.2rem;
}
.footer__sil__content .nav span {
  cursor: pointer;
}
.footer__sil__content .nav span.active {
  color: #72787a;
}
.footer__sil__content .sil {
  font-size: 1rem;
  line-height: 1.4em;
  color: #000;
  text-align: justify;
  display: none;
}
.footer__sil__content .sil.active {
  display: block;
}
