.font-base {
  font-family: 'Arial', sans-serif;
}
.font-bold {
  font-weight: bold;
}
.font-no-bold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.icon {
  vertical-align: middle;
}
.icon-semi-small {
  height: 8px;
  width: 8px;
}
.icon-small {
  height: 12px;
  width: 12px;
}
.icon-extra-small {
  height: 16px;
  width: 16px;
}
.icon-semi-medium {
  height: 20px;
  width: 20px;
}
.icon-medium {
  height: 24px;
  width: 24px;
}
.icon-extra-medium {
  height: 28px;
  width: 28px;
}
.icon-semi-big {
  height: 32px;
  width: 32px;
}
.icon-big {
  height: 36px;
  width: 36px;
}
.icon-extra-big {
  height: 48px;
  width: 48px;
}
.icon-semi-giant {
  height: 56px;
  width: 56px;
}
.icon-giant {
  height: 60px;
  width: 60px;
}
.icon-extra-giant {
  height: 64px;
  width: 64px;
}
.icon-gray {
  fill: #999999;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
html {
  line-height: 1.42857143;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 1.8em;
  line-height: 1.07;
  margin: 0;
}
h2 {
  margin: 0.5em 0 0.8em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 0 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  font-size: 100%;
  line-height: 1.42857143;
  margin: 0;
  overflow: visible;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
ol,
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}
body {
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f5f5f5;
  font-family: 'Arial', sans-serif;
}
a {
  color: #204369;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #3268a4;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-pic {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.hide {
  display: none;
}
#header {
  width: 100%;
  height: 45px;
  background: #000;
  z-index: 1015;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  #header {
    max-width: calc(100vw - 15px);
  }
  #header:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #000;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 45px;
    width: 15px;
  }
}
#header .menu-mobile-button {
  float: left;
  width: 54px;
  height: 45px;
  text-align: center;
}
#header .menu-mobile-button .box-icon {
  float: left;
  width: 28px;
  margin: 8px 15px 0;
}
#header .menu-mobile-button .box-icon .path {
  fill: #fff;
}
#header .menu-mobile-button .box-icon .hamburger {
  display: inline;
}
#header .menu-mobile-button .box-icon .x-closed {
  display: none;
}
#header .menu-mobile-button.active .box-icon {
  width: 18px;
  margin: 13px 20px 0;
}
#header .menu-mobile-button.active .box-icon .hamburger {
  display: none;
}
#header .menu-mobile-button.active .box-icon .x-closed {
  display: inline;
}
#header .container-brand {
  float: left;
  margin: 4px 0 0 0;
}
#header .container-brand svg {
  fill: #fff;
}
#header .container-brand svg path {
  fill: #fff;
}
#header .container-brand > .brand {
  float: left;
  width: 133px;
  height: 25px;
  margin: 7px 0 0 0;
}
#header .container-brand.without-hamburger {
  margin: 4px 0 0 15px;
}
#header .container-header-right {
  float: right;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
#header .container-header-right .box-bell {
  position: relative;
  cursor: pointer;
}
#header .container-header-right .box-bell .nav-bar-link {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 22px;
  position: relative;
}
#header .container-header-right .box-bell .nav-bar-link svg {
  height: 22px;
}
#header .container-header-right .box-bell .nav-bar-link .number {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  background: #dc3233;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  text-align: center;
  font-size: 11px;
}
#header .container-header-right .block-login {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-login {
    margin: 0 0 0 15px;
  }
}
#header .container-header-right .block-login > .register-login {
  color: #fff;
  font-size: 14px;
}
#header .container-header-right .block-logged {
  margin: 0 0 0 30px;
  width: 30px;
  height: 30px;
  position: relative;
}
#header .container-header-right .block-logged img {
  position: absolute;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-logged {
    margin: 0 0 0 15px;
  }
}
#header.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  background: #000000;
}
#header.center .container-brand .brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header.center .container-brand .brand svg {
  fill: #fff;
  width: 144px;
  height: 27px;
}
#header.center .container-brand .brand svg path {
  fill: #fff;
}
.login--iframe #header.center {
  display: none !important;
}
.login--iframe #header {
  display: none;
}
body {
  background: #fff;
  font-family: 'Helvetica Neue', Roboto, Arial, sans-serif;
}
.page-quiz {
  max-width: 670px;
  margin: 0 auto;
  padding: 45px 10px 0;
  font-family: 'Helvetica Neue', Roboto, Arial, sans-serif;
}
.page-quiz .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  margin: 40px 0 30px;
}
.page-quiz .text-description {
  color: #838383;
  line-height: 25px;
}
.page-quiz .question-title {
  font-size: 25px;
  line-height: 32px;
  margin: 50px 0 15px;
  font-weight: bold;
}
.page-quiz .question-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.page-quiz .quiz-img {
  margin: 0 0 15px 0;
}
.page-quiz .reply {
  padding: 8px 10px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  margin: 0 0 40px 0;
}
.page-quiz .reply .reply-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.page-quiz .reply.ok .reply-title {
  color: #009322;
}
.page-quiz .reply.error .reply-title {
  color: #930000;
}
.page-quiz .reply .reply-description {
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 15px 0;
}
.page-quiz .reply .reply-description .bold {
  font-weight: bold;
}
.page-quiz .reply .reply-description.last {
  margin: 0 0 0 0;
}
.page-quiz .reply .quiz-img {
  margin: 0 0 0 0;
}
.page-quiz .box-btn {
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  padding: 10px;
  margin: 40px 0 40px 0;
}
.page-quiz .box-btn .box-btn-text {
  margin: 0 0 20px 0;
}
.page-quiz .box-btn .btn-quiz {
  background: #EB0055;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.page-quiz .box-btn .btn-quiz .btn-quiz-input {
  font-weight: bold;
  color: #fff;
  background: none;
  border: none;
  padding: 17px;
  width: 100%;
  cursor: pointer;
}
.page-quiz .box-btn .btn-quiz:hover {
  background: #9f0039;
}
.quiz-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}
.quiz-checkbox .checkbox-input {
  display: none;
}
.quiz-checkbox .checkbox-input:not(:checked) + label .fake-checkbox,
.quiz-checkbox .checkbox-input:checked + label .fake-checkbox {
  background: #ffffff;
  border: 2px solid #333;
  border-radius: 2px;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 18px;
}
.quiz-checkbox .checkbox-input:not(:checked) + label svg {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.quiz-checkbox .checkbox-input:not(:checked) + label svg,
.quiz-checkbox .checkbox-input:checked + label svg {
  color: #444;
  left: 1px;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 12px;
  height: 12px;
}
.quiz-checkbox .checkbox-input:not(:checked) + label,
.quiz-checkbox .checkbox-input:checked + label {
  cursor: pointer;
  padding: 8px 10px 8px 40px;
  position: relative;
  width: 100%;
}
.quiz-checkbox.last {
  margin: 0 0 20px 0;
}
.quiz-checkbox.ok {
  border: 1px solid #009322;
  background: #0093221A;
}
.quiz-checkbox.ok .checkbox-input {
  display: none;
}
.quiz-checkbox.ok .checkbox-input:not(:checked) + label .fake-checkbox,
.quiz-checkbox.ok .checkbox-input:checked + label .fake-checkbox {
  background: #ffffff;
  border: 2px solid #009322;
}
.quiz-checkbox.ok .checkbox-input:not(:checked) + label svg,
.quiz-checkbox.ok .checkbox-input:checked + label svg {
  color: #009322;
  fill: #009322;
}
.quiz-checkbox.error {
  border: 1px solid #930000;
  background: #9300001A;
}
.quiz-checkbox.error .checkbox-input {
  display: none;
}
.quiz-checkbox.error .checkbox-input:not(:checked) + label .fake-checkbox,
.quiz-checkbox.error .checkbox-input:checked + label .fake-checkbox {
  background: #ffffff;
  border: 2px solid #930000;
}
.quiz-checkbox.error .checkbox-input:not(:checked) + label svg,
.quiz-checkbox.error .checkbox-input:checked + label svg {
  color: #930000;
  fill: #930000;
}
.quiz-checkbox a {
  color: #204369;
}
.login-email .quiz-checkbox {
  padding: 5px 0 0 0;
}
.box-question .error-mess {
  display: none;
  margin: 0 0 10px 0;
  color: #930000;
}
.box-question.checked .quiz-checkbox {
  pointer-events: none;
}
.box-question.checked .quiz-checkbox.ok {
  border: 1px solid #009322;
  background: #0093221A;
}
.box-question.checked .quiz-checkbox.ok .checkbox-input {
  display: none;
}
.box-question.checked .quiz-checkbox.ok .checkbox-input:not(:checked) + label .fake-checkbox,
.box-question.checked .quiz-checkbox.ok .checkbox-input:checked + label .fake-checkbox {
  background: #ffffff;
  border: 2px solid #009322;
}
.box-question.checked .quiz-checkbox.ok .checkbox-input:not(:checked) + label svg {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.box-question.checked .quiz-checkbox.ok .checkbox-input:not(:checked) + label svg,
.box-question.checked .quiz-checkbox.ok .checkbox-input:checked + label svg {
  color: #009322;
  fill: #009322;
}
.box-question.required .error-mess {
  display: block;
}
.optional-check {
  position: relative;
  background: #F7FBFF;
  padding: 40px 0 1px 0;
  margin: 0 0 30px 0;
}
.optional-check .optional-check-close {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  right: 25px;
}
.login-email .optional-check .optional-check-close {
  right: 0;
}
.optional-check:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  background: #fafafa;
  height: 100%;
  left: 100%;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.optional-check:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  background: #fafafa;
  height: 100%;
  right: 100%;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.channel-box {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  padding: 30px 0;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .channel-box {
    margin-bottom: 100px;
  }
}
.channel-scroll-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.channel-scroll-box .channel-scroll-title {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  float: left;
  width: auto;
}
.channel-scroll-box .box-all {
  float: right;
  width: auto;
  margin: 8px 10px 0 0;
}
@media (min-width: 992px) {
  .channel-scroll-box .box-all {
    margin: 8px 10px 0 0;
  }
}
.channel-scroll-box .new-time-modified {
  margin: 14px 0 0 0;
  float: left;
  line-height: 1.1;
  font-size: 12px;
  color: #999999;
}
.channel-scroll-box .channel-scroll-inner {
  width: 100%;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll {
  padding: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 25px;
  width: 100%;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
  position: relative;
  width: 100%;
  min-width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin: 6px 0px 0px 0px;
  text-align: center;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.first {
  margin: 6px 15px 0 0;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard:last-child {
  min-height: auto;
}
@media (min-width: 768px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
    min-width: 130px;
    max-width: 160px;
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 100ms linear;
  transition: -webkit-box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  height: 100%;
  padding: 8px 8px 10px 8px;
  width: 100%;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -8px -8px 0;
  padding-bottom: 56.25%;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-avatar {
  display: block;
  position: relative;
  margin: -50px auto 0;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-avatar {
    width: 46px;
    height: 46px;
    margin: -36px auto 0;
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
    height: 36px;
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a {
  position: relative;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  white-space: initial;
  display: inline-block;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a .channels-pwa-minicard-title-link-a-span:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-placeholder {
  height: 15px;
  display: none;
}
.trust-title-section {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .trust-title-section {
    width: 50%;
  }
}
.trust-title-section .trust-title-inner {
  padding: 0 10px 0 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .trust-title-section .trust-title-inner {
    max-width: 500px;
    padding: 0 110px 0 10px;
  }
}
.trust-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .trust-box {
    padding: 0 0 60px 0;
  }
}
.single-trust {
  width: 100%;
  position: relative;
  padding: 40px 10px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-trust:nth-child(even) {
  background: #fff;
}
.single-trust:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: #f7f7f7;
}
.single-trust:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #fff;
}
.single-trust:nth-child(3) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  background: #fff;
}
.single-trust:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  background: #f7f7f7;
}
.single-trust:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  background: #fff;
}
.single-trust:nth-child(6) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  background: #f7f7f7;
}
.single-trust:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
  background: #fff;
}
.single-trust:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
  background: #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .single-trust {
    width: 50%;
  }
  .single-trust:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    background: #f7f7f7;
  }
  .single-trust:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background: #fff;
  }
  .single-trust:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    background: #f7f7f7;
  }
  .single-trust:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background: #fff;
  }
  .single-trust:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    background: #f7f7f7;
  }
  .single-trust:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    background: #ffffff;
  }
  .single-trust:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    background: #fff;
  }
  .single-trust:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
    background: #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
  }
}
.single-trust .trust-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
  width: 100%;
}
.single-trust .trust-icon {
  min-width: 50px;
  max-width: 50px;
  max-height: 40px;
  padding-right: 10px;
  line-height: 0;
}
.single-trust .trust-icon svg {
  max-width: 40px;
  max-height: 40px;
}
.single-trust .trust-title {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  color: #000000;
  margin: 0;
}
.single-trust .trust-text {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.single-trust .trust-text a {
  color: #204369;
}
@media screen and (min-width: 1024px) {
  .single-trust.single-trust-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .single-trust.single-trust-left .single-trust-inner {
    max-width: 500px;
    padding: 0 110px 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-trust.single-trust-right .single-trust-inner {
    max-width: 500px;
    padding: 0 10px 0 110px;
  }
}
.footer {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
  border: none;
  background: #EBEBEB;
  color: #666666;
  margin: 0;
  padding: 20px 20px;
}
@media screen and (min-width: 1024px) {
  .footer {
    max-width: calc(100vw - 15px);
    height: 79px;
  }
  .footer:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #666666;
    height: 79px;
    width: 15px;
    top: 0;
  }
}
.footer .footer-ul.top {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer .footer-ul.top {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer .footer-ul.top li {
  width: auto;
  margin: 0 10px 0 13px;
  white-space: nowrap;
  min-height: 17px;
}
.footer .footer-ul.top li.first {
  list-style-type: none;
}
.footer .footer-ul.top a {
  color: #666;
}
.footer .footer-copyright {
  margin: 10px 0 0px 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px) {
  .box-cookie-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1112;
  }
  .box-cookie-wrapper.hide {
    display: none;
  }
}
.content-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 100000;
  padding: 10px 15px 10px;
  border-top: 2px solid #000;
  color: #000000;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .content-cookie {
    padding: 25px 60px;
    left: auto;
    width: 1050px;
    bottom: auto;
  }
}
.content-cookie .btn-cookie-reject {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 6;
}
.content-cookie .btn-cookie-reject .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-reject .close {
    top: 0px;
  }
}
.content-cookie .btn-cookie-reject .close path {
  fill: #919191;
}
.content-cookie .title-cookie {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .title-cookie {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 17px;
  }
}
.content-cookie .title-cookie .svg-logo-blasting {
  width: 150px;
}
.content-cookie .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .content-cookie .wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cookie .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 20px);
}
.content-cookie .step-2 {
  display: none;
}
.content-cookie .step-2 .go-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content-cookie .step-2 .go-back .go-back-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-icon {
    width: 17px;
    height: 17px;
  }
}
.content-cookie .step-2 .go-back .go-back-text {
  text-align: left;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-text {
    height: 17px;
    font-size: 17px;
    line-height: 19px;
  }
}
.content-cookie .step-2 .title-step-2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .title-step-2 {
    font-size: 18px;
  }
}
.content-cookie .step-2 .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.content-cookie .step-2 .text-cookie.last {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .content-cookie .step-2 .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .step-2 .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-2 .box-or {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
  margin: 16px 0 28px;
}
.content-cookie .step-2 .box-or .line-or {
  width: 100%;
  border-top: 1px solid #707070;
}
.content-cookie .step-2 .box-or .text-or {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  text-align: center;
  background: #fff;
  padding: 0 5px;
}
.content-cookie .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn {
    margin: 0 auto;
    max-width: 345px;
  }
}
.content-cookie .box-btn .banner-cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  height: 38px;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  min-width: 148px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: #3C8429;
}
.content-cookie .box-btn .banner-cookie-btn:hover,
.content-cookie .box-btn .banner-cookie-btn:focus {
  background: #2a5d1d;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn .banner-cookie-btn {
    margin: 0 0px 20px 0px;
    height: 45px;
  }
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept {
  text-transform: uppercase;
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
}
.content-cookie .btn-cookie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 340px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
    line-height: 20px;
  }
}
.content-cookie .btn-cookie-link a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
}
.content-cookie .btn-cookie-link a.btn-vendors {
  text-align: right;
}
.content-cookie .btn-cookie-link span {
  color: #204369;
  margin: 0 7px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link span {
    margin: 0 10px;
  }
}
.content-cookie.hide {
  display: none;
}
.content-cookie .layer-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.content-cookie .layer-loading .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}
.content-cookie .text-b {
  display: none;
}
.content-cookie.version-b .text-a {
  display: none;
}
.content-cookie.version-b .text-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-sticky-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  color: #fff;
}
.cookie-sticky-icon:hover {
  background-color: #555;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
body.banner-cookie-active .banner-cookie-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
body.banner-cookie-active .cookie-sticky-icon {
  display: none !important;
}
body.banner-cookie-active.version-1 {
  position: fixed;
}
body.banner-cookie-active.version-1 .banner-cookie-background {
  display: none;
}
