/*
Theme Name:         Pass4Sure
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  color: #3d3d3d;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #043260;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font:
    15px Monaco,
    Consolas,
    'Andale Mono',
    'DejaVu Sans Mono',
    monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #06457f !important;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #06457f !important;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  background: #06457f !important;
  border-color: #06457f !important;
  color: #ffffff !important;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  border: 1px solid #aaa;
}

.searchform input[type='text']:focus {
  border: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

.no-results input[type='search'] {
  width: 45%;
}

a {
  color: #06457f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
  color: #06457f;
}

a:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.np-clearfix:before,
.np-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
  content: '';
  display: table;
}

.np-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
  clear: both;
}

.clear {
  clear: both;
}

.widget {
  margin: 0 0 30px;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-field {
  float: left;
  width: 78%;
}

.widget_search .search-submit {
  background: #f54337 none repeat scroll 0 0;
  color: #ffffff;
  height: 36px;
  width: 22%;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child,
.wp-block-latest-comments li:last-child {
  border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 26px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #06457f;
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: '\f105';
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
  content: '\f086';
  top: 0;
}

.widget_rss li::before {
  content: '\f09e';
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before {
  content: '\f1ea';
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #06457f;
  border-color: #06457f;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin-bottom: -10px;
  margin-top: 10px;
  padding-left: 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #06457f;
  color: #fff;
  border-color: #06457f;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
}

.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.cat-links {
  margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link {
  background: #06457f;
  padding: 4px 10px;
  color: #fff !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
}

.edit-link .post-edit-link:before {
  content: '\f044';
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

article.hentry .edit-link {
  display: block;
  margin-top: 20px;
}

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

article.hentry .entry-footer > span {
  margin-right: 15px;
  font-size: 13px;
}

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px;
}

.posted-on:before {
  content: '\f073';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.cat-links:before {
  content: '\f07c';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.comments-link:before {
  content: '\f075';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.byline:before {
  content: '\f007';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.tags-links:before {
  content: '\f02c';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 3px;
}

.entry-footer .tags-links a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin: 0 5px;
  padding: 0 10px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline-block;
}

.entry-footer a {
  color: #999;
}

.entry-footer a:hover {
  color: #06457f;
}

.nav-links .meta-nav {
  display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-previous a:before {
  content: '\f0d9';
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  float: left;
  width: 25%;
}

.nav-links .nav-next {
  float: right;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-excerpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content + .bttn {
  float: right;
}

.entry-footer {
  margin-top: 10px;
}

.full-width {
  float: none;
  width: 100%;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  width: 120px;
  display: block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-top: 2px solid #06457f;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
}

.comment-metadata {
  margin-top: -10px;
  padding-left: 57px;
}

.comment-content {
  padding-left: 58px;
  margin-top: 10px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0 5px;
}

.comment-author .fn .url:hover {
  color: #06457f;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.commentmetadata a {
  color: #666;
}

.commentmetadata .comment-edit-link {
  color: #01aefd;
}

.commentmetadata + .clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #06457f;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
}

#respond {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #141414;
  margin-top: 40px;
  padding: 20px;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #06457f;
}

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: '\f057';
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #06457f;
}

.logged-in-as a {
  color: #06457f;
}

.reply {
  margin-left: 55px;
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

embed,
iframe,
object {
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 47%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

.mt-column-wrapper {
  margin-left: -2%;
}

.mt-column-1 {
  float: left;
  width: 98%;
  margin-left: 2%;
}

.mt-column-2 {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.mt-column-3 {
  float: left;
  width: 31.33%;
  margin-left: 2%;
}

.mt-column-4 {
  float: left;
  width: 23%;
  margin-left: 2%;
}

#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

.home.blog.left-sidebar #primary {
  float: right;
}

.home.blog.left-sidebar #secondary {
  float: left;
}

.page-template-magazine-template #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary {
  float: right;
}

.left-sidebar #secondary {
  float: left;
}

.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.no-sidebar #secondary {
  display: none;
}

.no-sidebar-center #primary {
  float: none;
  margin: 0 auto;
}

.home.blog.no-sidebar-center #primary {
  float: none;
  margin: 0 auto;
}

.home.blog #content.mt-container {
  margin-bottom: 10px;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

body {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

.boxed_layout #page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 1200px;
  background: #ffffff;
}

body.fullwidth-layout #page {
  background: #fff none repeat scroll 0 0;
}

.mt-container {
  width: 1170px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.np-top-header-wrap {
  background: #06457f none repeat scroll 0 0;
  color: #fff;
  padding: 8px 0;
}

.np-top-left-section-wrapper {
  float: left;
  font-size: 12px;
}

.np-top-left-section-wrapper .date-section {
  float: left;
  margin-right: 10px;
}

.np-top-left-section-wrapper .date-section::before {
  content: '\f017';
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 8px;
}

.top-navigation {
  float: left;
}

.top-navigation ul {
  list-style: outside none none;
  margin: 0;
}

.top-navigation ul li {
  border-left: 1px solid #fff;
  display: inline-block;
  line-height: 12px;
  padding: 0 10px;
}

.top-navigation ul li a {
  color: #fff;
}

.top-navigation ul li a:hover {
  text-decoration:;
}

.np-top-right-section-wrapper {
  float: right;
}

.np-top-right-section-wrapper .social-link {
  display: block;
  float: left;
  margin-top: -5px;
}

.np-top-right-section-wrapper .social-link a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  margin: 6px 0 0 14px;
}

#masthead .site-branding {
  float: left;
  margin: 20px 0;
}

#masthead .np-header-ads-area {
  float: right;
}

#masthead .np-header-ads-area .news_portal_ads_banner {
  margin: 0;
  padding: 0;
}

.np-logo-section-wrapper {
  padding: 20px 0;
}

.top-navigation ul.sub-menu,
.footer-navigation ul.sub-menu {
  display: none;
}

.site-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.site-description {
  margin: 0;
}

.np-header-menu-wrapper {
  background: #06457f none repeat scroll 0 0;
  margin-bottom: 20px;
  position: relative;
}

.np-header-menu-wrapper .mt-container {
  position: relative;
}

.np-header-menu-wrapper .mt-container::before {
  background: rgba(0, 0, 0, 0) url('assets/images/menu-shadow.png') no-repeat scroll center top;
  content: '';
  height: 38px;
  left: 50%;
  margin-left: -480px;
  opacity: 1;
  position: absolute;
  top: 100%;
  width: 960px;
}

.np-home-icon a {
  color: #fff !important;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  position: relative;
}

.home .np-home-icon a,
.np-home-icon a:hover {
  background: #028a9a none repeat scroll 0 0;
}

#site-navigation {
  float: left;
}

#site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-navigation ul li {
  display: inline-block;
  line-height: 40px;
  margin-right: -3px;
  position: relative;
}

#site-navigation ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff;
  display: block;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
}

#site-navigation ul ul.children li a {
  line-height: 25px;
  padding: 8px 15px;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current-menu-ancestor > a,
#site-navigation ul li.focus > a {
  background: #028a9a;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
  background: #06457f none repeat scroll 0 0;
  width: 200px;
  position: absolute;
  z-index: 99;
  left: -9999rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
  -o-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
  transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
}

#site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li:hover > ul.children,
#site-navigation ul li.focus > ul.sub-menu,
#site-navigation ul li.focus > ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
  -o-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
  transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
}

#site-navigation ul li.focus > ul.sub-menu,
#site-navigation ul li.focus > ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  line-height: 24px;
  padding: 10px 15px;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
  border: none;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
  -o-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
  transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    right 0s 0.15s;
}

#site-navigation ul.sub-menu li:hover > ul,
#site-navigation ul.children li:hover > ul,
#site-navigation ul.sub-menu li.focus > ul,
#site-navigation ul.children li.focus > ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
  -o-transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
  transition:
    opacity 0.15s linear,
    transform 0.15s ease,
    left 0s 0.15s;
}

#site-navigation ul li.menu-item-has-children > a:before,
#site-navigation ul li.page_item_has_children > a:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

#site-navigation ul.sub-menu li.menu-item-has-children > a:before,
#site-navigation ul.children li.page_item_has_children > a:before {
  content: '\f105';
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
  padding-right: 30px;
}

.home .np-home-icon a::after,
.np-home-icon a:hover::after,
#site-navigation ul#primary-menu > li:hover > a:after,
#site-navigation ul#primary-menu > li.current-menu-item > a::after,
#site-navigation ul#primary-menu > li.focus > a:after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.np-header-menu-wrapper::before,
.np-header-menu-wrapper::after {
  background: #06457f none repeat scroll 0 0;
  content: '';
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 99;
}

.np-header-menu-wrapper::after {
  left: auto;
  right: -5px;
  visibility: visible;
}

.np-header-menu-block-wrap::before,
.np-header-menu-block-wrap::after {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #03717f;
  border-top: 5px solid transparent;
  bottom: -6px;
  content: '';
  height: 0;
  left: -5px;
  position: absolute;
  width: 5px;
}

.np-header-menu-block-wrap::after {
  left: auto;
  right: -5px;
  transform: rotate(180deg);
  visibility: visible;
}

.is-sticky .np-header-menu-wrapper {
  z-index: 99;
}

#site-navigation ul li a.sub-toggle {
  display: none;
}

.np-icon-elements-wrapper {
  float: right;
}

.np-icon-elements {
  float: left;
  margin: 10px 20px 10px 0;
}

.np-icon-elements a {
  display: block;
  height: 20px;
  width: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  transition: 0.25s;
  font-size: 0;
}

.np-icon-elements a span {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}

.np-icon-elements a.dark-mode span {
  left: 24px;
}

.np-icon-elements a.light-mode span:after {
  height: 12px;
  width: 12px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  color: #111;
  transition: all ease-in-out 0.3s;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
}

.np-icon-elements a.dark-mode span::after {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: #111;
  transition: all ease-in-out 0.3s;
  opacity: 1;
  visibility: visible;
  height: 12px;
  width: 12px;
}

.np-icon-elements a.dark-mode span:after {
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E");
}

.np-icon-elements a.dark-mode {
  background: #6f6f6f;
}

.np-header-search-wrapper {
  float: right;
  position: relative;
}

.search-main {
  display: block;
  line-height: 40px;
  cursor: pointer;
  color: #ffffff;
}

.search-main a,
.search-main a:focus,
.search-main a:hover {
  color: #ffffff;
}

.np-header-search-wrapper .search-form-main {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #06457f;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 130%;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.np-header-search-wrapper .search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #06457f;
  content: '';
  position: absolute;
  right: 15px;
  top: -10px;
}

.np-header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 80%;
  float: left;
}

.np-header-search-wrapper .search-form-main .search-submit {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 10px 0 10px;
  width: 20%;
  height: 36px;
  background: #06457f;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  color: #333;
  display: none;
  float: left;
  font-size: 20px;
  padding: 2px 15px;
}

.sub-toggle {
  display: none;
}

.np-ticker-block {
  border: 1px solid #e1e1e1;
  margin: 30px 0;
  position: relative;
}

.ticker-caption {
  background: #464646 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  margin-right: 20px;
  padding: 5px 15px;
}

.ticker-content-wrapper {
  display: block;
  float: left;
  width: 80%;
}

.ticker-content-wrapper .post-cats-list {
  float: left;
  margin-right: 15px;
}

.ticker-content-wrapper .lslide.active {
  height: auto !important;
}

.ticker-content-wrapper .cS-hidden {
  opacity: 1;
}

.news-ticker-title > a {
  color: #333;
  display: block;
  margin: 5px 0 0;
}

.np-ticker-block .lSAction {
  position: absolute;
  right: 10px;
  top: 5px;
}

.np-ticker-block .lSAction > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  height: auto;
  margin: 0 5px !important;
  position: static;
  width: auto;
  opacity: 1;
}

.np-ticker-block .lSSlideOuter.vertical,
.np-ticker-block .lSSlideWrapper,
.np-ticker-block .lSSlideWrapper .lSFade {
  position: static;
}

.post-cats-list span {
  display: inline-block;
  vertical-align: top;
}

.post-cats-list a {
  color: #fff !important;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  padding: 1px 12px;
  text-transform: capitalize;
}

.news_portal_slider .lSAction > a {
  background: none;
}

.news_portal_featured_slider {
  margin: 0 0 25px;
}

.news_portal_featured_slider .slider-posts {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.news_portal_slider {
  float: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
}

.np-single-slide-wrap,
.news_portal_carousel .np-single-post,
.news_portal_block_posts .layout3 .np-primary-block-wrap {
  position: relative;
}

.np-slide-content-wrap,
.news_portal_carousel .np-single-post .np-post-content,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-content {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
    repeat scroll 0 0;
}

.np-slide-content-wrap .post-title,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title,
.news_portal_carousel .np-single-post .np-post-title,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title {
  line-height: 26px;
  margin: 5px 0;
}

.np-slide-content-wrap .post-title a,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a,
.news_portal_carousel .np-single-post .np-post-title a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.np-slide-content-wrap .post-title a:hover,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,
.news_portal_carousel .np-single-post .np-post-title a:hover,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover {
  color: #06457f;
}

.np-slide-content-wrap .np-post-meta span,
.np-slide-content-wrap .np-post-meta span a,
.news_portal_featured_posts .np-single-post .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span a {
  color: #cccccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.np-slide-content-wrap .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span {
  margin-right: 15px;
}

.news_portal_featured_slider .slider-posts .lSAction {
  position: absolute;
  right: 20px;
  top: 20px;
}

.news_portal_featured_slider .slider-posts .lSAction > a {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  margin: 0 2px;
  opacity: 1;
  position: static;
  text-align: center;
}

.news_portal_featured_slider .slider-posts .lSAction > a:hover {
  background: #06457f;
  color: #fff;
}

.news_portal_featured_slider .featured-posts {
  float: right;
  width: 50%;
  padding: 0;
}

.news_portal_featured_slider .featured-posts .np-single-post-wrap {
  float: left;
  margin-bottom: 5px;
  padding-left: 5px;
  position: relative;
  width: 50%;
}

.news_portal_featured_slider .featured-posts .np-single-post {
  position: relative;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
    repeat scroll 0 0;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title {
  line-height: 20px;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a {
  font-size: 15px;
  color: #fff;
}

.news_portal_featured_slider
  .featured-posts
  .np-single-post
  .np-post-content
  .np-post-title
  a:hover {
  color: #06457f;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span,
.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span a {
  font-size: 12px;
}

.np-home-top-section .news_portal_featured_posts .np-block-wrapper {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 20px;
}

.news_portal_featured_posts .np-featured-posts-wrapper {
  margin-left: -2%;
}

.news_portal_featured_posts .np-single-post-wrap {
  float: left;
  margin-left: 2%;
  width: 23%;
}

.news_portal_featured_posts .np-single-post .np-post-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  padding: 0;
  position: static;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-thumb {
  float: left;
  width: 42%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content {
  float: left;
  margin-left: 4%;
  width: 54%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a {
  color: #333;
  font-size: 14px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover {
  color: #06457f;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title {
  line-height: 20px;
  margin: 0 0 2px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta .byline {
  display: block;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a {
  color: #989898;
}

.np-post-thumb,
.np-slide-thumb {
  overflow: hidden;
}

.np-post-thumb img,
.np-slide-thumb img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.np-post-thumb:hover img,
.np-slide-thumb:hover img {
  -webkit-transform: scale(1.05) rotate(1deg);
  -ms-transform: scale(1.05) rotate(1deg);
  -o-transform: scale(1.05) rotate(1deg);
  transform: scale(1.05) rotate(1deg);
  opacity: 0.8;
}

.np-home-middle-section .middle-primary {
  float: left;
  width: 67%;
}

.np-home-middle-section .middle-aside {
  float: right;
  width: 31%;
}

.np-block-title,
.widget-title,
.page-header .page-title,
.np-related-title,
.widget_block .wp-block-group__inner-container > h1,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-group__inner-container > h3,
.widget_block .wp-block-group__inner-container > h4,
.widget_block .wp-block-group__inner-container > h5,
.widget_block .wp-block-group__inner-container > h6 {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 6px 20px;
  text-transform: uppercase;
  border-left: none;
  border-right: none;
  color: #06457f;
  text-align: left;
}

.news_portal_block_posts .np-primary-block-wrap {
  float: left;
  width: 48%;
}

.news_portal_block_posts .np-secondary-block-wrap {
  float: right;
  width: 49%;
}

.np-post-title.large-size a,
.np-post-title.small-size a {
  color: #333;
  display: block;
  font-size: 16px;
}

.np-post-title.large-size,
.np-post-title.small-size {
  margin: 15px 0 10px;
  text-transform: capitalize;
}

.np-post-meta span,
.np-post-meta span a {
  color: #a6a6a6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.np-post-meta span:hover,
.np-post-meta span a:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover {
  color: #06457f;
}

.np-post-meta span {
  margin-right: 15px;
}

.np-post-excerpt {
  margin-top: 12px;
}

.np-post-excerpt p {
  margin-bottom: 0;
}

.np-secondary-block-wrap .np-post-thumb,
.news_portal_default_tabbed .np-post-thumb {
  float: left;
  width: 30%;
}

.np-secondary-block-wrap .np-post-content,
.news_portal_default_tabbed .np-post-content {
  float: right;
  width: 66%;
}

.np-post-title.small-size {
  margin-top: 0;
}

.np-post-title.small-size {
  line-height: 22px;
  margin: 2px 0 3px;
}

.np-post-title.small-size a {
  font-size: 14px;
  font-weight: 500;
}

.np-post-title.small-size a:hover {
  color: #06457f;
}

.np-secondary-block-wrap .np-single-post,
.news_portal_default_tabbed .np-single-post,
.news_portal_default_tabbed #comments ul li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.np-secondary-block-wrap .np-single-post:last-child,
.news_portal_default_tabbed .np-single-post:last-child,
.news_portal_default_tabbed #comments ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.np-secondary-block-wrap .np-post-meta span,
.np-secondary-block-wrap .np-post-meta span a,
.news_portal_default_tabbed .np-post-meta span,
.news_portal_default_tabbed .np-post-meta span a,
.np-related-posts-wrap .np-post-meta span,
.np-related-posts-wrap .np-post-meta span a {
  font-size: 12px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap,
.news_portal_block_posts .layout2 .np-secondary-block-wrap {
  margin-left: -3%;
  width: 103%;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap {
  margin-bottom: 10px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,
.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post {
  display: inline-block;
  float: none;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
}

.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post:nth-child(4) {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}

.news_portal_block_posts .layout3 .np-primary-block-wrap {
  width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
  margin-top: 20px;
  width: 102%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
  margin-left: -2%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post {
  border: medium none;
  float: left;
  margin-bottom: 0;
  margin-left: 2%;
  padding: 0;
  width: 31.33%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb,
.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
  float: none;
  width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
  margin-top: 10px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content {
  background: #f2f2f2 none repeat scroll 0 0;
  height: 242px;
  overflow: hidden;
  padding: 11px 15px 15px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post:nth-child(2) {
  flex-direction: column-reverse;
}

.news_portal_block_posts
  .layout4
  .np-block-posts-wrapper
  .np-alt-grid-post
  .np-post-content
  .np-post-excerpt {
  line-height: 27px;
  margin-top: 10px;
  overflow: hidden;
  height: 110px;
}

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
  width: 31.33%;
}

.middle-primary .news_portal_featured_posts .np-featured-posts-wrapper {
  margin-left: -2%;
}

.middle-primary .news_portal_featured_posts .np-single-post img {
  width: 100%;
}

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
  width: 48%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
  margin-bottom: 20px;
  width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
  width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap:last-child {
  margin-bottom: 0;
}

.news_portal_default_tabbed ul.widget-tabs {
  margin: 0;
  list-style: none;
}

.news_portal_default_tabbed ul.widget-tabs li {
  background: #06457f none repeat scroll 0 0;
  display: inline-block;
  margin-right: -4px;
  padding: 5px 0;
  text-align: center;
  width: 50%;
  position: relative;
}

.news_portal_default_tabbed ul.widget-tabs li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,
.news_portal_default_tabbed ul.widget-tabs li:hover {
  background: #028a9a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active:before,
.news_portal_default_tabbed ul.widget-tabs li:hover:before {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.news_portal_default_tabbed .np-tabbed-section {
  margin-top: 20px;
}

.news_portal_default_tabbed .np-tabbed-section {
  border: 1px solid #e1e1e1;
  border-top: none;
  margin-top: 0;
  padding: 20px;
}

.news_portal_default_tabbed .np-post-meta span {
  margin-right: 10px;
}

.news_portal_default_tabbed #comments ul {
  margin: 0;
  list-style: none;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar {
  float: left;
  width: 25%;
}

.news_portal_default_tabbed #comments ul .np-comment-desc-wrap {
  float: right;
  width: 71%;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar img {
  width: 100%;
}

.np-block-title-nav-wrap {
  position: relative;
}

.np-block-title-nav-wrap .carousel-nav-action {
  position: absolute;
  right: 0;
  top: 0;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-left: 0;
  padding: 5px 13px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls:hover {
  background: #06457f;
}

.news_portal_carousel .np-post-meta span,
.news_portal_carousel .np-post-meta span a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span a {
  color: #cfcfcf;
}

.news_portal_recent_posts .np-recent-posts-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-single-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb {
  float: left;
  width: 30%;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-content {
  float: left;
  margin-left: 4%;
  width: 66%;
}

.mt-social-icons-wrapper {
  text-align: center;
}

.news_portal_social_media .social-link {
  display: inline-block;
  vertical-align: top;
}

.news_portal_social_media .social-link a {
  background: #06457f none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin-right: 10px;
  padding: 7px 14px;
}

.news_portal_social_media .social-link a:hover {
  background: #028a9a;
}

.news_portal_ads_banner {
  text-align: center;
}

#colophon {
  background: #000000 none repeat scroll 0 0;
  margin-top: 40px;
}

#top-footer {
  padding-top: 40px;
}

#top-footer .np-footer-widget-wrapper {
  margin-left: -2%;
}

#top-footer.footer_column_one .np-footer-widget,
#top-footer.footer_column_two .np-footer-widget,
#top-footer.footer_column_three .np-footer-widget,
#top-footer.footer_column_four .np-footer-widget {
  float: left;
  margin-left: 2%;
  width: 31.33%;
}

#top-footer .widget a,
#top-footer .widget a:before,
#top-footer .widget li:before {
  color: #cfcfcf;
}

#top-footer .widget a:hover,
#top-footer .widget a:hover:before,
#top-footer .widget li::hover:before {
  color: #06457f;
}

#top-footer.footer_column_one .np-footer-widget {
  width: 98%;
}

#top-footer.footer_column_two .np-footer-widget {
  width: 48%;
}

#top-footer.footer_column_four .np-footer-widget {
  width: 23%;
}

#top-footer .widget-title {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.bottom-footer {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  color: #bfbfbf;
  font-size: 12px;
  padding: 10px 0;
}

.site-info {
  float: left;
}

#footer-navigation ul {
  float: right;
  list-style: outside none none;
  margin: 0;
}

#footer-navigation ul li {
  display: inline-block;
  vertical-align: top;
}

#footer-navigation ul li a {
  border-left: 2px solid #7f7f7f;
  color: #cfcfcf;
  margin-left: 10px;
  padding-left: 10px;
}

#footer-navigation ul li:first-child a {
  margin-left: 0;
  border-left: none;
}

#footer-navigation ul li a:hover {
  color: #06457f;
}

.archive article {
  border: none !important;
}

.np-archive-post-content-wrapper {
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  padding: 20px;
  position: relative;
}

.single-main .np-archive-post-content-wrapper {
  box-shadow: none;
  padding-top: 0;
}

.np-archive-post-content-wrapper:before {
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: '';
  left: 20px;
  position: absolute;
  top: -15px;
}

article.no-image .np-archive-post-content-wrapper:before {
  display: none;
}

.entry-meta > span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 15px;
  text-transform: capitalize;
}

.entry-meta span a,
.entry-meta span {
  color: #767676;
  font-style: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.np-archive-post-content-wrapper .entry-title {
  font-size: 20px;
  margin: 0 0 6px;
}

.np-archive-post-content-wrapper .entry-title a {
  color: #333;
}

.entry-title a:hover,
.entry-meta span a:hover,
.entry-meta span:hover {
  color: #06457f;
}

.np-archive-more .np-button {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 20px;
  text-decoration: none;
}

.np-archive-more .np-button:hover {
  background: #06457f !important;
  color: #fff;
  border-color: #06457f !important;
}

.np-archive-more .np-button i {
  margin-right: 8px;
}

.np-archive-grid-post-wrapper article {
  display: inline-block;
  margin-left: 3%;
  margin-right: -4px;
  width: 47%;
  vertical-align: top;
}

.np-archive-grid-post-wrapper {
  margin-left: -3%;
}

.np-related-posts-wrap .np-post-title {
  margin: 10px 0 5px;
}

article.hentry h1.entry-title {
  font-size: 26px;
  margin: 10px 0;
}

.np-related-section-wrapper {
  margin-top: 80px;
}

.np-related-section-wrapper .np-single-post {
  float: left;
  margin-left: 2%;
  width: 31.33%;
}

.np-related-posts-wrap {
  margin-left: -2%;
}

#content {
  /* margin-top: 30px; */
  margin-bottom: 10px;
}

.home #content {
  margin-top: 0;
}

.single .post-cats-list {
  margin: 6px 0;
}

.error404 #primary {
  float: none;
  padding: 90px 0;
  width: 100%;
}

.error-404.not-found {
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  max-width: 700px;
}

.error404 .page-title {
  background: #06457f none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.error-num {
  font-size: 114px;
  font-weight: 700;
  text-align: center;
}

.error-num > span {
  font-size: 34px;
  text-transform: uppercase;
}

.error404 .page-content {
  font-size: 14px;
  text-align: center;
}

.error-404 .page-header .page-title {
  color: #fff;
}

#np-scrollup {
  background-color: #06457f;
  bottom: 20px;
  color: #ffffff;
  display: none;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#np-scrollup {
  display: none;
}

#np-scrollup:hover,
#np-scrollup:focus,
#np-scrollup:active {
  color: #ffffff;
  border-radius: 100%;
}

div.wpforms-container-full .wpforms-form input[type='submit'],
div.wpforms-container-full .wpforms-form button[type='submit'],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type='submit']:hover,
div.wpforms-container-full .wpforms-form button[type='submit']:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #06457f;
  border: none;
  padding: 10px 20px;
}

.custom-footer-wrapper {
  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;
}

.custom-footer-wrapper .footer__top {
  margin-bottom: 10px;
}

.custom-footer-wrapper .footer__top ul li a {
  color: #fff;
  margin-left: 40px;
}

.custom-footer-wrapper .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;
}

.custom-footer-wrapper .main-nav__item:not(:last-child)::after {
  background-color: rgba(40, 66, 113, 0.5);
}

.custom-footer-wrapper .main-nav__link {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 11px;
}

.custom-footer-wrapper .main-nav__link:hover {
  background-color: transparent;
  text-decoration: none !important;
  color: #fff;
}

.custom-footer-wrapper .footer__text {
  font-size: 11px;
  text-align: center;
  margin-bottom: 11px !important;
}

.custom-footer-wrapper .footer__rights {
  font-size: 11px;
}

.custom-footer-wrapper .footer__rights-wrap {
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.custom-footer-wrapper .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%);
}

.custom-footer-wrapper .footer__rights-text {
  z-index: 1;
}

.custom-footer-wrapper tr {
  border: none;
}

.custom-footer-wrapper .main-nav__link,
.custom-footer-wrapper .footer__text {
  color: #fff !important;
}

.custom-footer-wrapper .wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 6px;
}

.custom-footer-wrapper .main-nav {
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-wrapper .main-nav__item:not(:last-child) {
  position: relative;
  margin-right: 2px;
}

.custom-footer-wrapper .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);
}

.custom-footer-wrapper .main-nav__link {
  display: block;
  padding: 11px 17px 11px;
  position: relative;
  text-decoration: none;
}

.custom-footer-wrapper .main-nav__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #284171;
}

.custom-footer-wrapper .main-nav .current {
  background-color: #284171;
}

@media (max-width: 890px) {
  .custom-footer-wrapper .footer__top .main-nav__item {
    margin-right: 0;
  }
  .custom-footer-wrapper .footer__top .main-nav__item:after {
    display: none;
  }
  .custom-footer-wrapper .footer__top .main-nav__link {
    margin-left: 0 !important;
  }
  .custom-footer-wrapper .footer__top tbody {
    width: 100%;
    display: flex;
  }
  .custom-footer-wrapper .footer__top tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}

@media (max-width: 640px) {
  .custom-footer-wrapper .footer__top tr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .custom-footer-wrapper .footer__top tr {
    grid-template-columns: repeat(1, 1fr);
  }
}

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--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;
}

.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;
}

.custom-footer-wrapper {
  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;
}

.custom-footer-wrapper .footer__top {
  margin-bottom: 10px;
}

.custom-footer-wrapper .footer__top ul li a {
  color: #fff;
  margin-left: 40px;
}

.custom-footer-wrapper .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;
}

.custom-footer-wrapper .main-nav__item {
  list-style: none;
}

.footer .main-nav__item {
  padding: 8px 12px;
  font-size: 11px;
}

.custom-footer-wrapper .main-nav__item:not(:last-child) {
  position: relative;
  margin-right: 2px;
}

.custom-footer-wrapper .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);
}

.custom-footer-wrapper .main-nav__link {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 11px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}

.custom-footer-wrapper .main-nav__link:hover {
  background-color: transparent;
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.custom-footer-wrapper .footer__text {
  font-size: 11px;
  text-align: center;
  margin-bottom: 11px !important;
  color: #fff !important;
}

.custom-footer-wrapper .footer__rights {
  font-size: 11px;
}

.custom-footer-wrapper .footer__rights-wrap {
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.custom-footer-wrapper .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%);
}

.custom-footer-wrapper .footer__rights-text {
  z-index: 1;
}

.custom-footer-wrapper tr {
  border: none;
}

.custom-footer-wrapper .wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 6px;
}

.custom-footer-wrapper .main-nav {
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-wrapper .main-nav .current {
  background-color: #284171;
}

@media (max-width: 890px) {
  .custom-footer-wrapper .footer__top .main-nav__item {
    margin-right: 0;
  }
  .custom-footer-wrapper .footer__top .main-nav__item:after {
    display: none;
  }
  .custom-footer-wrapper .footer__top .main-nav__link {
    margin-left: 0 !important;
  }
  .custom-footer-wrapper .footer__top tbody {
    width: 100%;
    display: flex;
  }
  .custom-footer-wrapper .footer__top tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}

@media (max-width: 640px) {
  .custom-footer-wrapper .footer__top tr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .custom-footer-wrapper .footer__top tr {
    grid-template-columns: repeat(1, 1fr);
  }
}

@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;
}

.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;
  padding-top: 16px;
  padding-bottom: 15px;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 992px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
}

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%;
  height: auto;
}

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;
  margin-bottom: 10px;
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 4px;
}

.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: 20px;
  padding-bottom: 15px;
  display: flex;
}

@media (max-width: 768px) {
  .main-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

.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: 5px;
  padding: 9px 10px 15px;
  overflow: hidden;
}

.section._border {
  border: 1px solid #d7d7d7;
  border-radius: 7px;
}

.section._gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#e1ecf8), to(#f6f9fe));
  background: -o-linear-gradient(top, #e1ecf8, #f6f9fe);
  background: linear-gradient(to bottom, #e1ecf8, #f6f9fe);
}

.section._orange {
  background-color: #fdf1cd;
}

.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;
}

.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);
}

.shadow-l-t-r {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -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);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

@media (max-width: 992px) {
  .shadow-l-t-r {
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.shadow-l-b-r {
  -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);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.h1 {
  color: #043260;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 6px;
  line-height: 1.23;
  font-weight: 400;
}

.h1._v2 {
  margin-bottom: 8px;
}

.h1._mb_8 {
  margin-bottom: 8px;
}

.h1._mb_11 {
  margin-bottom: 11px;
}

.h1._mb_15 {
  margin-bottom: 15px;
}

.h1._fsz_20 {
  font-size: 20px;
}

.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  color: #0467bf;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.subtitle._v2 {
  font-size: 18px;
  line-height: 1.2;
}

.subtitle-sec {
  color: #043260;
  margin-bottom: 12px;
}

.h2 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #043260;
  font-weight: 400;
  margin-bottom: 14px;
}

.h2._fsz_16 {
  font-size: 16px;
}

.h2._m_sm {
  margin-bottom: 5px;
}

.h2._mb_5 {
  margin-bottom: 5px;
}

.h2._mb_8px {
  margin-bottom: 10px;
}

.color-blue {
  color: #0467bf;
}

.title-3 {
  font-size: 18px;
  color: #0467bf;
}

.title-3._mb_10 {
  margin-bottom: 10px;
}

.h3 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #043260;
}

.bold {
  font-weight: 700;
}

.fz_28 {
  font-size: 28px;
}

.fz_26 {
  font-size: 26px;
}

.fz_24 {
  font-size: 24px !important;
}

.fz_22 {
  font-size: 22px;
}

.fz_20 {
  font-size: 20px !important;
}

.fz_18 {
  font-size: 18px !important;
}

.fz_16 {
  font-size: 16px;
}

.fz_15 {
  font-size: 15px !important;
}

.fz_14 {
  font-size: 14px !important;
}

.fz_13 {
  font-size: 13px;
}

.fsz_14 {
  font-size: 14px;
}

.lh_1-3 {
  line-height: 1.3;
}

.lh_1-4 {
  line-height: 1.4;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_5 {
  margin-bottom: 5px;
}

.underline {
  text-decoration: underline;
}

.hov-underline:hover {
  text-decoration: underline;
}

.blue {
  color: #0c5fa6;
}

.blue-dark {
  color: #274479;
}

.red {
  color: #dc141c;
}

.italic {
  font-style: italic;
}

.link {
  text-decoration: underline;
  color: #0c5fa6;
}

.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 {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 20px;
  margin-bottom: 10px;
}

.about ol li,
.ollist ol li {
  margin-bottom: 8px;
}

.about ul,
.ullist ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 10px;
}

.about li,
.ullist li {
  margin-bottom: 8px;
}

.text-more-hidden {
  display: none;
}

.boxx {
  line-height: 1.4;
  font-size: 13px;
}

.boxx__img {
  float: left;
}

@media (max-width: 576px) {
  .boxx__img {
    display: none;
  }
}

.boxx p {
  margin-bottom: 10px;
}

.boxx a {
  color: #0c5fa6;
  text-decoration: underline;
}

.boxx .list {
  margin-bottom: 10px;
}

.boxx .list__item {
  margin-bottom: 4px;
}

.btn {
  padding: 11px 25px 11px 25px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border: solid 1px #4a7600;
  border-top-color: #2d9200;
  border-radius: 5px;
  background-color: #2d9200;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ad000), to(#2d9200));
  background: -o-linear-gradient(top, #6ad000, #2d9200);
  background: linear-gradient(to bottom, #6ad000, #2d9200);
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.5);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  position: relative;
}

.btn:hover {
  -webkit-box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px transparent;
  box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px transparent;
}

.btn._blue {
  border: solid 1px #194870;
  background-color: #2569a6;
  border-bottom-color: #2569a6;
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #7fb2e0;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #7fb2e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3081ca), to(#256299));
  background: -o-linear-gradient(top, #3081ca, #256299);
  background: linear-gradient(to bottom, #3081ca, #256299);
}

.btn._blue:hover {
  -webkit-box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #3081ca;
  box-shadow:
    0 1px 2px transparent,
    inset 0 1px 1px #3081ca;
}

.btn._arrow::after {
  content: '';
  position: absolute;
  top: 48%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-box-shadow: 1px 1px 1px #787878;
  box-shadow: 1px 1px 1px #787878;
}

.btn-grey {
  padding: 5px 15px 5px;
  color: #535353;
  font-family: Arial, 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: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6bd000), to(#2d9200));
  background: -o-linear-gradient(top, #6bd000, #2d9200);
  background: linear-gradient(to bottom, #6bd000, #2d9200);
  -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 #194870;
  background-color: #2569a6;
  border-bottom-color: #2569a6;
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #7fb2e0;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px #7fb2e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3081ca), to(#256299));
  background: -o-linear-gradient(top, #3081ca, #256299);
  background: linear-gradient(to bottom, #3081ca, #256299);
  border-radius: 50%;
  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: 15px;
  padding-bottom: 5px;
}

.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(../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: 12px;
  font-size: 13px;
  max-width: 290px;
  width: 100%;
  border: none;
}

@media (max-width: 350px) {
  .search-secondary__select {
    margin: 0 0 15px 0;
  }
}

.search-secondary__btn {
  padding: 7px 33px 7px 17px;
  position: relative;
  font-size: 15px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 0 9px;
}

.breadcrumbs__item {
  font-size: 10px;
  color: #898989;
}

.breadcrumbs__item a {
  color: #0c5fa6;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 3px;
  right: -11px;
  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: #043260;
  padding: 11px 15px 9px;
  background-color: #fafcfe;
  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: 10px 15px 10px;
}

.tab-content {
  border-top-left-radius: 0 !important;
  overflow: hidden;
  color: #0c5fa6;
}

.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: #0467bf;
  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: #333;
}

.tab-exam__item {
  padding-top: 10px;
}

.tab-exam__title {
  font-size: 18px;
  color: #043260;
  margin-bottom: 12px;
}

.tab-exam__screen-title {
  font-size: 24px;
  color: #0467bf;
  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: #0c5fa6;
}

.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;
}

.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 {
  color: #0c5fa6;
}

.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-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;
  width: 100%;
  background-color: #ffecb4;
  padding: 14px 10px 14px;
  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;
}

@media (max-width: 768px) {
  .exam-guarant + .exam-add-cart {
    margin-bottom: 15px;
  }
}

.exam-guarant__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 400px) {
  .exam-guarant__img {
    display: none;
  }
}

.exam-guarant__text h3 {
  font-family: Arial, 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: -1px;
  right: -1px;
  padding: 10px 9px 7px;
  background: #db1f1d url(/design/images/bg-mback.svg) no-repeat center center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

@media (max-width: 768px) {
  .exam-guarant__flag {
    font-size: 14px;
  }
}

.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;
  margin-left: auto;
}

@media (max-width: 768px) {
  .exam-add-cart {
    margin-left: 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: 16px;
}

.exam-add-cart__table td:first-child {
  padding-right: 15px;
}

.exam-add-cart__old-price {
  font-size: 24px;
  font-weight: 400;
}

.exam-add-cart__old-price td:last-child {
  text-decoration: line-through;
}

.exam-add-cart__new-price {
  font-size: 24px;
  color: #0467bf;
  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: 13px;
  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;
  font-weight: 700;
}

.exam-add-cart__response span {
  color: #dc141c;
}

.exam-add-cart__response a {
  color: #0c5fa6;
  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: 50px;
  background-color: #ecf0f9;
  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: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dee6fa;
  -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: #7d8fa3;
  border-color: #7d8fa3;
}

@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-cert.png);
  left: 0;
}

.slider-v2__btn.__next {
  background-image: url(/design/images/next-cert.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 25px;
  background: url(./assets/icon/item.png) 1px top no-repeat;
  line-height: 16px;
  margin-bottom: 0;
}

.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-ol {
  color: #0467bf;
  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;
  -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);
}

@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;
  margin: 0 -4px -15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 14px;
  border-top: 1px solid #dcdcdc;
  -webkit-box-shadow: inset 0 3px 8px -8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 8px -8px rgba(0, 0, 0, 0.3);
}

.purchase__title {
  font-size: 24px;
  color: #274479;
  margin-bottom: 12px;
}

.purchase__title a:hover {
  text-decoration: underline;
}

.purchase__list {
  margin: 0 -10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 400;
}

.purchase__label span {
  padding-left: 5px;
}

.purchase__details {
  color: #0c5fa6;
}

.purchase__details:hover {
  text-decoration: underline;
}

.purchase__item {
  margin: 0 8px 20px;
  max-width: 250px;
  width: calc(100% / 4 - 16px);
  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;
  width: 81px;
  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-2 {
  font-size: 14px;
  color: #0c5fa6;
  line-height: 1.3;
  margin-bottom: 9px;
  font-weight: 700;
}

.purchase__title-2 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__price {
  font-size: 13px;
  font-weight: 400;
}

.purchase__box-add-to-cart {
  font-size: 12px;
}

.purchase__wrap-response {
  display: none;
}

.purchase__response {
  font-size: 11px;
  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: #dc141c;
}

.purchase__response a {
  color: #0c5fa6;
  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;
  color: #01508c;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 576px) {
  .player-title {
    font-size: 14px;
  }
}

.header {
  position: relative;
  background: #fff;
  z-index: 10;
  padding-top: 19px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.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: 10px;
}

.header__logo {
  width: 249px;
  margin-left: 11px;
}

@media (max-width: 870px) {
  .header__logo {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .header__logo {
    width: 150px;
  }
}

.header__search {
  position: relative;
  top: -3px;
  left: -110px;
}

@media (max-width: 870px) {
  .header__search {
    display: none !important;
  }
}

.header__mcafee {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

@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: 24px;
  height: 24px;
  position: relative;
  background: url(./assets/icon/nav-open.png) no-repeat center center !important;
  cursor: pointer;
}

.header__hamburger.close {
  background-image: url(./assets/icon/nav-close.png) !important;
}

.header__box-nav {
  margin-left: -4px;
  margin-right: -4px;
}

@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;
  background-color: #06457f;
}

.header__main-nav {
  z-index: 1;
  margin-right: auto;
}

.header__user-nav {
  z-index: 1;
}

.header__nav-overlay {
  position: fixed;
  display: none;
  top: 85px;
  left: 0;
  bottom: 0;
  background: #3272ac;
  width: 100%;
  z-index: 800;
}

@media (max-width: 576px) {
  .header__nav-overlay {
    top: 71px;
  }
}

.header__wrap-m-box {
  position: fixed;
  display: none;
  top: 85px;
  bottom: 0;
  background: #3272ac;
  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 {
  right: 0;
  -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 {
  left: 0;
  -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: 71px;
  }
}

.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;
}

.search__input {
  border: 1px solid #d2d2d2 !important;
  color: #a4a4a4 !important;
  border-radius: 5px !important;
  padding: 8px 30px 7px 5px !important;
  width: 250px !important;
  height: auto !important;
}

@media (max-width: 870px) {
  .search__input {
    margin-right: 10px;
    padding-right: 5px;
  }
}

@media (max-width: 576px) {
  .search__input {
    width: 180px;
  }
}

.search__res {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  display: none;
  z-index: 100;
  line-height: 1.6;
  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: #d7d7d7;
  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: #e6edfa;
}

.search__btn {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(./assets/icon/btn-srch.png) center center no-repeat !important;
  background-size: 100%;
  border: none !important;
}

.search__btn._mobile {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search__btn-mobile {
  padding: 2px 12px 4px 10px;
}

.mcafee {
  width: 100px;
}

.main-nav {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__item {
  position: relative;
  margin-right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.main-nav__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #054075),
    color-stop(51%, #2d6496),
    to(#2d6496)
  );
  background: -o-linear-gradient(left, #054075 50%, #2d6496 51%, #2d6496 100%);
  background: linear-gradient(to right, #054075 50%, #2d6496 51%, #2d6496 100%);
}

.main-nav__link {
  display: block;
  padding: 0 15px 0 15px;
  line-height: 35px;
  height: 35px;
  position: relative;
  color: #fff;
}

@media (max-width: 910px) {
  .main-nav__link {
    padding: 0 10px;
  }
}

.main-nav__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #06559e;
}

.main-nav .current {
  background-color: #05325c;
}

.main-nav__wrap-ddmenu {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  line-height: 1.15;
}

.drop-menu-style {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #9aa0a8;
  border-left: 1px solid #9aa0a8;
  border-right: 1px solid #9aa0a8;
  -webkit-box-shadow: 0 5px 0 #9aa0a8;
  box-shadow: 0 5px 0 #9aa0a8;
}

.ddmenu {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ddmenu::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: calc(100%);
  left: 110px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}

.ddmenu__col {
  width: calc(100% / 4);
  padding: 0 15px;
}

.ddmenu__col:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.ddmenu__box:not(:first-child) {
  padding-top: 26px;
}

.ddmenu__title {
  margin-bottom: 10px;
  font-size: 17px;
}

.ddmenu__title-link:hover {
  text-decoration: underline;
}

.ddmenu__item {
  margin-bottom: 6px;
}

.ddmenu__link {
  color: #0c5fa6;
}

.ddmenu__link:hover {
  text-decoration: underline;
}

.ddmenu__view-all {
  display: block;
  padding-top: 7px;
  text-align: right;
  margin-right: 45px;
  color: #0c5fa6;
  text-decoration: underline;
}

.user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2165a3;
  position: relative;
}

.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: 1px;
  height: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #1a5183;
}

.user-nav__link {
  display: block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 16px 0 33px;
  background-color: rgba(72, 85, 105, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  line-height: 35px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 11px center;
}

.user-nav__link._account {
  background-image: url(./assets/icon/imenu1.png);
}

.user-nav__link._cart {
  background-image: url(./assets/icon/imenu2.png);
}

.user-nav__link._login {
  background-image: url(./assets/icon/imenu3.png);
}

.user-nav__img {
  position: absolute;
  top: 11px;
  left: 20px;
}

.user-nav__sub-n {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px;
  width: 279px;
  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: #fff transparent;
}

.user-nav__sub-n._acc {
  min-width: 150px;
  z-index: 100;
}

.user-nav__sub-n._acc::before {
  left: 52px;
}

.user-nav__sub-n._reg {
  z-index: 50;
}

.user-nav__sub-n._reg::before {
  right: 32px;
}

.user-nav__sub-n-item:not(:last-child) {
  margin-bottom: 10px;
}

.user-nav__sub-n-link:hover {
  text-decoration: underline;
}

.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 {
  margin-bottom: 3px;
}

.user-nav__sub-n-form input {
  border-color: #77a2c8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px;
}

.user-nav__sub-n-forgot {
  text-decoration: underline;
  color: #68839e;
}

.user-nav__sub-n-box-btn {
  padding-top: 20px;
  text-align: center;
  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;
}

.user-nav__sub-n-btn {
  padding: 7px 40px;
  font-size: 17px;
}

.user-nav__sub-n-link {
  font-size: 13px;
}

.user-nav__item .user-nav__sub-n-link:hover {
  color: #0c5fa6;
}

.user-nav__item .user-nav__sub-n {
  margin: 0;
}

.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/icon/m-menu/home.png);
}

.m-nav__item.products {
  background-image: url(./assets/icon/m-menu/products.png);
}

.m-nav__item.packs {
  background-image: url(./assets/icon/m-menu/packs.png);
}

.m-nav__item.request {
  background-image: url(./assets/icon/m-menu/request.png);
}

.m-nav__item.corporate {
  background-image: url(./assets/icon/m-menu/corporate.png);
}

.m-nav__item.faq {
  background-image: url(./assets/icon/m-menu/faq.png);
}

.m-nav__item.account {
  background-image: url(./assets/icon/m-menu/account.png);
}

.m-nav__item.cart {
  background-image: url(./assets/icon/m-menu/cart.png);
}

.m-nav__item.log-in {
  background-image: url(./assets/icon/m-menu/log-out.png);
}

.m-nav__link {
  font-size: 16px;
  position: relative;
  color: #fff;
}

.m-nav__link.current {
  color: #9ccfff;
}

.m-nav:first-child {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.about {
  line-height: 1.4;
  color: #333;
}

.tab-content__item .about {
  padding-top: 19px;
}

.tab-content__item.tab-exam__item .about {
  padding-top: 0;
}

.aside {
  width: 260px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 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;
}

.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: 13px;
  font-size: 16px;
  color: #043260;
  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: 15px 10px;
}

.b-block__title {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #484240;
  margin-bottom: 10px;
}

.b-block__title._blue {
  color: #043260;
}

.b-block__title._lite-blue {
  color: #226cb1;
}

.b-block__title._ta_left {
  text-align: left;
}

.b-block__title._bg_dark-orange {
  color: #443c36;
  background-color: #fde295;
  margin: -15px -10px 10px;
  padding: 10px 10px;
}

.b-block__title-2 {
  font-size: 22px;
  color: #474c58;
  padding: 2px 15px 5px;
  line-height: 1.1;
  margin-bottom: 6px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.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: 7px;
}

.b-block__link._last {
  text-align: center;
  padding-top: 0;
  padding-bottom: 5px;
}

.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: #fdf1cd;
}

.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;
  margin-right: 12px;
  margin-bottom: 5px;
}

@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 {
  font-weight: 700;
  margin-bottom: 0;
}

.b-feedbacks__address {
  font-weight: 700;
  margin-bottom: 7px;
}

.b-feedbacks__address._mb_0 {
  margin-bottom: 0;
}

.b-feedbacks__note {
  text-align: right;
  color: grey;
  font-style: normal;
}

.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:not(:last-child) {
  margin-bottom: 12px;
}

.b-customers__img img {
  margin: 0 auto;
  max-width: 200px;
}

@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;
  font-size: 13px;
}

.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: 1.3;
  font-size: 13px;
}

.tab-content__title {
  background-color: #e1ebf6;
  padding: 8px 13px 6px;
  margin: 0 -13px;
  font-size: 18px;
  margin-bottom: 14px;
  color: #0c5fa6;
  text-transform: uppercase;
}

.tab-content__title:not(:first-child) {
  margin-top: 20px;
}

.tab-content__title a {
  font-weight: 700;
}

.tab-content__title a:hover {
  text-decoration: underline;
}

.tab-content__title-2 {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
  color: #0c5fa6;
  margin-bottom: 7px;
}

.level-1 strong {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.level-1 ul {
  margin-bottom: 15px;
}

.level-1 li {
  list-style: disc;
  margin-left: 16px;
  margin-bottom: 10px;
  padding-left: 0;
}

.level-1 li a {
  text-decoration: underline;
  color: #0c5fa6;
}

.level-1 .sp2 {
  list-style-type: none;
  font-weight: 700;
}

.exam1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .exam1 {
    margin-bottom: 30px;
  }
}

.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: 180px;
  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: #0c5fa6;
  text-decoration: underline;
  font-size: 20px;
}

.exam1__wrap-link-demo a:hover {
  text-decoration: none;
}

.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__content strong {
  color: #043260;
}

.exam1__h1 {
  font-size: 26px;
}

.exam1__subtitle {
  font-size: 20px;
  margin-bottom: 14px;
  color: #0467bf;
}

.exam1__addition {
  background-color: #eef5fc;
  padding: 10px 10px 9px;
  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;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}

.exam1__addition button {
  color: #0c5fa6;
}

.exam1__addition button span {
  text-decoration: underline;
}

@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;
  position: relative;
  top: -1px;
}

#exam1__checkbox {
  position: relative;
  top: -1px;
}

.exam2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  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: 24px;
  }
}

.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__title {
  color: #274479;
  font-size: 24px;
  line-height: 26px;
  padding: 0 7px;
  margin-bottom: 8px;
}

.exam2__title a {
  text-decoration: none;
}

.exam2__title a:hover {
  text-decoration: underline;
}

.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: 184px;
  right: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 110px;
  text-align: center;
  text-shadow: 0 2px 1px #a35d13;
}

.exam2__img-price.bundl2p-3,
.exam2__img-price.bundl2p-4,
.exam2__img-price.bundl2p-5,
.exam2__img-price.bundl3p-1,
.exam2__img-price.bundl3p-2,
.exam2__img-price.bundl3p-3 {
  right: 8px;
}

.exam2__img-price.bundl3 {
  top: 183px;
  right: 9px;
  width: 110px;
}

.exam2__img-price.bundl4p {
  right: 55px;
}

.exam2__img-price.cert-op-1e {
  top: 182px;
  right: 9px;
}

.exam2__slider-v2 {
  margin: 0 auto 17px;
  max-width: 400px;
}

.exam2__h2 {
  margin-bottom: 8px;
  color: #274479;
  font-size: 22px;
}

.exam2__guarant-cart {
  margin-bottom: 24px;
}

.exam2__addition {
  margin: 20px -13px -15px;
  padding: 13px 20px;
}

.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: 16px;
  padding: 6px 30px 5px 20px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tab-exam2__btn {
    font-size: 16px;
  }
}

.tab-exam2__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 81px;
}

.tab-exam2__img img {
  width: 84px;
}

.tab-exam2__text {
  max-width: 100%;
}

.tab-exam2__h3 {
  color: #0c5fa6;
  font-size: 16px;
  padding-top: 3px;
  margin-bottom: 3px;
  font-weight: 700;
}

.tab-exam2__h3 a:hover {
  text-decoration: underline;
}

.tab-exam2__subtitle {
  margin-bottom: 7px;
  font-size: 13px;
  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: #0c5fa6;
  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: 20px;
  width: 320px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .exam3__data {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}

.exam3__data p {
  margin-bottom: 0;
}

.exam3__data p a {
  color: #0c5fa6;
}

.exam3__data p a:hover {
  text-decoration: underline;
}

.exam3__exam-guarant {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exam3__title-box {
  width: calc(100% - 320px - 20px);
}

@media (max-width: 992px) {
  .exam3__title-box {
    width: 100%;
  }
}

.exam4__wrap-tab-box {
  margin-bottom: 26px;
}

.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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 {
  padding-top: 4px;
  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 {
  font-size: 24px;
  color: #0c5fa6;
}

.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-2 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 576px) {
  .exam7__img-2 {
    margin: 0 auto 10px;
  }
}

.exam7__img-price {
  position: absolute;
  top: 186px;
  right: 16px;
  font-weight: 700;
  font-size: 22px;
  width: 80px;
}

.exam7__img-price._v2 {
  top: 186px;
  right: 8px;
  font-size: 18px;
}

.exam7__slider {
  max-width: 300px;
  width: 100%;
}

.exam7__content {
  padding-top: 10px;
  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: 16px;
}

.exam7-add-cart__old-price {
  color: #333;
  margin-bottom: 5px;
}

.exam7-add-cart__new-price {
  color: #0467bf;
  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: #dc141c;
}

.exam7-add-cart__response a {
  color: #0c5fa6;
  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: 14px;
  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: 6px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #0c5fa6;
  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: 16px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.certifications__img {
  width: 170px;
  height: 162px;
  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: 20px;
  padding-left: 0;
  color: #2e5eb6;
  margin-top: 5px;
  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: #043260;
}

@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__header {
  background-color: #fde295;
  margin: -9px -10px 11px;
  padding: 10px 15px 11px;
}

.unlime__title {
  font-size: 26px;
  color: #661603;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

.unlime__subtitle {
  color: #136603;
  font-size: 18px;
  margin-bottom: 0;
}

.unlime__p {
  margin-bottom: 10px;
}

.unlime__p:nth-of-type(1) {
  color: #661603;
}

.unlime__box-img-list {
  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) {
  .unlime__box-img-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.unlime__img {
  max-width: 180px;
  width: 50%;
}

.unlime__list {
  list-style-type: decimal;
  padding-left: 20px;
  max-width: 180px;
  width: 50%;
}

.unlime__item {
  margin-bottom: 8px;
}

.vendor-prod__item-1 {
  margin-bottom: 17px;
}

.vendor-prod__item-1 h3 {
  font-weight: 700;
}

.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: #2e5eb6;
  margin-left: 15px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@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;
  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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fff),
    color-stop(50%, #f6f9fe)
  );
  background: -o-linear-gradient(top, #fff 1%, #f6f9fe 50%);
  background: linear-gradient(to bottom, #fff 1%, #f6f9fe 50%);
  text-align: center;
  margin: 0 2px;
  padding-bottom: 13px;
}

.packages__addmegapack {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.packages__title {
  color: #355eaa;
  background: #cde0f4;
  font-size: 18px;
  padding: 6px 5px;
  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;
  margin-bottom: 6px;
}

.packages__img img {
  margin: 0 auto;
}

.packages__p {
  font-size: 14px;
  padding: 0 10px;
  margin: 0 auto 8px;
  max-width: 300px;
}

.packages__price {
  color: #b8292f;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 8px;
}

.packages__btn {
  font-size: 18px;
  padding: 9px 30px;
}

.packages__bottom {
  color: #043260;
  font-size: 20px;
  padding: 10px;
  background-color: #f6f9fe;
}

.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);
  padding: 9px;
  text-align: center;
  font-size: 16px;
}

.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: 12px;
}

.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: 15px;
  margin-bottom: 8px;
}

#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;
}

@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-steps__item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 8px;
}

.request {
  font-size: 13px;
  line-height: 1.3;
}

.request__inner-section:not(:last-child) {
  margin-bottom: 20px;
}

.request__subject {
  font-size: 26px;
  margin-bottom: 5px;
}

.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: 16px;
  font-weight: 700;
  color: #0467bf;
  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;
  -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: 10px 35px;
  font-size: 18px;
}

.request__title-2 {
  color: #0467bf;
  font-size: 18px;
  margin-bottom: 9px;
}

.request__list {
  margin-bottom: 16px;
}

.request__list .list-ol__item {
  margin-bottom: 4px;
}

.request__list + p {
  margin-top: -6px;
}

.request__ul-item {
  margin-bottom: 4px;
}

.request__title-pre-order {
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.request__price-pre-order {
  font-size: 26px;
  margin-bottom: 8px;
  color: #0467bf;
}

.request__btn-pre-order {
  font-size: 18px;
}

.corporate__license-box {
  padding-top: 7px;
}

.corporate__img {
  display: block;
  width: 180px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .corporate__img {
    float: none;
    margin: 0 auto 20px;
  }
}

.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: 7px 36px;
  margin-bottom: 20px;
  font-size: 17px;
}

@media (max-width: 576px) {
  .corp-form__btn {
    padding: 7px;
    font-size: 15px;
  }
}

.faq__quest-list {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  list-style: inside decimal;
}

.faq__quest-item {
  color: #333;
  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;
}

.study__item {
  margin-bottom: 7px;
}

.pagination {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  text-align: right;
  margin-top: 15px;
}

.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%, #d6e6f5),
    color-stop(80%, #f6f9fe)
  );
  background: -o-linear-gradient(top, #d6e6f5 15%, #f6f9fe 80%);
  background: linear-gradient(to bottom, #d6e6f5 15%, #f6f9fe 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: #c2d8f1;
  color: #043260;
  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: #c2d8f1 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: #0c5fa6;
}

.signup__link-forgot:hover {
  text-decoration: underline;
}

.signup__btn {
  margin-top: auto;
  font-size: 18px;
  padding: 9px 27px;
  width: 100%;
  max-width: 156px;
}

.serv-sert__section {
  color: #0c5fa6;
}

.serv-sert__box-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@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: #043260;
  background-color: #e1ebf6;
  margin: -12px -13px 0;
  padding: 7px 12px;
  margin-bottom: 10px;
}

.levels-1,
.levels-2 {
  color: #0c5fa6;
  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%;
}

.resetpass__form-item input {
  font-size: 14px;
  padding: 4px 8px;
}

@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-demo.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: 50%;
}

@media (max-width: 576px) {
  .demo__form-left {
    max-width: 300px;
    width: 100%;
  }
}

.demo__form-right {
  padding-left: 50px;
  position: relative;
  width: 50%;
}

@media (max-width: 576px) {
  .demo__form-right {
    padding-left: 0;
    max-width: 300px;
    width: 100%;
  }
}

.demo__input {
  margin-bottom: 10px;
  color: #333;
  padding: 5px;
}

@media (max-width: 576px) {
  .demo__box-btn {
    text-align: center;
  }
}

.demo__btn {
  padding: 5px 8px;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 157px;
}

.demo__then {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #fff;
}

@media (max-width: 576px) {
  .demo__then {
    display: none;
  }
}

.demo__note {
  color: #555;
  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: 0;
}

.sitemap__list {
  padding-top: 8px;
}

.sitemap__item {
  margin-bottom: 4px;
}

.sitemap__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.sitemap__list-2 {
  margin-left: 2px;
  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: 10px;
  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: 0;
  width: 4px;
  height: 4px;
  background-color: #0c5fa6;
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .partner__chanel-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.partner .corporate__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.how-it__title-1 {
  font-size: 18px;
  color: #043260;
  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: #043260;
  margin-bottom: 5px;
  font-weight: 400;
}

.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 {
  color: #0467bf;
}

.pass-req__certific a:hover {
  text-decoration: underline;
}

.pass-req__title-section {
  margin-bottom: 10px;
  color: #274479;
}

.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: 5px;
}

.newrelease__title {
  font-weight: 700;
  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: 20px;
  display: inline-block;
  width: calc(100% / 4);
  min-width: 130px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.3;
}

.newrelease__item-2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #0c5fa6;
  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: 20px;
  font-size: 30px;
}

.mcreturn__section {
  max-width: 720px;
  margin: 0 auto;
}

.mcreturn__title-2 {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  padding-top: 4px;
  margin-bottom: 16px;
}

.mcreturn__inner > p {
  text-align: center;
}

.mcreturn__orange-box {
  border: 2px solid #fde295;
  background-color: #fdf1cd;
  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: #fdf1cd;
  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: 24px;
  margin-bottom: 10px;
  color: #043260;
}

.mcreturn__title-member {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.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 {
    max-width: none;
    width: calc(100% + 26px);
    margin: -12px -13px 20px -13px;
  }
}

.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: #0467bf;
  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: none;
  background-color: #fff1ae;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 18px;
  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-promofind.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: 18px;
  margin-bottom: 10px;
}

.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: 768px) {
  .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: 576px) {
  .page-404 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-404__img {
  width: 173px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .page-404__img {
    margin: 20px auto;
  }
}

.page-404__text {
  width: 100%;
  padding-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: 10px 50px 9px 15px;
  background: #ddebf8 url(/design/images/imbmenu.png) no-repeat 93% 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .acc-nav__list._h_170 {
    height: 174px;
    overflow-y: auto;
  }
}

.acc-nav__item > div {
  padding: 5px 15px;
}

.acc-nav__item:last-child {
  margin-bottom: 6px;
}

.acc-nav__item._current > div {
  background: #9ea5ac;
  position: relative;
}

.acc-nav__item._current .acc-nav__link {
  color: #fff;
}

.acc-nav__item-2 {
  font-size: 14px;
  padding: 5px 5px 5px 40px;
}

.acc-nav__item-2 button {
  color: #043260;
}

.acc-nav__item-2._current button {
  font-weight: 700;
}

.acc-nav__link {
  color: #043260;
  font-size: 16px;
  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: #043260;
  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-bottom: 3px;
}

.profile__box:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.profile__box:last-child {
  padding-top: 12px;
}

.profile__title {
  color: #257ccd;
  font-weight: 700;
  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;
}

.ma-home__headline a {
  text-decoration: underline;
}

@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: #043260;
  font-weight: 700;
}

.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-left: 30px;
  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: 156px;
  font-size: 15px;
}

.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;
  margin-bottom: 8px;
}

.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: 156px;
  font-size: 15px;
}

.ma-home__additional-btn.hide {
  display: none;
  margin-left: auto;
}

.ma-home._expired-prod {
  display: none;
}

.ma-home__upgr {
  margin: 20px -10px 0;
  display: none;
  padding: 11px 11px 25px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.ma-home__upgr-title {
  margin-bottom: 16px;
}

.ma-home__upgr-box-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@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-left: 24px;
  margin-right: 24px;
}

.ma-home__upgr-img img {
  max-width: 148px;
}

@media (max-width: 576px) {
  .ma-home__upgr-img {
    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: 24px;
}

@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;
  margin-top: -4px;
  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/itip.png) no-repeat left 2px;
  margin-bottom: 10px;
}

.ma-home__upgr-remain {
  color: #649900;
  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 #649900;
}

.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: 12px;
}

.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: #0467bf;
  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__data {
  margin-bottom: 20px;
}

.inv__data td {
  padding-bottom: 5px;
  vertical-align: top;
}

.inv__data td:first-child {
  text-align: end;
  padding-right: 12px;
}

.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 30px;
  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: 726px;
  color: #444;
}

@media (max-width: 576px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
}

.modal__box-title {
  text-align: center;
  padding: 0 30px;
  font-weight: 700;
}

.modal__title-line1 {
  font-size: 18px;
  color: #043260;
  margin-bottom: 9px;
}

@media (max-width: 350px) {
  .modal__title-line1 {
    font-size: 16px;
  }
}

.modal__title-line1 span {
  color: #4c8d00;
}

.modal__title-line2 {
  font-size: 17px;
}

.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: #4c8d00;
}

@media (max-width: 576px) {
  .modal__title-line3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  .modal__title-line3 {
    font-size: 16px;
  }
}

.modal__title-line3 span {
  color: #257ccd;
}

.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;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal__text._fsz_15 {
  font-size: 15px;
}

.modal__text._before {
  color: rgba(71, 76, 88, 0.7);
}

.modal__text._bottom {
  margin-bottom: 19px;
}

.modal__form-item {
  margin-bottom: 6px;
}

.modal__input {
  border-radius: 0 !important;
  padding: 8px 7px 7px !important;
  max-width: 280px;
  width: 100%;
}

.modal__btn {
  padding: 7px 23px 6px 23px;
  margin-bottom: 12px;
  font-size: 17px;
}

.modal__note {
  font-size: 12px;
}

.modal__disc-code {
  font-size: 24px;
  margin-bottom: 18px;
}

.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: 22px;
  color: #0467bf;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 12px;
}

@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;
}

@media (max-width: 576px) {
  .modal-d__img {
    margin: 0 auto 15px;
  }
}

.modal-d__p {
  line-height: 1.4;
  font-size: 13px;
}

.modal-d__p .blue {
  color: #0467bf;
}

.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: #dc141c;
}

.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 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.15;
}

.footer .wrap {
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .footer .wrap {
    border-radius: 0;
  }
}

.footer__top {
  background: #3c87c6;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#306c9f),
    color-stop(#3b8acd),
    to(#306c9f)
  );
  background: -o-linear-gradient(left, #306c9f, #3b8acd, #306c9f);
  background: linear-gradient(to right, #306c9f, #3b8acd, #306c9f);
  padding: 27px 15px 9px;
  margin: 0 -4px;
}

.footer__nav {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item {
  padding: 1px 13px;
  margin-bottom: 16px;
}

.footer__item:not(:last-child) {
  border-right: 1px solid rgba(40, 69, 122, 0.8);
}

.footer__bottom {
  padding: 13px 20px;
  background-color: #1b5380;
  margin: 0 -4px;
}

.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;
}

[data-mfp-src='#modal-details'] span {
  text-decoration: underline;
}

.my-anchor {
  display: none;
  color: red;
}

.my-anchor._hidden {
  display: none;
}

.card-frame,
#pay-email {
  width: 100% !important;
  max-width: 470px !important;
}

@media (max-width: 520px) {
  .card-frame,
  #pay-email {
    margin-left: 0 !important;
  }
}

.m-centered {
  margin: 0 auto !important;
}

.footer__top td {
  border: none;
  padding: 1px;
}

.footer__top table {
  width: fit-content;
  margin: 0;
}

.footer__top table a:hover {
  color: #fff;
}

.header__box-nav .main-nav__link:hover {
  color: #fff;
}

.header__top .search__input {
  border: 1px solid #d2d2d2;
  color: #a4a4a4;
  border-radius: 5px;
  padding: 8px 30px 7px 5px;
  width: 250px;
  line-height: 1.15;
}

.footer__top ul li a {
  color: #fff;
  margin-left: 40px;
}

@media (max-width: 890px) {
  .footer__top tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    column-gap: 16px;
  }
  .footer__top .footer__item {
    border: none;
    padding: 0;
  }
  .footer__top ul li a {
    margin: 0;
  }
}

@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);
  }
}

.m-nav__item {
  line-height: 1.15 !important;
}

.user-nav__item a:hover {
  color: #fff;
}

@media (max-width: 870px) {
  .search__input {
    padding-right: 5px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 1400px) {
  .mt-container {
    width: 100% !important;
  }
}

@media (max-width: 1400px) {
  .m-centered.header {
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 1000px) {
  .main-nav__link {
    padding: 0 10px;
  }
}

@media (max-width: 920px) {
  .header__box-nav {
    display: none;
  }
  .header__box-hamburger.w870-show-flex {
    display: flex;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__box-search-btn.w870-show-flex {
    display: flex;
  }
  .header__mcafee {
    display: none;
  }
  .header__search {
    display: none !important;
  }
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

h2 bold {
  font-weight: 700;
}

.entry-content h2 {
  font-size: 20px;
}

.entry-content ol,
.entry-content ul {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.wp-block-heading {
  margin-bottom: 13px !important;
  font-size: 16px !important;
  color: #043260;
  font-weight: 700;
  text-transform: uppercase;
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.widget_block .wp-block-latest-posts__post-title {
  text-decoration: underline;
  color: #0c5fa6;
  padding-left: 0;
  border: none;
  line-height: 16px;
}

.widget_block .wp-block-categories a {
  text-decoration: underline;
  color: #0c5fa6;
  padding-left: 0;
  border: none;
  line-height: 16px;
}

.widget_block .wp-block-latest-posts__post-title:hover,
.widget_block .wp-block-categories a:hover {
  color: #0c5fa6;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  border: none !important;
  padding: 0;
}

.wp-block-categories-list.wp-block-categories li {
  border: none !important;
  padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-categories-list.wp-block-categories li a {
  font-size: 12px;
}

.wp-block-categories-list.wp-block-categories {
  column-count: 2;
}

#primary,
.home.blog #primary {
  width: 100%;
  max-width: 720.5px;
  float: none;
}

#secondary,
.home.blog #secondary {
  width: 100%;
  max-width: 260px;
  float: none;
}

@media (max-width: 768px) {
  #primary,
  .home.blog #primary,
  #secondary,
  .home.blog #secondary {
    max-width: none;
  }
}

.np-archive-post-content-wrapper .entry-title a {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #043260;
  font-weight: 400;
  margin-bottom: 14px;
}

.wp-block-search__inside-wrapper {
  margin-top: 6px;
}

.np-archive-more {
  margin-left: auto;
  display: block;
  width: fit-content;
}

.np-archive-more .np-button {
  background: none;
  text-decoration: underline;
  color: #0c5fa6;
  border: none;
}

.np-archive-more .np-button i {
  margin-left: 8px;
  margin-right: 0;
}

.np-archive-more .np-button:hover {
  background: none !important;
  color: #0c5fa6;
}

h1.entry-title {
  color: #043260;
}

.np-archive-post-content-wrapper p {
  line-height: 1.4;
  font-size: 13px;
}

.entry-title a:hover {
  color: #043260 !important;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 0 !important;
}

.navigation .nav-links a {
  background: none !important;
  color: #06457f !important;
  border: none !important;
  padding: 5px 8px;
}

.navigation .nav-links a:hover {
  background: none !important;
  color: #06457f !important;
}

.page-numbers.current {
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 13px;
  padding: 5px 8px;
}

.yarpp-template-list {
  color: #043260;
}

.yarpp-template-list a {
  color: #06457f;
}

.yarpp-template-list a:hover {
  text-decoration: underline;
  color: #06457f;
}

.np-archive-post-content-wrapper a:hover {
  text-decoration: underline;
}
