/*
Theme Name: testking
*/

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  font-family: 'Poppins';
}

.boxed_layout #page {
  width: 1240px;
}

.np-post-title.small-size a {
  font-weight: 400;
}

#site-navigation ul li a,
.np-home-icon a {
  line-height: 46px;
}

#masthead .site-branding {
  margin: 11px 0;
}

.np-logo-section-wrapper {
  padding: 30px 0;
}

.boxed_layout .mt-container {
  width: 1170px;
}

#np-menu-wrap-sticky-wrapper {
  float: none !important;
}

#colophon .textwidget {
  color: #ccc;
}

.np-home-middle-section .middle-primary {
  float: right;
}

.np-home-middle-section .middle-aside {
  float: left;
  width: 30%;
}

.np-block-title,
.widget-title,
.page-header .page-title,
.np-related-title {
  background: none;
  border-top: none;
  padding: 0px 0 10px;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
}

.np-block-title .np-title:after,
.np-block-title:after,
.widget-title::after,
.page-header .page-title::after,
.np-related-title::after {
  background: #de2023;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
}

.news_portal_block_posts .np-block-title:after {
  display: none;
}

#top-footer .widget-title {
  background: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

.page-content a,
.entry-content a,
.entry-summary a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
Header layout one  CSS
--------------------------------------------------------------*/
.header-layout--layout1 #site-navigation ul li a {
  border-left: 0px;
  border-right: 0px;
}
.header-layout--layout1 #masthead .site-branding {
  float: none;
  text-align: center;
}

.header-layout--layout1 #masthead .mt-container.np-header-ads-area {
  float: none;
  margin: 40px auto;
}

.header-layout--layout1 .np-logo-section-wrapper {
  padding: 10px 0px;
}

.header-layout--layout1 .np-header-menu-wrapper::after,
.header-layout--layout1 .np-header-menu-wrapper::before,
.header-layout--layout1 .np-header-menu-block-wrap::before,
.header-layout--layout1 .np-header-menu-block-wrap::after {
  display: none;
}

/* css end */

.mt-container {
  width: 1320px;
}

.mt-header-search-live-wrap {
  float: right;
}

.site-mode--dark .elementor-element,
.site-mode--dark .elementor-element .elementor-widget-container,
.site-mode--dark .cvmm-block-category-collection--layout-one .cvmm-cat-content-all-wrapper {
  background-color: #000 !important;
}

.site-mode--dark .elementor-element a,
.site-mode--dark .elementor-element .cvmm-post-content,
.site-mode--dark .cvmm-timeline-desc p,
.site-mode--dark .cvmm-post-meta .cvmm-post-meta-item {
  color: #fff !important;
}

.central-news-no-image .cvmm-timeline-allcontent-wrap {
  width: 100%;
  padding-left: 0px;
}

.np-icon-elements a:focus {
  color: #fff;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular);

@charset "UTF-8";
@font-face {
  font-family: Arial;
  src: url(./assets/fonts/Arial.woff2), url(./assets/fonts/Arial.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arial;
  src: url(./assets/fonts/ArialBold.woff2), url(./assets/fonts/ArialBold.woff);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(./assets/fonts/OpenSans.woff2), url(./assets/fonts/OpenSans.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  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;
  background-color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(30%, #f0f2fc),
    color-stop(30%, #f0f2fc),
    color-stop(70%, #f0f2fc),
    to(#fff)
  );
  background: -o-linear-gradient(left, #fff 0, #f0f2fc 30%, #f0f2fc 30%, #f0f2fc 70%, #fff 100%);
  background: linear-gradient(to right, #fff 0, #f0f2fc 30%, #f0f2fc 30%, #f0f2fc 70%, #fff 100%);
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #474c58;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

::-moz-input-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:focus {
  outline: 0;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

.disabled,
:disabled {
  cursor: not-allowed;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 100px #fff inset;
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 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;
  z-index: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 6px;
}

.wrap-invoice {
  padding-top: 20px;
  max-width: 730px;
  background-color: #fff;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content {
  width: 100%;
}

.content-2 {
  width: calc(100% - 268px);
}

@media (max-width: 992px) {
  .content-2 {
    width: 100%;
  }
}

.section {
  margin-bottom: 8px;
  padding: 12px 13px 15px 13px;
  overflow: hidden;
}

.section._border {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.section._gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dde5f9),
    color-stop(30%, #f6f9fe)
  );
  background: -o-linear-gradient(top, #dde5f9, #f6f9fe 30%);
  background: linear-gradient(to bottom, #dde5f9, #f6f9fe 30%);
}

.section._orange {
  background-color: #ffeebd;
}

.section._lite-grey {
  background-color: #fbfbfb;
}

.section._white {
  background-color: #fff;
}

.section._mb_0 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section._mb_0 {
    margin-bottom: 8px;
  }
}

.section._pt_0 {
  padding-top: 0;
}

.section._p_0 {
  padding: 0;
}

.section._bottom_dark {
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
}

.border-grey {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.padding-0-9 {
  padding: 0 9px;
}

.section-v2 {
  padding-left: 6px;
}

@media (max-width: 768px) {
  .section-v2 {
    padding: 0;
  }
}

.shadow-around {
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.shadow-around._lite {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.h1 {
  color: #274479;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.23;
}

.h1._v2 {
  margin-bottom: 8px;
}

.h1._mb_8 {
  margin-bottom: 8px;
}

.h1._mb_11 {
  margin-bottom: 11px;
}

.h1._fsz_20 {
  font-size: 20px;
}

.subtitle {
  font-family: Helvetica, sans-serif;
  color: #2e5eb6;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.subtitle._v2 {
  font-size: 18px;
  line-height: 1.2;
}

.subtitle-sec {
  color: #274479;
  margin-bottom: 10px;
}

.h2 {
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  color: #274479;
}

.h2._fsz_16 {
  font-size: 16px;
}

.h2._fsz_18 {
  font-size: 18px;
}

.h2._m_sm {
  margin-bottom: 5px;
}

.h2._mb_5 {
  margin-bottom: 5px;
}

.h2._mb_8px {
  margin-bottom: 10px;
}

.title-3 {
  font-size: 18px;
  color: #2e5eb6;
}

.title-3._mb_10 {
  margin-bottom: 10px;
}

.h3 {
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  color: #274479;
}

.bold {
  font-weight: 700;
}

.fsz_16 {
  font-size: 16px;
}

.lh_1-3 {
  line-height: 1.3;
}

.mb_0 {
  margin-bottom: 0;
}

.underline {
  text-decoration: underline;
}

.hov-underline:hover {
  text-decoration: underline;
}

.blue {
  color: #0a4c9d;
}

.red {
  color: red;
}

.link {
  text-decoration: underline;
  color: #0a4c9d;
}

.fl-center {
  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;
  padding: 5px;
}

.about ol,
.ollist ol,
.pass-req__two ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 20px;
  margin-bottom: 10px;
}

.about ol li,
.ollist ol li,
.pass-req__two ol li {
  margin-bottom: 8px;
}

.about ul,
.pass-req__two ul,
.ullist ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 10px;
}

.about li,
.pass-req__two li,
.ullist li {
  margin-bottom: 8px;
}

.em {
  font-style: italic;
}

.text-more-hidden {
  display: none;
}

.boxx {
  line-height: 1.4;
  color: #474c58;
}

.boxx__img {
  width: 120px;
  padding-top: 7px;
  margin: 0 10px 5px 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.boxx__img._mb_15 {
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .boxx__img {
    display: none;
  }
}

.boxx h1,
.boxx h2 {
  font-family: Helvetica, sans-serif;
  color: #274479;
  font-size: 20px;
  margin-bottom: 10px;
}

.boxx p {
  margin-bottom: 10px;
}

.boxx a {
  color: #0a4c9d;
  text-decoration: underline;
}

.boxx .list {
  margin-bottom: 10px;
}

.boxx .list__item {
  margin-bottom: 4px;
  font-size: 12px;
}

.boxx._list ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.boxx._list li {
  margin-bottom: 4px;
}

.btn {
  padding: 11px 25px 11px 25px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  border: solid 1px #f4930b;
  border-bottom-color: #a85f02;
  border-radius: 5px;
  background-color: #febe1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fec11e), to(#ee8300));
  background: -o-linear-gradient(top, #fec11e, #ee8300);
  background: linear-gradient(to bottom, #fec11e, #ee8300);
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #ffe7a5;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #ffe7a5;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover {
  -webkit-box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #fec11e;
  box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #fec11e;
}

.btn._blue {
  border: solid 1px #50b5d5;
  background-color: #2569a6;
  border-bottom-color: #2569a6;
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #bbe7f1;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #bbe7f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#6bcae0), to(#2569a6));
  background: -o-linear-gradient(top, #6bcae0, #2569a6);
  background: linear-gradient(to bottom, #6bcae0, #2569a6);
}

.btn._blue:hover {
  -webkit-box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #50b5d5;
  box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #50b5d5;
}

.btn-grey {
  padding: 5px 15px 5px;
  color: #535353;
  font-family: Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  display: inline-block;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  background: -o-linear-gradient(top, #ddd, #bbb);
  background: linear-gradient(to bottom, #ddd, #bbb);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn-grey:hover {
  -webkit-box-shadow: 0 1px 3px 0 transparent;
  box-shadow: 0 1px 3px 0 transparent;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
}

.btn-blue {
  color: #fff;
  font-family: Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#61a7dc), to(#2a70a5));
  background: -o-linear-gradient(top, #61a7dc, #2a70a5);
  background: linear-gradient(to bottom, #61a7dc, #2a70a5);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}

.btn-blue:hover {
  -webkit-box-shadow: 0 1px 3px 0 transparent;
  box-shadow: 0 1px 3px 0 transparent;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
}

.up {
  width: 35px;
  height: 35px;
  border: solid 1px #f4930b;
  border-bottom-color: #a85f02;
  border-radius: 50%;
  background-color: #febe1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fec11e), to(#ee8300));
  background: -o-linear-gradient(top, #fec11e, #ee8300);
  background: linear-gradient(to bottom, #fec11e, #ee8300);
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #ffe7a5;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #ffe7a5;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  z-index: 100;
}

.up img {
  width: 16px;
  margin: 0 auto;
}

.up:hover {
  opacity: 1;
}

.box-search-secondary {
  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;
  margin-top: 11px;
}

.search-secondary {
  padding: 24px 18px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #3d88ca;
  overflow: hidden;
  background: url(./assets/images/search-fon.png) left center no-repeat;
  background-size: cover;
  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;
  max-width: 442px;
  width: 100%;
}

@media (max-width: 350px) {
  .search-secondary {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search-secondary__select {
  padding: 8px 7px 7px;
  border-radius: 5px;
  margin-right: 14px;
  font-size: 13px;
  max-width: 288px;
  width: 100%;
  border: none;
}

@media (max-width: 350px) {
  .search-secondary__select {
    margin: 0 0 15px 0;
  }
}

.search-secondary__btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 9px;
}

.breadcrumbs__item {
  font-size: 10px;
  color: #898989;
}

.breadcrumbs__item a {
  color: #0a4c9d;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 16px;
  position: relative;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 3px;
  right: -9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs__link {
  color: #226cb1;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .tab {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab__btn {
  color: #274479;
  padding: 12px 15px 10px;
  background-color: #f2f3f4;
  border-left: 1px solid #f2f3f4;
  border-top: 1px solid #f2f3f4;
  border-right: 1px solid #f2f3f4;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
  position: relative;
}

.tab__btn:not(:last-child) {
  margin-right: 2px;
}

.tab__btn.active {
  background-color: #fff;
  border-color: #c9c9c9;
  bottom: -1px;
  padding: 11px 15px 11px;
}

.tab-content {
  border-top-left-radius: 0 !important;
  overflow: hidden;
  color: #0a4c9d;
}

.tab-content__item {
  display: none;
}

.tab-content__item.active {
  display: block;
}

.tab-content__notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .tab-content__notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-content__notes > * {
  width: calc(100% / 2 - 15px);
}

@media (max-width: 576px) {
  .tab-content__notes > * {
    width: 100%;
  }
}

.tab-content__notes-left {
  margin-right: 30px;
}

@media (max-width: 576px) {
  .tab-content__notes-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.tab-content__notes-right ol,
.tab-content__notes-right ul {
  padding-left: 15px;
  margin-bottom: 10px;
}

.tab-content__notes-right li {
  list-style-type: disc;
}

.tab-content__title-step {
  color: #2e5eb6;
  font-size: 16px;
  margin-bottom: 7px;
}

.tab-content._pt_0 {
  padding-top: 0;
}

@media (max-width: 576px) {
  .tab-content {
    border-top-right-radius: 0 !important;
  }
}

.tab-exam {
  line-height: 1.4;
  color: #474c58;
}

.tab-exam__item {
  padding-top: 10px;
}

.tab-exam__item .h3 {
  margin-bottom: 10px;
}

.tab-faq__q {
  font-weight: 700;
  margin-bottom: 7px;
}

.tab-faq__a {
  margin-bottom: 10px;
}

.tab-faq__a a {
  text-decoration: underline;
  color: #0a4c9d;
}

.tab-reviews__q {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 7px;
}

.tab-reviews__a {
  font-style: italic;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.tab-reviews__a:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.tab-info {
  padding-top: 20px;
}

.exam-data {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  padding: 2px 9px 17px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.exam-data p:not(:last-child) {
  margin-bottom: 0;
}

.exam-data p:last-child {
  margin-bottom: 0;
}

.exam-data a:hover {
  text-decoration: underline;
}

.exam-data.__nn {
  border-bottom: none;
  padding-bottom: 7px;
}

.exam-guarant-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .exam-guarant-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.exam-guarant {
  max-width: 476px;
  background-color: #ffeebd;
  padding: 17px 10px 25px;
  position: relative;
  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;
}

.exam-guarant__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

@media (max-width: 400px) {
  .exam-guarant__img {
    display: none;
  }
}

.exam-guarant__text h3 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 120px;
}

.exam-guarant__text p {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
}

.exam-guarant__flag {
  position: absolute;
  top: 20px;
  right: -7px;
  width: 134px;
  height: 26px;
  background: url(/design/images/flag.png) no-repeat center center;
  color: #fff;
  text-align: center;
}

.exam-guarant__flag span {
  position: relative;
  top: 6px;
}

.exam-guarant__flag small {
  font-size: 11px;
}

.exam-guarant._center {
  margin-left: auto;
  margin-right: auto;
}

.exam-add-cart {
  text-align: right;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exam-add-cart__table {
  text-align: right;
}

.exam-add-cart__table tr:first-child td {
  padding-bottom: 6px;
}

.exam-add-cart__table tr:last-child td {
  padding-bottom: 10px;
}

.exam-add-cart__table td:first-child {
  padding-right: 15px;
}

.exam-add-cart__old-price {
  font-size: 22px;
}

.exam-add-cart__old-price td:last-child {
  text-decoration: line-through;
}

.exam-add-cart__new-price {
  font-size: 24px;
  color: #2e5eb6;
  font-weight: 700;
}

.exam-add-cart__btn {
  font-size: 18px;
  width: 100%;
  max-width: 170px;
  margin-bottom: 14px;
  padding-top: 9px;
  padding-bottom: 8px;
}

.exam-add-cart__wrap-response {
  display: none;
}

.exam-add-cart__response {
  font-size: 18px;
  font-weight: 700;
  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;
  max-width: 170px;
  width: 100%;
  margin-left: auto;
}

.exam-add-cart__response span {
  color: green;
}

.exam-add-cart__response a {
  color: #b97508;
  text-decoration: underline;
}

.slider {
  margin: 0 -15px -15px -15px;
  padding-top: 20px;
}

.slider__list {
  margin-bottom: 30px;
}

.slider__item {
  max-width: 564px;
  opacity: 0.3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  transform: scale(0.82);
  height: auto;
}

.slider__item.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slider__item.slick-center .slider__title {
  opacity: 1;
}

.slider__img {
  margin-bottom: 15px;
}

.slider__title {
  display: block;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.slider__control {
  height: 60px;
  background-color: #f5f8ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .slider__control {
    height: 40px;
  }
}

.slider__arrow {
  background-color: #ecf0f9;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% / 3);
}

.slider__arrow._prev {
  background-image: url(/design/images/carleft.png);
}

.slider__arrow._next {
  background-image: url(/design/images/caright.png);
}

@media (max-width: 768px) {
  .slider__arrow {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .slider__arrow {
    width: 15%;
    background-size: 15%;
  }
}

.slider__dots {
  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: calc(100% / 3);
  padding: 10px;
}

.slider__dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider__dots .slick-dots li {
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dce5f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider__dots .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slider__dots .slick-dots li.slick-active {
  background-color: #95a9bf;
}

@media (max-width: 768px) {
  .slider__dots {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .slider__dots {
    width: 70%;
  }
}

.slick-arrow {
  display: none !important;
}

.slider-v2 {
  position: relative;
}

.slider-v2__list {
  padding: 0 19px;
}

.slider-v2__item {
  margin: 0 1px;
  overflow: hidden;
  border-radius: 5px;
  height: auto;
}

.slider-v2__btn {
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
}

.slider-v2__btn.__prev {
  background-image: url(/design/images/prev.png);
  left: 0;
}

.slider-v2__btn.__next {
  background-image: url(/design/images/next.png);
  right: 0;
}

.logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.logo-list__item {
  margin: 0 8px 15px;
  width: calc(100% / 6 - 16px);
}

@media (max-width: 992px) {
  .logo-list__item {
    width: calc(100% / 5 - 16px);
  }
}

@media (max-width: 850px) {
  .logo-list__item {
    width: calc(100% / 4 - 16px);
  }
}

@media (max-width: 768px) {
  .logo-list__item {
    width: calc(100% / 6 - 16px);
  }
}

@media (max-width: 650px) {
  .logo-list__item {
    width: calc(100% / 5 - 16px);
  }
}

@media (max-width: 576px) {
  .logo-list__item {
    width: calc(100% / 4 - 16px);
  }
}

@media (max-width: 450px) {
  .logo-list__item {
    width: calc(100% / 3 - 16px);
  }
}

@media (max-width: 400px) {
  .logo-list__item {
    width: calc(100% / 2 - 16px);
  }
}

.logo-list__item._item_8 {
  margin: 0 8px 15px;
  width: calc(100% / 8 - 16px);
}

@media (max-width: 992px) {
  .logo-list__item._item_8 {
    width: calc(100% / 7 - 16px);
  }
}

@media (max-width: 850px) {
  .logo-list__item._item_8 {
    width: calc(100% / 7 - 16px);
  }
}

@media (max-width: 768px) {
  .logo-list__item._item_8 {
    width: calc(100% / 6 - 16px);
  }
}

@media (max-width: 650px) {
  .logo-list__item._item_8 {
    width: calc(100% / 5 - 16px);
  }
}

@media (max-width: 576px) {
  .logo-list__item._item_8 {
    width: calc(100% / 4 - 16px);
  }
}

@media (max-width: 450px) {
  .logo-list__item._item_8 {
    width: calc(100% / 3 - 16px);
  }
}

@media (max-width: 400px) {
  .logo-list__item._item_8 {
    width: calc(100% / 2 - 16px);
  }
}

.logo-list__link {
  display: block;
}

.logo-list__img {
  height: 100px;
  margin-bottom: 7px;
}

.logo-list__img img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100%;
}

.logo-list__name {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.logo-list._pb_0 {
  padding-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .logo-list__item {
    margin: 0 8px 15px;
    width: calc(100% / 6 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 992px),
  (-ms-high-contrast: none) and (max-width: 992px) {
  .logo-list__item {
    width: calc(100% / 5 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 850px),
  (-ms-high-contrast: none) and (max-width: 850px) {
  .logo-list__item {
    width: calc(100% / 4 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px),
  (-ms-high-contrast: none) and (max-width: 768px) {
  .logo-list__item {
    width: calc(100% / 6 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 650px),
  (-ms-high-contrast: none) and (max-width: 650px) {
  .logo-list__item {
    width: calc(100% / 5 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 576px),
  (-ms-high-contrast: none) and (max-width: 576px) {
  .logo-list__item {
    width: calc(100% / 4 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px),
  (-ms-high-contrast: none) and (max-width: 450px) {
  .logo-list__item {
    width: calc(100% / 3 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 400px),
  (-ms-high-contrast: none) and (max-width: 400px) {
  .logo-list__item {
    width: calc(100% / 2 - 17px);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo-list__item._item_8 {
    margin: 0 8px 15px;
    width: calc(100% / 8 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 992px),
  (-ms-high-contrast: none) and (max-width: 992px) {
  .logo-list__item._item_8 {
    width: calc(100% / 7 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 850px),
  (-ms-high-contrast: none) and (max-width: 850px) {
  .logo-list__item._item_8 {
    width: calc(100% / 7 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px),
  (-ms-high-contrast: none) and (max-width: 768px) {
  .logo-list__item._item_8 {
    width: calc(100% / 6 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 650px),
  (-ms-high-contrast: none) and (max-width: 650px) {
  .logo-list__item._item_8 {
    width: calc(100% / 5 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 576px),
  (-ms-high-contrast: none) and (max-width: 576px) {
  .logo-list__item._item_8 {
    width: calc(100% / 4 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px),
  (-ms-high-contrast: none) and (max-width: 450px) {
  .logo-list__item._item_8 {
    width: calc(100% / 3 - 17px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 400px),
  (-ms-high-contrast: none) and (max-width: 400px) {
  .logo-list__item._item_8 {
    width: calc(100% / 2 - 17px);
  }
}

.list__item {
  font-size: 13px;
  padding: 3px 0 3px 30px;
  background: url(/design/images/icon/item.png) 1px top no-repeat;
  line-height: 16px;
}

.list__item._small {
  font-size: 12px;
  padding-bottom: 0;
}

.list__item._v2 {
  background: url(/design/images/icon_check.png) 0 2px no-repeat;
  padding-left: 20px;
}

.list__item._v3 {
  background: url(/design/images/smlist.png) 0 2px no-repeat;
  padding-left: 20px;
}

.list-ol {
  color: #2e5eb6;
  font-weight: 700;
  margin-left: 29px;
  font-size: 14px;
}

.list-ol__item {
  list-style-type: decimal;
  margin-bottom: 8px;
}

.list-ol__item span {
  color: #474c58;
  font-size: 13px;
  font-weight: 400;
}

.form__item {
  margin-bottom: 6px;
  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;
}

.form__item label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
}

@media (max-width: 350px) {
  .form__item label {
    margin-bottom: 3px;
    text-align: left;
  }
}

.form__item input,
.form__item select,
.form__item textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ced2d6;
  width: 100%;
  padding: 4px 3px 3px;
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 350px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wrap-input {
  position: relative;
  width: 100%;
}

.wrap-input._mandatory {
  position: relative;
}

.wrap-input._mandatory::after {
  content: '*';
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: red;
}

.input,
.select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ced2d6;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 4px 3px 3px;
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.purchase {
  background-color: #fbfbfb;
}

.purchase__list {
  margin: 0 -10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .purchase__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.purchase__box-label-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase__label {
  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;
}

.purchase__label span {
  padding-left: 5px;
}

.purchase__details {
  color: #0a4c9d;
}

.purchase__details:hover {
  text-decoration: underline;
}

.purchase__item {
  margin: 0 10px 20px;
  max-width: 250px;
  width: calc(100% / 4 - 20px);
  min-width: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.purchase__item::after {
  content: '';
  position: absolute;
  right: -14px;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}

.purchase__item:last-child::after {
  background-color: transparent;
}

@media (max-width: 992px) {
  .purchase__item:nth-child(3n)::after {
    background-color: transparent;
  }
}

@media (max-width: 754px) {
  .purchase__item:nth-child(3n)::after {
    background-color: #e2e2e2;
  }
}

@media (max-width: 510px) {
  .purchase__item:nth-child(3n)::after {
    background-color: transparent;
  }
}

@media (max-width: 754px) {
  .purchase__item:nth-child(2n)::after {
    background-color: transparent;
  }
}

@media (max-width: 510px) {
  .purchase__item::after {
    background-color: transparent;
  }
}

.purchase__item_details {
  position: relative;
  padding-bottom: 30px;
}

.purchase__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.purchase__img img {
  width: 84px;
}

.purchase__text {
  padding-top: 5px;
  font-size: 11px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.purchase__title {
  font-size: 13px;
  color: #274479;
  line-height: 1.3;
  margin-bottom: 9px;
}

.purchase__title a:hover {
  text-decoration: underline;
}

.purchase__desc {
  font-weight: 700;
  margin-bottom: 9px;
}

.purchase__box-price-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.purchase__wrap-response {
  display: none;
}

.purchase__response {
  font-size: 11px;
  font-weight: 700;
  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;
}

.purchase__response span {
  color: green;
}

.purchase__response a {
  color: #b97508;
  text-decoration: underline;
}

.video-level-1 {
  font-size: 12px;
}

@media (max-width: 576px) {
  .video-level-1 {
    margin: 0 -15px;
  }
}

.video-level-1__header {
  border: 1px solid #cdd7e2;
  background-color: #e1ebf6;
  padding: 14px 50px 12px 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 992px) {
  .video-level-1__header {
    padding-right: 15px;
  }
}

.video-level-1__header:after {
  content: '+';
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 16px;
  color: #1376d7;
  font-weight: 700;
}

.video-level-1__header._open:after {
  content: '-';
  top: 9px;
}

.video-level-1__header > :not(:last-child) {
  padding-right: 10px;
}

.video-level-1__count {
  text-align: center;
  margin-left: auto;
  min-width: 65px;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .video-level-1__count {
    margin-right: 0;
  }
}

.video-level-1__duration {
  text-align: center;
  min-width: 50px;
}

.video-level-2 {
  padding-left: 25px;
  display: none;
}

@media (max-width: 576px) {
  .video-level-2 {
    padding-left: 10px;
  }
}

.video-level-2._active {
  display: block;
}

.video-level-2__header {
  margin-bottom: 5px;
  border: 1px solid #d9e3ee;
  padding: 14px 50px 12px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(225, 235, 246, 0.4) url(/design/images/lock.svg) 11px center no-repeat;
  background-size: 12px;
}

@media (max-width: 992px) {
  .video-level-2__header {
    padding-right: 15px;
  }
}

.video-level-2__header > :not(:last-child) {
  padding-right: 10px;
}

.video-level-2__header._open {
  cursor: pointer;
  background-image: url(/design/images/play.svg);
}

.video-level-2__title {
  padding-left: 13px;
  pointer-events: none;
}

.video-level-2__duration {
  text-align: center;
  min-width: 50px;
  pointer-events: none;
}

.video-level-3 {
  padding-left: 25px;
}

@media (max-width: 576px) {
  .video-level-3 {
    padding-left: 10px;
  }
}

.video-level-3__item {
  border: 1px solid #e2ecf7;
  padding: 14px 15px 12px 28px;
  margin-bottom: 5px;
  background: url(/design/images/download.svg) 11px center no-repeat;
  background-size: 12px 12px;
}

.video-popup {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}

.video-popup .mfp-close {
  color: #fff !important;
}

.plyr__control {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.plyr-next,
.plyr-prev {
  background: transparent url(/design/images/icon/prev.svg) no-repeat center center/100%;
  border: none;
  width: 18px !important;
  height: 30px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 350px) {
  .plyr-next,
  .plyr-prev {
    display: none;
  }
}

.plyr-next:disabled,
.plyr-prev:disabled {
  opacity: 0.2;
}

.plyr-next:disabled:hover,
.plyr-prev:disabled:hover {
  background-color: transparent;
}

.plyr-next:hover,
.plyr-prev:hover {
  background-color: #00b3ff;
}

.plyr-next {
  background: transparent url(/design/images/icon/next.svg) no-repeat center center/100%;
  margin-right: 20px;
}

@media (max-width: 600px) {
  [data-plyr='pip'] {
    display: none !important;
  }
}

@media (max-width: 350px) {
  [data-plyr='settings'] {
    display: none !important;
  }
}

.player-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

@media (max-width: 576px) {
  .player-title {
    font-size: 14px;
  }
}

.header {
  width: 100%;
  position: relative;
  background: #3874ac;
  background: -webkit-gradient(linear, left top, left bottom, from(#3874ac), to(#384d87));
  background: -o-linear-gradient(top, #3874ac, #384d87);
  background: linear-gradient(to bottom, #3874ac, #384d87);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
  padding-top: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 800px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -o-radial-gradient(
    center top,
    ellipse,
    rgba(213, 236, 252, 0.2) 0,
    rgba(213, 236, 252, 0) 70%
  );
  background: radial-gradient(
    ellipse at center top,
    rgba(213, 236, 252, 0.2) 0,
    rgba(213, 236, 252, 0) 70%
  );
  z-index: -1;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  margin-bottom: 5px;
}

.header__logo {
  width: 260px;
  margin-left: 5px;
}

@media (max-width: 870px) {
  .header__logo {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .header__logo {
    width: 185px;
  }
}

.header__search {
  position: relative;
  left: -60px;
}

@media (max-width: 870px) {
  .header__search {
    display: none !important;
  }
}

.header__mcafee {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 870px) {
  .header__mcafee {
    display: none;
  }
}

.header__mcafee._visible {
  display: block;
}

@media (max-width: 576px) {
  .header__mcafee._visible {
    width: 80px;
    margin-bottom: 10px;
  }
}

.header__box-search-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;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.header__box-hamburger {
  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-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  .header__box-hamburger {
    padding-bottom: 8px;
  }
}

.header__hamburger {
  padding: 0;
  width: 30px;
  height: 23px;
  position: relative;
}

.header__hamburger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -9px;
  margin-top: -7px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icon/hamburger.png);
}

.header__hamburger.close::after {
  background-image: url(./assets/images/icon/hamburger-close.png);
}

@media (max-width: 870px) {
  .header__box-nav {
    display: none;
  }
}

.header__box-nav-wrap {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.header__box-nav-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  width: 900px;
  height: 100%;
  background-color: #2c4d85;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(30%, #2c4d85),
    color-stop(70%, #2c4d85),
    to(transparent)
  );
  background: -o-linear-gradient(left, transparent 0, #2c4d85 30%, #2c4d85 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0, #2c4d85 30%, #2c4d85 70%, transparent 100%);
}

.header__main-nav {
  z-index: 1;
  margin-right: auto;
}

.header__user-nav {
  z-index: 1;
}

.header__nav-overlay {
  position: fixed;
  display: none;
  top: 79px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#384d87), to(#3874ac));
  background: -o-linear-gradient(top, #384d87, #3874ac);
  background: linear-gradient(to bottom, #384d87, #3874ac);
  width: 100%;
  z-index: 800;
}

@media (max-width: 576px) {
  .header__nav-overlay {
    top: 64px;
  }
}

.header__wrap-m-box {
  position: fixed;
  display: none;
  top: 79px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#384d87), to(#3874ac));
  background: -o-linear-gradient(top, #384d87, #3874ac);
  background: linear-gradient(to bottom, #384d87, #3874ac);
  width: 100%;
  padding: 30px 20px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header__wrap-m-box._search {
  -webkit-transform: translateX(870px);
  -ms-transform: translateX(870px);
  transform: translateX(870px);
}

@media (max-width: 576px) {
  .header__wrap-m-box._search {
    -webkit-transform: translateX(580px);
    -ms-transform: translateX(580px);
    transform: translateX(580px);
  }
}

.header__wrap-m-box._nav {
  -webkit-transform: translateX(-870px);
  -ms-transform: translateX(-870px);
  transform: translateX(-870px);
}

@media (max-width: 576px) {
  .header__wrap-m-box._nav {
    -webkit-transform: translateX(-580px);
    -ms-transform: translateX(-580px);
    transform: translateX(-580px);
  }
}

.header__wrap-m-box.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 576px) {
  .header__wrap-m-box {
    top: 64px;
  }
}

.header__m-box {
  padding-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__m-box._center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search {
  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;
  position: relative;
  top: -5px;
}

.search__input {
  border: 1px solid #3870ab;
  color: #1f63b1;
  border-radius: 5px;
  padding: 6px 5px 4px;
  background-color: #afc6de;
  -webkit-box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  width: 194px;
  margin-right: 5px;
}

.search__res {
  position: absolute;
  top: 45px;
  left: 0;
  width: 194px;
  cursor: pointer;
  background: #afc6de;
  border-radius: 5px;
  display: none;
  z-index: 100;
  line-height: 1.6;
  color: #2e5b92;
  overflow-y: auto;
  max-height: 300px;
}

.search__res::-webkit-scrollbar {
  width: 5px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.search__res::-webkit-scrollbar-button {
  height: 0;
}

.search__res::-webkit-scrollbar-thumb {
  background-color: #6b90b4;
  border-radius: 4px;
}

.search__res-item {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search__res-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.search__btn {
  width: 30px;
  height: 23px;
  padding: 0;
  position: relative;
}

.search__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -7px;
  background: url(./assets/images/icon/search.png) center center no-repeat;
}

.search__btn-mobile {
  padding: 2px 12px 4px 10px;
}

.mcafee {
  width: 95px;
}

.main-nav {
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__item:not(:last-child) {
  position: relative;
  margin-right: 2px;
}

.main-nav__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2px;
  height: 58%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.45);
}

.main-nav__link {
  display: block;
  padding: 11px 17px 11px;
  position: relative;
}

.main-nav__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #284171;
}

.main-nav .current {
  background-color: #284171;
}

.main-nav__wrap-ddmenu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

.main-nav__wrap-ddmenu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 10px;
}

.ddmenu {
  background-color: #385a93;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 30px 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.ddmenu::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 78px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #385a93 transparent;
}

.ddmenu__col {
  width: calc(100% / 4);
  padding: 0 10px;
}

.ddmenu__box:not(:first-child) {
  padding-top: 26px;
}

.ddmenu__title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ddmenu__title-link:hover {
  text-decoration: underline;
}

.ddmenu__list {
  padding-left: 15px;
}

.ddmenu__item {
  margin-bottom: 6px;
}

.ddmenu__link:hover {
  text-decoration: underline;
}

.ddmenu__view-all {
  display: block;
  padding-top: 7px;
  color: #fff;
  text-align: right;
  text-decoration: underline;
}

.user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #64748f;
  width: 271px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.user-nav__item:not(:last-child) {
  position: relative;
  margin-right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.user-nav__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2px;
  height: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}

.user-nav__link {
  display: block;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  padding: 11px 18px 11px;
  background-color: rgba(72, 85, 105, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.user-nav__link:hover {
  background-color: #485569;
}

.user-nav__link span {
  display: block;
  padding-left: 18px;
  background: url(./assets/images/icon/cart.png) no-repeat 0 center;
}

.user-nav__link._left {
  border-top-left-radius: 6px;
}

.user-nav__link._right {
  border-top-right-radius: 6px;
}

.user-nav__img {
  position: absolute;
  top: 11px;
  left: 20px;
}

.user-nav__sub-n {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #64748f;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  width: 100%;
  display: none;
}

.user-nav__sub-n::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #64748f transparent;
}

.user-nav__sub-n._acc {
  min-width: 150px;
  z-index: 100;
}

.user-nav__sub-n._acc::before {
  left: 15px;
}

.user-nav__sub-n._reg {
  z-index: 50;
}

.user-nav__sub-n._reg::before {
  right: 15px;
}

.user-nav__sub-n-item:not(:last-child) {
  margin-bottom: 10px;
}

.user-nav__sub-n-link {
  color: #fff;
  font-weight: 700;
}

.user-nav__sub-n-link:hover {
  text-decoration: underline;
  color: #fff;
}

.user-nav__sub-n-form .form__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.user-nav__sub-n-form label {
  color: #fff;
  margin-bottom: 3px;
}

.user-nav__sub-n-forgot {
  text-decoration: underline;
  color: #fff;
}

.user-nav__sub-n-box-btn {
  padding-top: 20px;
  text-align: center;
}

.user-nav__sub-n-btn {
  padding: 7px 55px;
}

.m-nav__item {
  margin-bottom: 16px;
  padding-left: 30px;
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 15px;
}

.m-nav__item.home {
  background-image: url(./assets/images/icon/m-menu/home.png);
}

.m-nav__item.products {
  background-image: url(./assets/images/icon/m-menu/products.png);
}

.m-nav__item.packs {
  background-image: url(./assets/images/icon/m-menu/packs.png);
}

.m-nav__item.request {
  background-image: url(./assets/images/icon/m-menu/request.png);
}

.m-nav__item.corporate {
  background-image: url(./assets/images/icon/m-menu/corporate.png);
}

.m-nav__item.faq {
  background-image: url(./assets/images/icon/m-menu/faq.png);
}

.m-nav__item.account {
  background-image: url(./assets/images/icon/m-menu/account.png);
}

.m-nav__item.cart {
  background-image: url(./assets/images/icon/m-menu/cart.png);
}

.m-nav__item.log-in {
  background-image: url(./assets/images/icon/m-menu/log-out.png);
}

.m-nav__link {
  font-size: 16px;
  position: relative;
  color: #fff;
}

.m-nav__link.current {
  color: #fec11e;
}

.m-nav:first-child {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.aside {
  width: 260px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 10px;
  overflow: hidden;
  line-height: 16px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .aside {
    width: 100%;
  }
}

.aside__b-block:not(:first-child) {
  border-top: 1px solid #ddd;
}

.aside__b-block._bb {
  margin-bottom: 4px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.aside._border {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.4);
}

.aside._p_0 {
  padding: 0;
}

@media (max-width: 768px) {
  .aside {
    margin-left: 0;
  }
}

.a-block {
  padding-top: 6px;
  padding-bottom: 10px;
}

.a-block:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.a-block__title {
  margin-bottom: 7px;
  font-size: 16px;
  color: #274479;
  font-weight: 700;
  text-transform: uppercase;
}

.a-block__list {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .a-block__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 576px) {
  .a-block__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .a-block__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .a-block__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.a-block__list._col_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 768px) {
  .a-block__list._col_2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 576px) {
  .a-block__list._col_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.a-block__item {
  margin-bottom: 5px;
}

.a-block__box-view-all {
  text-align: right;
}

.b-block {
  padding: 9px 15px 10px;
}

.b-block__title {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #484240;
  margin-bottom: 10px;
}

.b-block__title._blue {
  color: #2e4c84;
}

.b-block__title._lite-blue {
  color: #226cb1;
}

.b-block__title._ta_left {
  text-align: left;
}

.b-block__title-2 {
  font-size: 22px;
  color: #474c58;
  padding: 2px 15px 5px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafb), to(#fff));
  background: -o-linear-gradient(top, #fafafb, #fff);
  background: linear-gradient(to bottom, #fafafb, #fff);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.03);
}

.b-block__title-2 small {
  font-size: 20px;
}

.b-block__over-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media (max-width: 768px) {
  .b-block__over-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .b-block__over-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.b-block__img-cards {
  margin-bottom: 10px;
}

.b-block__img-cards img {
  margin: 0 auto;
}

.b-block__secure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 300px;
}

.b-block__text:last-child {
  margin-bottom: 0;
}

.b-block__link {
  display: block;
  padding-top: 5px;
}

.b-block__link._last {
  text-align: center;
  padding-bottom: 10px;
}

.b-block__list {
  margin-bottom: 13px;
}

.b-block__list._mb_0 {
  margin-bottom: 0;
}

.b-block__item {
  font-size: 12px;
  margin-bottom: 4px;
}

.b-block._orange {
  background-color: #ffeebd;
}

.b-block._lite-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafb), to(#fff));
  background: -o-linear-gradient(top, #fafafb, #fff);
  background: linear-gradient(to bottom, #fafafb, #fff);
}

.b-block._lite-blue {
  background-color: #dcecf9;
}

@media (max-width: 768px) {
  .b-money-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;
  }
}

.b-money-back__img {
  float: left;
}

@media (max-width: 768px) {
  .b-money-back__img {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.b-feedbacks__item {
  font-style: italic;
  position: relative;
  margin-bottom: 16px;
}

.b-feedbacks__item:nth-child(n + 4) {
  display: none;
}

.b-feedbacks__item::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
  height: 1px;
  background-color: #e7e7e7;
  z-index: 0;
}

.b-feedbacks__item._border-hide {
  margin-bottom: 0;
}

.b-feedbacks__item._border-hide::after {
  display: none;
}

.b-feedbacks__title {
  font-weight: 700;
  margin-bottom: 7px;
}

.b-feedbacks__text {
  text-align: justify;
}

.b-feedbacks__author {
  margin-bottom: 0;
}

.b-feedbacks__address {
  font-weight: 700;
  margin-bottom: 7px;
}

.b-feedbacks__address._mb_0 {
  margin-bottom: 0;
}

.b-feedbacks__box-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  background-color: #fff;
  z-index: 100;
}

.b-customers__img img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .b-customers__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .b-customers {
    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;
  }
}

.top-it__box-link {
  text-align: right;
}

.now-available__box-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .now-available__box-img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.now-available__img {
  max-width: 274px;
  width: 40%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}

@media (max-width: 576px) {
  .now-available__img {
    margin: 0 auto 5px;
    width: 100%;
  }
}

.now-available__text {
  line-height: 16px;
}

.now-available__box-btn {
  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;
  padding: 7px 0 10px;
}

.now-available__btn {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .now-available__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-cert-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 576px) {
  .top-cert-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.top-cert-list li {
  margin-bottom: 8px;
}

.vendor {
  margin-bottom: 13px;
}

.vendor__box-img-title {
  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: 10px;
}

.vendor__img {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 400px) {
  .vendor__img {
    margin: 0 auto 10px;
  }
}

.vendor__text {
  line-height: 16px;
}

.tab-content__title {
  background-color: #e1ebf6;
  padding: 9px 13px 7px;
  margin: 0 -13px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #274479;
  text-transform: uppercase;
}

.tab-content__title:not(:first-child) {
  margin-top: 20px;
}

.tab-content__title-2 {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 700;
  color: #0a4c9d;
}

.level-1 {
  color: #0a4c9d;
}

.level-1 strong {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.level-1 ul {
  margin-bottom: 15px;
}

.level-1 li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 10px;
  padding-left: 4px;
}

.level-1 li a {
  text-decoration: underline;
}

.level-1 .sp2 {
  list-style-type: none;
  font-weight: 700;
}

.exam1 {
  margin-bottom: 35px;
}

.exam1__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.exam1__box-img-link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  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;
}

@media (max-width: 576px) {
  .exam1__box-img-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.exam1__img {
  width: 178px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .exam1__img {
    margin-right: 20px;
  }
}

@media (max-width: 400px) {
  .exam1__img {
    margin-right: 10px;
  }
}

.exam1__wrap-link-demo {
  text-align: center;
}

.exam1__wrap-link-demo a {
  color: #0a4c9d;
  text-decoration: underline;
  font-size: 18px;
}

.exam1__wrap-link-demo #isie6 {
  display: none;
}

.exam1__exam-guarant {
  margin-right: 30px;
}

@media (max-width: 576px) {
  .exam1__exam-guarant {
    margin-right: 0;
  }
}

.exam1__content {
  max-width: 750px;
  font-size: 13px;
  line-height: 1.3;
}

.exam1__h1 {
  font-size: 26px;
}

.exam1__subtitle {
  font-size: 18px;
  margin-bottom: 14px;
}

.exam1__addition {
  background-color: #e1ebf6;
  padding: 11px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exam1__addition button {
  color: #0a4c9d;
}

@media (max-width: 768px) {
  .exam1__addition {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.exam1__box-input-label {
  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;
}

@media (max-width: 445px) {
  .exam1__box-input-label {
    margin-bottom: 10px;
  }
}

.exam1__box-input-label label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.6;
  margin-right: 10px;
}

.exam1__box-input-label label span {
  white-space: nowrap;
}

.exam1__box-input-label input {
  margin-right: 10px;
}

.exam2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.exam2-box__first {
  width: 309px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 10px;
}

.exam2-box__first .h1 {
  padding-left: 9px;
}

@media (max-width: 768px) {
  .exam2-box__first {
    width: 100%;
    margin-bottom: 30px;
  }
}

.exam2-box__second {
  width: calc(100% - 319px);
}

@media (max-width: 768px) {
  .exam2-box__second {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .exam2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.exam2__img {
  margin: 0 auto 12px;
  position: relative;
  width: 297px;
}

.exam2__img img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .exam2__img {
    right: 10px;
  }
}

.exam2__img-price {
  position: absolute;
  top: 182px;
  right: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}

.exam2__img-price.bundl3p-1,
.exam2__img-price.bundl3p-2,
.exam2__img-price.bundl3p-3 {
  right: 70px;
}

.exam2__img-price.bundl4p {
  right: 55px;
}

.exam2__img-price.cert-op-1e {
  top: 155px;
  right: 53px;
  font-size: 16px;
}

.exam2__img-price.bundl2p-5 {
  right: 87px;
}

.exam2__slider-v2 {
  margin: 0 auto 17px;
  max-width: 400px;
}

.exam2__h2 {
  margin-bottom: 10px;
}

.exam2__guarant-cart {
  margin-bottom: 40px;
}

.exam2__addition {
  margin: 20px -13px -15px;
  padding: 20px 30px;
}

.tab-exam2__list {
  max-width: 100%;
}

.tab-exam2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-exam2__item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tab-exam2__item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .tab-exam2__item-box {
    margin-bottom: 20px;
  }
}

.tab-exam2__box-exam-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 576px) {
  .tab-exam2__box-exam-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-exam2__btn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 18px;
  padding: 7px 30px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tab-exam2__btn {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.tab-exam2__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.tab-exam2__img img {
  width: 84px;
}

.tab-exam2__text {
  max-width: 100%;
}

.tab-exam2__h3.h3 {
  font-size: 16px;
  padding-top: 3px;
  margin-bottom: 3px;
}

.tab-exam2__h3.h3 a:hover {
  text-decoration: underline;
}

.tab-exam2__subtitle {
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 700;
}

.tab-exam2__p {
  margin-bottom: 0;
  max-width: 100%;
}

.tab-exam2__desc {
  padding-top: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
}

.tab-exam2__desc-p {
  margin-bottom: 5px;
}

.tab-exam2__more {
  color: #0a4c9d;
  text-decoration: underline;
}

.box-examdata-examguarant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box-examdata-examguarant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.exam3__data {
  line-height: 1.4;
  margin-right: 30px;
  max-width: 320px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .exam3__data {
    margin-right: 0;
    max-width: 100%;
  }
}

.exam3__data p {
  margin-bottom: 0;
}

.exam3__data p a:hover {
  text-decoration: underline;
}

.exam3__exam-guarant {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exam4__wrap-tab-box {
  margin-bottom: 40px;
}

.exam4-box__first {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .exam4-box__first {
    margin-right: 0;
  }
}

.exam5__addition {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}

.exam5-padding {
  padding-bottom: 50px;
}

@media (max-width: 445px) {
  .exam5-padding {
    padding-bottom: 70px;
  }
}

@media (max-width: 390px) {
  .exam5-padding {
    padding-bottom: 90px;
  }
}

.exam6-data {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 9px;
}

.exam6__top {
  margin-bottom: 0;
}

.exam6__img {
  width: 200px;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 576px) {
  .exam6__img {
    margin-bottom: 15px;
  }
}

.exam6__img-price {
  font-size: 14px;
  top: 170px;
  right: 0;
}

.exam6__form {
  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-top: 15px;
}

@media (max-width: 400px) {
  .exam6__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.exam6__add-cart {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
}

.exam6__add-cart > div {
  margin-bottom: 5px;
  text-align: center;
}

.exam6__old-price {
  color: #1f63b1;
  font-size: 13px;
}

.exam6__old-price span {
  text-decoration: line-through;
}

.exam6__new-price {
  color: #b8292f;
  font-weight: 700;
  font-size: 15px;
}

.exam6__btn {
  white-space: nowrap;
  padding: 8px 15px;
  margin-bottom: 8px;
}

.exam6__description {
  line-height: 1.4;
}

.exam7 {
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .exam7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.exam7__content-title-link:hover {
  text-decoration: underline;
}

.exam7__box-img {
  -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;
  margin-right: 15px;
  width: 250px;
}

@media (max-width: 576px) {
  .exam7__box-img {
    margin: 0 auto 15px;
  }
}

.exam7__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin: 0 auto 10px;
  position: relative;
  padding-top: 5px;
}

.exam7__img-price {
  position: absolute;
  top: 172px;
  right: 0;
  font-weight: 400;
  font-size: 15px;
}

.exam7__img-price._v2 {
  top: 155px;
  right: 12px;
}

.exam7__slider {
  max-width: 300px;
  width: 100%;
}

.exam7__content {
  width: calc(100% - 265px);
}

@media (max-width: 576px) {
  .exam7__content {
    width: 100%;
  }
}

.exam7-add-cart-wrap {
  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;
}

@media (max-width: 576px) {
  .exam7-add-cart-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.exam7-add-cart {
  text-align: center;
  padding-top: 12px;
  font-size: 13px;
}

.exam7-add-cart__old-price {
  color: #1f63b1;
  margin-bottom: 5px;
}

.exam7-add-cart__new-price {
  color: #b8292f;
  font-weight: 700;
  margin-bottom: 5px;
}

.exam7-add-cart__btn {
  padding: 7px 18px;
}

.exam7-add-cart__response {
  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;
  font-weight: 700;
  padding-top: 10px;
}

.exam7-add-cart__response span {
  color: green;
}

.exam7-add-cart__response a {
  color: #b97508;
  text-decoration: underline;
}

.audio-ex__box-img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .audio-ex__box-img-list {
    -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;
  }
}

.audio-ex__img {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .audio-ex__img {
    margin: 0 0 15px;
  }
}

.audio-ex__top-list .list__item {
  line-height: 1.6;
}

.audio-ex__item {
  margin-bottom: 15px;
}

.audio-ex__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.audio-ex__list-2 {
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.audio-ex__item-2 {
  padding-left: 24px;
  display: inline-block;
  width: calc(100% / 4);
  min-width: 130px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
}

.audio-ex__item-2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 4px;
  height: 4px;
  background-color: #0a4c9d;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .audio-ex__item-2 {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .audio-ex__item-2 {
    width: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .audio-ex__item-2 {
    width: calc(100% / 3);
  }
}

@media (max-width: 400px) {
  .audio-ex__item-2 {
    width: calc(100% / 2);
  }
}

@media (max-width: 350px) {
  .audio-ex__item-2 {
    width: 100%;
  }
}

.certifications__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.certifications__item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

.certifications__img {
  width: 136px;
  height: 128px;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .certifications__img {
    display: none;
  }
}

.certifications__text h3 {
  margin-bottom: 10px;
}

.certifications__text h3 a {
  color: #226cb1;
  text-decoration: underline;
  font-size: 17px;
}

.levelb-1__item {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 13px;
}

.levelb-1__item a {
  color: #226cb1;
  text-decoration: underline;
}

.levelb-1__item._fsz_14 {
  font-size: 14px;
}

.levelb-2__item,
.levelb-3__item {
  list-style: disc;
  margin-left: 38px;
  padding-left: 4px;
  color: #2e5eb6;
  margin-top: 10px;
  line-height: 1.3;
}

.levelb-2__item a,
.levelb-3__item a {
  text-decoration: underline;
  color: #2e5eb6;
}

@media (max-width: 400px) {
  .levelb-2__item,
  .levelb-3__item {
    margin-left: 20px;
  }
}

.search-certifications {
  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;
  padding-top: 4px;
}

.search-certifications > * {
  margin: 0;
}

.search-certifications__title {
  font-weight: 700;
  font-size: 18px;
  padding-right: 30px;
  color: #274479;
}

@media (max-width: 400px) {
  .search-certifications__title {
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.search-certifications__select {
  max-width: 300px;
  width: 100%;
}

.search-certifications__select select {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
}

@media (max-width: 400px) {
  .search-certifications {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.allproducts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.allproducts__s-one {
  margin-right: 10px;
}

@media (max-width: 650px) {
  .allproducts__s-one {
    margin-right: 0;
  }
}

.allproducts__s-two {
  width: 37%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 650px) {
  .allproducts__s-two {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .allproducts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-it__logo-list {
  margin-bottom: -10px;
}

.unlime {
  padding-left: 10px;
  padding-right: 10px;
}

.unlime__title {
  font-size: 26px;
  color: #484240;
  margin-bottom: 3px;
  font-family: Helvetica, sans-serif;
  line-height: 1.2;
}

.unlime__subtitle {
  color: #008848;
  font-size: 18px;
  margin-bottom: 10px;
}

.unlime__p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.unlime__img {
  margin: 0 auto 10px;
}

.unlime__img img {
  margin: 0 auto;
}

.unlime__box-link {
  text-align: right;
}

.unlime__link {
  font-size: 15px;
}

.vendor-prod__item-1 {
  margin-bottom: 17px;
}

.vendor-prod__list-2 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media (max-width: 768px) {
  .vendor-prod__list-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .vendor-prod__list-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.vendor-prod__item-2 {
  color: #0a4c9d;
  margin-left: 30px;
  list-style-type: disc;
  margin-bottom: 6px;
}

.mega-packs__title {
  margin-bottom: 10px;
}

.mega-packs__p {
  font-size: 13px;
  line-height: 1.3;
}

.mega-packs__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .mega-packs__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mega-packs__list {
  margin-bottom: 11px;
}

.mega-packs__list .list__item {
  margin-bottom: 4px;
}

.mega-packs__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mega-packs__img {
    margin-bottom: 10px;
  }
}

.packages__caption {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.packages__caption span {
  color: #226cb1;
}

.packages__wrap-list {
  margin: 0 -13px -26px;
}

.packages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}

@media (max-width: 576px) {
  .packages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.packages__item {
  background-color: #fff;
  text-align: center;
  margin: 0 2px;
  padding-bottom: 20px;
}

.packages__addmegapack {
  padding-top: 10px;
  font-weight: 700;
}

.packages__title {
  color: #355eaa;
  background: #d6e1f5;
  font-size: 16px;
  padding: 7px 6px;
  position: relative;
}

.packages__title::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #d6e1f5 transparent transparent transparent;
}

.packages__img {
  padding-top: 3px;
}

.packages__img img {
  margin: 0 auto;
}

.packages__p {
  font-size: 14px;
  padding: 0 10px;
  margin: 0 auto 5px;
  max-width: 300px;
}

.packages__price {
  color: #b8292f;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 6px;
}

.packages__btn {
  padding: 8px 34px;
}

.packages__bottom {
  padding: 10px;
  background-color: #fff;
}

.our-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.our-top__box {
  width: 50%;
}

.our-top__box._vendors {
  border-right: #e3e3e3 1px solid;
}

@media (max-width: 576px) {
  .our-top__box._vendors {
    border-right: none;
  }
}

@media (max-width: 576px) {
  .our-top__box {
    width: 100%;
  }
}

.our-top__title {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#bbb));
  background: -o-linear-gradient(top, #d8d8d8, #bbb);
  background: linear-gradient(to bottom, #d8d8d8, #bbb);
  font-weight: 700;
  padding: 5px;
  text-align: center;
  font-size: 15px;
}

.our-top__list {
  padding: 5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-top__item {
  width: 50%;
  width: calc(100% / 2 - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
  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: 100px;
}

.our-top__box-link {
  text-align: right;
  padding: 0 20px 20px;
}

@media (max-width: 576px) {
  .our-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart__h1 {
  margin-bottom: 15px;
}

.cart__h2 {
  margin-bottom: 12px;
}

.cart__subtittle {
  margin-bottom: 5px;
}

.cart__empty {
  padding-top: 5px;
  margin-bottom: 30px;
}

.cart__empty-link {
  font-size: 14px;
}

.cart__wrap-table {
  margin-bottom: 10px;
  overflow-x: auto;
}

.cart__table {
  width: 100%;
}

.cart__table tr {
  border-bottom: 1px solid #e8e8e8;
}

.cart__table td,
.cart__table th {
  padding: 9px 7px 7px;
  text-align: center;
  vertical-align: center;
}

.cart__table td:nth-child(-n + 2),
.cart__table th:nth-child(-n + 2) {
  text-align: left;
  vertical-align: top;
}

.cart__table td:not(:last-child),
.cart__table th:not(:last-child) {
  padding-right: 8px;
}

@media (max-width: 576px) {
  .cart__table td:nth-child(1),
  .cart__table th:nth-child(1) {
    padding-left: 0;
  }
}

.cart__table td:nth-child(2),
.cart__table th:nth-child(2) {
  min-width: 160px;
}

@media (max-width: 576px) {
  .cart__table td:nth-child(2) .box-qty-select,
  .cart__table th:nth-child(2) .box-qty-select {
    padding: 8px 0 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cart__table td:nth-child(2) .box-qty-select span,
.cart__table th:nth-child(2) .box-qty-select span {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .cart__table td:nth-child(3),
  .cart__table th:nth-child(3) {
    display: none;
  }
}

@media (max-width: 576px) {
  .cart__table td:nth-child(4),
  .cart__table th:nth-child(4) {
    padding-right: 0;
  }

  .cart__table td:nth-child(4) > *,
  .cart__table th:nth-child(4) > * {
    display: block;
  }
}

.cart__table td:nth-child(4) span,
.cart__table th:nth-child(4) span {
  margin-bottom: 12px;
}

.cart__table td:nth-child(4) a,
.cart__table th:nth-child(4) a {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.cart__table td:nth-child(5),
.cart__table th:nth-child(5) {
  text-align: right;
}

@media (max-width: 576px) {
  .cart__table td:nth-child(5),
  .cart__table th:nth-child(5) {
    display: none;
  }
}

.cart__table a {
  font-weight: 700;
}

.cart__btn-td {
  margin-top: -5px;
  margin-bottom: -3px;
}

.cart__td-select {
  border: #ced2d6 1px solid;
  border-radius: 3px;
  padding: 2px 1px;
}

.cart__desc-list {
  padding: 11px 11px 6px;
}

.cart__desc-item {
  margin-bottom: 3px;
}

.cart__inst-disc {
  padding-top: 3px;
  color: red;
}

.cart__discount-code-text {
  color: red;
  text-align: right;
  padding: 10px 0;
}

@media (max-width: 400px) {
  .cart__discount-code-text {
    text-align: center;
  }
}

.cart__discount-box {
  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;
}

@media (max-width: 768px) {
  .cart__discount-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cart__discount-left {
  margin-right: 20px;
  color: #090;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .cart__discount-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.cart__discount-right {
  margin-left: auto;
}

.cart__discount-code {
  margin-bottom: 5px;
}

.cart__discount-form {
  background-color: #f1f7fc;
  max-width: 342px;
  margin-left: auto;
  padding: 19px 15px 19px;
  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;
}

@media (max-width: 400px) {
  .cart__discount-form {
    margin: 0 auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cart__discount-label {
  margin-right: 8px;
}

.cart__discount-label span {
  margin-right: 10px;
}

@media (max-width: 400px) {
  .cart__discount-label span {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.cart__discount-input {
  width: 130px;
  padding: 2px 3px;
}

.cart__discount-btn {
  padding: 5px 18px;
  font-size: 11px;
}

.cart__box-info {
  line-height: 1.4;
  padding-bottom: 6px;
}

.cart__box-go-to {
  border-top: 1px solid #dcdcdc;
  padding-top: 18px;
}

@media (max-width: 400px) {
  .cart__box-go-to {
    margin-bottom: 10px;
  }
}

.cart__wrap-btn-go-to {
  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;
}

.cart__btn-go-to {
  padding: 4px 25px;
}

.cart__continue {
  display: inline-block;
  margin-bottom: 12px;
}

#scFooter {
  padding-top: 5px;
  text-align: right;
  font-weight: 700;
}

#scFooter .promotext {
  color: green;
  margin-bottom: 10px;
}

#scFooter .subprice {
  color: #2e5eb6;
  font-size: 18px;
  margin-bottom: 5px;
}

#scFooter .ordprice {
  color: #2e5eb6;
  font-size: 24px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.c-form__list {
  max-width: 370px;
  margin-bottom: 5px;
}

.c-form__item {
  max-width: 370px;
}

.c-form__item label {
  width: 115px;
}

.c-form__item:last-child {
  margin-bottom: 0;
}

.details__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 870px) {
  .details__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.details__box-1 {
  border-right: 1px solid #e8e8e8;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 870px) {
  .details__box-1 {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.details__box-2 {
  max-width: 290px;
  width: 100%;
  padding-left: 13px;
}

@media (max-width: 870px) {
  .details__box-2 {
    max-width: 100%;
    padding-left: 0;
  }
}

.details__box-input-cvv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.details__input-cvv {
  max-width: 100px;
}

.details__box-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}

.details__select {
  display: block;
  width: 60px;
  padding: 3px 3px 2px;
}

.details__select:first-child {
  margin-right: 20px;
}

.details__img-cards {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 870px) {
  .details__img-cards {
    margin-left: auto;
    margin-right: auto;
  }
}

.details__p {
  font-size: 11px;
  line-height: 1.4;
}

.details__wrap-btn {
  padding-top: 20px;
  padding-left: 125px;
}

@media (max-width: 350px) {
  .details__wrap-btn {
    padding-left: 0;
    text-align: center;
  }
}

.details__btn {
  padding: 8px 25px;
}

.details__secure img {
  width: 93px;
  margin: 0 auto;
}

.details__info {
  padding-top: 12px;
  border-top: 1px solid #dcdcdc;
}

.what-is-this {
  padding-left: 10px;
  width: 145px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
}

.what-is-this img {
  margin-right: 15px;
  position: relative;
  top: -1px;
}

@media (max-width: 400px) {
  .what-is-this img {
    display: none;
  }
}

.what-is-this button {
  color: #474c58;
  border-bottom: 1px solid rgba(71, 76, 88, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.what-is-this button:hover {
  border-bottom-color: rgba(71, 76, 88, 0.8);
}

@media (max-width: 400px) {
  .what-is-this {
    width: auto;
  }
}

@media (max-width: 350px) {
  .what-is-this {
    padding-left: 40px;
  }
}

.paynow__btn-opt-2 {
  padding: 5px 10px;
  width: 120px;
  margin-bottom: 15px;
}

.paynow__btn-opt-2._mb_24 {
  margin-bottom: 24px;
}

.paynow__img-cards {
  padding-top: 4px;
  margin-bottom: 16px;
}

.paynow-steps__item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.form-paynow__title {
  font-weight: 700;
  font-size: 16px;
}

.form-paynow__terms {
  margin-bottom: 16px;
}

.form-paynow__terms input {
  position: relative;
  top: 2px;
}

.box-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.box-form-group._mb_10 {
  margin-bottom: 10px;
}

.box-form-group._mb_0 {
  margin-bottom: 0;
}

.form-group {
  margin: 0 10px 16px;
  width: calc(100% / 2 - 20px);
  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;
}

@media (max-width: 576px) {
  .form-group {
    width: 100%;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ced2d6;
  width: 100%;
  padding: 4px 3px 3px;
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
  height: 24px;
}

.form-group label {
  margin-bottom: 4px;
}

.box-date-cvv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-date-cvv select {
  margin-right: 8px;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

@media (max-width: 576px) {
  .box-date-cvv select {
    -webkit-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10;
  }
}

.box-cvv {
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.box-cvv::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 35px;
  width: 1px;
  height: 14px;
  background-color: #dcdcdc;
  z-index: 10;
}

.box-cvv label {
  position: absolute;
  top: -19px;
  left: 0;
}

.box-cvv input {
  padding-right: 40px;
}

.box-cvv img {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 26px;
}

.request {
  font-size: 13px;
  line-height: 1.3;
}

.request__inner-section {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 26px;
}

.request__inner-section:not(:last-child) {
  margin-bottom: 20px;
}

.request__title {
  margin-bottom: 15px;
}

.request__p {
  font-size: 13px;
  margin-bottom: 18px;
}

.request__p._mb_8 {
  margin-bottom: 4px;
}

.request__form {
  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;
}

.request__form > label {
  font-size: 15px;
  font-weight: 700;
  color: #2e5eb6;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}

.request__form input {
  width: 100%;
  max-width: 195px;
  margin-bottom: 10px;
  padding: 5px 4px 5px;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.request__form._mb_23 {
  margin-bottom: 23px;
}

.request__form._mt_10 {
  margin-top: 10px;
}

.request__btn-exam {
  padding: 8px 23px;
}

.request__title-2 {
  color: #2e5eb6;
  font-size: 18px;
  margin-bottom: 9px;
}

.request__list {
  margin-bottom: 16px;
}

.request__list + p {
  margin-top: -6px;
}

.request__ul-item {
  margin-bottom: 4px;
}

.request__title-pre-order {
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #2e4c84;
  margin-bottom: 10px;
}

.request__price-pre-order {
  font-size: 26px;
  color: #2e5eb6;
}

.corporate__license-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

@media (max-width: 576px) {
  .corporate__license-box {
    -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;
  }
}

.corporate__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .corporate__img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.corporate__desc {
  line-height: 1.4;
  width: 100%;
}

.corp-form__title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.corp-form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .corp-form__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.corp-form__item {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 2 - 30px);
}

.corp-form__item label {
  width: 115px;
}

@media (max-width: 992px) {
  .corp-form__item {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 576px) {
  .corp-form__item {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }
}

.corp-form__item2 {
  margin-left: 15px;
}

.corp-form__item2 label {
  width: 115px;
}

@media (max-width: 576px) {
  .corp-form__item2 {
    margin-left: 0;
  }
}

.corp-form__item2._textarea {
  margin-bottom: 30px;
}

.corp-form__wrap-textarea {
  padding-right: 12px;
  width: 100%;
}

.corp-form__wrap-textarea textarea {
  height: 90px;
}

.corp-form__input-desc {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-size: 11px;
}

.corp-form__box-security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .corp-form__box-security {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 26px;
  }
}

.corp-form__code-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5px;
}

@media (max-width: 576px) {
  .corp-form__code-img {
    margin-bottom: 10px;
    margin-left: 125px;
  }
}

@media (max-width: 350px) {
  .corp-form__code-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.corp-form__wrap-btn {
  text-align: center;
}

.corp-form__btn {
  padding: 8px 40px;
  margin-bottom: 25px;
}

.faq__quest-list {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  list-style: inside decimal;
}

.faq__quest-item {
  color: #474c58;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
}

.faq__quest-item:not(:last-child) {
  margin-bottom: 5px;
}

.faq__answ-list {
  line-height: 1.3;
}

.faq__answ-item {
  padding-bottom: 8px;
}

.faq__q {
  margin-bottom: 8px;
}

.faq__a-list {
  padding-left: 20px;
}

.study__list {
  font-size: 13px;
  list-style-type: decimal;
  padding-left: 35px;
}

.study__item {
  margin-bottom: 5px;
}

.pagination {
  padding-top: 15px;
}

.pagination a {
  color: #0a4c9d;
  text-decoration: underline;
}

.signup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.signup__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  padding-left: 5px;
}

@media (max-width: 576px) {
  .signup__img {
    display: none;
  }
}

.signup__text {
  line-height: 1.3;
}

.signup__p {
  margin-top: -3px;
  margin-bottom: 0;
}

.signup__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-top: 10px;
  margin-bottom: 14px;
}

@media (max-width: 576px) {
  .signup__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.signup__item {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.signup__box-log-reg {
  margin: 0 -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .signup__box-log-reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.signup__form {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, #d6e1f5),
    color-stop(80%, rgba(246, 249, 254, 0))
  );
  background: -o-linear-gradient(top, #d6e1f5 15%, rgba(246, 249, 254, 0) 80%);
  background: linear-gradient(to bottom, #d6e1f5 15%, rgba(246, 249, 254, 0) 80%);
  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;
  width: calc(100% / 2 - 3px);
  padding-bottom: 7px;
}

.signup__form:first-child {
  margin-right: 6px;
}

@media (max-width: 576px) {
  .signup__form:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .signup__form {
    width: 100%;
  }
}

.signup__box-error {
  padding: 0 30px;
  max-width: 360px;
  width: 100%;
}

.signup__form-title {
  width: 100%;
  background-color: #bacee9;
  color: #355eaa;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 6px;
  position: relative;
  margin-bottom: 20px;
}

.signup__form-title::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #bacee9 transparent transparent transparent;
}

.signup__form-item {
  width: 100%;
  max-width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 30px 0;
  margin: 0 auto 10px;
}

.signup__form-item label {
  margin-bottom: 3px;
}

.signup__form-item._box-link-forgot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.signup__form-desc {
  padding-top: 6px;
  color: green;
}

.signup__box-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.signup__chekbox {
  color: green;
  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;
  width: 100%;
  padding: 8px 30px 0;
  margin-bottom: 16px;
  max-width: 360px;
}

.signup__chekbox input {
  margin-right: 8px;
}

.signup__box-link-forgot {
  padding-top: 5px;
  width: 100%;
}

.signup__link-forgot {
  color: #0a4c9d;
}

.signup__link-forgot:hover {
  text-decoration: underline;
}

.signup__crutch-login {
  opacity: 0;
}

@media (max-width: 576px) {
  .signup__crutch-login {
    display: none;
  }
}

.signup__btn {
  margin-top: auto;
  padding: 9px 27px;
}

.signup__privacy-policy {
  color: green;
  padding-top: 15px;
}

.serv-sert__section {
  color: #0a4c9d;
}

.serv-sert__box-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .serv-sert__box-img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.serv-sert__img {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .serv-sert__img {
    margin-bottom: 10px;
  }
}

.serv-sert__text {
  line-height: 1.4;
}

.serv-sert__title {
  font-size: 18px;
  color: #274479;
  background-color: #e1ebf6;
  margin: -12px -13px 0;
  padding: 7px 12px;
  margin-bottom: 10px;
}

.levels-1,
.levels-2 {
  color: #0a4c9d;
  margin-left: 22px;
  list-style-type: disc;
  line-height: 1.3;
}

.levels-1 a,
.levels-2 a {
  text-decoration: underline;
}

.levels-1__item,
.levels-2__item {
  margin-bottom: 10px;
}

.levels-2 {
  margin-top: 10px;
}

.ttest {
  color: red;
}

.ttest2 {
  font-size: 20px;
}

.resetpass__header {
  margin-bottom: 10px;
}

.resetpass__form {
  padding: 10px 30px 30px;
  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;
}

@media (max-width: 576px) {
  .resetpass__form {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.resetpass__form-item {
  margin: 0 20px 0 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 360px;
  width: 100%;
}

@media (max-width: 576px) {
  .resetpass__form-item {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.resetpass__btn {
  padding: 7px 15px;
  white-space: nowrap;
}

.resetpass__bottom-text {
  line-height: 1.3;
}

.demo__p {
  padding-bottom: 7px;
  line-height: 1.4;
}

.demo__box-img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  .demo__box-img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.demo__img {
  width: 187px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .demo__img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.demo__form {
  padding: 19px 15px 7px;
  margin: 0 auto 8px;
  max-width: 444px;
  width: 100%;
  background: url(/design/images/bg-form3.png) left top no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .demo__form {
    -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;
    max-width: 350px;
  }
}

.demo__form-left {
  width: 57%;
}

@media (max-width: 576px) {
  .demo__form-left {
    max-width: 300px;
    width: 100%;
  }
}

.demo__form-right {
  padding-left: 50px;
  position: relative;
  width: 43%;
}

@media (max-width: 576px) {
  .demo__form-right {
    padding-left: 0;
    max-width: 300px;
    width: 100%;
  }
}

.demo__input {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .demo__box-btn {
    text-align: center;
  }
}

.demo__btn {
  padding: 4px 8px;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 10px;
}

.demo__then {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #fff;
}

@media (max-width: 576px) {
  .demo__then {
    display: none;
  }
}

.demo__note {
  font-style: italic;
  text-align: center;
}

.bargain__item {
  padding: 13px 0;
  font-size: 13px;
}

.bargain__item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}

.bargain__top {
  line-height: 1.5;
  margin-bottom: 10px;
}

.bargain__bottom {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bargain__includes {
  margin-right: 15px;
}

.bargain__btn {
  padding: 7px 18px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .bargain__btn {
    padding: 5px 10px;
  }
}

.feedback__item {
  padding: 10px 0;
  font-style: italic;
}

.feedback__item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}

.feedback__title {
  font-size: 12px;
  margin-bottom: 7px;
}

.feedback__text {
  margin: 0;
}

.sitemap {
  padding-top: 6px;
}

.sitemap__list {
  padding-top: 15px;
}

.sitemap__item {
  margin-bottom: 22px;
}

.sitemap__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.sitemap__list-2 {
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap__item-2 {
  padding-left: 24px;
  display: inline-block;
  width: calc(100% / 7);
  min-width: 130px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
}

.sitemap__item-2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 4px;
  height: 4px;
  background-color: #0a4c9d;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .sitemap__item-2 {
    width: calc(100% / 6);
  }
}

@media (max-width: 768px) {
  .sitemap__item-2 {
    width: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .sitemap__item-2 {
    width: calc(100% / 3);
  }
}

@media (max-width: 400px) {
  .sitemap__item-2 {
    width: calc(100% / 2);
  }
}

@media (max-width: 350px) {
  .sitemap__item-2 {
    width: 100%;
  }
}

.partner__chanel-box {
  padding-top: 0;
}

.how-it__title-1 {
  font-size: 18px;
  color: #274479;
  margin-bottom: 5px;
}

.how-it__text-1 {
  padding-left: 25px;
}

.how-it__list-2 {
  padding-left: 25px;
}

.how-it__title-2 {
  font-size: 18px;
  color: #274479;
  margin-bottom: 5px;
}

.how-it__text-2 {
  padding-left: 75px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .how-it__text-2 {
    padding-left: 20px;
  }
}

.pass-req__certific {
  margin-bottom: 12px;
}

.pass-req__certific p {
  margin-bottom: 3px;
}

.pass-req__certific a:hover {
  text-decoration: underline;
}

.pass-req__title-section {
  margin-bottom: 10px;
}

.pass-req__one p {
  margin-bottom: 7px;
}

.pass-req__one p b {
  font-size: 13px;
}

.pass-req__one p:not(:first-of-type) {
  padding-top: 7px;
  border-top: 1px solid #dcdcdc;
}

.pass-req__one p:last-child {
  margin-bottom: 0;
}

.pass-req__two p {
  font-size: 13px;
  line-height: 1.3;
}

.pass-req__three ul {
  padding-top: 3px;
  margin-bottom: 15px;
  padding-left: 25px;
}

.pass-req__three li {
  margin-bottom: 7px;
  list-style-type: disc;
}

.newrelease__item {
  margin-bottom: 22px;
}

.newrelease__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.newrelease__list-2 {
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newrelease__item-2 {
  padding-left: 24px;
  display: inline-block;
  width: calc(100% / 4);
  min-width: 130px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
}

.newrelease__item-2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 4px;
  height: 4px;
  background-color: #0a4c9d;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .newrelease__item-2 {
    width: calc(100% / 4);
  }
}

@media (max-width: 768px) {
  .newrelease__item-2 {
    width: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .newrelease__item-2 {
    width: calc(100% / 3);
  }
}

@media (max-width: 400px) {
  .newrelease__item-2 {
    width: calc(100% / 2);
  }
}

@media (max-width: 350px) {
  .newrelease__item-2 {
    width: 100%;
  }
}

.mcreturn__title {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}

.mcreturn__section {
  max-width: 720px;
  margin: 0 auto;
}

.mcreturn__title-2 {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.mcreturn__inner > p {
  text-align: center;
}

.mcreturn__orange-box {
  border: 2px solid #c9c9c9;
  background-color: #ffeebd;
  padding: 15px 10px;
  margin-bottom: 30px;
}

.mcreturn__orange-box > :not(:last-child) {
  margin-bottom: 10px;
}

.mcreturn__wrap-table {
  margin: -15px -15px 15px;
}

.mcreturn__table {
  width: 100%;
}

.mcreturn__table tr:first-child {
  background-color: #ffeebd;
  border-bottom: 1px solid #c9c9c9;
}

.mcreturn__table tr:first-child th:first-child {
  border-right: 1px solid #c9c9c9;
}

.mcreturn__table th {
  font-size: 16px;
  padding: 11px 10px 9px 10px;
}

.mcreturn__table th:first-child {
  padding-left: 20px;
}

.mcreturn__table th:last-child {
  padding-right: 20px;
  min-width: 150px;
}

@media (max-width: 576px) {
  .mcreturn__table th:last-child {
    min-width: auto;
  }
}

.mcreturn__table td {
  padding: 10px 10px 0;
}

.mcreturn__table td:first-child {
  padding-left: 20px;
}

.mcreturn__table td:last-child {
  text-align: center;
  padding-right: 20px;
}

.mcreturn__table .right {
  text-align: right;
}

.mcreturn__title-steps {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.mcreturn__title-member {
  font-size: 18px;
  font-weight: 700;
}

.promo {
  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;
}

@media (max-width: 992px) {
  .promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.promo__box-img {
  margin: -12px 0 -15px -13px;
}

@media (max-width: 992px) {
  .promo__box-img {
    width: 100%;
    max-width: 558px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 576px) {
  .promo__box-img img {
    margin: -12px -13px 0;
    max-width: none;
    width: 100%;
  }
}

.promo__box-form {
  max-width: 384px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .promo__box-form {
    margin: 0 auto;
  }
}

.promo__box-form h1 {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .promo__box-form h1 {
    font-size: 22px;
  }
}

.promo__code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .promo__code {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.promo__code-title {
  font-size: 18px;
  color: #2e5eb6;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}

.promo__box-input-valid {
  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;
}

@media (max-width: 400px) {
  .promo__box-input-valid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.promo__wrap-code-input {
  max-width: 185px;
}

.promo__wrap-code-input._small {
  max-width: 80px;
}

@media (max-width: 400px) {
  .promo__wrap-code-input._small {
    max-width: 130px;
  }
}

.promo__code-input {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 7px 10px;
  color: #2e5eb6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.promo__code-valid {
  margin-left: 5px;
  font-style: italic;
  text-align: center;
}

@media (max-width: 400px) {
  .promo__code-valid {
    margin-left: 0;
    margin-top: 5px;
  }
}

.promo__form {
  background: url(/design/images/bg-form2.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 10px 15px 15px;
  border-radius: 10px;
  max-width: 400px;
}

.promo .title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.promo__form-inner {
  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;
}

.promo__form-box-first {
  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;
  margin-right: 20px;
  width: calc(100% - 123px);
}

@media (max-width: 400px) {
  .promo__form-box-first {
    width: calc(100% - 80px);
  }
}

.promo__form-box-first select {
  width: 100%;
  border-color: #dcdcdc;
  border-radius: 3px;
  padding: 3px 5px;
}

.promo__form-box-first select:not(:last-child) {
  margin-bottom: 10px;
}

.promo__form-box-second {
  width: 103px;
}

@media (max-width: 400px) {
  .promo__form-box-second {
    width: 80px;
  }
}

.promo__btn {
  padding: 7px 25px;
  width: 100%;
}

@media (max-width: 400px) {
  .promo__btn {
    padding: 7px 15px;
  }
}

.page-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .page-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 400px) {
  .page-404 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-404__img {
  margin-right: 20px;
}

@media (max-width: 576px) {
  .page-404__img {
    max-width: 100px;
    margin: 20px auto;
  }
}

.page-404__text h1 {
  color: #0d5394;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 400px) {
  .page-404__text h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.acc-nav-box {
  margin-right: 10px;
  width: 258px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .acc-nav-box {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .acc-nav-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.acc-nav {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 350px;
  width: 100%;
}

@media (max-width: 576px) {
  .acc-nav {
    max-width: 570px;
  }
}

@media (max-width: 992px) {
  .acc-nav._dual-menu {
    width: calc(100% / 2 - 5px);
  }
}

@media (max-width: 576px) {
  .acc-nav._dual-menu {
    width: 100%;
    max-width: 100%;
  }
}

.acc-nav__title {
  padding: 9px 50px 7px 15px;
  background: #f1f7fd url(/design/images/logosm.png) no-repeat 93% 80%;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .acc-nav__list._h_170 {
    height: 170px;
    overflow-y: auto;
  }
}

.acc-nav__item > div {
  padding: 5px 15px;
}

.acc-nav__item:last-child {
  margin-bottom: 6px;
}

.acc-nav__item._current > div {
  background: #f1f7fd;
  position: relative;
}

.acc-nav__item._current > div::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #a6b7ca;
  border-right: 3px solid #a6b7ca;
}

@media (max-width: 992px) {
  .acc-nav__item._current > div::after {
    display: none;
  }
}

.acc-nav__item-2 {
  font-size: 14px;
  padding: 5px 5px 5px 40px;
}

.acc-nav__item-2 button {
  color: #274479;
}

.acc-nav__item-2._current button {
  font-weight: 700;
}

.acc-nav__link {
  color: #274479;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .acc-nav:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .acc-nav:first-child {
    margin-right: 0;
  }
}

.acc-nav._mw_100 {
  max-width: 100%;
}

.pagination-acc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}

.pagination-acc__next {
  margin-left: auto;
}

.unlimited__wrap-table {
  overflow-x: auto;
}

@media (max-width: 400px) {
  .unlimited__wrap-table {
    margin: 0 -13px;
  }
}

.unlimited__table {
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.unlimited__table tr:nth-child(even) {
  background-color: #f1f7fd;
}

.unlimited__table td,
.unlimited__table th {
  text-align: center;
  padding: 7px 5px;
}

.unlimited__table td:nth-child(1),
.unlimited__table th:nth-child(1) {
  text-align: left;
}

@media (max-width: 400px) {
  .unlimited__table td:nth-child(1),
  .unlimited__table th:nth-child(1) {
    min-width: 150px;
  }
}

.unlimited__table td:nth-child(2),
.unlimited__table th:nth-child(2) {
  width: 70px;
}

.unlimited__table td:nth-child(3),
.unlimited__table th:nth-child(3) {
  width: 70px;
  min-width: 70px;
}

.unlimited__table td:nth-child(4),
.unlimited__table th:nth-child(4) {
  width: 70px;
  text-align: right;
}

.unlimited__table tr:first-child th {
  color: #257ccd;
  font-weight: 700;
  font-size: 13px;
}

.unlimited__table th {
  border-top: 1px solid #dcdcdc;
}

.unlimited__exam-title {
  font-size: 13px;
  font-weight: 700;
}

.unlimited__exam-link {
  color: #274479;
  font-weight: 700;
}

.unlimited__exam-link:hover {
  text-decoration: underline;
}

.invoice__table {
  line-height: 1.3;
  width: 100%;
}

.invoice__table tr:not(:first-child) .invoice__inner-table tr:first-child {
  display: none;
}

@media (max-width: 650px) {
  .invoice__table tr:not(:first-child) .invoice__inner-table tr:first-child {
    display: block;
  }
}

@media (max-width: 650px) {
  .invoice__table tr:not(:last-child) .invoice__inner-table {
    border-bottom: 1px solid #dcdcdc;
  }
}

.invoice__table tr:not(:last-child) tr {
  padding-bottom: 10px;
}

.invoice__table tr:not(:first-child) tr {
  padding-top: 5px;
}

.invoice__btn {
  padding: 5px 30px;
  font-size: 12px;
}

.invoice__inner-table {
  width: 100%;
}

@media (max-width: 650px) {
  .invoice__inner-table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 650px) {
  .invoice__inner-table tr {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 50%;
  }
}

.invoice__inner-table td,
.invoice__inner-table th {
  text-align: center;
  padding: 7px 5px;
}

.invoice__inner-table td:first-child,
.invoice__inner-table th:first-child {
  text-align: left;
}

@media (max-width: 650px) {
  .invoice__inner-table td,
  .invoice__inner-table th {
    height: 40px;
    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;
  }
}

.invoice__inner-table td:nth-child(1),
.invoice__inner-table th:nth-child(1) {
  min-width: 131px;
}

.invoice__inner-table td:nth-child(2),
.invoice__inner-table th:nth-child(2) {
  min-width: 92px;
}

.invoice__inner-table td:nth-child(3),
.invoice__inner-table th:nth-child(3) {
  min-width: 88px;
}

.invoice__inner-table td:nth-child(4),
.invoice__inner-table th:nth-child(4) {
  min-width: 54px;
}

.invoice__inner-table td:nth-child(5),
.invoice__inner-table th:nth-child(5) {
  min-width: 56px;
}

.invoice__inner-table td:nth-child(6),
.invoice__inner-table th:nth-child(6) {
  min-width: 44px;
}

.invoice__inner-table td:nth-child(7),
.invoice__inner-table th:nth-child(7) {
  min-width: 100px;
}

.invoice__inner-table td a,
.invoice__inner-table th a {
  font-weight: 700;
}

.invoice__inner-table th {
  color: #257ccd;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 650px) {
  .invoice__inner-table th {
    border-bottom: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.invoice__inner-table td {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile__box {
  padding-top: 12px;
  padding-bottom: 3px;
}

.profile__box:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.profile__title {
  color: #257ccd;
  font-size: 15px;
}

.profile__form-list {
  max-width: 340px;
}

.profile__form-item-checkbox {
  margin-bottom: 11px;
}

.profile__form-item-checkbox label {
  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;
}

.profile__form-item-checkbox label input {
  margin-right: 8px;
}

.profile__form-item {
  max-width: 340px;
  margin-bottom: 8px;
}

.profile__form-item label {
  width: 125px;
}

.profile__box-btn {
  text-align: right;
}

.profile__btn {
  padding: 7px 30px;
}

.ma-home__item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}

.ma-home__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .ma-home__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.ma-home__title {
  font-size: 14px;
  color: #274479;
}

.ma-home__invoice {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .ma-home__invoice {
    padding-right: 0;
  }
}

.ma-home__box-table-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}

@media (max-width: 576px) {
  .ma-home__box-table-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.ma-home__table td {
  padding: 4px 5px;
  font-size: 12px;
}

.ma-home__table td:first-child {
  text-align: right;
}

.ma-home__box-btn {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .ma-home__box-btn {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .ma-home__box-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .ma-home__box-btn {
    -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;
  }
}

.ma-home__btn {
  padding: 6px;
  width: 166px;
  font-size: 13px;
}

.ma-home__btn:not(:first-child) {
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .ma-home__btn:not(:first-child) {
    margin-left: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .ma-home__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.ma-home__note {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
}

.ma-home__additional {
  position: relative;
  padding-top: 20px;
}

.ma-home__additional::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ma-home__additional-item {
  margin-bottom: 20px;
}

.ma-home__additional-title {
  font-weight: 700;
  font-size: 13px;
}

.ma-home__box-additional-btn {
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .ma-home__box-additional-btn {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .ma-home__box-additional-btn {
    padding-right: 0;
  }
}

@media (max-width: 400px) {
  .ma-home__box-additional-btn {
    text-align: center;
  }
}

.ma-home__additional-btn {
  padding: 6px;
  width: 166px;
  font-size: 13px;
  font-weight: 700;
}

.ma-home__additional-btn.hide {
  display: none;
  margin-left: auto;
}

.ma-home._expired-prod {
  display: none;
}

.ma-home__upgr {
  margin-top: 20px;
  display: none;
  border-radius: 7px;
  padding: 11px 11px 30px;
}

.ma-home__upgr-title {
  margin-bottom: 10px;
}

.ma-home__upgr-box-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .ma-home__upgr-box-img-text {
    -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;
  }
}

.ma-home__upgr-img {
  margin-right: 10px;
}

.ma-home__upgr-img img {
  max-width: 148px;
}

@media (max-width: 576px) {
  .ma-home__upgr-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.ma-home__upgr-text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
  width: 100%;
}

.ma-home__upgr-box-check-remain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .ma-home__upgr-box-check-remain {
    -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;
  }
}

.ma-home__upgr-check {
  margin-right: 30px;
  width: 45%;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .ma-home__upgr-check {
    padding-left: 0;
    margin-right: 20px;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .ma-home__upgr-check {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.ma-home__upgr-label {
  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: 8px;
}

.ma-home__upgr-input {
  margin-right: 7px;
}

.ma-home__upgr-desc {
  margin-right: 20px;
}

.ma-home__upgr-price {
  margin-left: auto;
}

.ma-home__upgr-box-save-remain {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(55% - 30px);
}

@media (max-width: 768px) {
  .ma-home__upgr-box-save-remain {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .ma-home__upgr-box-save-remain {
    width: 100%;
  }
}

.ma-home__upgr-save {
  padding: 4px 0 4px 20px;
  background: url(/design/images/sign.png) no-repeat left 1px;
  margin-bottom: 10px;
}

.ma-home__upgr-remain {
  color: #ef8501;
  text-align: 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;
}

.ma-home__upgr-remain-left {
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
}

.ma-home__upgr-remain-left span {
  font-size: 18px;
}

.ma-home__upgr-remain-right {
  padding-left: 10px;
}

.ma-home__upgr-remain-right span {
  font-size: 18px;
}

.ma-home__upgr-box-total {
  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;
  font-size: 20px;
}

@media (max-width: 576px) {
  .ma-home__upgr-box-total {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .ma-home__upgr-box-total {
    font-size: 13px;
  }
}

.ma-home__upgr-total {
  color: #2e5eb6;
  margin-bottom: 4px;
}

.ma-home__upgr-total span {
  text-decoration: line-through;
}

.ma-home__upgr-new-total {
  color: #b8292f;
  margin-bottom: 15px;
}

.ma-home__upgr-btn {
  padding: 7px 25px;
}

.inv__table-inf td:first-child {
  font-weight: 700;
}

.inv__data {
  margin-bottom: 20px;
}

.inv__data td {
  padding-bottom: 5px;
  vertical-align: top;
}

.inv__data td:first-child {
  padding-right: 8px;
}

.inv__table {
  width: 100%;
}

.inv__table td,
.inv__table th {
  padding: 7px 10px 6px 10px;
  border: 1px solid #c9c9c9;
}

.inv__table th {
  background-color: #eaf3fd;
}

.inv__table th:first-child {
  text-align: left;
}

.inv__table td:not(:first-child) {
  text-align: center;
}

.inv__td-right b {
  display: block;
  width: 90px;
  margin-left: auto;
}

.inv__thank {
  font-size: 14px;
  padding: 15px 15px 20px 15px;
  text-align: center;
}

.inv__footer {
  background-color: #eaf3fd;
  text-align: center;
  padding: 20px;
}

.mfp-bg {
  opacity: 0.7;
}

.modal {
  margin: 20vh auto 15px;
  padding: 16px 16px;
  border: 3px solid #b6cce3;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
  position: relative;
  max-width: 658px;
}

@media (max-width: 576px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
}

.modal__box-title {
  text-align: center;
  padding: 0 30px;
}

.modal__title-line1 {
  font-size: 19px;
  color: #257ccd;
}

@media (max-width: 576px) {
  .modal__title-line1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .modal__title-line1 {
    font-size: 16px;
  }
}

.modal__title-line2 {
  font-size: 18px;
}

.modal__title-line2._mb_35 {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .modal__title-line2 {
    margin-bottom: 5px;
  }
}

@media (max-width: 350px) {
  .modal__title-line2 {
    font-size: 16px;
  }
}

.modal__title-line3 {
  font-size: 32px;
  color: #257ccd;
}

@media (max-width: 576px) {
  .modal__title-line3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  .modal__title-line3 {
    font-size: 16px;
  }
}

.modal__box-img-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .modal__box-img-form {
    -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;
  }
}

.modal__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  top: -10px;
}

@media (max-width: 576px) {
  .modal__img {
    margin: 0 0 10px;
  }
}

@media (max-width: 350px) {
  .modal__img {
    max-width: 170px;
  }
}

.modal__form {
  line-height: 1.3;
}

@media (max-width: 576px) {
  .modal__form {
    max-width: 260px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .modal__form {
    max-width: 300px;
  }
}

.modal__text._top {
  font-weight: 700;
}

.modal__text._fsz_15 {
  font-size: 15px;
}

.modal__text._before {
  color: rgba(71, 76, 88, 0.7);
}

.modal__form-item {
  margin-bottom: 3px;
}

.modal__input {
  padding: 5px 5px 4px !important;
  max-width: 260px;
  width: 100%;
}

.modal__btn {
  margin-bottom: 10px;
  font-size: 18px;
}

.modal__note {
  color: rgba(71, 76, 88, 0.7);
  font-size: 11px;
}

.modal__disc-code {
  font-size: 32px;
  margin-bottom: 10px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 8px;
  background: #b6cce3 url(/design/images/icon/close.png) no-repeat 2px 0;
  background-size: 95%;
}

.modal-d__title {
  font-size: 19px;
  color: #274479;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 12px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .modal-d__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .modal-d__title {
    font-size: 16px;
  }
}

.modal-d__box-img-tex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .modal-d__box-img-tex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-d__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .modal-d__img {
    margin: 0 auto 15px;
  }
}

.modal-d__p {
  line-height: 1.4;
  font-size: 13px;
}

.modal-d__p b {
  color: #257ccd;
}

.modal-d__list li {
  margin-bottom: 5px;
}

.modal-d__box-emailerr-form {
  margin: 0 auto 20px;
  padding-top: 4px;
  max-width: 530px;
}

.modal-d__form {
  margin-top: 7px;
  background-color: #f1f7fc;
}

.modal-d__form-box {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 400px) {
  .modal-d__form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-d__form-label {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

@media (max-width: 576px) {
  .modal-d__form-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 400px) {
  .modal-d__form-label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.modal-d__form-span {
  margin-right: 10px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .modal-d__form-span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
  }
}

.modal-d__form-input {
  padding: 5px;
  width: 100%;
}

.modal-d__form-btn {
  padding: 7px 15px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .modal-d__form-btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (max-width: 400px) {
  .modal-d__form-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 5px;
  }
}

.modal-d__form-note {
  color: #257ccd;
}

.modal-d__note {
  font-style: italic;
  margin-bottom: 0;
}

.checkouthelp {
  max-width: 600px;
  background: #f5f7fd;
  padding: 0 15px 15px 15px;
  line-height: 1.4;
  border: solid 1px #ccc;
  margin: 15px auto;
  position: relative;
}

.checkouthelp__title {
  background: #385d97;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0 -15px 10px;
}

.checkouthelp__subtitle {
  color: #385d97;
  font-size: 16px;
}

.checkouthelp__item:not(:last-child) {
  margin-bottom: 6px;
}

.checkouthelp__btn {
  background: #ccdff6;
  width: 100%;
  padding: 11px 15px 9px;
  font-size: 14px;
  text-align: left;
  color: #525252;
}

.checkouthelp__desc {
  display: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccdff6;
}

.checkouthelp__desc._show {
  display: block !important;
}

.checkouthelp__desc ul li {
  margin-bottom: 10px;
}

.checkouthelp .mfp-close {
  color: #fff;
}

.cvv-modal {
  position: relative;
  background: #fff;
  padding: 35px 15px 15px;
  max-width: 340px;
  margin: 20px auto;
}

.cvv-modal img {
  margin: 0 auto 20px;
}

.errmess {
  padding-bottom: 10px;
  color: #f96;
  display: block;
}

.error_message {
  color: red;
}

.error_message p {
  margin-bottom: 3px;
  font-size: 12px;
}

#jsLogin {
  margin-bottom: 10px;
}

#jsLogin table {
  width: 100%;
}

#jsReg {
  margin-bottom: 10px;
}

#jsReg table {
  width: 100%;
}

#myprod #jsErr {
  padding: 10px 0 0;
}

.footer {
  padding-top: 10px;
  background: #3874ac;
  background: -webkit-gradient(linear, left top, left bottom, from(#3874ac), to(#384d87));
  background: -o-linear-gradient(top, #3874ac, #384d87);
  background: linear-gradient(to bottom, #3874ac, #384d87);
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-x: hidden;
  width: 100%;
}

.footer__top {
  margin-bottom: 10px;
}

.footer .main-nav {
  -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;
}

.footer .main-nav__item:not(:last-child)::after {
  background-color: rgba(40, 66, 113, 0.5);
}

.footer .main-nav__link {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 11px;
}

.footer .main-nav__link:hover {
  background-color: transparent;
}

.footer__text {
  font-size: 11px;
  text-align: center;
}

.footer__rights {
  font-size: 11px;
}

.footer__rights-wrap {
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer__rights-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200px;
  width: 700px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(50%, #4779cf),
    to(transparent)
  );
  background: -o-linear-gradient(left, transparent 0, #4779cf 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0, #4779cf 50%, transparent 100%);
}

.footer__rights-text {
  z-index: 1;
}

.w870-show-flex {
  display: none;
}

@media (max-width: 870px) {
  .w870-show-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .md-hide {
    display: none;
  }
}

.md-show {
  display: none;
}

@media (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md-show-flex {
  display: none;
}

@media (max-width: 768px) {
  .md-show-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 576px) {
  .sm-hide {
    display: none;
  }
}

.sm-show {
  display: none;
}

@media (max-width: 576px) {
  .sm-show {
    display: block;
  }
}

.sm-show-flex {
  display: none;
}

@media (max-width: 576px) {
  .sm-show-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 400px) {
  .xsm-hide {
    display: none;
  }
}

.xsm-show {
  display: none;
}

@media (max-width: 400px) {
  .xsm-show {
    display: block;
  }
}

[id^='addexamvp_'] a,
[id^='addprod_'] a {
  text-decoration: underline;
}

.mfp-close {
  cursor: pointer !important;
}

.my-anchor {
  display: none;
  color: red;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr='airplay'],
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'],
.plyr [data-plyr='pip'] {
  display: none;
}

.plyr--airplay-supported [data-plyr='airplay'],
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'],
.plyr--pip-supported [data-plyr='pip'] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition:
    height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role='menu'] {
  padding: 7px;
}

.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}

.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after,
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
}

.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type='range']::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type='range']::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type='range']:focus {
  outline: 0;
}

.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s 0.1s ease,
    opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type='range'],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 50%,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type='range'] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s 0.1s ease,
    opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* NEW STYLES */

.styledHeader .main-nav__link {
  color: #fff;
}

.styledHeader .user-nav__link:hover {
  color: #fff;
}

.styledHeader .main-nav__ddmenu.ddmenu a {
  color: #fff;
}

.styledHeader .m-nav__link:hover {
  color: #fff;
}

.footer {
  padding-top: 10px;
  background: #3874ac;
  background: -webkit-gradient(linear, left top, left bottom, from(#3874ac), to(#384d87));
  background: -o-linear-gradient(top, #3874ac, #384d87);
  background: linear-gradient(to bottom, #3874ac, #384d87);
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-x: hidden;
  line-height: 1.15;
}

.footer__top {
  margin-bottom: 10px;
}

.footer__top ul li a {
  color: #fff;
  margin-left: 40px;
}

.footer .main-nav {
  -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;
}

.footer .main-nav__item:not(:last-child)::after {
  background-color: rgba(40, 66, 113, 0.5);
}

.footer .main-nav__link {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 11px;
}

.footer .main-nav__link:hover {
  background-color: transparent;
}

.footer__text {
  font-size: 11px;
  text-align: center;
}

.footer__rights {
  font-size: 11px;
}

.footer__rights-wrap {
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer__rights-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200px;
  width: 700px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(50%, #4779cf),
    to(transparent)
  );
  background: -o-linear-gradient(left, transparent 0, #4779cf 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0, #4779cf 50%, transparent 100%);
}

.footer__rights-text {
  z-index: 1;
}

.footer tr {
  border: none;
}

.footer .main-nav__link,
.footer__text {
  color: #fff !important;
}

@media (max-width: 890px) {
  .footer__top .main-nav__item {
    margin-right: 0;
  }
  .footer__top .main-nav__item:after {
    display: none;
  }
  .footer__top .main-nav__link {
    margin-left: 0 !important;
  }
  .footer__top tbody {
    width: 100%;
    display: flex;
  }
  .footer__top tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer__top tr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .footer__top tr {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 870px) {
  .styledHeader {
    padding-bottom: 1px;
  }
}

.styledSiteMain {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.nav-links .nav-next a:after {
  content: '\f0da';
  margin-left: 10px;
  margin-right: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  position: relative;
  text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  position: relative;
}
.post-navigation a,
.posts-navigation a {
  font-weight: 400;
  display: block;
  color: #212529;
  text-decoration: none;
}
.post-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:focus {
  color: #2c4d85;
}
.post-navigation,
.posts-navigation {
  padding: 0;
  position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  background-color: #f6f6f6;
  text-decoration: none;
}
.page-numbers.dots {
  color: #fff;
  background: #2e5eb6;
  border-color: #2e5eb6;
}
.page-numbers.dots:hover {
  background-color: #2c4d85 !important;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  color: #fff;
  background-color: #2c4d85 !important;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: auto;
  height: auto;
  color: #fff;
  padding: 0 15px;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:focus {
  color: #fff;
}
.nav-previous span {
  padding-left: 30px;
  float: left;
  text-align: left;
}
.nav-next span {
  padding-right: 30px;
  float: right;
  text-align: right;
}
.post-navigation span,
.posts-navigation span {
  display: table;
}

@media screen and (min-width: 1024px) {
  .menu-sticky #masthead {
    position: sticky;
    top: 0;
  }
  .menu-sticky #masthead.nav-shrink {
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
  }
  .customize-support.menu-sticky #masthead.nav-shrink {
    top: 32px;
  }
  .site-branding {
    padding: 25px 0;
    text-align: center;
  }
  .site-title {
    font-size: 32px;
  }
  .main-navigation {
    width: auto;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .main-navigation ul.nav-menu > li {
    text-align: center;
  }
  .main-navigation ul.nav-menu > li > a {
    text-align: center;
    padding: 21px 25px;
  }
  .main-navigation.icons-active ul.nav-menu > li {
    padding: 15px 25px 8px;
  }
  .main-navigation ul.nav-menu > .menu-item-has-children > a:after {
    content: '\f0d7';
    padding-left: 10px;
    font-size: 12px;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .main-navigation ul ul .menu-item-has-children > a:before {
    content: '\f067';
    font-size: 10px;
    position: relative;
    top: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
  }
  .main-navigation ul.nav-menu {
    display: block !important;
    height: auto !important;
  }
  .main-navigation ul ul {
    box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
    width: 250px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
    right: auto;
    display: block !important;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-navigation ul.sub-menu > li:last-child > a {
    border-bottom: none;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation ul ul ul {
    top: 0;
  }
  .main-navigation ul ul a {
    padding: 15px;
  }
  .menu-toggle {
    height: 80px;
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #search {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 100%;
    display: none;
  }
  .main-navigation .search-active .icon-search {
    display: none;
  }
  .main-navigation .search-active .icon-close {
    display: inline-block;
  }
  #search:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #111;
    position: absolute;
    top: -9px;
    right: 5px;
  }
  button.dropdown-toggle {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation li {
    display: inline-block;
  }
  .main-navigation .left-menu {
    padding-left: 50px;
  }
  .main-navigation ul.nav-menu > li.left-menu > a,
  .main-navigation ul.nav-menu > li.right-menu > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-navigation li.left-menu + li.right-menu:before {
    content: '/';
    position: absolute;
    top: 50%;
    margin-left: -6px;
    color: #fff;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #secondary {
    margin-top: 0;
  }
  .right-sidebar #primary,
  .left-sidebar #primary {
    width: 100%;
    float: left;
    padding-right: 40px;
  }
  .right-sidebar #secondary,
  .left-sidebar #secondary {
    width: 30%;
    float: right;
  }
  .left-sidebar #primary {
    float: right;
    padding-right: 0;
    padding-left: 40px;
  }
  .no-sidebar #primary {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.navigation.pagination {
  padding-bottom: 20px;
}

form.wp-block-search {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.wp-block-search__label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.wp-block-search__input {
  padding: 0 15px 0 15px;
  height: 30px;
  background-color: #afc6de;
  color: #000;
  border: none;
  width: 100%;
  border: 1px solid #3870ab;
  color: #1f63b1;
  border-radius: 5px;
}

a.user-nav__sub-n-forgot:hover {
  color: #fff;
}

.user-nav__sub-n-btn:hover {
  text-decoration: none;
}

.wp-block-search__button {
  min-width: 30px;
  width: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  height: 30px;
  padding: 0;
  position: relative;
  font-size: 0;
  border: solid 1px #f4930b;
  border-bottom-color: #a85f02;
  background: linear-gradient(to bottom, #fec11e, #ee8300);
  border-radius: 5px;
}

.wp-block-search__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url(./assets/images/icon/search.png) center center no-repeat;
  background-size: cover;
}

.wp-block-search__inside-wrapper {
  display: flex;
  column-gap: 5px;
}

.widget_search {
  margin-bottom: 20px;
}

.widget_block {
  margin-bottom: 20px;
}

.wp-block-heading {
  margin-bottom: 7px;
  font-size: 16px;
  color: #274479 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.wp-block-categories-list,
.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.wp-block-categories-list a,
.wp-block-latest-posts__list a {
  text-decoration: underline;
  color: #0a4c9d;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.navigation.pagination .nav-links {
  text-align: center;
}

.styledWidgetArea {
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.4);
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  padding: 5px 10px;
}

.widget_block {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 6px;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

.widget_block:last-child {
  border-bottom: none;
}

.styledContentArea {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 13px 15px 13px;
  width: 100%;
}

.styledWrap {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  background: #fff;
  column-gap: 40px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.styledWrap .np-button {
  color: #0a4c9d;
}

.styledWrap .np-button:hover {
  background: transparent !important;
}

@media (max-width: 1024px) {
  .styledWrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

.styledSiteMain .entry-header a {
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  color: #274479;
}

.styledBody {
  line-height: 1.15;
}
.styledContentArea h2 {
  font-size: inherit !important;
  font-weight: 700 !important;
}
.styledContentArea .entry-content p {
  color: #474c58;
}
.styledWidgetArea {
  width: 100%;
  max-width: 260px;
}
.styledWrap {
  column-gap: 10px;
  justify-content: space-between;
}
.styledSiteContent .pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
  background: #2e5eb6;
}
.styledSiteContent .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.footer__text {
  margin-bottom: 12px !important;
}

.footer__top table {
  margin-bottom: 0;
}

.footer__top table td {
  padding: 1px;
}
