@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?34161040");
  src: url("../fonts/fontello.eot?34161040#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?34161040") format("woff2"), url("../fonts/fontello.woff?34161040") format("woff"), url("../fonts/fontello.ttf?34161040") format("truetype"), url("../fonts/fontello.svg?34161040#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: '\e800';
}

/* 'о Ђ' */

.icon-minus:before {
  content: '\e801';
}

/* 'о Ѓ' */

.icon-ccw:before {
  content: '\e802';
}

/* 'о ‚' */

.icon-book:before {
  content: '\e803';
}

/* 'о ѓ' */

.icon-twitter:before {
  content: '\f099';
}

/* 'п‚™' */

.icon-facebook:before {
  content: '\f09a';
}

/* 'п‚љ' */

.icon-doc-text-inv:before {
  content: '\f15c';
}

/* 'п…њ' */

.icon-youtube-play:before {
  content: '\f16a';
}

/* 'п…Є' */

/* COLOR PRESETS */

.color1-bg {
  background-color: #f37d4a;
}

.color2-bg {
  background-color: #e0315b;
}

.color3-bg {
  background-color: #0096ff;
}

.color4-bg {
  background-color: #31c5e0;
}

.color5-bg {
  background-color: #9c31e0;
}

.color6-bg {
  background-color: #00497c;
}

.color7-bg {
  background-color: #faeb00;
}

.color8-bg {
  background-color: #f6f8fa;
}

.color9-bg {
  background-color: #edf2f5;
}

.color10-bg {
  background-color: #fff7d4;
}

.bColor-3 {
  border: 2px solid #0096ff;
}

.color1 {
  color: #f37d4a;
}

.color2 {
  color: #e0315b;
}

.color3 {
  color: #0096ff;
}

.color4 {
  color: #31c5e0;
}

.color5 {
  color: #9c31e0;
}

.color6 {
  color: #00497c;
}

.color7 {
  color: #faeb00;
}

.color8 {
  color: #f6f8fa;
}

.color9 {
  color: #edf2f5;
}

.color10 {
  color: #fff7d4;
}

/* END COLOR PRESETS */

/* BUTTON STYLES */

.button {
  display: inline-block;
  padding: 0 22px;
  font-size: 20px;
  height: 55px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 2px solid;
}

a.button {
  line-height: 51px;
}

.button.style1 {
  border-color: #005c9c;
  color: #005c9c;
}

.button.style1:hover {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #fff;
  text-decoration: none;
}

.button.style2 {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #fff;
}

.button.style2:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  text-decoration: none;
}

.button.style3 {
  background-color: #faeb00;
  border-color: #faeb00;
  color: #000;
}

.button.style3:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  text-decoration: none;
}

.button.style4 {
  border-color: #faeb00;
  color: #faeb00;
}

.button.style4:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
}

.button.large {
  font-size: 26px;
  padding: 0 30px;
  height: 63px;
}

a.button.large {
  line-height: 59px;
}

/* END BUTTON STYLES */

a {
  color: #005c9c;
}

.content, .has-sidebar .content {
  background: #fff;
  margin-bottom: 75px;
  width: -webkit-calc(100% - 535px);
  width: calc(100% - 535px);
  padding: 0 45px 50px;
}

.no-sidebars .content  {
  width: 100%;
}

.content p {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  color: black;
  margin-bottom: 30px;
}

.content p.large {
  font-size: 26px;
  margin-bottom: 24px;
}

.content p.small {
  font-size: 18px;
}

.content a {
  text-decoration: none;
  color: #0096ff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents .content a:hover {
  text-decoration: underline;
}

.content h1 {
  color: black;
  font-size: 43px;
  font-weight: 700;
  margin: 44px 0 26px;
}

.content h2 {
  color: #00497c;
  font-size: 31px;
  font-weight: 500;
  margin: 30px 0 14px;
}

.content h3 {
  color: #0096ff;
  font-size: 22px;
  font-weight: 700;
  margin: 36px 0 13px;
}

.content h4 {
  color: black;
  font-size: 22px;
  font-weight: 800;
  margin: 30px 0 12px;
}

.content h5 {
  color: #00497c;
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 12px;
}

.content h6 {
  color: #fd813b;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 11px;
}

.content .row {
  margin: 0 -20px;
}

.content .row .col-item {
  padding: 0 20px;
  margin-bottom: 40px;
}

.content .row .col-item .textbox {
  height: 100%;
  margin-bottom: 0;
}

.content ol {
  margin-left: 42px;
}

.content ol li {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  color: black;
  padding-left: 4px;
  list-style-position: inside;
  list-style: decimal;
  position: relative;
  margin-bottom: 6px;
}

.content ol li:last-child {
  margin-bottom: 0;
}

.content ol li ol {
  margin-top: 6px;
}

.content ol li ol li {
  list-style: lower-latin;
}

.content ul {
  margin-bottom: 30px;
}

.content ul li {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  color: black;
  padding-left: 45px;
  position: relative;
  margin-bottom: 6px;
}

.content ul li:last-child {
  margin-bottom: 0;
}

.content ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 24px;
  top: 11px;
  border-radius: 50%;
  background: #00497c;
}

.content ul li ul {
  margin-top: 6px;
}

.content ul li li {
  padding-left: 35px;
}

.content ul li li:before {
  left: 15px;
  background: #bfbfbf;
}

.content figure {
  background: #edf2f5;
  margin: 0;
}

.content figure img {
  max-width: 100%;
  display: block;
}

.content figure figcaption {
  font-size: 16px;
  padding: 18px 17px;
  font-weight: 400;
  color: #00497c;
}

.content figure figcaption a {
  color: #0096ff;
}

.content .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 35px;
  min-height: 110px;
  text-decoration: none;
  position: relative;
}

.content .textbox.color1-bg,
.content .textbox.color2-bg {
  text-decoration: none;
}

.content .textbox.color1-bg p,
.content .textbox.color2-bg p {
  color: #fff;
}

.content .textbox.color1-bg p a,
.content .textbox.color2-bg p a {
  color: #fff;
}

.no-touchevents .content .textbox.color1-bg:hover,
.no-touchevents .content .textbox.color2-bg:hover {
  opacity: .8;
  text-decoration: none;
}

.content .textbox.color9-bg p {
  color: #00497c;
}

.content .textbox.color10-bg p {
  color: #757058;
}

.content .textbox.w-icon {
  padding: 0 20px 0 0;
  padding-left: 145px;
}

.content .textbox p {
  margin-bottom: 0;
  padding: 25px 0;
}

.content .textbox .icon {
  background-color: #edf2f5;
  text-align: center;
  height: 100%;
  position: absolute;
  left: 0;
  width: 115px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content .textbox .icon i {
  font-size: 68px;
  color: #00497c;
}

.content .textbox .icon img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.content .textbox .icon.icon-bg {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  display: block;
}

.content .content-nav .nav-title {
  color: white;
  padding: 21px 15px;
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 700;
}

.content .content-nav ul {
  margin: 0 -3px 35px;
}

.content .content-nav ul .col-item {
  padding: 0 3px;
  margin-bottom: 6px;
}

.content .content-nav ul .col-item i {
  display: block;
  color: #00497c;
  font-size: 70px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.content .content-nav ul .col-item a {
  color: black;
  font-size: 20px;
  height: 204px;
  background-color: #edf2f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 100%;
  white-space: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}

.content .content-nav ul .col-item a span {
  width: 100%;
}

.no-touchevents .content .content-nav ul .col-item a:hover {
  background-color: #0096ff;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .content .content-nav ul .col-item a:hover i {
  color: #fff;
}

.content .content-nav ul .col-item:before {
  display: none;
}

.content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content .btn-box .button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.content .btn-box .button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.content .accordion-box .accordion-title {
  color: #00497c;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  font-weight: 700;
  padding: 30px 0 30px 70px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents .content .accordion-box .accordion-title:hover {
  color: #0096ff;
  text-decoration: underline;
}

.content .accordion-box .accordion-title:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  background: url("../img/acc-arrow.png") no-repeat 0 0;
  width: 23px;
  height: 14px;
}

.content .accordion-box .accordion-body {
  background-color: #f6f8fa;
  padding: 50px 70px;
  display: none;
}

.content .accordion-box .accordion-body p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  color: black;
}

.content .accordion-box .accordion-body p a {
  color: #0096ff;
}

.content .accordion-box.open .accordion-title {
  color: #0096ff;
}

.content .accordion-box.open .accordion-title:before {
  background: url("../img/acc-open-arrow.png") no-repeat 0 0;
}

.content .accordion-box + .accordion-box .accordion-title {
  border-top: none;
}

aside .news-item {
  height: auto;
  background: #fff;
  margin-bottom: 50px;
}

aside figure {
  margin: 0 0 50px;
}

aside figure img {
  display: block;
  max-width: 100%;
}

aside figure figcaption {
  padding: 19px 15px;
}

aside figure figcaption p {
  color: white;
  text-align: center;
  font-size: 20px;
}

aside .textbox-list .textbox {
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents aside .textbox-list .textbox:hover {
  opacity: .8;
}

aside .textbox {
  padding: 45px;
  margin-bottom: 50px;
}

aside .textbox.w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 0;
}

aside .textbox.w-icon .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  margin-right: 35px;
}

aside .textbox.w-icon .icon img {
  display: block;
}

aside .textbox.w-icon p {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

aside .textbox.color3-bg p {
  font-size: 22px;
  font-weight: 400;
  color: white;
}

aside .textbox.color3-bg a {
  color: #faeb00;
  text-decoration: none;
}

.no-touchevents aside .textbox.color3-bg a:hover {
  text-decoration: underline;
}

aside .s-menu,
aside .sidemenu {
  background: #fff;
  margin-bottom: 50px;
}
aside .s-menu.color1-bg,
aside .sidemenu.color1-bg {
  background-color: #f37d4a;
}

aside .s-menu.color2-bg,
aside .sidemenu.color2-bg {
  background-color: #e0315b;
}

aside .s-menu.color3-bg,
aside .sidemenu.color3-bg {
  background-color: #0096ff;
}

aside .s-menu.color4-bg,
aside .sidemenu.color4-bg {
  background-color: #31c5e0;
}

aside .s-menu.color5-bg,
aside .sidemenu.color5-bg {
  background-color: #9c31e0;
}

aside .s-menu.color6-bg,
aside .sidemenu.color6-bg {
  background-color: #00497c;
}

aside .s-menu.color6-bg p,
aside .s-menu.color6-bg a,
aside .sidemenu.color6-bg p,
aside .sidemenu.color6-bg a {
  color: #fff;
}

aside .s-menu.color6-bg p i,
aside .s-menu.color6-bg a i,
aside .sidemenu.color6-bg p i,
aside .sidemenu.color6-bg a i {
  margin-right: 20px;
  color: #faeb00;
  font-size: 27px;
}

aside .s-menu.color6-bg li,
aside .s-menu.color6-bg ul,
aside .sidemenu.color6-bg li,
aside .sidemenu.color6-bg ul {
  border-color: #326963;
}

.no-touchevents aside .s-menu.color6-bg li a:hover,
.no-touchevents aside .s-menu.color6-bg ul a:hover,
.no-touchevents aside .sidemenu.color6-bg li a:hover,
.no-touchevents aside .sidemenu.color6-bg ul a:hover {
  background: #faeb00;
  color: #000;
}

.no-touchevents aside .s-menu.color6-bg li a:hover i,
.no-touchevents aside .s-menu.color6-bg ul a:hover i,
.no-touchevents aside .sidemenu.color6-bg li a:hover i,
.no-touchevents aside .sidemenu.color6-bg ul a:hover i {
  color: #000;
}

aside .s-menu.color6-bg h2,
aside .s-menu.color6-bg h3,
aside .sidemenu.color6-bg h2, 
aside .sidemenu.color6-bg h3 {
  color: #faeb00;
}

aside .s-menu.w-icons ul li a,
aside .sidemenu.w-icons ul li a {
  padding-left: 80px;
  position: relative;
}

aside .s-menu.w-icons ul li a i,
aside .sidemenu.w-icons ul li a i {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

aside .s-menu.color7-bg,
aside .sidemenu.color7-bg {
  background-color: #faeb00;
}

aside .s-menu.color8-bg,
aside .sidemenu.color8-bg {
  background-color: #f6f8fa;
}

aside .s-menu.color9-bg,
aside .sidemenu.color9-bg {
  background-color: #edf2f5;
}

aside .s-menu.color10-bg,
aside .sidemenu.color10-bg {
  background-color: #fff7d4;
}

aside .s-menu h2,
aside .sidemenu h2,
aside .s-menu h3,
aside .sidemenu h3 {
  color: black;
  padding: 38px 45px;
  font-size: 28px;
}

aside .s-menu ul,
aside .sidemenu ul {
  border-top: 1px solid #ccdbe5;
}

aside .s-menu ul li,
aside .sidemenu ul li {
  border-bottom: 1px solid #ccdbe5;
}

aside .s-menu ul li:last-child,
aside .sidemenu ul li:last-child {
  border-bottom: none;
}

aside .s-menu ul li a,
aside .sidemenu ul li a {
  display: block;
  padding: 23px 45px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents aside .s-menu ul li a:hover,
.no-touchevents aside .sidemenu ul li a:hover {
  background-color: #eaf0f4;
  color: #0096ff;
}

aside .s-menu ul li a i,
aside .sidemenu ul li a i {
  -webkit-transition: all .2s;
  transition: all .2s;
}

aside .panel {
  text-align: center;
  padding: 55px 45px;
  margin-bottom: 50px;
}

aside .panel i {
  font-size: 74px;
  margin-bottom: 40px;
}

aside .panel p {
  font-size: 22px;
  font-weight: 400;
}

aside .panel .button {
  margin-top: 40px;
}

aside .panel.color6-bg {
  color: #fff;
}

aside .panel.color6-bg i {
  color: #faeb00;
}

aside .preview {
  margin-bottom: 50px;
  background: #fff;
}

aside .preview .descr {
  padding: 40px 45px 45px;
}

aside .preview h3 {
  margin-bottom: 10px;
  line-height: 1.5em;
}

aside .preview h3 a {
  font-size: 22px;
  font-weight: 700;
  color: #0096ff;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}

.no-touchevents aside .preview h3 a:hover {
  text-decoration: underline;
}

aside .preview time {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px;
}

aside .preview p {
  line-height: 1.6em;
  font-size: 19px;
  margin-bottom: 40px;
  font-weight: 400;
}

/* old styles */
/*

header {
  background: #fff;
  z-index: 10;
}

header .container {
  position: relative;
}

header .logo {
  position: absolute;
  width: 193px;
  height: 195px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  padding: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #fff;
  z-index: 3;
}

header .logo img {
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

header .logo a {
  text-align: center;
}

.no-touchevents header a.logo:hover {
  opacity: .95;
}

header .top-header .top-controls {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height .2s;
  transition: height .2s;
  overflow: hidden;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top-header .top-controls p {
  color: black;
  font-size: 15px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 27px;
}

header .top-header .top-controls .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 65px;
}

header .top-header .top-controls .social ul li {
  display: inline-block;
}

header .top-header .top-controls .social ul li a {
  height: 45px;
  width: 45px;
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  text-align: center;
  line-height: 45px;
}

header .top-header .top-controls .social ul li a .fa-youtube {
  color: #e02f2f;
}

header .top-header .top-controls .social ul li a .fa-facebook-f {
  color: #3b5998;
}

header .top-header .top-controls .social ul li a .fa-twitter {
  color: #55acee;
}

.no-touchevents header .top-header .top-controls .social ul li a:hover {
  background-color: rgba(195, 195, 195, 0.2);
}

header .top-header .top-controls .font-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-header .top-controls .font-switch button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 14px;
  height: 45px;
  width: 45px;
  color: #454545;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .top-header .top-controls .font-switch button:last-child {
  margin-right: 0;
}

.no-touchevents header .top-header .top-controls .font-switch button:hover {
  background-color: rgba(195, 195, 195, 0.2);
}

header .menu-wrap {
  background: #00497c;
  height: 150px;
}

header .menu-wrap .search-box {
  position: absolute;
  top: 40px;
  right: 15px;
  margin-left: 35px;
  z-index: 7;
}

header .menu-wrap .search-box .open-search {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents header .menu-wrap .search-box .open-search:hover {
  color: #faeb00;
}

header .menu-wrap .search-box form {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  margin-top: -27px;
  width: 0;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
  z-index: 4;
}

.search-opened header .menu-wrap .search-box form {
  width: 510px;
  visibility: visible;
  opacity: 1;
}

header .menu-wrap .search-box form input {
  height: 54px;
  padding: 0 20px;
  background-color: white;
  width: -webkit-calc(100% - 59px);
  width: calc(100% - 59px);
  color: black;
  font-size: 20px;
  border: 2px solid #fff;
}

header .menu-wrap .search-box form button {
  width: 59px;
  cursor: pointer;
  padding: 0;
  height: 54px;
  font-size: 20px;
  border: 1px solid #faeb00;
  background-color: #faeb00;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents header .menu-wrap .search-box form button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

header .menu-wrap .small-menu {
  padding: 40px 0 30px 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 40px;
}

header .menu-wrap .small-menu ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .menu-wrap .small-menu ul li {
  margin-right: 35px;
}

header .menu-wrap .small-menu ul li:last-child {
  margin-right: 0;
}

header .menu-wrap .small-menu ul li a {
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents header .menu-wrap .small-menu ul li a:hover {
  color: #faeb00;
}

header .menu-wrap nav {
  padding-left: 193px;
}

header .menu-wrap nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .menu-wrap nav > ul > li {
  margin-right: 35px;
  position: relative;
}

header .menu-wrap nav > ul > li:last-child {
  margin-right: 0;
}

header .menu-wrap nav > ul > li.has-child {
  padding-bottom: 20px;
}

header .menu-wrap nav > ul > li > a {
  color: white;
  font-size: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

.no-touchevents header .menu-wrap nav > ul > li > a:hover {
  color: #faeb00;
}

header .menu-wrap nav > ul > li > a i {
  margin-left: 10px;
  position: relative;
  top: 1px;
}

header .menu-wrap nav > ul > li ul {
  position: absolute;
  width: 310px;
  left: 50%;
  margin-left: -155px;
  padding: 20px;
  top: 100%;
  z-index: 4;
  display: none;
}

header .menu-wrap nav > ul > li ul:after {
  position: absolute;
  content: '';
  left: 50%;
  top: -11px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 12px 10.5px;
  border-color: transparent transparent #0096ff transparent;
}

header .menu-wrap nav > ul > li ul li {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #ffffff4d;
}

header .menu-wrap nav > ul > li ul li:last-child {
  margin-bottom: 0;
}

header .menu-wrap nav > ul > li ul li a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents header .menu-wrap nav > ul > li ul li a:hover {
  color: #faeb00;
}

header .menu-wrap nav > ul > li ul li a i {
  margin-left: 10px;
  position: relative;
  top: 1px;
}

header .menu-wrap nav > ul > li ul li ul {
  left: 100%;
  display: none;
  top: 0;
  margin-left: 0;
}

header .menu-wrap nav > ul > li ul li ul:after {
  display: none;
}

header .menu-wrap nav > ul > li ul li:first-child {
  padding-top: 0;
}

header .menu-wrap nav > ul > li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-toggle-wrapper {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 15px;
  display: none;
  top: 17px;
  cursor: pointer;
  z-index: 11;
}

#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
  background-color: #fff;
}

#menu-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -15px;
  background-color: #fff;
  width: 30px;
  margin-top: -2px;
  height: 3px;
}

#menu-toggle-top {
  top: 0;
}

#menu-toggle-top,
#menu-toggle-bottom {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#menu-toggle-bottom {
  bottom: 0;
}

.menu-open #menu-toggle-wrapper #menu-toggle {
  opacity: 0;
}

.menu-open #menu-toggle-wrapper #menu-toggle-top {
  -ms-transform: rotate(45deg) translate(7px, 10px);
  -webkit-transform: rotate(45deg) translate(7px, 10px);
  transform: rotate(45deg) translate(7px, 10px);
}

.menu-open #menu-toggle-wrapper #menu-toggle-bottom {
  -ms-transform: rotate(-45deg) translate(5px, -8px);
  -webkit-transform: rotate(-45deg) translate(5px, -8px);
  transform: rotate(-45deg) translate(5px, -8px);
}
 */



footer {
  background: #edf2f5;
  position: relative;
  z-index: 4;
  padding: 65px 0 90px;
}

footer .newsletter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a5a9ab;
  padding-bottom: 55px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .newsletter-box .newsletter {
  margin-bottom: 15px;
}

footer .newsletter-box h3 {
  color: black;
  font-size: 23px;
  margin-bottom: 11px;
  font-weight: 700;
}

footer .newsletter-box p {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

footer .newsletter-box .newsletter-form {
  margin-left: auto;
  padding-left: 20px;
}

footer .newsletter-box .newsletter-form .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgba(0, 92, 156, 0.24);
}

footer .newsletter-box .newsletter-form input {
  width: 375px;
  height: 55px;
  background-color: white;
  color: black;
  padding: 0 15px;
  font-size: 20px;
  border: none;
}

footer .newsletter-box .newsletter-form button {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

footer .footer-nav {
  border-bottom: 1px solid #a5a9ab;
  padding-bottom: 33px;
  margin-bottom: 50px;
}

footer .footer-nav .col-4 .col-item {
  margin-bottom: 30px;
}

footer .footer-nav h4 {
  color: black;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 700;
}

footer .footer-nav ul li {
  margin-bottom: 14px;
}

footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}

footer .footer-nav ul li a {
  color: #005c9c;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.no-touchevents footer .footer-nav ul li a:hover {
  text-decoration: underline;
}

footer .copyright-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .copyright-box .dev {
  width: 100%;
  text-align: right;
}

footer .copyright-box .dev a {
  position: relative;
  padding-right: 30px;
}

footer .copyright-box .dev a:after {
  position: absolute;
  content: '';
  right: 0;
  top: -2px;
  background: url(../img/tco-logo-footer.png) no-repeat 0 -20px;
  width: 23px;
  height: 22px;
}

footer .copyright-box .copyright {
  max-width: 50%;
}

footer .copyright-box .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  max-width: 50%;
  margin-bottom: 15px;
}

footer .copyright-box .logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  background-color: #fff;
  height: 100px;
  padding: 15px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents footer .copyright-box .logos a:hover {
  opacity: .8;
}

footer .copyright-box .logos a:last-child {
  margin-right: 0;
}

footer .copyright-box .logos img {
  max-height: 100%;
}

footer .copyright-box a {
  text-decoration: none;
}

.no-touchevents footer .copyright-box a:hover {
  text-decoration: underline;
}

footer .copyright-box p {
  margin-bottom: 16px;
}

footer .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

footer .social-menu p {
  color: black;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

footer .social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social-menu ul li {
  margin-right: 10px;
}

footer .social-menu ul li:last-child {
  margin-right: 0;
}

footer .social-menu ul li a {
  color: #fff;
  font-size: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents footer .social-menu ul li a:hover {
  opacity: .8;
}

footer .social-menu ul li a.youtube {
  background-color: #e02f2f;
}

footer .social-menu ul li a.facebook {
  background-color: #3b5998;
}

footer .social-menu ul li a.twitter {
  background-color: #55acee;
}

html {
  height: 100% !important;
}

body {
  height: 100%;
  color: #000;
  font-family: 'Lato', sans-serif;
  min-width: 320px;
  margin: 0 auto;
  background-color: rgba(237, 242, 245, 0.5);
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.no-touchevents img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

input[type='submit'],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

a,
:visited {
  outline: 0;
  outline: none;
}

:hover,
:active,
:focus {
  outline: 0;
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a::-moz-focus-inner {
  border: 0;
}

img.left,
span.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 19px 0;
}

img.right,
span.right {
  float: right;
  max-width: 50%;
  margin: 5px 0 19px 20px;
}

span.left,
span.right {
  display: inline-block;
}

span.left img,
span.right img {
  float: none;
  max-width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

span.left img:last-child,
span.right img:last-child {
  margin: 5px 0 0;
}

img.center {
  display: block;
  margin: 0 0 25px;
  max-width: 100%;
}

span.center {
  padding: 16px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  margin: 0 0 8px;
  display: inline-block;
}

span.center img {
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  display: block;
}

.has-image-center span {
  margin-bottom: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none !important;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

form .placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus .placeholder,
textarea:focus .placeholder {
  opacity: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  max-width: 1570px;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.row .col-item {
  padding: 0 10px;
}

.row.col-2 .col-item {
  width: 50%;
}

.row.col-3 .col-item {
  width: 33.33333%;
}

.row.col-4 .col-item {
  width: 25%;
}

.field-wrap {
  margin-bottom: 27px;
  position: relative;
}

.field-wrap input {
  height: 58px;
  background-color: white;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  border: 2px solid rgba(0, 92, 156, 0.24);
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.field-wrap input:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #e4eef4;
  box-shadow: 0px 0px 0px 3px #e4eef4;
}

.field-wrap label {
  font-size: 20px;
  display: block;
  margin-bottom: 11px;
  font-weight: 400;
}

.field-wrap label span {
  color: red;
}

.field-wrap.error input {
  border: 2px solid rgba(255, 0, 0, 0.24);
}

.field-wrap.error .error-message {
  color: red;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  right: 22px;
  top: 51px;
}

.field-wrap.radio .radio-box,
.field-wrap.radio .checkbox-box,
.field-wrap.checkbox .radio-box,
.field-wrap.checkbox .checkbox-box {
  margin-bottom: 10px;
}

.field-wrap.radio .radio-box input,
.field-wrap.radio .checkbox-box input,
.field-wrap.checkbox .radio-box input,
.field-wrap.checkbox .checkbox-box input {
  margin-right: 10px;
  top: 0;
  display: inline-block;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
}

.field-wrap.radio .radio-box label,
.field-wrap.radio .checkbox-box label,
.field-wrap.checkbox .radio-box label,
.field-wrap.checkbox .checkbox-box label {
  font-size: 21px;
  font-weight: 400;
  cursor: pointer;
  width: auto;
  padding-left: 30px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
}

.field-wrap .radio-box input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  border: 1px solid #525252;
  border-radius: 50%;
  height: 16px;
}

.field-wrap .radio-box input + label:after {
  content: '';
  position: absolute;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 7px;
  opacity: 0;
  background: #525252;
}

.field-wrap .radio-box input:checked + label:after {
  opacity: 1;
}

.field-wrap .checkbox-box input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  border: 1px solid #525252;
  height: 16px;
}

.field-wrap .checkbox-box input + label:after {
  content: '';
  position: absolute;
  left: 4px;
  width: 11px;
  opacity: 0;
  height: 11px;
  top: 7px;
  background: url("../img/check.png") no-repeat 0 0;
}

.field-wrap .checkbox-box input:checked + label:after {
  opacity: 1;
}

.select2-container--default .select2-selection--single {
  border: 2px solid rgba(0, 92, 156, 0.24);
  height: 58px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  padding: 0 60px 0 20px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 62px;
  height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("../img/sel-arrow.png") no-repeat 0 0;
  width: 23px;
  height: 14px;
  margin: -7px 0 0 -11px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-dropdown {
  border-color: rgba(0, 92, 156, 0.24);
  border-width: 2px;
  border-radius: 0;
}

.select2-results__option {
  padding: 10px 20px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

.welcome-section {
  padding: 70px 0 80px;
}

.welcome-section .title {
  margin-bottom: 60px;
}

.welcome-section .title h1 {
  color: black;
  font-weight: 700;
  text-align: center;
  font-size: 43px;
  margin-bottom: 20px;
}

.welcome-section .title h1 span {
  font-weight: 900;
  padding: 0 10px;
  margin: 0 -10px;
  border-bottom: 3px solid #faeb00;
  font-style: italic;
}

.welcome-section .title p {
  color: black;
  font-size: 22px;
  font-weight: 400;
  max-width: 1150px;
  text-align: center;
  margin: 0 auto;
}

.welcome-section .row {
  margin: 0 -28px;
}

.welcome-section .row .col-item {
  margin-bottom: 56px;
  padding: 0 28px;
}

.welcome-section .row .col-item a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.no-touchevents .welcome-section .row .col-item a:hover {
  opacity: .8;
}

.welcome-section .row .col-item a.box {
  display: block;
}

.welcome-section .row .col-item img {
  display: block;
}

.welcome-section .row .col-item .descr {
  padding: 20px 10px;
}

.welcome-section .row .col-item .descr p {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.welcome-section .button {
  display: table;
  margin: 30px auto 0;
}

.welcome-section p {
  text-align: center;
  font-size: 22px;
}

.features {
  padding: 100px 0 40px;
}

.features .row {
  margin: 0 -10px;
}

.features .row .col-item {
  margin-bottom: 40px;
  padding: 0 10px;
}

.features .row .col-item a.box {
  display: block;
  text-decoration: none;
}

.no-touchevents .features .row .col-item a.box:hover p {
  text-decoration: underline;
}

.no-touchevents .features .row .col-item a.box:hover img {
  opacity: .7;
}

.features .row .col-item img {
  border-radius: 50%;
  background: #faeb00;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 auto 25px;
  display: block;
  border: 10px solid #faeb00;
}

.features .row .col-item .descr {
  text-align: center;
}

.features .row .col-item .descr p {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.news {
  padding: 80px 0 60px;
}

.news .row {
  margin: 0 -28px;
}

.news .row .col-item {
  margin-bottom: 20px;
  padding: 0 28px;
}

.news-item {
  padding: 50px 45px 45px;
  height: 100%;
}

.news-item h3 {
  color: black;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}

.news-item h3 span {
  font-weight: 900;
  font-style: italic;
}

.news-item h4 {
  margin-bottom: 15px;
}

.news-item h4 a {
  color: #0096ff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
  text-decoration: none;
}

.no-touchevents .news-item h4 a:hover {
  text-decoration: underline;
}

.news-item time {
  color: black;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.news-item .button {
  margin-top: 37px;
  display: table;
}

.news-item ul {
  margin: 45px 0 16px;
}

.news-item ul li {
  margin-bottom: 45px;
}

.news-item ul li:last-child {
  margin-bottom: 0;
}

.news-item ul li a {
  color: #0096ff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 57px;
}

.no-touchevents .news-item ul li a:hover {
  text-decoration: underline;
}

.news-item ul li a .fas {
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-box .video-wrap {
  position: relative;
}

.video-box .video-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.video-box .video-wrap .play-video {
  background: url("../img/play-btn.png") no-repeat 0 0;
  width: 104px;
  height: 104px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -52px 0 0 -52px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents .video-box .video-wrap .play-video:hover {
  opacity: .75;
}

.video-box .video-title {
  padding: 60px 0 70px;
}

.video-box .video-title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-box .video-title .sub-title {
  color: #faeb00;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
}

.video-box .video-title .button {
  margin-left: auto;
}

.video-box .video-title h2 {
  color: white;
  font-size: 43px;
  font-weight: 700;
}

.breadcrumbs-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs-box ul li {
  margin-right: 10px;
}

.breadcrumbs-box ul li:last-child {
  margin-right: 0;
}

.breadcrumbs-box ul li:last-child a i {
  margin-left: 0;
}

.breadcrumbs-box ul li a {
  color: #00497c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumbs-box ul li a i {
  margin-left: 10px;
}

.no-touchevents .breadcrumbs-box ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs-box .content-controls {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs-box .content-controls .share-box {
  margin-right: 40px;
  position: relative;
  padding: 15px 0;
}

.breadcrumbs-box .content-controls .share-box p {
  color: #00497c;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}

.no-touchevents .breadcrumbs-box .content-controls .share-box p:hover {
  text-decoration: underline;
}

.breadcrumbs-box .content-controls .share-box p i {
  color: #000;
  margin-left: 15px;
}

.breadcrumbs-box .content-controls .share-box:hover .social-likes {
  display: block;
}

html:not(.desktop) .breadcrumbs-box .content-controls .share-box.open .social-likes {
  display: block;
}

.breadcrumbs-box .content-controls .print {
  color: #00497c;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 400;
  text-decoration: none;
}

.no-touchevents .breadcrumbs-box .content-controls .print:hover {
  text-decoration: underline;
}

.breadcrumbs-box .content-controls .print i {
  color: #000;
  margin-left: 15px;
}
/* */
main .social-likes {
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -100px;
  width: 180px;
  top: 100%;
  background-color: white;
  display: none;
  border: 1px solid #c5c5c5;
  padding: 25px;
  -webkit-box-shadow: 6.6px 8.8px 7px rgba(0, 0, 0, 0.04);
  box-shadow: 6.6px 8.8px 7px rgba(0, 0, 0, 0.04);
}

main  .social-likes:after {
  content: '';
  background: url("../img/share-arrow.png") no-repeat 0 0;
  width: 21px;
  height: 13px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -13px;
}

main .social-likes a.social-likes__button {
  display: block;
  text-decoration: none;
  color: #0096ff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.no-touchevents main .social-likes a.social-likes__button:hover {
  text-decoration: underline;
}

main .social-likes a.social-likes__button i {
  font-weight: 400;
  width: 30px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  background-color: #615f5d;
  margin-right: 17px;
}

main .social-likes .social-likes__widget {
  cursor: pointer;
  color: #0096ff;
  margin-bottom: 20px;
}

.no-touchevents main .social-likes .social-likes__widget:hover {
  text-decoration: underline;
}

main .social-likes .social-likes__widget:last-child {
  margin-bottom: 0;
}

main .social-likes .social-likes__widget svg {
  display: none;
}

main .social-likes .social-likes__widget .social-likes__button {
  color: #0096ff;
  font-size: 17px;
  font-weight: 700;
}

main .social-likes .social-likes__widget .social-likes__button i {
  font-weight: 400;
  width: 30px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  margin-right: 17px;
}

main .social-likes .social-likes__widget .social-likes__button.social-likes__button_facebook i {
  background-color: #3c5a98;
}

main .social-likes .social-likes__widget .social-likes__button.social-likes__button_twitter i {
  background-color: #47c7fa;
}

main .social-likes .social-likes__widget .social-likes__button.social-likes__button_linkedin i {
  background-color: #0077b5;
}
/* */
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrapper .content .content-share {
  border-top: 1px solid #b2b2b2;
  padding: 40px 0 0;
}

.content-wrapper .content .content-share p {
  margin-bottom: 10px;
}

.content-wrapper .content .social-likes {
  width: auto;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  top: auto;
  margin: 0;
  left: auto;
}

.content-wrapper .content .social-likes:after {
  display: none;
}

.content-wrapper .content .social-likes .mail-link {
  margin-right: 10px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.no-touchevents .content-wrapper .content .social-likes .mail-link:hover {
  opacity: .7;
}

.content-wrapper .content .social-likes .mail-link i {
  font-size: 25px;
  width: 41px;
  height: 41px;
  margin-right: 0;
  line-height: 41px;
}

.content-wrapper .content .social-likes .social-likes__widget {
  margin-right: 10px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.content-wrapper .content .social-likes .social-likes__widget:last-child {
  margin-right: 0;
}

.content-wrapper .content .social-likes .social-likes__widget .social-likes__button i {
  font-size: 25px;
  width: 41px;
  height: 41px;
  margin-right: 0;
  line-height: 41px;
}

.no-touchevents .content-wrapper .content .social-likes .social-likes__widget:hover {
  opacity: .7;
}

.content-wrapper .content form {
  margin-bottom: 40px;
}

.content-wrapper aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 475px;
  flex: 0 0 475px;
  margin-left: 60px;
}
/*
@media (min-width: 1251px) {

  .desktop header .menu-wrap nav > ul > li ul li:hover > a,
  html:not(.desktop) header .menu-wrap nav > ul > li ul li.nav-visible > a {
    color: #faeb00;
  }

  .desktop header .menu-wrap nav > ul > li ul li:hover > a i,
  html:not(.desktop) header .menu-wrap nav > ul > li ul li.nav-visible > a i {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .desktop header .menu-wrap nav > ul > li ul li:hover > ul,
  html:not(.desktop) header .menu-wrap nav > ul > li ul li.nav-visible > ul {
    display: block !important;
  }

  .desktop header .menu-wrap nav > ul > li:hover > a,
  html:not(.desktop) header .menu-wrap nav > ul > li.nav-visible > a {
    color: #faeb00;
  }

  .desktop header .menu-wrap nav > ul > li:hover > a i,
  html:not(.desktop) header .menu-wrap nav > ul > li.nav-visible > a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .desktop header .menu-wrap nav > ul > li:hover > ul,
  html:not(.desktop) header .menu-wrap nav > ul > li.nav-visible > ul {
    display: block !important;
  }
}*/

@media (max-width: 1500px) {
  .content .row.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .row.col-2 .col-item {
    width: 100%;
  }
/*
  header .menu-wrap nav > ul > li {
    margin-right: 17px;
  }

  header .menu-wrap nav > ul > li > a {
    font-size: 18px;
  }
 */
}

@media (max-width: 1250px) {
  .content, .has-sidebar .content {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .no-sidebars .content {
    width: 100%;
  }

  .content p {
    font-size: 18px;
  }

  .content p.large {
    font-size: 22px;
  }

  .content p.small {
    font-size: 16px;
  }

  .content h1 {
    font-size: 36px;
  }

  .content h2 {
    font-size: 28px;
  }

  .content ol li {
    font-size: 18px;
  }

  .content ul li {
    font-size: 18px;
  }

  .content .content-nav .nav-title {
    font-size: 22px;
    padding: 15px;
  }

  .content .content-nav ul .col-item i {
    font-size: 50px;
  }

  .content .content-nav ul .col-item a {
    height: 160px;
  }

  .content .content-nav ul .col-item a {
    font-size: 16px;
  }

  .content .accordion-box .accordion-title {
    font-size: 18px;
    padding: 20px 0 20px 50px;
  }

  .content .accordion-box .accordion-title:before {
    left: 10px;
  }

  .content .accordion-box .accordion-body {
    padding: 20px;
  }

  .content .accordion-box .accordion-body p {
    font-size: 16px;
  }

  aside .textbox.w-icon .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 20px;
  }

  aside .textbox.w-icon p {
    font-size: 18px;
  }

  aside .s-menu.color1-bg,
  aside .sidemenu.w-icons ul li a {
    padding-left: 60px;
  }

  aside .s-menu.color1-bg,
  aside .sidemenu.w-icons ul li a i {
    left: 25px;
  }

  aside .s-menu.color1-bg,
  aside .sidemenu h3 {
    font-size: 22px;
    padding: 25px;
  }

aside .s-menu.color1-bg,
  aside .sidemenu ul li a {
    font-size: 17px;
    padding: 23px 25px;
  }

  aside .panel {
    padding: 35px 25px;
  }

  aside .panel i {
    font-size: 50px;
  }

  aside .panel p {
    font-size: 18px;
  }

  aside .preview .descr {
    padding: 30px 25px 25px;
  }

  aside .preview h3 a {
    font-size: 18px;
  }

  aside .preview time {
    font-size: 16px;
  }

  aside .preview p {
    font-size: 16px;
  }
/*
  header {
    position: fixed;
    width: 100%;
  }

  header.fixed .top-controls {
    height: 0;
  }

  header.fixed .logo {
    padding: 5px;
    height: 60px;
    width: 60px;
  }

  header .logo {
    height: 105px;
    width: 105px;
  }

  header .menu-wrap {
    height: 60px;
  }

  header .menu-wrap .search-box {
    top: 16px;
    right: 60px;
  }

  header .menu-wrap .search-box .open-search {
    font-size: 24px;
  }

  header .menu-wrap .search-box form {
    margin-top: -20px;
  }

  header .menu-wrap .search-box form input {
    height: 40px;
    padding: 0 10px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 16px;
  }

  header .menu-wrap .search-box form button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  header .menu-wrap .menu-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    z-index: 8;
    height: 100vh;
    background: #00497c;
    overflow-y: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .menu-open header .menu-wrap .menu-box {
    left: 0;
  }

  header .menu-wrap .small-menu {
    padding: 10px 30px;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header .menu-wrap .small-menu ul {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  header .menu-wrap .small-menu ul li {
    margin-bottom: 10px;
  }

  header .menu-wrap nav {
    padding: 0 30px;
  }

  header .menu-wrap nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .menu-wrap nav > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  header .menu-wrap nav > ul > li.has-child {
    padding-bottom: 0;
  }

  header .menu-wrap nav > ul > li > a {
    font-size: 20px;
    display: block;
    padding: 10px 0;
  }

  header .menu-wrap nav > ul > li > a i {
    width: 30px;
    text-align: center;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 7px;
    display: inline-block;
  }

  header .menu-wrap nav > ul > li ul {
    position: relative;
    background: transparent;
    margin-left: 5px;
    width: 100%;
    padding: 20px 30px;
    top: auto;
    left: auto;
  }

  header .menu-wrap nav > ul > li ul:after {
    display: none;
  }

  header .menu-wrap nav > ul > li ul li a {
    text-align: left;
  }

  header .menu-wrap nav > ul > li ul li a i {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -4px;
    margin-left: 0;
    display: inline-block;
  }

  header .menu-wrap nav > ul > li ul li ul {
    position: relative;
    background: transparent;
    margin-left: 0;
    width: 100%;
    padding: 20px 0 20px 15px;
    top: auto;
    left: auto;
  }

  header .menu-wrap nav > ul > li ul li.nav-visible > a,
  header .menu-wrap nav > ul > li ul li.nav-mob-visible > a {
    color: #faeb00;
  }

  header .menu-wrap nav > ul > li ul li.nav-visible > ul,
  header .menu-wrap nav > ul > li ul li.nav-mob-visible > ul {
    display: block !important;
  }

  header .menu-wrap nav > ul > li.nav-visible > a,
  header .menu-wrap nav > ul > li.nav-mob-visible > a {
    color: #faeb00;
  }

  header .menu-wrap nav > ul > li.nav-visible > ul,
  header .menu-wrap nav > ul > li.nav-mob-visible > ul {
    display: block !important;
  }

  #menu-toggle-wrapper {
    display: block;
  }

  #wrapper main {
    padding-top: 105px;
  }
*/
  .field-wrap input {
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
  }

  .field-wrap label {
    font-size: 17px;
  }

  .field-wrap.error .error-message {
    top: 40px;
  }

  .select2-container--default .select2-selection--single {
    height: 40px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    padding-left: 15px;
    line-height: 36px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
  }

  .select2-results__option {
    padding: 11px 15px;
  }

  .welcome-section .row {
    margin: 0 -10px;
  }

  .welcome-section .row .col-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .news .row {
    margin: 0 -10px;
  }

  .news .row .col-item {
    padding: 0 10px;
  }

  .news-item {
    padding: 30px 25px 25px;
  }

  .news-item h3 {
    font-size: 24px;
  }

  .news-item h4 a {
    font-size: 18px;
  }

  .news-item ul li {
    margin-bottom: 30px;
  }

  .news-item ul li a {
    font-size: 18px;
    padding-left: 45px;
  }

  .news-item ul li a .fas {
    font-size: 34px;
  }

  .video-box .video-title .sub-title {
    font-size: 20px;
  }

  .video-box .video-title h2 {
    font-size: 34px;
  }

  .content-wrapper aside {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
}
/*
@media (max-width: 1250px) and (max-width: 540px) {
  header.fixed .logo {
    top: 0;
  }
}
*/
@media (max-width: 1024px) {
  .features .row .col-item {
    width: 50%;
  }

  .video-box .video-title .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-box .video-title .container .text {
    margin-bottom: 20px;
  }

  .video-box .video-title .button {
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  .content, .has-sidebar .content,.no-sidebars .content {
    width: auto;
  }

  footer .newsletter-box .newsletter-form input {
    height: 40px;
    width: 250px;
    font-size: 16px;
    padding: 0 10px;
  }

  footer .newsletter-box .newsletter-form button {
    height: 40px;
    font-size: 16px;
    width: 150px;
  }

  .welcome-section .row .col-item {
    width: 50%;
  }

  .welcome-section .row .col-item .descr p {
    font-size: 16px;
  }

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 475px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 860px) {
  footer .newsletter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }

  footer .newsletter-box h3 {
    font-size: 20px;
  }

  footer .newsletter-box .newsletter-form {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  footer .newsletter-box .newsletter-form .subscribe-form {
    width: 100%;
  }

  footer .newsletter-box .newsletter-form input {
    width: 100%;
  }

  footer .footer-nav .col-4 .col-item {
    width: 50%;
  }

  .news .row .col-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 0 20px 50px;
  }
/*
  header .top-header .top-controls p {
    display: none;
  }

  header .top-header .top-controls .social {
    margin-right: 30px;
  }
*/
  footer {
    padding: 30px 0 45px;
  }

  footer .newsletter-box p {
    font-size: 16px;
  }

  footer .footer-nav {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  footer .copyright-box .dev {
    text-align: center;
  }

  footer .copyright-box .copyright {
    width: 100%;
    max-width: 100%;
  }

  footer .copyright-box .logos {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }

  .welcome-section {
    padding: 30px 0 40px;
  }

  .welcome-section .title {
    margin-bottom: 30px;
  }

  .welcome-section .title h1 {
    font-size: 32px;
  }

  .features {
    padding: 50px 0 0;
  }

  .news {
    padding: 40px 0 20px;
  }

  .video-box .video-title {
    padding: 30px 0 40px;
  }

  .video-box .video-title .sub-title {
    font-size: 16px;
  }

  .video-box .video-title h2 {
    font-size: 24px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .breadcrumbs-box ul {
    margin-bottom: 15px;
  }

  .breadcrumbs-box ul li {
    margin-bottom: 5px;
  }

  .breadcrumbs-box .content-controls {
    margin-left: 0;
  }

  .social-likes {
    margin-left: 0;
    left: 0;
  }
}
/*
@media (max-width: 640px) {
  .search-opened header .menu-wrap .search-box form {
    width: 250px;
  }
}
*/
@media (max-width: 540px) {
    .content h1 {
      font-size: 30px;
    }

    .content h2 {
      font-size: 26px;
    }

    .content ol {
      margin-left: 30px;
    }

    .content ul {
      margin-top: 20px;
    }

    .content ul li {
      padding-left: 30px;
    }

    .content ul li:before {
      left: 10px;
    }

    .content .textbox {
      padding: 0 20px;
    }

    .content .textbox.w-icon {
      padding-left: 80px;
    }

    .content .textbox p {
      padding: 15px 0;
    }

    .content .textbox .icon {
      width: 60px;
      overflow: hidden;
    }

    .content .textbox .icon i {
      font-size: 40px;
    }

    .content .content-nav ul .col-item {
      width: 50%;
    }

    aside .s-menu.color1-bg,
    aside .sidemenu ul li a {
      font-size: 15px;
    }

  /*

  header.fixed .top-header .top-controls {
    height: 0;
  }

  header .logo {
    top: 45px;
  }

  header .top-header .top-controls {
    margin: 0 -15px;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  header .top-header .top-controls .social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }

  header .top-header .top-controls .font-switch {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  header .menu-wrap .menu-box {
    width: 85%;
    max-width: 260px;
  }

  header .menu-wrap .small-menu {
    padding: 10px 15px;
  }

  header .menu-wrap .small-menu ul li {
    margin-right: 0;
    width: 50%;
  }

  header .menu-wrap nav {
    padding: 0 15px;
  }

  header .menu-wrap nav > ul > li > a {
    font-size: 18px;
  }
  

  #wrapper main {
    padding-top: 150px;
  }
  
*/
  footer .copyright-box .logos a {
    height: 80px;
    padding: 5px;
    margin-right: 10px;
  }

  img.left,
  span.left {
    float: none;
    margin: 0 0 30px;
    max-width: 100%;
  }

  img.right,
  span.right {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }

  span.left,
  span.right {
    display: block;
  }

  span.left img:last-child,
  span.right img:last-child {
    margin: 0 auto;
  }

  span.left img,
  span.right img {
    margin: 0 auto;
  }

  .field-wrap.error .error-message {
    position: relative;
    right: auto;
    top: auto;
  }

  .welcome-section .row .col-item {
    width: 100%;
  }

  .features .row .col-item {
    width: 100%;
  }

  .video-box .video-wrap .play-video {
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background-size: 52px 52px;
  }

  .breadcrumbs-box .content-controls .share-box p i {
    margin-left: 5px;
  }

  .breadcrumbs-box .content-controls .print i {
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
    aside .s-menu.color1-bg,
  aside .sidemenu {
    margin: 0 -20px 50px;
  }

  footer .newsletter-box .newsletter-form .subscribe-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }

  footer .newsletter-box .newsletter-form input {
    margin-bottom: 10px;
    border: 2px solid rgba(0, 92, 156, 0.24);
  }

  footer .newsletter-box .newsletter-form button {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  footer .footer-nav .col-4 .col-item {
    width: 100%;
  }

  span.left,
  span.right {
    margin: 0 -20px 30px;
    max-width: none;
  }

  span.center {
    margin: 11px -22px 8px;
    padding: 0;
    border: none;
  }
}

@media (max-width: 360px) {
  .content, .has-sidebar .content, .no-sidebars .content  {
    margin: 0 -20px 50px;
    width: auto;
  }
}
/* new header style */
header{
  position: relative;
  z-index: 10;
  padding: 10px 0 15px;
}
header .social-likes{
  display: inline-block;
}
header .social-likes > div{
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
header .social-likes > div:last-child{
  margin-right: 0;
}
.no-touchevents header .social-likes > div:hover{
  opacity: .6;
}
header .container{
  position: relative;
}
header .logo{
  display: inline-block;
  margin-top: 26px;
  position: absolute;
  left: 20px;
}
header .right-controls{
  float: right;
  margin-bottom: 30px;
}
header .right-controls .text-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  min-width: 200px;
  margin-bottom: 15px;
}
header .right-controls .text-box .fa{
  margin-right: 10px;
}
header .right-controls .text-box p{
  margin-bottom: 10px;
}
header .right-controls .text-box p:last-child{
  margin-bottom: 0;
}
header .right-controls .text-box p img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .right-controls .top-header{
  margin-bottom: 30px;
  text-align: right;
  position: relative;
  z-index: 8;
}
header .right-controls .top-header > *{
  margin-right: 55px;
}
header .right-controls .top-header > *:last-child{
  margin-right: 0 !important;
}

header .right-controls .small-menu ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .menu-wrap .small-menu ul li {
  margin-right: 35px;
}

header .menu-wrap .small-menu ul li a {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.no-touchevents header .menu-wrap .small-menu ul li a:hover {
  text-decoration: underline;
}

header .right-controls .top-header .small-menu,
header .right-controls .top-header .share{
  display: inline-block;
  vertical-align: middle;
}
header .right-controls .top-header .share p{
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
header .right-controls .top-header .share ul{
  display: inline-block;
  vertical-align: middle;
}
header .right-controls .top-header .share ul li{
  display: inline-block;
  margin-right: 15px;
}
header .right-controls .top-header .share ul li:last-child{
  margin-right: 0;
}
header .right-controls .top-header .share ul li a{
  transition: all .2s;
}
.no-touchevents header .right-controls .top-header .share ul li a:hover{
  opacity: .65;
}
header .right-controls .top-header .subscribe{
  display: inline-block;
  vertical-align: middle;
}
header .right-controls .top-header .subscribe a{
  text-decoration: none;
}
.no-touchevents header .right-controls .top-header .subscribe a:hover{
  text-decoration: underline;
}
header .right-controls .top-header .subscribe a i{
  margin-right: 5px;
}
header .right-controls .top-header .lang{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .right-controls .top-header .lang a,
header .right-controls .top-header .lang span{
  text-decoration: none;
  margin-right: 18px;
}
header .right-controls .top-header .lang a:last-child,
header .right-controls .top-header .lang span:last-child{
  margin-right: 0;
}
.no-touchevents header .right-controls .top-header .lang a:hover{
  text-decoration: underline;
}
header .right-controls .top-header .lang.dropdown-wrap a,
header .right-controls .top-header .lang.dropdown-wrap span{
  margin-right: 0;
  cursor: pointer;
}
header .right-controls .top-header .lang.dropdown-wrap span .fa{
  margin-left: 5px;
}
header .right-controls .top-header .lang.dropdown-wrap.opened span .fa{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .right-controls .top-header .lang.dropdown-wrap.opened .dropdown{
  display: block;
}
header .right-controls .top-header .lang .dropdown{
  text-align: center;
  padding: 5px 0;
  z-index: 7;
  position: absolute;
  top: calc(100% + 5px);
  display: none;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
header .right-controls .top-header .lang .dropdown li a{
  display: block;
  padding: 3px 10px;
}

header .right-controls .search-box{
  position: relative;
  float: right;
  width: 368px;
  z-index: 7;
}

header .right-controls .search-box .open-search{
  display: none;
}
header .right-controls .search-box input:not(.gsc-search-button){
  background-color: white;
}
header .right-controls .search-box input{
  height: 40px;
  border: 1px solid #cbcbcb;
  box-shadow: 2.5px 1.7px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 0 45px 0 15px;
}
header .right-controls .search-box input:focus::-webkit-input-placeholder,
header .right-controls .search-box input textarea:focus::-webkit-input-placeholder{
  display: block !important;
}
header .right-controls .search-box input:focus::-moz-placeholder,
header .right-controls .search-box input textarea:focus::-moz-placeholder{
  display: block !important;
}
header .right-controls .search-box .search-btn{
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: opacity .2s;
}
.no-touchevents header .right-controls .search-box .search-btn:hover{
  opacity: .8;
}
header .right-controls .search-box .search-btn i{
  position: relative;
  top: -1px;
}
header nav{
  position: relative;
  z-index: 10;
  clear: both;
}
header nav:before{
  width: 4000px;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -2000px;
  top: -15px;
  bottom: -15px;
}
header nav > ul > li{
  margin-right: 75px;
  display: inline-block;
  position: relative;
}
header nav > ul > li.active > a{
  position: relative;
}
header nav > ul > li.active > a:after{
  content: '';
  height: 4px;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -15px;
}
header nav > ul > li.has-child{
  margin-right: 50px;
}
header nav > ul > li.has-child a{
  padding-right: 25px;
}
header nav > ul > li:last-child{
  margin-right: 0;
}
header nav > ul > li:last-child > .submenu{
  left: auto;
  right: 0;
}
header nav > ul > li:last-child > .submenu > ul ul{
  left: auto;
  right: 100%;
}
.menu-open header nav > ul > li:last-child > .submenu > ul ul{
  right: 0;
}
header nav > ul > li > a{
  text-decoration: none;
  position: relative;
  transition: all .2s;
}
header nav > ul > li > a .fa{
  position: absolute;
  transition: all .2s;
  top: 50%;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 23px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.desktop header nav > ul > li:hover > a .fa{
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
header nav > ul > li.has-child.nav-visible > a .fa{
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
header nav > ul > li > .submenu{
  padding-top: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: -1;
}
header nav > ul > li > .submenu > ul{
  box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
  width: 265px;
  opacity: 0;
  transition: all .2s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
}
header nav > ul > li > .submenu > ul > li{
  position: relative;
}
header nav > ul > li > .submenu > ul > li:last-child{
  border-bottom: none;
}
header nav > ul > li > .submenu > ul > li > a{
  display: block;
  text-decoration: none;
  transition: all .2s;
  padding: 16px 45px 16px 35px;
  position: relative;
}
header nav > ul > li > .submenu > ul > li > a .fa{
  position: absolute;
  transition: all .2s;
  right: 14px;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header nav > ul > li > .submenu > ul ul{
  position: absolute;
  left: 100%;
  top: 0;
  width: 265px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
}

header nav > ul > li > .submenu > ul ul li{
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  border-bottom: none;
  position: relative;
}
header nav > ul > li > .submenu > ul ul li a{
  text-decoration: none;
  padding: 16px 35px;
  display: block;
  /*transition: all .2s;*/
}
.header-ver2.search-open .search-box form{
  top: 35px;
  visibility: visible;
  opacity: 1;
}
#menu-toggle-wrapper{
  width: 30px;
  height: 24px;
  display: none;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  right: 20px;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom{
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
}
#menu-toggle{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  margin-left: -15px;
  margin-top: -2px;
  height: 3px;
}
#menu-toggle-top{
  top: 0;
}
#menu-toggle-top,
#menu-toggle-bottom{
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#menu-toggle-bottom{
  bottom: 0;
}
.menu-open #menu-toggle-wrapper #menu-toggle{
  opacity: 0;
}
.menu-open #menu-toggle-wrapper #menu-toggle-top{
  -ms-transform: rotate(45deg) translate(9px, 6px);
  -webkit-transform: rotate(45deg) translate(9px, 6px);
  transform: rotate(45deg) translate(9px, 6px);
}
.menu-open #menu-toggle-wrapper #menu-toggle-bottom{
  -ms-transform: rotate(-45deg) translate(9px, -6px);
  -webkit-transform: rotate(-45deg) translate(9px, -6px);
  transform: rotate(-45deg) translate(9px, -6px);
}


@media (min-width: 961px) {
  html.fixed-header main {
    padding-top: 165px;
  }

  header .menu-wrap {
    height: auto !important;
  }

  .no-touchevents header nav > ul > li > a:hover {
    opacity: .8;
  }

  .desktop header nav > ul > li:hover > .submenu {
    visibility: visible;
    z-index: 5;
  }

  .desktop header nav > ul > li:hover > .submenu ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile header nav > ul > li.has-child.nav-visible .submenu,
  .tablet header nav > ul > li.has-child.nav-visible .submenu {
    visibility: visible;
    z-index: 5;
  }

  .mobile header nav > ul > li.has-child.nav-visible .submenu ul,
  .tablet header nav > ul > li.has-child.nav-visible .submenu ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul {
    width: 50%;
    padding: 5px 20px;
  }

  .desktop html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li:hover a {
    background: transparent;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li > a {
    padding: 16px 0;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.nav-visible a i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.nav-visible ul {
    display: block;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul {
    opacity: 1;
    visibility: visible;
    display: none;
    position: relative;
    right: auto;
    margin-bottom: 15px;
    left: auto;
    top: auto;
    background: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li {
    border-bottom: none;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    box-sizing: border-box;
    height: 6px;
    border-radius: 50%;
  }

  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li a {
    padding: 5px 0 5px 20px;
    background: transparent;
  }

  .desktop html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li:hover ul li a {
    background: transparent;
  }

  .desktop header nav > ul > li > .submenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .mobile header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul,
  .tablet header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul {
    opacity: 1;
    visibility: visible;
  }

  .no-touchevents header nav > ul > li > .submenu > ul ul li a:hover {
    background: #fff;
  }

  .fixed-header header {
    position: fixed;
    width: 100%;
  }

  .fixed-header header .top-header {
    height: 51px;
    margin: 0;
  }

  .fixed-header header .logo {
    transition: all .2s;
    opacity: 1;
    visibility: visible;
  }

  .fixed-header header.fixed {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
  }

  .fixed-header header.fixed .logo {
    font-size: 0;
    margin-top: 0;
  }

  .fixed-header header.fixed .right-controls {
    margin: 0;
  }

  .fixed-header header.fixed nav:before {
    top: -15px;
    bottom: -15px;
  }

  .fixed-header header.fixed nav > ul > li.active > a::after {
    bottom: -10px;
  }

  .fixed-header header.fixed nav > ul > li > .submenu {
    padding-top: 10px;
  }

  .fixed-header header.fixed .top-header {
    height: 0;
    overflow: hidden;
  }

  .fixed-header:not(.header-ver2):not(.header-ver3) header {
    padding-top: 15px;
  }

  .fixed-header:not(.header-ver2):not(.header-ver3) header .right-controls {
    transition: height .2s;
  }

  .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed .logo {
    opacity: 0;
  }

  .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed nav > ul > li.active > a::after {
    bottom: -15px;
  }

  .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed .right-controls {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 1150px) {
  header nav > ul > li {
    margin-right: 40px;
  }
}
@media (max-width: 960px){
  html.menu-open{
    overflow-y: hidden;
  }
  html.fixed-header{
    padding-top: 70px;
  }
  html.fixed-header main{
    padding-top: 0 !important;
  }
  header{
    padding: 0;
  }
  header .logo{
    position: relative;
    left: auto;
    margin-top: 10px;
  }
  header .menu-wrap{
    position: absolute;
    right: -360px;
    overflow-y: auto;
    top: 0;
    padding: 0 20px;
    max-width: 360px;
    width: 100%;
    background: #fff;
    height: 100vh;
    transition: all .2s;
  }
  .menu-open header .menu-wrap{
    right: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .menu-open header .menu-wrap:after{
    content: '';
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    width: 360px;
  }
  header .right-controls{
    float: none;
    padding-top: 80px;
  }
  header .right-controls .top-header > *{
    margin-right: 20px;
  }
  header .right-controls .top-header .subscribe{
    display: none;
  }
  header .right-controls .top-header .lang{
    float: right;
    top: 2px;

  }
  header .right-controls .top-header .lang.dropdown-wrap{
    margin-top: 4px;
  }
  header .right-controls .top-header .lang.dropdown-wrap span{
    margin-left: auto;
  }
  header .right-controls .search-box{
    float: none;
    width: 100%;
  }

  header nav:before{
    display: none;
  }
  header nav{
    margin: 0 -20px;
    overflow-y: auto;
  }
  header nav > ul{
    padding-bottom: 20px;
  }
  header nav > ul > li.active > a:after{
    display: none;
  }
  header nav > ul > li.has-child{
    margin-right: 0;
  }
  header nav > ul > li.has-child a{
    padding-right: 50px;
  }
  header nav > ul > li{
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #e0e5ea;
  }
  header nav > ul > li > a{
    display: block;
    padding: 16px 20px;
  }
  header nav > ul > li > a .fa{
    right: 15px;
    display: block;
  }
  header nav > ul > li.has-child.nav-visible .submenu{
    display: block;
  }
  header nav > ul > li.has-child.nav-visible .submenu ul{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header nav > ul > li > .submenu.col-2{
    margin-bottom: 20px;
  }
  header nav > ul > li > .submenu.col-2:last-child{
    margin-bottom: 0;
  }
  header nav > ul > li > .submenu{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: none;
    visibility: visible;
    padding-top: 0;
    z-index: 0;
  }
  header nav > ul > li > .submenu > ul{
    width: 100%;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header nav > ul > li > .submenu > ul > li.has-child.nav-visible > a i{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul{
    display: block;
  }
  header nav > ul > li > .submenu > ul > li > a{
    padding: 15px 40px 15px 30px;
  }
  header nav > ul > li > .submenu > ul ul{
    position: relative;
    display: none;
    left: auto;
    right: auto !important;
    box-shadow: none;
    top: auto;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  header nav > ul > li > .submenu > ul ul li a{
    padding: 16px 45px;
    background: #fff;
  }
  #menu-toggle-wrapper{
    display: inline-block;
    margin-left: 20px;
  }
  .fixed-header header{
    position: fixed;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 0;
    left: 0;
  }
  .wp-adminbar.fixed-header{
    padding-top: 100px;
  }
  .wp-adminbar.fixed-header body{
    padding-top: 0;
  }
  .wp-adminbar.fixed-header header{
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .wp-adminbar.fixed-header header{
    top: 46px;
  }
}

.col-3 {
  top: 38px;
  padding: 0;
  width: auto;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
}

.col-3 > ul {
  width:300px;
}

.has-icon.has-hovered-icon a:hover .menu-icon img {
  opacity: 0;
}
.has-icon.has-hovered-icon a .menu-icon img.hover-img {
  opacity: 0;
}

.has-icon.has-hovered-icon a:hover .menu-icon img.hover-img {
  opacity: 1;
}

.has-icon .menu-icon {
  position: absolute;
  width: 32px;
  height: 30px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.has-icon .menu-icon img {
  height: auto;
  position: absolute;
  left: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  top: 50%;
  transform: translateY(-50%);
}

html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li > a,
html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li > a,
html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-2 > ul > li > a,
html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-3 > ul > li > a{
  padding: 16px 45px 16px 25px;
}
html:not(.header-ver3) header nav > ul > li > .submenu > ul > li.has-icon > a,
html:not(.header-ver3) header nav > ul > li > .submenu > ul ul li.has-icon > a {
  display: flex;
  padding-left: 75px;
}
html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li.has-icon > a,
html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.has-icon > a,
html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-2 > ul > li.has-icon > a,
html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-3 > ul > li.has-icon > a{
  padding-left: 65px;
}

@media (min-width: 961px) {
  /*html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li:hover > a .fa,*/
  html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li.nav-visible > a i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  /*html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li:hover > ul,*/
  html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li.nav-visible > ul {
    visibility: visible;
    position: relative;
    left: auto;
    right:auto;
    top:auto;
    bottom: auto;
  }
}


.col-2 > ul >.has-icon .menu-icon, .col-3 > ul >.has-icon .menu-icon{
  left: 25px;
}



@media (max-width: 960px) {
  .col-3 {
    left: auto!important;
  }
  .col-3 > ul {
    width:100%;
  }
  html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li > a,
  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li > a{
    padding-left:35px;
  }
  html:not(.header-ver3) header nav > ul > li > .submenu.col-3 > ul > li.has-icon > a,
  html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.has-icon > a{
    padding-left:75px;
  }
  .submenu.col-2 > ul >.has-icon .menu-icon, .submenu.col-3 > ul >.has-icon .menu-icon{
    left: 35px;
  }
  html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-2 > ul > li > a,
  html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-3 > ul > li > a{
    padding-left:45px;
  }
  html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-2 > ul > li.has-icon > a,
  html:not(.header-ver3) header nav > ul > li  .sub-submenu.col-3 > ul > li.has-icon > a{
    padding-left:85px;
  }
  .sub-submenu.col-2 > ul >.has-icon .menu-icon, .sub-submenu.col-3 > ul >.has-icon .menu-icon{
    left: 45px;
  }
}



@media print{
  header{
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
  }
  header .menu-wrap, #menu-toggle-wrapper{
    display: none;
  }
  header .logo{
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
}


main ul.js-carousel-slides li.carousel__slide {
  padding-left:0;
  margin-bottom:0;
}
main ul.js-carousel-slides li.carousel__slide::before {
  content: none;
}
main ul.js-carousel-slides li.carousel__slide a.btn {
  display: inline-block;
  margin-top: 15px;
}

/* Carousel  */
:root{--carousel-accent-color:#f99b1c;--carousel-background-color:#fff}.carousel{--carousel-img-proportion:1.78;position:relative;width:100%;max-width:1920px;margin:auto;background-color:var(--carousel-background-color)}@media (min-width:1000px){.carousel{--carousel-img-proportion:1.5}}@media (min-width:1200px){.carousel{--carousel-img-proportion:1.78}}.carousel__top{overflow:hidden}.carousel__slides{width:100%;height:100%;display:flex;margin:0;padding:0;transition:all .3s;will-change:transform}.carousel__slide{width:100%;height:100%;display:none;flex-shrink:0;position:relative;margin-right:-100%}.carousel__slide.is-active{display:block}@media (min-width:1000px){.carousel__slide.is-active{display:flex}}.carousel:not([data-initiated]) .carousel__slide:first-child{display:block}@media (min-width:1000px){.carousel:not([data-initiated]) .carousel__slide:first-child{display:flex}}.carousel__slide-img{display:block;flex-shrink:0;width:100vw;height:calc(100vw/var(--carousel-img-proportion));-o-object-fit:cover;object-fit:cover;background-size:cover;background-repeat:no-repeat}@media (min-width:1000px){.carousel__slide-img{width:50vw;height:calc(50vw/var(--carousel-img-proportion))}}@media (min-width:1920px){.carousel__slide-img{width:960px;height:calc(960px/var(--carousel-img-proportion))}}.carousel__slide-description{box-sizing:border-box;padding:50px 20px}@media (min-width:760px){.carousel__slide-description{padding:50px 30px}}@media (min-width:1000px){.carousel__slide-description{overflow-y:auto;height:100%;height:calc(50vw/var(--carousel-img-proportion));padding:1.5vw 3vw}.carousel__slide-description::-webkit-scrollbar{width:10px}.carousel__slide-description::-webkit-scrollbar-thumb{background-color:var(--carousel-accent-color)}}@media (min-width:1920px){.carousel__slide-description{width:960px;height:calc(960px/var(--carousel-img-proportion))}}.carousel__controls{position:absolute;top:calc(100vw/var(--carousel-img-proportion) + 10px);right:10px;display:inline-grid;grid-auto-flow:column;gap:7px;justify-content:center;align-items:center;height:35px;color:#fff;line-height:1}@media (min-width:1000px){.carousel__controls{top:calc(50vw/var(--carousel-img-proportion) - 35px);right:calc(50vw + 15px);left:auto;gap:0;height:25px}}@media (min-width:1920px){.carousel__controls{top:calc(960px/var(--carousel-img-proportion) - 35px);right:975px}}.carousel__buttons{display:none}@media (min-width:1000px){.carousel__buttons{display:grid;grid-auto-flow:column;align-items:center;gap:10px;height:100%;background:rgba(0,0,0,.3)}}.carousel__button{width:5px;height:5px;position:relative;z-index:1;border:2px solid #fff;border-radius:50%;transition:all .3s;cursor:pointer;font-weight:inherit}.carousel:not([data-initiated]) .carousel__button:first-child{border-color:var(--carousel-accent-color)}.carousel__button:focus:not(:focus-visible){outline:none}.carousel__button.is-active{transform:scale(1.2);border-color:var(--carousel-accent-color);background:var(--carousel-accent-color)}.carousel__arrow{--radius:7px;overflow:hidden;z-index:0;width:35px;height:100%;padding:0;position:relative;background-color:#333;border:none;cursor:pointer;font-weight:inherit}@media (min-width:1000px){.carousel__arrow{background-color:rgba(0,0,0,.3)}}.carousel__arrow:first-child{border-radius:var(--radius)}@media (min-width:1000px){.carousel__arrow:first-child{border-radius:var(--radius) 0 0 var(--radius)}}.carousel__arrow:last-child{border-radius:var(--radius)}@media (min-width:1000px){.carousel__arrow:last-child{border-radius:0 var(--radius) var(--radius) 0}}.carousel__arrow:focus:not(:focus-visible){outline:none}.carousel__arrow-icon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:35px;height:35px;transition:transform .15s ease-in;will-change:transform;display:block;fill:#fff;transition:all .15s}.carousel__arrow-icon:active{transform:scale(.7)}@media (min-width:1000px){.carousel__arrow-icon{width:30px;height:30px}}@media (min-width:1000px){.carousel__arrow:hover .carousel__arrow-icon{fill:var(--carousel-accent-color)}}
@media (min-width: 1000px) {
  .slider-right li.carousel__slide.is-active {
    flex-direction: row-reverse;
  }
}

.slider-box .slider-wrap .slider-controls { background: rgba(0,0,0,0.3); height: 25px; border-radius:8px; }
.slider-box .slider-wrap .slider-controls  .slick-arrow { top: 4px; }
.slider-box .slider-wrap .slider-controls  .slick-dots { margin-top: 6px; }
.slider-box .slider-wrap .slider-controls  .slick-arrow.slick-prev { left: 8px; }
.slider-box .slider-wrap .slider-controls  .slick-arrow.slick-next { right: 8px; }



.home-block {
    padding:0;
    }
    
.home-block  h2.section-title{
    color:inherit;
    margin: 45px 0 24px;
    font-size: 34px;
    font-weight: 400;
        text-align: center;
        line-height:1.2;
    }
    
.home-block .section-description{
    color:inherit;
        text-align: center;
        margin: 0 0 34px;
    }
        
    
 .home-block p {
    font-size: 17px;
    margin: 0 0 15px;
   line-height:1.2;
}
    
.home-block h2 span{ 
 font-weight: 700;
    padding: 0 10px;
    margin: 0 -10px;
    border-bottom: 3px solid #faeb00;
    font-style: italic;
}   

.home-block .carousel .flex-box h2{
    text-align: left;
    margin: 34px 0 25px;
}    
    
.home-block .carousel p {
    font-size: 17px;
    margin: 0 0 15px;
    max-width:540px;
}

.home-block .btn {
    
    font-size: 16px;
    font-weight:bold;
    padding: 0 30px;
    
    color: #39477b;
    border-color: #39477b;
    
    height: 50px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    line-height: 46px;
    cursor: pointer;
    padding: 0 40px;
    transition: all .2s;
}

.home-block .btn :not(:disabled):hover {
    background: #39477b !important;
    color: #fff;
}


.home-block.feeds .row {
    display: flex; 
    margin:0;
} 

.home-block.feeds .row .row-item{
    display: inline-block; 
    padding: 0 40px;
} 

  
.feeds  .row-item  h2{
   margin: 34px auto 15px;
}


.home-block.feeds .row.one-in-row .row-item{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.home-block.feeds .box{
    position:relative;
}


.home-block.feeds .box h3 {
    font-size: 20px;
    font-weight: 700;
}

.home-block.feeds .box h3 a {
    text-decoration: none;
}

.home-block.feeds .box h3 a:hover {
    opacity: 0.8;
}

.home-block.feeds .box.has-icon {
    padding-left:45px;
}

.home-block.feeds .has-icon .menu-icon {
    position: absolute;
    width: 32px;
    height: auto;
    left: 0;
    top: 4px;
    transform:none;
}

.home-block.feeds .has-icon .menu-icon img {
    transform:none;
}




.home-block.feeds .box time,
.home-block.feeds .box .produced-by,
.home-block.feeds .box .post-info {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.home-block.feeds .box {
    line-height: 1.6666em;
}





.home-block.feeds .row.two-in-row .row-item{
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.home-block.feeds .row.three-in-row .row-item{
    width: 33.3333%;
    }
.home-block.feeds .row.two-in-row .row-item{
    width: 50%;
}

.home-block.feeds .row.four-in-row .row-item{
    width: 25%;
}    


.home-block.feeds .audiences-box {
    display: flex; 
    flex-wrap: wrap;
        justify-content: center;
        margin-bottom:30px;
}
.home-block.feeds .audiences-box .item{
    flex: none;
}


.home-block.feeds .audiences-box .item .inner{
    position:relative;
}

.home-block.feeds .audiences-box .item .inner{
    position:relative;
}

.home-block.feeds .audiences-box .item .inner .desc{
    position:absolute;
    padding:0 20px;
    top:50%;
    translate: 0 -50%;
    color:#fff;
    font-weight:bold;
    font-size:18px;
}


    .newsletter-box {
        padding: 20px;
        padding: 5px 40px 30px 40px;
        margin-bottom: 54px;
        width: 100%;
        background:#1e73be;
        color:#fff;
    }
    
    .newsletter-box > * {display:inline-block;}
    .newsletter h3 {font-size:24px; font-weight:bold;margin:30px 0 24px;}

main .btn {
  height: 50px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
  cursor: pointer;
  padding: 0 40px;
  transition: all .2s;
}
.no-touchevents main .btn:not(:disabled):hover {
  text-decoration: none !important;
}
.no-touchevents main .btn:active {
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}
main .btn:disabled  {
  cursor: default;
  opacity: .6;
}
@media (max-width: 540px){
  main .btn {
    padding: 0 20px;
  }
}

.slider-box .text h2 {
  margin-bottom: 15px;
}