@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
  }
  
  a:hover {
	color: #0056b3;
	text-decoration: underline;
  }
  
  a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
  }
  
  a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (min-width: 576px) {
	.container, .container-sm {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container, .container-sm, .container-md {
	  max-width: 720px;
	}
  }
  
  @media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
	  max-width: 1140px;
	}
  }
  
  .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }


  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
  }


*:focus,
button {
	outline: none !important;
}

ul {
	padding-inline-start: 0px;
}

body {
	font-family: 'Inter', sans-serif;
	background: #F7EFE3;
}

.sticky-top {
	background: #eaf0e5;
	position: relative !important;
}

.mainpage-header {
	padding-top: 280px;
	color: #fff;
	text-align: center;
	font-family: 'Inter', sans-serif;
}

.mainpage-header p {
	font-size: 22px;
}

.mainpage-block h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
}

.mainpage-block p {
	color: #fff;
}

.mainpage-block h1 span {
	color: #e01f2d;
}

.header-line .text-left img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 5px 0;
}

.header-line .text-right img {
	max-height: 46px;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 12px 0;
}

.header-line .text-right a,
.header-line .text-right>div {
	width: 50%;
}

.header-menu {
	padding: 0;
	margin-top: 10px;
}

.header-menu ul {
	padding-inline-start: 0;
	margin-bottom: 0;
	padding-top: 15px;
}

.header-menu ul li {
	display: inline-block;
	list-style-type: none;
	width: 18%;
	float: left;
	text-align: center;
}

.header-menu ul li:nth-child(2) {
	width: 14%
}

.header-menu ul li:nth-child(3) {
	width: 32%;
}

.header-menu .menu-hcp-menu-container ul li:nth-child(2) {
	width: 90px !important;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.header-menu .menu-hcp-menu-container ul li:nth-child(3) {
	width: 210px !important;
	border-right: 1px solid #ccc;
}

.header-menu .menu-patient-menu-container ul li:nth-child(2) {
	width: 160px !important;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.header-menu .menu-patient-menu-container ul li:nth-child(3) {
	width: 140px !important;
	border-right: 1px solid #ccc;
}

.header-menu ul li a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;
	color: #2E2E2E;
	position: relative;
	display: block;
}

.header-menu ul li a span {
	position: relative;
}

.header-menu ul li a span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: -10px;
	height: 2px;
	background-color: #3c3c3c;
	content: "";
	transition: width 0.3s ease-out;
}

.header-menu ul li a:hover span:after,
.header-menu ul li a:focus span:after {
	width: 100%;
	float: left;
}

.header-menu ul li a:hover {
	text-decoration: none;
}

.navbar-toggle {
	position: absolute;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 9px 8px;
	right: 0;
	z-index: 9;
}

.navbar-toggle .icon-bar {
	background-color: #e01f2d;
	border-radius: 1px;
	display: block;
	height: 5px;
	margin: 5px 0;
	width: 40px;
	margin-right: 10px;
}

.header-sandwich {
	position: absolute;
	right: 0;
}

#aside-menu {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	background: #000;
	color: #000;
	transition: width 0.5s ease-out 0.5s;
	z-index: 99999;
	display: flex !important;
}

#aside-menu.opened {
	width: 100%;
	color: #fff;
	transition: width 0.5s ease-out;
}

#menu-close {
	display: none;
	width: 40px;
	height: 40px;
	color: #ddd;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

#aside-menu.opened #menu-close {
	display: block;
}

#aside-menu li {
	list-style-type: none;
	text-align: center;
}

.menu-hcp-menu-container,
.menu-patient-menu-container {
	-ms-flex-item-align: center !important;
	align-self: center !important;
	width: 100%;
}

#aside-menu li a {
	color: #000;
	font-size: 15px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	transition: color 0.5s ease-out;
}

#aside-menu.opened li a {
	color: #fff;
	transition: color 0.5s ease-out 0.5s;
}

.cont-video {
	text-align: center;
	position: relative;
	padding: 2px;
	margin-top: 2px;
}

.cont-video img {
	width: calc(100% - 8px);
	height: auto;
}

.start-video:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	margin-left: -54px;
	margin-top: -54px;
	background: url('images/web-playbutton.png') center center no-repeat;
	width: 108px;
	height: 108px;
}

#scroll-bar {
	position: fixed;
	top: calc(50% - 330px);
	z-index: 9999;
	flex-direction: column;
	display: -webkit-flex;
	display: none !important;
	height: 100vh;
	justify-content: center;
}

#scroll-bar a {
	display: block;
	width: 2px;
	height: 68px;
	position: relative;
	padding-top: 8px;
	left: 16px;
}

#scroll-bar a:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #bfb7b5;
	position: absolute;
	top: 0;
	left: -3px;
}

#scroll-bar .progressLine {
	display: block;
	width: 2px;
	height: 60px;
	background: #bfb7b5;
	transform: scaleY(0);
	transform-origin: top left;
}

#scroll-bar a:last-child .progressLine {
	display: none;
}

#activeBlock {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-ms-writing-mode: tb-lr;
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	transform: rotate(180deg);
	color: #bfb7b5;
	transition: all .5s linear;
	white-space: nowrap;
	font-family: Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	width: 30px;
	height: calc(50% - 170px);
}

.subheader {
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: -0.02em;
	text-align: left;

}

footer {
	background: #001A22;
	padding: 50px 0;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

footer a {
	color: #6bc7db;
	text-decoration: underline;
	transition: all .3s;
}

footer .footer-menu>div {
	margin-top: 25px;
}

footer .copyright {
	opacity: 60%;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
}

.footer-info {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 40px;
	opacity: .8;
}

.cookie-line,
.cookie-logo {
	margin-top: 100px;
	margin-bottom: 15px;
}

.cookie-line a {
	display: block;
	color: #fff;
	font-family: 'Inter', sans-serif;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

.cookie-line a:hover {
	text-decoration: none;
}

.block1 {
	height: 1024px;
	background: url('i/b1-bg.jpg') center center no-repeat;
	margin-top: -100px;
	position: relative;
}

.block1 .wrp {
	background: url('i/b1-bg2.png') center center no-repeat;
	height: 100%;
}

.block1 .b1-bottom {
	background: url('i/b1-bottom.png') center center no-repeat;
	bottom: 0;
	position: absolute;
	height: 272px;
	width: 100%;
}

.b1-txt {
	margin-top: 450px;
	font-size: 46px;
	color: #fff;
	font-family: 'Inter', sans-serif;
}

.b1-txt span {
	font-weight: 700;
	color: #b21207;
}

.block2 {
	min-height: 950px;
	padding-top: 100px;
	background: #000 url('i/b2-right.png') right center no-repeat;

}

.block-header {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #00ACD1;
}

.block-subheader {
	font-family: 'Inter', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: -0.02em;
	color: #00ACD1;
}

#qwiz .block-subheader {
	font-size: 38px;
	line-height: 44px;
}

.b2-right {
	color: #fff;
	font-family: 'Inter', sans-serif;
	margin-top: 12px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.b2-right>div {
	margin-top: 25px;
}

.b2-right>div.type1,
.b2-right>div.type2 {
	padding-left: 30px;
	position: relative;
}

.b2-right>div.type1::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #EDD000;
}

.b2-right>div.type2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #E2002F;
}

.b2-bottom {
	background: linear-gradient(to bottom, black, #0a0a0a);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	margin-top: 80px;
	text-transform: uppercase;
}


.block2 .wrp {
	background: url('i/b2-left.png') left 100px no-repeat;
}

.block3 {
	background: url('i/b3-bg.jpg') center center no-repeat;
	position: relative;
	padding-bottom: 50px;
}

.b3-top {
	min-height: 250px;
	background: url('i/b3-top.png') center top no-repeat;
	text-align: center;
	font-size: 34px;
	line-height: 48px;
}

.block3 .gradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: linear-gradient(to bottom, #0a0a0a, transparent, #F7EFE3);
}

.block3 .block-header {
	margin-top: 150px;
	z-index: 3;
}

.block3 .film img {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

.block3 .film video {
	z-index: 999;
	width: 100%;
	position: relative;
}

.block4 {}

.header-for-block4 {
	margin-top: 220px;
}

.block4 .row {
	margin-top: 70px;
}

.block4 .icon {
	text-align: right;
}

.block4 .text {
	padding-left: 40px;
	padding-right: 80px;
}

.block4 .text,
.block5 .text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	font-family: 'Inter', sans-serif;
}

.block5 .text p:first-child {
	margin-top: 0;
}

.block4 .text p,
.block5 .text p {
	margin-top: 25px;
}

.block4 .text b {
	font-size: 26px;
	color: #393939;
	font-weight: 700;
	line-height: 40px;
}

.block5 {
	margin-top: 170px;
	background: url('i/b4_cir_l.svg') left 100px no-repeat;
}

.block5 .wrp {
	background: url('i/b4_cir_r.svg') right bottom no-repeat;
}

.block5 .text {
	padding-bottom: 200px;
	background: url('i/b4_cir_c.svg') left 60% bottom 50px no-repeat;
}

.block6 {}

.block6 .wrp2 {
	position: relative;
}

.block6 .wrp2::before,
.block6 .wrp2::after {
	content: '';
	width: calc(50% - 15px);
	top: 0;
	bottom: 0;
	position: absolute;
}

.block6 .wrp2::before {
	background: url('i/b6-l.png') left top 50% no-repeat;
	background-size: cover;
	left: 0;
}

.block6 .wrp2::after {
	background: url('i/b6-r.png') right top no-repeat;
	background-size: cover;
	right: 0;
}

.block6 .header {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #393939;
	padding-bottom: 200px;
	background: url('i/b6-circle.svg') left 30% bottom -50% no-repeat;
	background-size: 20%;
}

.block6 .block {
	padding: 15px;
	z-index: 3;
}

.block6 .block .wrp {
	background: #fff;
	border-radius: 8px;
	padding: 30px 40px;
	height: 100%;
	margin-top: -15px;
}

.block6 .block:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(i/soplia.svg) center center no-repeat;
	position: absolute;
	left: -10px;
	top: 20px;
}

.block6 .block .subheader {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #00ACD1;
}

.block6 .block p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
	margin: 20px 0;
}

.block7 {
	position: relative;
	padding-top: 200px;
	background: url(i/big-circle.png) right top -100px no-repeat;
}

.block7 .header {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #393939;
}

.block7 .intro {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	color: #393939;
	margin-bottom: 25px;
}

.block7 .leftside,
.block7 .rightside {
	margin-top: 140px;

}

.block7 .subtext {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.005em;
	text-align: left;
	color: #393939;
	margin-top: 40px;
}


.block7 .rightside {
	padding-left: 50px;
}

.block7 .rightside p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	margin-bottom: 35px;
	color: #333;
}

a.link {
	background: #E8000F;
	color: #fff;
	text-decoration: none;
	padding: 15px 35px 10px 35px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0em;
	border-radius: 8px;
	display: inline-block;
	transition: all .3s;
}

a.link:hover,
#qwiz input.qsm-btn.qsm-submit-btn.qmn_btn:hover {
	background: #ab030e !important;
}

.block7 .rightside a {
	margin-top: 30px;
}

a.link img {
	margin-left: 30px;
}

.block8 {
	position: relative;
	margin-top: 80px;
	background: url(i/b8-bg.jpg) center top no-repeat;

}

.block8::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(i/b8-bg2.png) center top no-repeat;
	background-size: cover;
}

.block8 .block-header {
	margin-top: 200px;
	margin-bottom: 50px;
}

.block8 .intro {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	color: #393939;
}

.block8 a.link {
	padding: 15px 40px;
	margin-top: 60px;
}

.block8 .txt {
	margin-top: 150px;
	margin-bottom: 80px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	color: #393939;
}

.block8 .txt .b,
.block8 .txt a {
	font-weight: 700;
	color: #393939;
}

.mlw_qmn_quiz {
	margin-bottom: 80px;
}

#qwiz {
	margin-top: 80px;
}

#qwiz .txt {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #393939;
}

#qwiz .qsm-before-message strong {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color: #393939;
}

#qwiz span.mlw_qmn_new_question {
	font-size: 26px;
	padding-bottom: 20px;
	display: block;
}

form .quiz_section,
.qsm_questions_answers_section {
	max-width: 850px;
	margin: 0 auto;
}

form .quiz_section.quiz_begin {
	margin-left: 0;
}

form .mlw_qmn_message_before {
	color: #393939;
}

#qwiz div.qmn_mc_answer_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#qwiz div.qmn_mc_answer_wrap label {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}

#qwiz div.qmn_mc_answer_wrap input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-riht: 10px;
}

section.qsm-page .quiz_section {
	width: 75%;
	margin: 0 auto;
}

section.qsm-page .mlw_qmn_new_question {
	margin-top: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	color: #393939;
	display: block;
	margin-bottom: 40px;
}

section.qsm-page .qmn_mc_answer_wrap {
	margin-top: 15px;
}

section.qsm-page .qmn_mc_answer_wrap input[type=checkbox],
section.qsm-page .qmn_mc_answer_wrap input[type=radio] {
	width: 22px;
	height: 22px;
}

section.qsm-page .qmn_mc_answer_wrap input[type=checkbox]:hover,
section.qsm-page .qmn_mc_answer_wrap input[type=radio]:hover {
	cursor: pointer;
}

section.qsm-page .qmn_mc_answer_wrap label {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #393939;
}

section.qsm-page .quiz_section.quiz_begin {
	width: 100%;
}

#qwiz .mlw_qmn_message_before {
	margin-bottom: 0;
}

#qwiz .mlw_qmn_message_before p {
	margin: 20px 0 0 0;
}

#qwiz input.qsm-btn.qsm-submit-btn.qmn_btn {
	background: #E8000F !important;
	color: #fff !important;
	text-decoration: none !important;
	padding: 15px 35px 15px 35px !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 27px !important;
	letter-spacing: 0em !important;
	border-radius: 8px !important;
	display: inline-block !important;
	transition: all .3s !important;
	outline: none;
	border: 0;
	margin: 0 auto !important;
}

#qwiz .qsm-pagination {
	border: 0 !important;
	margin-top: 25px;
}

#f-reset-form {
	display: inline-block;
	margin-left: 40px;
	border-bottom: 1px solid #393939;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

#f-reset-form:hover {
	border: 0;
	cursor: pointer;
}



@media screen and (max-width: 991px) {
	section.qsm-page .quiz_section {
		width: 100%;
	}

	.home .header-line .col-12 {
		text-align: center !important;
	}

	.header-line {
		margin: 5px 0;
		position: relative;
	}

	.header-line .col-12 {
		text-align: left !important;
	}

	.block1 {
		height: 825px;
		background: url('i/b1-bg.jpg') top left 70% no-repeat;
	}

	.b1-txt {
		margin-top: 350px;
	}

	.block-header {
		font-size: 40px;
	}

	.header-for-block4 {
		margin-top: 100px;
	}

	.block4 .icon {
		text-align: center;
		margin-bottom: 25px;
	}

	.block4 .row {
		margin-top: 40px;
	}

	.block4 .text {
		padding: 0;
		text-align: center;
	}

	.block5 {
		margin-top: 120px;
	}

	.block5 .block-header {
		text-align: center !important;
		margin-bottom: 25px;
	}

	.block5 .block-header br,
	.block7 .leftside br {
		display: none;
	}

	.block6 .header {
		padding-bottom: 80px;
		font-size: 26px;
	}

	.block7 {
		padding-top: 80px;
	}

	.block7 .leftside,
	.block7 .rightside {
		margin-top: 60px;
	}

	.block7 .leftside .block-header,
	.block7 .leftside .subtext {
		text-align: center;
	}

	.block7 .rightside {
		padding: 0 15px;
	}

	.block8 .block-header {
		margin-top: 80px;
	}

	#qwiz .block-subheader {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	section.qsm-page .mlw_qmn_new_question {
		font-size: 22px;
		line-height: 32px;
	}


}


@media screen and (max-width: 767px) {

	.b1-txt {
		margin-top: 250px;
		font-size: 36px;
	}

	.block-header {
		font-size: 32px;
		line-height: 44px;
	}

	.b2-right {
		font-size: 16px;
	}

	.b2-bottom br {
		display: none;
	}

	.b2-bottom {
		font-size: 24px;
		line-height: 34px;
	}

	.block3 .block-header {
		margin-top: 80px;
	}

	.block8 a.link {
		display: block;
	}

	.block8 .txt {
		margin-top: 120px;
		margin-bottom: 50px;
	}

	.cookie-line,
	.cookie-logo {
		margin-top: 50px;
	}

	.footer-info {
		font-size: 14px;
		line-height: 24px;
	}

	.block4 .text {
		padding: 0 15px;
	}

	#qwiz div.qmn_mc_answer_wrap label {
		font-size: 20px !important;
	}

}

@media screen and (max-width: 576px) {

	.block1 {
		height: 700px;
	}

	.b1-txt {
		font-size: 26px;
		text-shadow: 1px 1px 3px #000;
	}

	.block2 {
		padding-top: 50px;
	}

	.b2-bottom {
		font-size: 20px;
		line-height: 30px;
	}

	.block-header {
		font-size: 25px;
		line-height: 35px;
		text-shadow: 1px 1px 1px #000;
	}

	.header-line {
		margin: 0;
	}

	.block7 .rightside a {
		display: block;
		text-align: center;
	}

	footer .footer-menu>div,
	.footer-info {
		margin-top: 10px;
		font-size: 13px;
	}

	.cookie-line,
	.cookie-logo {
		margin-top: 25px;
	}

	.block4 .icon img {
		max-width: 40%;
	}

	.block4 .text b {
		font-size: 22px;
		line-height: 28px;
	}

	.block4 .text p,
	.block5 .text p {
		font-size: 16px;
		line-height: 24px;
	}

	.block5 .text {
		padding-bottom: 100px;
	}

	.block6 .header {
		font-size: 20px;
		line-height: 30px;
	}

	.block6 .block .wrp {
		padding: 15px 20px;
	}

	.block6 .block:after {
		width: 25px;
		height: 25px;
		background-size: contain;
		left: 5px;
		top: 15px;
	}

	.block6 .block .subheader {
		font-size: 18px;
		line-height: 26px;
	}

	.block7 .header {
		font-size: 24px;
		line-height: 34px;
		margin-top: 20px;
	}

	.block7 .subtext {
		font-size: 22px;
		line-height: 30px;
	}

	.block8 .block-header {
		margin-top: 0;
	}

	#qwiz {
		margin-top: 30px;
	}

	#qwiz .block-subheader {
		font-size: 24px;
		line-height: 34px;
	}

	#qwiz span.mlw_qmn_new_question {
		font-size: 20px;
	}

	#qwiz div.qmn_mc_answer_wrap input[type="radio"] {
		width: auto;
	}

	#qwiz .qsm-auto-page-row.quiz_section.quiz_end {
		text-align: center;
	}

	#qwiz div.qmn_mc_answer_wrap label {
		font-size: 18px !important;
	}

	#qwiz .qsm-submit-btn {
		width: 100%;
	}

	#qwiz #f-reset-form {
		margin-left: 0;
		margin-top: 20px;
	}

}



.btn {
	cursor: pointer;
}

.download {
	cursor: pointer;
}

.kaltura-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.kaltura-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


